aboutsummaryrefslogtreecommitdiff
path: root/arch/c6x
AgeCommit message (Expand)AuthorFilesLines
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-33/+20
2014-08-06c6x: Use sigsp()Gravatar Richard Weinberger 1-9/+3
2014-08-06c6x: Use get_signal() signal_setup_done()Gravatar Richard Weinberger 1-25/+18
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Gravatar Davidlohr Bueso 1-0/+1
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2014-04-30c6x: convert fdt pointers to opaque pointersGravatar Rob Herring 1-2/+2
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-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingGravatar Linus Torvalds 1-7/+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 5-49/+2
2013-10-29c6x: remove unused COMMON_CLKDEV Kconfig parameterGravatar Michael Opdenacker 1-3/+0
2013-10-09of: remove empty arch prom.h headersGravatar Rob Herring 1-1/+0
2013-10-09of: remove early_init_dt_setup_initrd_archGravatar Rob Herring 1-10/+0
2013-10-09c6x: use early_init_dt_scanGravatar Rob Herring 2-20/+1
2013-10-09c6x: use boot_command_line instead of private c6x_command_lineGravatar Rob Herring 4-19/+2
2013-09-25sched, arch: Create asm/preempt.hGravatar Peter Zijlstra 1-0/+1
2013-09-18c6x: remove unused parameter in KconfigGravatar Michael Opdenacker 1-4/+0
2013-09-13Remove GENERIC_HARDIRQ config optionGravatar Martin Schwidefsky 1-1/+0
2013-08-28of: consolidate definition of early_init_dt_alloc_memory_arch()Gravatar Grant Likely 1-5/+0
2013-07-24of: Specify initrd location using 64-bitGravatar Santosh Shilimkar 1-2/+1
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 2-15/+7
2013-07-03mm/c6x: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-10/+1
2013-07-03c6x: normalize global variables exported by vmlinux.ldsGravatar Jiang Liu 1-2/+2
2013-07-03mm: concentrate modification of totalram_pages into the mm coreGravatar Jiang Liu 1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroGravatar Jiang Liu 1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsGravatar Jiang Liu 1-1/+1
2013-07-03arch: c6x: mm: include "asm/uaccess.h" to pass compilingGravatar Chen Gang 1-0/+1
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2013-06-29consolidate io_remap_pfn_range definitionsGravatar Al Viro 1-1/+0
2013-06-16c6x: Wire up asm-generic/xor.hGravatar Geert Uytterhoeven 1-0/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Gravatar Tejun Heo 1-0/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsGravatar Tejun Heo 1-9/+0
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-27/+1
2013-04-29mm/c6x: use common help functions to free reserved pagesGravatar Jiang Liu 1-28/+2
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchGravatar Thomas Gleixner 1-1/+0
2013-04-09add memory barrier to arch_local_irq_restoreGravatar Mark Salter 1-1/+1
2013-04-08c6x: Use generic idle loopGravatar Thomas Gleixner 2-27/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+0
2013-02-26default SET_PERSONALITY() in linux/elf.hGravatar Al Viro 1-3/+0
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-12/+0
2013-02-14burying unused conditionalsGravatar Al Viro 1-1/+0
2013-02-03c6x: switch to generic sigaltstackGravatar Al Viro 2-12/+1
2013-01-29c6x: Provide dummy dma_mmap_coherent() and dma_get_sgtable()Gravatar Geert Uytterhoeven 1-0/+15