aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-98/+39
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-9/+7
2012-05-23Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds47-379/+10572
2012-05-22sh: intc: Kill off special reservation interface.Paul Mundt1-3/+0
2012-05-21sh: missing checks of __get_user()/__put_user() return valuesAl Viro2-22/+27
2012-05-21sh: switch to saved_sigmask-based sigsuspend()/rt_sigsuspend()Al Viro2-65/+11
2012-05-21new helper: sigsuspend()Al Viro1-11/+1
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-2/+2
2012-05-21sh: Kill off machvec IRQ hinting.Paul Mundt2-5/+4
2012-05-18Merge branch 'sh/evt2irq-migration' into sh-latestPaul Mundt19-289/+346
2012-05-18sh: sh7720 evt2irq migration.Paul Mundt1-15/+17
2012-05-18sh: sh7710/sh7712 evt2irq migration.Paul Mundt1-6/+7
2012-05-18sh: sh7706/sh7707/sh7709/sh7709 evt2irq migration.Paul Mundt1-7/+8
2012-05-18sh: sh7705 evt2irq migration.Paul Mundt1-6/+7
2012-05-18sh: sh7760 evt2irq migration.Paul Mundt1-7/+19
2012-05-18sh: sh7750 evt2irq migration.Paul Mundt1-8/+9
2012-05-18sh: sh4-202 evt2irq migration.Paul Mundt1-4/+8
2012-05-18sh: sh-x3 evt2irq migration.Paul Mundt1-9/+19
2012-05-18sh: sh7785 evt2irq migration.Paul Mundt1-18/+25
2012-05-18sh: sh7780 evt2irq migration.Paul Mundt1-15/+22
2012-05-18sh: sh7770 evt2irq migration.Paul Mundt1-19/+20
2012-05-18sh: sh7763 evt2irq migration.Paul Mundt1-14/+16
2012-05-18sh: sh7757 evt2irq migration.Paul Mundt1-44/+44
2012-05-18sh: sh7724 evt2irq migration.Paul Mundt1-38/+39
2012-05-18sh: sh7723 evt2irq migration.Paul Mundt1-23/+24
2012-05-18sh: sh7722 evt2irq migration.Paul Mundt1-23/+24
2012-05-18sh: sh7366 evt2irq migration.Paul Mundt1-11/+12
2012-05-18sh: sh7343 evt2irq migration.Paul Mundt1-15/+16
2012-05-18sh: sh7786 evt2irq migration.Paul Mundt1-22/+25
2012-05-17sh: Fix mistake of the member variable of plat_sci_port for SH7343Nobuhiro Iwamatsu1-1/+1
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2-9/+7
2012-05-14sh64: Invert page fault fast-path error path values.Paul Mundt1-1/+1
2012-05-14sh64: Utilize thread fault code encoding.Paul Mundt1-11/+9
2012-05-14sh: Support thread fault code encoding.Paul Mundt1-5/+6
2012-05-10sh: Fix up comment noise in sh7269 pinmux code.Paul Mundt1-1/+2
2012-05-10Merge branches 'sh/wdt' and 'sh/rsk-updates' into sh-latestPaul Mundt6-1/+3604
2012-05-10sh: Add pinmux for sh7269Phil Edworthy2-0/+2800
2012-05-10sh: Add sh7269 devicePhil Edworthy5-1/+804
2012-05-10Merge branch 'sh/rsk-updates' into sh-latestPaul Mundt6-0/+2901
2012-05-10sh: Add pinmux for sh7264Phil Edworthy2-0/+2137
2012-05-10sh: Add sh7264 devicePhil Edworthy5-0/+764
2012-05-08sh-use-common-threadinfo-allocatorThomas Gleixner1-44/+2
2012-05-08sh: Remove cpu_idle_wait()Thomas Gleixner1-20/+0
2012-05-05sh: Use generic init_taskThomas Gleixner2-31/+1
2012-04-26sh: Use generic idle thread allocationThomas Gleixner1-13/+1
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+1
2012-04-19sh64: Kill off unused trap_no/error_code from thread_struct.Paul Mundt2-5/+0
2012-04-19Merge branches 'sh/st-integration' and 'sh/stackprotector' into sh-latestPaul Mundt2-0/+12
2012-04-19sh: initial stack protector support.Filippo Arcidiacono2-0/+12
2012-04-18seccomp: ignore secure_computing return valuesWill Drewry2-2/+2