aboutsummaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'v2.6.27-rc7' into core/lockingIngo Molnar2008-09-2363-541/+738
|\
| * Merge branch 'kvm-updates/2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-09-211-6/+1
| |\
| | * KVM: ia64: 'struct fdesc' build fixJes Sorensen2008-09-191-6/+1
| * | [MIPS] vmlinux.lds.S: handle .text.*Atsushi Nemoto2008-09-211-0/+1
| * | [MIPS] Fix potential latency problem due to non-atomic cpu_wait.Atsushi Nemoto2008-09-213-20/+55
| * | [MIPS] SMTC: Clear TIF_FPUBOUND on clone / fork.Ralf Baechle2008-09-211-0/+2
| * | [MIPS] Fix 64-bit IP checksum codeAtsushi Nemoto2008-09-211-4/+17
| |/
| * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-09-195-26/+10
| |\
| | * x86: completely disable NOPL on 32 bitsH. Peter Anvin2008-09-161-20/+4
| | * x86/paravirt: Remove duplicate paravirt_pagetable_setup_{start, done}()Alex Nixon2008-09-141-4/+0
| | * xen: fix for xen guest with mem > 3.7GJeremy Fitzhardinge2008-09-141-1/+1
| | * x86: fix possible x86_64 and EFI regressionJeremy Fitzhardinge2008-09-121-1/+4
| | * arch/x86/kernel/kdebugfs.c: introduce missing kfreeJulia Lawall2008-09-101-0/+1
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2008-09-195-25/+23
| |\ \
| | * | Fix compile failure with non modular buildsJames Bottomley2008-09-173-20/+18
| | * | powerpc: Holly board needs dtbImage targetJosh Boyer2008-09-171-1/+1
| | * | powerpc: Fix interrupt values for DMA2 in MPC8610 HPCD device treeTimur Tabi2008-09-161-4/+4
| * | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-09-194-24/+13
| |\ \ \
| | * | | [ARM] 5255/1: Update jornada ssp to remove build errors/warningsKristoffer Ericson2008-09-182-8/+13
| | * | | [ARM] omap: back out 'internal_clock' supportRussell King2008-09-171-13/+0
| | * | | [ARM] 5249/1: davinci: remove redundant check in davinci_psc_config()roelkluin2008-09-171-3/+0
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Linus Torvalds2008-09-198-6/+51
| |\ \ \ \
| | * | | | avr32: nmi_enter() without nmi_exit()Manfred Spraul2008-09-191-4/+4
| | * | | | avr32: fix sys_sync_file_range() call conventionHans-Christian Egtvedt2008-09-192-1/+10
| | * | | | avr32: add generic_find_next_le_bit bit functionHans-Christian Egtvedt2008-09-192-0/+31
| | * | | | avr32: add .gitignore filesMarkus Heidelberg2008-09-192-0/+5
| | * | | | atstk1000: fix build breakage with BOARD_ATSTK100X_SW2_CUSTOM=yHaavard Skinnemoen2008-09-191-1/+1
| | |/ / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-09-193-6/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | sparc64: Fix SMP bootup with CONFIG_STACK_DEBUG or ftrace.David S. Miller2008-09-162-3/+5
| | * | | sparc64: Fix OOPS in psycho_pcierr_intr_other().David S. Miller2008-09-161-3/+5
| | |/ /
| * | | [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