summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2010-09-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-09-27mn10300: check __get_user/__put_user results...Al Viro
2010-09-27mn10300: get rid of set_fs(USER_DS) in sigframe setupAl Viro
2010-09-27mn10300: ->restart_block.fn needs to be reset on sigreturnAl Viro
2010-09-27mn10300: prevent double syscall restartsAl Viro
2010-09-27mn10300: avoid SIGSEGV delivery loopAl Viro
2010-09-27alpha: __get_user/__put_user results need to be checked...Al Viro
2010-09-27alpha: switch osf_sigprocmask() to use of sigprocmask()Al Viro
2010-09-25alpha: fix usp value in multithreaded coredumpsAl Viro
2010-09-25alpha: fix hae_cache race in RESTORE_ALLAl Viro
2010-09-25Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2010-09-25Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds
2010-09-24arch/tile: remove dead code from intvec_32.SChris Metcalf
2010-09-24m32r: fix breakage from "m32r: use generic ptrace_resume code"Al Viro
2010-09-24m32r: hole in shifting pc backAl Viro
2010-09-24m32r: don't block signals if sigframe setup has failedAl Viro
2010-09-24make m32r handle multiple pending signalsAl Viro
2010-09-24m32r: fix rt_sigsuspend()Al Viro
2010-09-24x86/hwmon: fix initialization of coretempJan Beulich
2010-09-24perf, x86: Catch spurious interrupts after disabling countersRobert Richter
2010-09-23MN10300: Arch doesn't support HAVE_ARCH_TRACEHOOKMark Salter
2010-09-23MN10300: Fix SIGRTMAXMark Salter
2010-09-23MN10300: Fix endianess of ext2 bitopsMark Salter
2010-09-23tracing/x86: Don't use mcount in kvmclock.cSteven Rostedt
2010-09-23tracing/x86: Don't use mcount in pvclock.cJeremy Fitzhardinge
2010-09-23uml: fix compile warningRichard Weinberger
2010-09-23arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"FUJITA Tomonori
2010-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2010-09-22powerpc: fix double syscall restartsAl Viro
2010-09-22sparc: Prevent no-handler signal syscall restart recursion.David S. Miller
2010-09-22sparc: Don't mask signal when we can't setup signal frame.David S. Miller
2010-09-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds
2010-09-21sparc64: Fix race in signal instruction flushing.David S. Miller
2010-09-21lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY.Rusty Russell
2010-09-20frv: double syscall restarts, syscall restart in sigreturn()Al Viro
2010-09-20frv: handling of restart into restart_syscall is fsckedAl Viro
2010-09-20frv: avoid infinite loop of SIGSEGV deliveryAl Viro
2010-09-20frv: fix address verification holes in setup_frame/setup_rt_frameAl Viro
2010-09-20frv: restart_block.fn needs to be reset on sigreturnAl Viro
2010-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds
2010-09-19Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-09-19alpha: deal with multiple simultaneously pending signalsAl Viro
2010-09-19alpha: fix a 14 years old bug in sigreturn tracingAl Viro
2010-09-19alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro
2010-09-19alpha: belated ERESTART_RESTARTBLOCK race fixAl Viro
2010-09-19alpha: Shift perf event pending work earlier in timer interruptMichael Cree
2010-09-19alpha: wire up fanotify and prlimit64 syscallsMikael Pettersson
2010-09-19alpha: kill big kernel lockArnd Bergmann
2010-09-19alpha: fix build breakage in asm/cacheflush.hTejun Heo