| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc: Fix boot hang regression on MPC8544DS | Kumar Gala | 2008-10-02 | 1 | -1/+11 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-10-01 | 1 | -1/+1 |
|\ |
|
| * | x86, vmi: fix broken LDT access | Zachary Amsden | 2008-09-30 | 1 | -1/+1 |
| * | x86: fix typo in enable_mtrr_cleanup early parameter | J.A. Magallón | 2008-09-30 | 1 | -1/+1 |
* | | MN10300: Fix IRQ handling | David Howells | 2008-10-01 | 3 | -28/+47 |
* | | x86: Fix broken LDT access in VMI | Zachary Amsden | 2008-09-30 | 1 | -1/+1 |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2008-09-30 | 5 | -9/+15 |
|\ \ |
|
| * | | [IA64] Put the space for cpu0 per-cpu area into .data section | Tony Luck | 2008-09-29 | 5 | -9/+15 |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2008-09-30 | 2 | -58/+54 |
|\ \ \
| |/ /
|/| | |
|
| * | | powerpc: Fix failure to shutdown with CPU hotplug | Johannes Berg | 2008-09-30 | 1 | -5/+1 |
| * | | powerpc: Fix PCI in Holly device tree | David Gibson | 2008-09-30 | 1 | -53/+53 |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-09-29 | 1 | -1/+2 |
|\ \ \
| | |/
| |/| |
|
| * | | x86: disable apm on the olpc | Jeremy Katz | 2008-09-24 | 1 | -1/+2 |
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2008-09-29 | 4 | -11/+94 |
|\ \ \ |
|
| * | | | [MIPS] BCM47xx: Fix build error due to missing PCI functions | Aurelien Jarno | 2008-09-27 | 2 | -0/+61 |
| * | | | [MIPS] IP27: Switch to dynamic interrupt routing avoding panic on error. | Ralf Baechle | 2008-09-27 | 1 | -9/+31 |
| * | | | [MIPS] au1000: Make sure GPIO value is zero or one | Bruno Randolf | 2008-09-27 | 1 | -2/+2 |
* | | | | Merge branch 'linux-m32r' of git://www.linux-m32r.org/git/takata/linux-2.6_dev | Linus Torvalds | 2008-09-29 | 10 | -54/+16 |
|\ \ \ \ |
|
| * | | | | m32r/kernel/: cleanups | Adrian Bunk | 2008-09-27 | 7 | -45/+11 |
| * | | | | m32r: export __ndelay | Adrian Bunk | 2008-09-27 | 1 | -0/+2 |
| * | | | | m32r: export empty_zero_page | Adrian Bunk | 2008-09-27 | 1 | -0/+2 |
| * | | | | m32r: don't offer CONFIG_ISA | Adrian Bunk | 2008-09-27 | 1 | -5/+1 |
| * | | | | m32r: remove the unused NOHIGHMEM option | Adrian Bunk | 2008-09-27 | 1 | -4/+0 |
| |/ / / |
|
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2008-09-29 | 4 | -18/+35 |
|\ \ \ \ |
|
| * | | | | kgdb, x86_64: fix PS CS SS registers in gdb serial | Jason Wessel | 2008-09-26 | 1 | -4/+21 |
| * | | | | kgdb, x86, arm, mips, powerpc: ignore user space single stepping | Jason Wessel | 2008-09-26 | 4 | -14/+14 |
| |/ / / |
|
* | | | | ARM: Delete ARM's own cnt32_to_63.h | David Howells | 2008-09-26 | 1 | -78/+0 |
|/ / / |
|
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2008-09-24 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | x86: prevent stale state of c1e_mask across CPU offline/online, fix | Marc Dionne | 2008-09-24 | 1 | -0/+1 |
* | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2008-09-24 | 1 | -1/+3 |
|\ \ \ \ |
|
| * | | | | [MIPS] au1000: Fix gpio direction | Bruno Randolf | 2008-09-24 | 1 | -1/+3 |
| | |/ /
| |/| | |
|
* | | | | MN10300: Make sched_clock() report time since boot | David Howells | 2008-09-24 | 1 | -11/+41 |
* | | | | MN10300: Move asm-arm/cnt32_to_63.h to include/linux/ | David Howells | 2008-09-24 | 3 | -3/+3 |
|/ / / |
|
* | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2008-09-23 | 3 | -5/+15 |
|\ \ \
| |/ / |
|
| * | | x86: c1e_idle: don't mark TSC unstable if CPU has invariant TSC | Andreas Herrmann | 2008-09-23 | 1 | -2/+3 |
| * | | x86: prevent C-states hang on AMD C1E enabled machines | Thomas Gleixner | 2008-09-23 | 1 | -0/+1 |
| * | | x86: prevent stale state of c1e_mask across CPU offline/online | Thomas Gleixner | 2008-09-23 | 3 | -3/+11 |
| |/ |
|
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2008-09-23 | 3 | -8/+20 |
|\ \ |
|
| * | | x86: fix 27-rc crash on vsmp due to paravirt during module load | Ravikiran G Thirumalai | 2008-09-23 | 1 | -1/+1 |
| * | | x86, oprofile: BUG scheduling while atomic | Andrea Righi | 2008-09-22 | 1 | -1/+3 |
| * | | AMD IOMMU: protect completion wait loop with iommu lock | Joerg Roedel | 2008-09-18 | 1 | -4/+8 |
| * | | AMD IOMMU: set iommu sunc flag after command queuing | Joerg Roedel | 2008-09-18 | 1 | -2/+8 |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2008-09-23 | 2 | -2/+5 |
|\ \ \ |
|
| * | | | [IA64] kexec fails on systems with blocks of uncached memory | Jay Lan | 2008-09-22 | 1 | -2/+3 |
| * | | | [IA64] Ski simulator doesn't need check_sal_cache_flush | Alex Chiang | 2008-09-22 | 1 | -0/+2 |
| | |/
| |/| |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-09-23 | 2 | -6/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | sparc64: Fix missing devices due to PCI bridge test in of_create_pci_dev(). | David S. Miller | 2008-09-22 | 1 | -1/+1 |
| * | | sparc64: Fix disappearing PCI devices on e3500. | David S. Miller | 2008-09-20 | 1 | -5/+4 |
* | | | Merge branch 'kvm-updates/2.6.27' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-09-21 | 1 | -6/+1 |
|\ \ \ |
|
| * | | | KVM: ia64: 'struct fdesc' build fix | Jes Sorensen | 2008-09-19 | 1 | -6/+1 |