aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-12SH: Convert out[bwl] macros to inline functionsCorey Minyard1-3/+14
2012-07-02sh: Fix up se7721 GPIOLIB=y build warnings.Paul Mundt1-1/+1
2012-06-28Merge branches 'sh/urgent' and 'sh/trivial' into sh-fixes-for-linusPaul Mundt11-11/+11
2012-06-28sh: Convert sh_clk_mstp32_register to sh_clk_mstp_registerNobuhiro Iwamatsu11-11/+11
2012-06-28sh: kfr2r09: fix compile breakageGuennadi Liakhovetski1-2/+2
2012-06-13Merge branches 'sh/urgent', 'sh/core', 'sh/clockevents', 'sh/asm-generic' and 'sh/trivial' into sh-fixes-for-linusPaul Mundt48-414/+147
2012-06-13sh: Kill off additional asm-generic wrappers.Paul Mundt6-10/+5
2012-06-13sh: Setup CROSS_COMPILE at the topGeert Uytterhoeven1-6/+6
2012-06-13sh: Fix up link time defsym warnings.Paul Mundt1-2/+2
2012-06-13sh: use the new generic strnlen_user() functionPaul Mundt7-117/+57
2012-06-13sh: switch to generic strncpy_from_user().Paul Mundt6-114/+5
2012-06-13sh: Kill off last dead UBC headerPaul Bolle1-28/+0
2012-06-01Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds1-1/+0
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-70/+39
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-4/+0
2012-06-01new helper: signal_delivered()Al Viro2-4/+2
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2-8/+0
2012-06-01set_restore_sigmask() is never called without SIGPENDING (and never should be)Al Viro1-1/+1
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2-35/+15
2012-06-01sh64: failure to build sigframe != signal without handlerAl Viro1-1/+1
2012-06-01new helper: sigmask_to_save()Al Viro2-17/+7
2012-06-01new helper: restore_saved_sigmask()Al Viro2-10/+2
2012-06-01new helpers: {clear,test,test_and_clear}_restore_sigmask()Al Viro1-0/+17
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-4/+0
2012-05-31sh: use clear_tasks_mm_cpumask()Anton Vorontsov1-6/+1
2012-05-30bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2-4/+0
2012-05-28sh: convert to kbuild asm-generic support.Paul Mundt29-69/+29
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+1
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+2
2012-05-24sh64: Fix up fallout from generic init_task conversion.Paul Mundt1-0/+1
2012-05-24sh: arch/sh/kernel/process.c needs asm/fpu.h for unlazy_fpu().Paul Mundt1-0/+1
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2-4/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds4-104/+41
2012-05-23Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds3-3/+40
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-13/+7
2012-05-23Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds143-1945/+13023
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-05-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-25/+0
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
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 Viro4-71/+13
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-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner1-3/+0
2012-05-21sh: Enable PIO API for hp6xx and se770x.Paul Mundt1-1/+2
2012-05-21sh: Use generic time configAnna-Maria Gleixner1-10/+2
2012-05-21sh: Kill off machvec IRQ hinting.Paul Mundt22-40/+12
2012-05-19sh: dma: More legacy cpu dma chainsawing.Paul Mundt3-208/+177