aboutsummaryrefslogtreecommitdiff
path: root/arch/c6x/include
AgeCommit message (Expand)AuthorFilesLines
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hGravatar Luis R. Rodriguez 1-0/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2017-02-01sched/cputime: Remove generic asm headersGravatar Frederic Weisbecker 1-1/+0
2017-01-24treewide: Consolidate get_dma_ops() implementationsGravatar Bart Van Assche 1-1/+1
2017-01-24treewide: Constify most dma_map_ops structuresGravatar Bart Van Assche 1-2/+2
2016-11-17locking/core: Provide common cpu_relax_yield() definitionGravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Gravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Gravatar Christian Borntraeger 1-0/+1
2016-10-25locking/mutex: Kill arch specific codeGravatar Peter Zijlstra 1-6/+0
2016-08-04dma-mapping: use unsigned long for dma_attrsGravatar Krzysztof Kozlowski 1-2/+2
2016-05-24Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2016-05-05asm-generic: Drop renameat syscall from default listGravatar James Hogan 1-0/+1
2016-04-18c6x: Fix misspellings in comments.Gravatar Adam Buchbinder 1-1/+1
2016-03-13ipv4: Update parameters for csum_tcpudp_magic to their original typesGravatar Alexander Duyck 1-2/+2
2016-01-20dma-mapping: always provide the dma_map_ops based implementationGravatar Christoph Hellwig 1-2/+0
2016-01-20c6x: convert to dma_map_opsGravatar Christoph Hellwig 1-89/+9
2016-01-12Merge branch 'for-linux-next' of git://linux-c6x.org/git/projects/linux-c6x-u...Gravatar Linus Torvalds 2-22/+1
2015-12-04locking/cmpxchg, arch: Remove tas() definitionsGravatar Davidlohr Bueso 1-2/+0
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Gravatar Linus Torvalds 1-0/+1
2015-09-16c6x: Use generic clkdev.h headerGravatar Stephen Boyd 2-22/+1
2015-07-17mm: clean up per architecture MM hook header filesGravatar Laurent Dufour 2-15/+1
2015-07-08Make asm/word-at-a-time.h available on all architecturesGravatar Chris Metcalf 1-0/+1
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+0
2015-06-24mm: new mm hook frameworkGravatar Laurent Dufour 1-0/+15
2015-05-19remove scatterlist.h generation from arch Kbuild filesGravatar Christoph Hellwig 1-1/+0
2015-04-16Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingGravatar Linus Torvalds 4-0/+22
2015-04-12arch: Remove exec_domain from remaining archsGravatar Richard Weinberger 1-2/+0
2015-03-26c6x: include: asm: Kbuild: Add generic serial.hGravatar Chen Gang 1-0/+1
2015-03-26c6x: include: asm: dma-mapping: Add dummy dma_sync_single_range_for_deviceGravatar Chen Gang 1-0/+8
2015-03-26c6x: include: asm: setup: Include "linux/types.h"Gravatar Chen Gang 1-0/+1
2015-03-26c6x: asm: Add default flat.h according to xtensa architectureGravatar Chen Gang 1-0/+12
2015-03-12arch/c6x/include/asm/pgtable.h: define dummy pgprot_writecombine for !MMUGravatar Chen Gang 1-0/+5
2015-02-12all arches, signal: move restart_block to struct task_structGravatar Andy Lutomirski 1-4/+0
2015-02-10c6x: drop pte_file()Gravatar Kirill A. Shutemov 1-5/+0
2014-12-10net, lib: kill arch_fast_hash library bitsGravatar Daniel Borkmann 1-1/+0
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Gravatar Peter Zijlstra 1-0/+1
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Gravatar Davidlohr Bueso 1-0/+1
2014-04-18arch,c6x: Convert smp_mb__*()Gravatar Peter Zijlstra 1-7/+1
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+3
2014-03-07Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingGravatar Linus Torvalds 1-0/+1
2014-03-04c6x: fix build failure caused by cache.hGravatar Mark Salter 1-0/+1
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseGravatar Tim Chen 1-0/+1
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Gravatar Tim Chen 1-2/+2
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hGravatar David S. Miller 1-0/+1
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+0
2013-11-13preempt: Make PREEMPT_ACTIVE genericGravatar Thomas Gleixner 1-2/+0
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-3/+0
2013-10-09of: remove empty arch prom.h headersGravatar Rob Herring 1-1/+0
2013-10-09c6x: use boot_command_line instead of private c6x_command_lineGravatar Rob Herring 1-2/+0
2013-09-25sched, arch: Create asm/preempt.hGravatar Peter Zijlstra 1-0/+1