aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2010-10-04x86: Use genirq KconfigGravatar Thomas Gleixner 1-31/+5
2010-09-23genirq: Cleanup irq_chip->typename leftoversGravatar Thomas Gleixner 13-24/+24
2010-09-20frv: double syscall restarts, syscall restart in sigreturn()Gravatar Al Viro 1-1/+3
2010-09-20frv: handling of restart into restart_syscall is fsckedGravatar Al Viro 1-1/+1
2010-09-20frv: avoid infinite loop of SIGSEGV deliveryGravatar Al Viro 1-2/+2
2010-09-20frv: fix address verification holes in setup_frame/setup_rt_frameGravatar Al Viro 1-16/+22
2010-09-20frv: restart_block.fn needs to be reset on sigreturnGravatar Al Viro 1-0/+3
2010-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Gravatar Linus Torvalds 13-131/+88
2010-09-19Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 9-66/+107
2010-09-18alpha: deal with multiple simultaneously pending signalsGravatar Al Viro 1-5/+11
2010-09-18alpha: fix a 14 years old bug in sigreturn tracingGravatar Al Viro 1-2/+11
2010-09-18alpha: unb0rk sigsuspend() and rt_sigsuspend()Gravatar Al Viro 3-69/+2
2010-09-18alpha: belated ERESTART_RESTARTBLOCK race fixGravatar Al Viro 1-1/+2
2010-09-18alpha: Shift perf event pending work earlier in timer interruptGravatar Michael Cree 1-5/+5
2010-09-18alpha: wire up fanotify and prlimit64 syscallsGravatar Mikael Pettersson 2-1/+7
2010-09-18alpha: kill big kernel lockGravatar Arnd Bergmann 2-8/+0
2010-09-18alpha: fix build breakage in asm/cacheflush.hGravatar Tejun Heo 1-0/+2
2010-09-18alpha: remove unnecessary cast from void* in assignment.Gravatar matt mooney 2-2/+2
2010-09-18alpha: Use static const char * const where possibleGravatar Joe Perches 4-38/+46
2010-09-18ARM: S3C64XX: Add IORESOURCE_IRQ_HIGHLEVEL flag to dm9000 on mach-real6410Gravatar Darius Augulis 1-1/+1
2010-09-18ARM: S3C64XX: Fix coding style errors on mach-real6410Gravatar Darius Augulis 1-52/+52
2010-09-18ARM: S3C64XX: Prototype SPI devicesGravatar Mark Brown 1-0/+1
2010-09-17arm: fix really nasty sigreturn bugGravatar Al Viro 1-0/+2
2010-09-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 6-39/+23
2010-09-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Gravatar Linus Torvalds 1-31/+11
2010-09-16Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Gravatar Linus Torvalds 12-51/+94
2010-09-15[IA64] Optimize ticket spinlocks in fsys_rt_sigprocmaskGravatar Petr Tesarik 1-31/+11
2010-09-15arch/tile: fix formatting bug in register dumpsGravatar Chris Metcalf 1-1/+1
2010-09-15arch/tile: fix memcpy_fromio()/memcpy_toio() signaturesGravatar Chris Metcalf 1-4/+4
2010-09-15arch/tile: Save and restore extra user state for tilegxGravatar Chris Metcalf 4-7/+34
2010-09-15arch/tile: Change struct sigcontext to be more usefulGravatar Chris Metcalf 5-27/+36
2010-09-15arch/tile: finish const-ifying sys_execve()Gravatar Chris Metcalf 3-12/+19
2010-09-14Merge ssh://master.kernel.org/home/hpa/tree/secGravatar Linus Torvalds 9-16/+22
2010-09-14MN10300: Fix up the IRQ names for the on-chip serial portsGravatar David Howells 1-11/+11
2010-09-14x86-64, compat: Retruncate rax after ia32 syscall entry tracingGravatar Roland McGrath 1-1/+7
2010-09-14x86-64, compat: Test %rax for the syscall number, not %eaxGravatar H. Peter Anvin 1-7/+7
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()Gravatar H. Peter Anvin 8-8/+8
2010-09-15x86: hpet: Work around hardware stupidityGravatar Thomas Gleixner 3-33/+17
2010-09-14ARM: S3C64XX: Fix dev-spi buildGravatar Mark Brown 1-1/+1
2010-09-14ARM: SAMSUNG: Fix on s5p_gpio_[get,set]_drvstrGravatar Kukjin Kim 1-3/+4
2010-09-14ARM: SAMSUNG: Fix on drive strength valueGravatar Kukjin Kim 1-5/+5
2010-09-14ARM: S5PV210: Add FIMC clocksGravatar Marek Szyprowski 1-0/+18
2010-09-14ARM: S5PV210: Reduce the iodesc length of systimerGravatar Kyungmin Park 1-1/+1
2010-09-14ARM: S5PV210: Update I2C-1 Clock Register Property.Gravatar MyungJoo Ham 1-1/+1
2010-09-14ARM: S5P: Decrease IO Registers memory region size on FIMCGravatar Sylwester Nawrocki 3-3/+3
2010-09-14ARM: S5P: Fix DMA coherent mask for FIMCGravatar Marek Szyprowski 3-0/+21
2010-09-13x86, build: Disable -fPIE when compiling with CONFIG_CC_STACKPROTECTOR=yGravatar basile@opensource.dyc.edu 1-1/+1
2010-09-13x86, cpufeature: Suppress compiler warning with gcc 3.xGravatar Tetsuo Handa 1-2/+2
2010-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Gravatar Linus Torvalds 3-1/+10
2010-09-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Gravatar Linus Torvalds 1-7/+39