aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-01new helper: signal_delivered()Al Viro1-2/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-3/+0
2012-06-01TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is setAl Viro1-2/+1
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-17/+6
2012-06-01new helper: sigmask_to_save()Al Viro1-11/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-4/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-2/+0
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-0/+3
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2012-05-21c6x: ->restart_block.fn needs to be reset on rt_sigreturnAl Viro1-0/+3
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-31/+2
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner1-1/+0
2012-05-21c6x: Use generic time configAnna-Maria Gleixner1-6/+1
2012-05-18C6X: remove unused config itemsMark Salter1-12/+0
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-3/+0
2012-05-15C6X: add support to build with BINFMT_ELF_FDPICMark Salter3-1/+22
2012-05-08c6x: Use common threadinfo allocatorThomas Gleixner1-15/+2
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner1-1/+0
2012-05-05c6x: Use generic init_taskThomas Gleixner2-16/+1
2012-05-02C6X: change main arch kbuild symbolMark Salter1-1/+1
2012-04-19Merge branch 'linus' into queueMarcelo Tosatti2-17/+0
2012-04-10irq: Kill pointless irqd_to_hw exportGrant Likely2-17/+0
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson1-0/+1
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-13/+3
2012-04-05C6X: use set_current_blocked() and block_sigmask()Matt Fleming1-13/+3
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds17-171/+235
2012-03-28Delete all instances of asm/system.hDavid Howells1-6/+0
2012-03-28Move all declarations of free_initmem() to linux/mm.hDavid Howells1-1/+0
2012-03-28Disintegrate asm/system.h for C6XDavid Howells17-170/+241
2012-03-23Remove remaining bits of io_remap_page_range()Javi Merino1-3/+0
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-861/+22
2012-03-16C6X: remove dead code from entry.SMark Salter1-27/+0
2012-03-07C6X: fix KSTK_EIP and KSTK_ESP macrosMark Salter1-2/+2
2012-02-16irq_domain/c6x: Use library of xlate functionsGrant Likely2-13/+2
2012-02-16irq_domain/c6x: constify irq_domain structuresGrant Likely2-2/+2
2012-02-16irq_domain/c6x: Convert c6x to use generic irq_domain support.Mark Salter4-849/+21
2012-02-14Kbuild: Use dtc's -d (dependency) optionStephen Warren1-1/+1
2012-01-25irq: make SPARSE_IRQ an optionally hidden optionRob Herring1-1/+1
2012-01-08C6X: replace tick_nohz_stop/restart_sched_tick callsMark Salter1-2/+4
2012-01-08C6X: add register_cpu callMark Salter1-0/+15
2012-01-08C6X: deal with memblock API changesMark Salter2-7/+0
2012-01-08C6X: fix timer64 initializationMark Salter1-1/+9
2012-01-08C6X: fix layout of EMIFA registersMark Salter1-1/+0
2011-10-06C6X: DSCR - Device State Configuration RegistersMark Salter2-0/+632
2011-10-06C6X: EMIF - External Memory InterfaceMark Salter1-0/+88
2011-10-06C6X: general SoC supportMark Salter2-0/+126