summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* avr32: add .gitignore filesMarkus Heidelberg2008-09-192-0/+5
* atstk1000: fix build breakage with BOARD_ATSTK100X_SW2_CUSTOM=yHaavard Skinnemoen2008-09-191-1/+1
* [MIPS] VR41xx: unsigned irq cannot be negativeroel kluin2008-09-161-2/+4
* Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-09-134-34/+104
|\
| * [ARM] Fix PCI_DMA_BUS_IS_PHYS for ARMRussell King2008-09-131-1/+1
| * Merge branch 'for-rmk' of git://pasiphae.extern.pengutronix.de/git/imx/linux-...Russell King2008-09-131-1/+1
| |\
| | * pcm037: add rts/cts support for serial portSascha Hauer2008-09-021-1/+1
| * | [ARM] 5247/1: tosa: SW_EAR_IN supportDmitry Baryshkov2008-09-131-0/+8
| * | [ARM] 5246/1: tosa: add proper clock alias for tc6393xb clockDmitry Baryshkov2008-09-131-0/+3
| * | [ARM] OMAP: Fix MMC device dataRussell King2008-09-111-32/+91
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-09-135-108/+16
|\ \ \
| * | | sparc: Fix user_regset 'n' field values.David S. Miller2008-09-122-6/+6
| * | | sparc64: Fix PCI error interrupt registry on PSYCHO.David S. Miller2008-09-121-3/+3
| * | | sparc32: Fix function signature of of_bus_sbus_get_flags().David S. Miller2008-09-101-1/+1
| * | | sparc64: Fix interrupt register calculations on Psycho and Sabre.David S. Miller2008-09-101-98/+6
* | | | MN10300: Change the fault handler to check in_atomic() not in_interrupt()David Howells2008-09-111-1/+1
* | | | Merge branch 'kvm-updates/2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-09-114-4/+17
|\ \ \ \
| * | | | KVM: VMX: Always return old for clear_flush_young() when using EPTSheng Yang2008-09-113-4/+5
| * | | | KVM: SVM: fix guest global tlb flushes with NPTJoerg Roedel2008-09-111-0/+4
| * | | | KVM: SVM: fix random segfaults with NPT enabledJoerg Roedel2008-09-111-0/+8
| | |/ / | |/| |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-09-116-30/+36
|\ \ \ \
| * | | | [IA64] prevent ia64 from invoking irq handlers on offline CPUsPaul E. McKenney2008-09-101-3/+1
| * | | | [IA64] arch/ia64/sn/pci/tioca_provider.c: introduce missing kfreeJulia Lawall2008-09-101-1/+3
| * | | | [IA64] fix up bte.hRobin Holt2008-09-101-4/+5
| * | | | [IA64] fix compile failure with non modular buildsJames Bottomley2008-09-103-22/+27
| |/ / /
* / / / m68k: Update defconfigs for 2.6.27-rc6Geert Uytterhoeven2008-09-1012-258/+390
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-09-091-0/+2
|\| |
| * | sparc64: Disable timer interrupts in fixup_irqs().David S. Miller2008-09-081-0/+2
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-09-092-6/+9
|\ \ \
| * | | x86: fix memmap=exactmap boot argumentPrarit Bhargava2008-09-091-1/+1
| * | | x86: disable static NOPLs on 32 bitsLinus Torvalds2008-09-081-5/+8
* | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-09-092-0/+29
|\ \ \ \
| * | | | [S390] CVE-2008-1514: prevent ptrace padding area read/write in 31-bit modeJarod Wilson2008-09-092-0/+29
* | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2008-09-091-1/+1
|\ \ \ \ \
| * | | | | [MIPS] IP22: Fix detection of second HPC3 on Challenge SThomas Bogendoerfer2008-09-081-1/+1
* | | | | | lib: Correct printk %pF to work on all architecturesJames Bottomley2008-09-095-1/+44
| |/ / / / |/| | | |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Linus Torvalds2008-09-083-3/+64
|\ \ \ \ \
| * | | | | avr32: pm_standby low-power ram bug fixHumphrey Bucknell2008-09-011-1/+1
| * | | | | avr32: Fix lockup after Java stack underflow in user modeHaavard Skinnemoen2008-09-012-2/+63
| | |_|_|/ | |/| | |
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-09-082-7/+24
|\ \ \ \ \
| * | | | | powerpc: Fix rare boot build breakageHugh Dickins2008-09-081-1/+1
| * | | | | powerpc/spufs: Fix possible scheduling of a context to multiple SPEsAndre Detsch2008-09-081-1/+2
| * | | | | powerpc/spufs: Fix race for a free SPUJeremy Kerr2008-09-051-4/+19
| * | | | | powerpc/spufs: Fix multiple get_spu_context()Jeremy Kerr2008-09-051-1/+2
* | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-09-089-12/+49
|\ \ \ \ \ \
| * | | | | | [ARM] 5241/1: provide ioremap_wc()Lennert Buytenhek2008-09-063-8/+31
| * | | | | | [ARM] omap: fix virtual vs physical address space confusionsRussell King2008-09-044-2/+17
| * | | | | | [ARM] remove unused #include <version.h>Huang Weiyi2008-09-041-1/+0
| * | | | | | [ARM] omap: fix gpio.c build errorRussell King2008-09-031-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-09-081-8/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | / | | |_|_|_|/ | |/| | | |