summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* MN10300: Arch doesn't support HAVE_ARCH_TRACEHOOKMark Salter2010-09-231-1/+0Star
* MN10300: Fix SIGRTMAXMark Salter2010-09-231-1/+1
* MN10300: Fix endianess of ext2 bitopsMark Salter2010-09-231-2/+2
* uml: fix compile warningRichard Weinberger2010-09-233-6/+6
* arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"FUJITA Tomonori2010-09-235-1/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2010-09-224-104/+171
|\
| * sparc: Prevent no-handler signal syscall restart recursion.David S. Miller2010-09-223-1/+7
| * sparc: Don't mask signal when we can't setup signal frame.David S. Miller2010-09-223-58/+93
| * sparc64: Fix race in signal instruction flushing.David S. Miller2010-09-211-42/+60
| * sparc64: Support RAW perf events.David S. Miller2010-09-131-3/+11
* | powerpc: fix double syscall restartsAl Viro2010-09-223-3/+4
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-09-214-25/+25
|\ \
| * | x86: Fix instruction breakpoint encodingFrederic Weisbecker2010-09-172-22/+20Star
| * | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/o...Ingo Molnar2010-09-161-1/+3
| |\ \
| | * | oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540)Patrick Simmons2010-09-161-1/+3
| * | | kprobes: Fix Kconfig dependencyMasami Hiramatsu2010-09-131-2/+2
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2010-09-211-5/+8
|\ \ \
| * | | lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY.Rusty Russell2010-09-211-5/+8
* | | | frv: double syscall restarts, syscall restart in sigreturn()Al Viro2010-09-201-1/+3
* | | | frv: handling of restart into restart_syscall is fsckedAl Viro2010-09-201-1/+1
* | | | frv: avoid infinite loop of SIGSEGV deliveryAl Viro2010-09-201-2/+2
* | | | frv: fix address verification holes in setup_frame/setup_rt_frameAl Viro2010-09-201-16/+22
* | | | frv: restart_block.fn needs to be reset on sigreturnAl Viro2010-09-201-0/+3
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2010-09-1913-131/+88Star
|\ \ \
| * | | alpha: deal with multiple simultaneously pending signalsAl Viro2010-09-191-5/+11
| * | | alpha: fix a 14 years old bug in sigreturn tracingAl Viro2010-09-191-2/+11
| * | | alpha: unb0rk sigsuspend() and rt_sigsuspend()Al Viro2010-09-193-69/+2Star
| * | | alpha: belated ERESTART_RESTARTBLOCK race fixAl Viro2010-09-191-1/+2
| * | | alpha: Shift perf event pending work earlier in timer interruptMichael Cree2010-09-191-5/+5
| * | | alpha: wire up fanotify and prlimit64 syscallsMikael Pettersson2010-09-192-1/+7
| * | | alpha: kill big kernel lockArnd Bergmann2010-09-192-8/+0Star
| * | | alpha: fix build breakage in asm/cacheflush.hTejun Heo2010-09-191-0/+2
| * | | alpha: remove unnecessary cast from void* in assignment.matt mooney2010-09-192-2/+2
| * | | alpha: Use static const char * const where possibleJoe Perches2010-09-194-38/+46
* | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-199-66/+107
|\ \ \ \ | |/ / / |/| | |
| * | | ARM: S3C64XX: Add IORESOURCE_IRQ_HIGHLEVEL flag to dm9000 on mach-real6410Darius Augulis2010-09-181-1/+1
| * | | ARM: S3C64XX: Fix coding style errors on mach-real6410Darius Augulis2010-09-181-52/+52
| * | | ARM: S3C64XX: Prototype SPI devicesMark Brown2010-09-181-0/+1
| * | | ARM: S3C64XX: Fix dev-spi buildMark Brown2010-09-141-1/+1
| * | | ARM: SAMSUNG: Fix on s5p_gpio_[get,set]_drvstrKukjin Kim2010-09-141-3/+4
| * | | ARM: SAMSUNG: Fix on drive strength valueKukjin Kim2010-09-141-5/+5
| * | | ARM: S5PV210: Add FIMC clocksMarek Szyprowski2010-09-141-0/+18
| * | | ARM: S5PV210: Reduce the iodesc length of systimerKyungmin Park2010-09-141-1/+1
| * | | ARM: S5PV210: Update I2C-1 Clock Register Property.MyungJoo Ham2010-09-141-1/+1
| * | | ARM: S5P: Decrease IO Registers memory region size on FIMCSylwester Nawrocki2010-09-143-3/+3
| * | | ARM: S5P: Fix DMA coherent mask for FIMCMarek Szyprowski2010-09-143-0/+21
| |/ /
* | | arm: fix really nasty sigreturn bugAl Viro2010-09-171-0/+2
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-176-39/+23Star
|\ \ \
| * | | x86: hpet: Work around hardware stupidityThomas Gleixner2010-09-153-33/+17Star
| * | | x86, build: Disable -fPIE when compiling with CONFIG_CC_STACKPROTECTOR=ybasile@opensource.dyc.edu2010-09-141-1/+1