Age | Commit message (Expand) | Author | Files | Lines |
2008-07-08 | Merge branch 'x86/setup' into x86/devel | Ingo Molnar | 20 | -147/+209 |
2008-07-08 | Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu... | Ingo Molnar | 1920 | -21007/+43618 |
2008-07-08 | x86, arch/x86/kernel/io_apic_32.c: use kzalloc instead of kmalloc/memset | Christophe Jaillet | 1 | -6/+3 |
2008-07-08 | x86: fix IO APIC breakage on HP nx6325, v2 | Maciej W. Rozycki | 1 | -2/+26 |
2008-07-08 | x86: fix IO APIC breakage on HP nx6325 | Maciej W. Rozycki | 1 | -0/+1 |
2008-07-08 | x86: coding style fixes to arch/x86/kernel/io_apic_32.c | Paolo Ciarrocchi | 1 | -175/+173 |
2008-07-08 | x86, io-apic: use predefined names instead of numeric constants | Cyrill Gorcunov | 2 | -10/+13 |
2008-07-08 | x86, io-apic: define names for redirection table entry fields | Cyrill Gorcunov | 1 | -0/+9 |
2008-07-08 | x86: APIC/SMP: Downgrade the NMI watchdog for "noapic" | Maciej W. Rozycki | 1 | -1/+3 |
2008-07-08 | x86: APIC/SMP: Downgrade the NMI watchdog for "nosmp" | Maciej W. Rozycki | 1 | -0/+3 |
2008-07-08 | x86: APIC/UP: Remove redundant NMI watchdog downgrade | Maciej W. Rozycki | 1 | -3/+0 |
2008-07-08 | x86: APIC/UP: Downgrade the NMI watchdog for no I/O APIC | Maciej W. Rozycki | 2 | -0/+6 |
2008-07-08 | x86: NMI watchdog: Downgrade helper | Maciej W. Rozycki | 1 | -0/+5 |
2008-07-08 | Revert "x86: APIC/SMP: downgrade the NMI watchdog for "nosmp"" | Ingo Molnar | 1 | -4/+0 |
2008-07-08 | Revert "x86, io-apic: fix nmi_watchdog=1 bootup hang" | Ingo Molnar | 2 | -8/+4 |
2008-07-08 | x86, io-apic: fix nmi_watchdog=1 bootup hang | Ingo Molnar | 2 | -4/+8 |
2008-07-08 | x86: IO-APIC - use NMI_NONE instead of numeric constant | Cyrill Gorcunov | 2 | -2/+2 |
2008-07-08 | x86 build fix: | Ingo Molnar | 1 | -1/+1 |
2008-07-08 | x86: apic_64.c fix sparse warnings about shadowed variables | Thomas Gleixner | 1 | -4/+4 |
2008-07-08 | x86: make irq_cfg static | Thomas Gleixner | 1 | -1/+1 |
2008-07-08 | x86: move pci_routirq declaration to pci.h | Thomas Gleixner | 2 | -1/+2 |
2008-07-08 | x86: I/O APIC: timer through 8259A second-chance | Maciej W. Rozycki | 2 | -17/+57 |
2008-07-08 | x86: I/O APIC: keep the timer IRQ masked during set-up | Maciej W. Rozycki | 2 | -2/+2 |
2008-07-08 | x86: I/O APIC: unmask the second-chance timer interrupt | Maciej W. Rozycki | 2 | -0/+2 |
2008-07-08 | x86: I/O APIC: rename setup_ExtINT_IRQ0_pin() | Maciej W. Rozycki | 2 | -9/+10 |
2008-07-08 | x86: I/O APIC: remove redundant LVT0 masking | Maciej W. Rozycki | 2 | -6/+0 |
2008-07-08 | x86: I/O APIC: remove redundant 8259A {,un}masking | Maciej W. Rozycki | 2 | -8/+0 |
2008-07-08 | x86: I/O APIC: fix the name of the through-8259A handler | Maciej W. Rozycki | 1 | -2/+1 |
2008-07-08 | x86: I/O APIC: fix the name of the L-APIC IRQ handler | Maciej W. Rozycki | 1 | -1/+1 |
2008-07-08 | x86: I/O APIC: clean up the 8259A on a NMI watchdog failure | Maciej W. Rozycki | 5 | -2/+21 |
2008-07-08 | x86: APIC/SMP: downgrade the NMI watchdog for "nosmp" | Maciej W. Rozycki | 1 | -0/+4 |
2008-07-08 | x86: APIC/SMP: correct the message for "nosmp" | Maciej W. Rozycki | 1 | -2/+1 |
2008-07-08 | x86: I/O APIC: keep IRQ off when changing LVT registers | Maciej W. Rozycki | 2 | -0/+4 |
2008-07-08 | x86: I/O APIC: clean up after a fasteoi failure | Maciej W. Rozycki | 2 | -0/+2 |
2008-07-08 | x86: I/O APIC: remove parameters to fiddle with the 8259A | Maciej W. Rozycki | 4 | -52/+4 |
2008-07-08 | x86: I/O APIC: AEOI timer acknowledgement clean-ups | Maciej W. Rozycki | 4 | -19/+13 |
2008-07-08 | Revert "Revert "x86: fix ioapic bug again"" | Ingo Molnar | 2 | -4/+17 |
2008-07-08 | x86_64: use PAGE_OFFSET in dump_pagetables | Jiri Slaby | 1 | -1/+1 |
2008-07-08 | x86: add sparse annotations to ioremap | Thomas Gleixner | 1 | -5/+5 |
2008-07-08 | x86: janitor CPA statistics patch | Thomas Gleixner | 2 | -23/+31 |
2008-07-08 | x86, generic: CPA add statistics about state of direct mapping v4 | Andi Kleen | 5 | -0/+57 |
2008-07-08 | Merge commit 'v2.6.26-rc9' into x86/cpu | Ingo Molnar | 1169 | -11758/+27589 |
2008-07-08 | x86: make 64bit identify_cpu use cpu_dev v2 | Yinghai Lu | 2 | -0/+21 |
2008-07-08 | x86: make 64-bit identify_cpu use cpu_dev | Yinghai Lu | 5 | -55/+95 |
2008-07-08 | x86: Move PCI IO ECS code to x86/pci | Robert Richter | 9 | -31/+43 |
2008-07-08 | x86/pci: Renaming k8-bus_64.c to amd_bus.c | Robert Richter | 2 | -1/+1 |
2008-07-08 | x86: add C1E aware idle function, fix | Thomas Gleixner | 1 | -4/+16 |
2008-07-08 | x86, clockevents: add C1E aware idle function | Thomas Gleixner | 7 | -88/+73 |
2008-07-06 | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -6/+11 |
2008-07-06 | pxamci: fix byte aligned DMA transfers | Philipp Zabel | 1 | -0/+13 |