Age | Commit message (Expand) | Author | Files | Lines |
2009-02-18 | x86, mce: use force_sig_info to kill process in machine check | Andi Kleen | 1 | -2/+2 |
2009-02-18 | x86, mce: reinitialize per cpu features on resume | Andi Kleen | 1 | -0/+1 |
2009-02-18 | x86, rcu: fix strange load average and ksoftirqd behavior | Paul E. McKenney | 1 | -3/+0 |
2009-02-15 | x86, vm86: fix preemption bug | Thomas Gleixner | 1 | -1/+9 |
2009-02-15 | x86, olpc: fix model detection without OFW | Chris Ball | 1 | -1/+1 |
2009-02-13 | x86, hpet: fix for LS21 + HPET = boot hang | john stultz | 1 | -0/+2 |
2009-02-13 | x86: CPA avoid repeated lazy mmu flush | Thomas Gleixner | 1 | -8/+7 |
2009-02-13 | x86: warn if arch_flush_lazy_mmu_cpu is called in preemptible context | Thomas Gleixner | 1 | -0/+2 |
2009-02-13 | x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemption | Jeremy Fitzhardinge | 2 | -15/+26 |
2009-02-12 | x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/mem | Suresh Siddha | 3 | -58/+45 |
2009-02-12 | x86/cpa: make sure cpa is safe to call in lazy mmu mode | Jeremy Fitzhardinge | 1 | -0/+14 |
2009-02-11 | x86, ptrace, mm: fix double-free on race | Markus Metzger | 3 | -7/+17 |
2009-02-11 | ptrace, x86: fix the usage of ptrace_fork() | Oleg Nesterov | 1 | -1/+1 |
2009-02-10 | i8327: fix outb() parameter order | Clemens Ladisch | 1 | -9/+8 |
2009-02-10 | x86: fix math_emu register frame access | Tejun Heo | 7 | -56/+55 |
2009-02-09 | x86: math_emu info cleanup | Tejun Heo | 6 | -64/+48 |
2009-02-09 | x86: include correct %gs in a.out core dump | Tejun Heo | 1 | -3/+1 |
2009-02-09 | x86, vmi: put a missing paravirt_release_pmd in pgd_dtor | Alok Kataria | 1 | -0/+11 |
2009-02-09 | x86: find nr_irqs_gsi with mp_ioapic_routing | Yinghai Lu | 3 | -5/+44 |
2009-02-09 | x86: add clflush before monitor for Intel 7400 series | Pallipadi, Venkatesh | 3 | -0/+10 |
2009-02-05 | x86: disable intel_iommu support by default | Kyle McMartin | 3 | -3/+24 |
2009-02-05 | x86: don't apply __supported_pte_mask to non-present ptes | Jeremy Fitzhardinge | 2 | -7/+21 |
2009-02-05 | x86: fix grammar in user-visible BIOS warning | Alex Chiang | 1 | -1/+1 |
2009-02-05 | x86/Kconfig.cpu: make Kconfig help readable in the console | Borislav Petkov | 1 | -13/+15 |
2009-02-05 | x86, 64-bit: print DMI info in the oops trace | Kyle McMartin | 1 | -2/+7 |
2009-02-04 | Merge branch 'core/xen' into x86/urgent | Ingo Molnar | 2239 | -20020/+62857 |
2009-02-04 | x86: APIC: enable workaround on AMD Fam10h CPUs | Borislav Petkov | 1 | -1/+1 |
2009-02-04 | xen: disable interrupts before saving in percpu | Jeremy Fitzhardinge | 1 | -1/+3 |
2009-02-03 | x86: add x86@kernel.org to MAINTAINERS | H. Peter Anvin | 1 | -0/+1 |
2009-02-03 | x86: push old stack address on irqstack for unwinder | Martin Hicks | 1 | -0/+1 |
2009-02-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 7 | -36/+80 |
2009-02-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2 | -9/+3 |
2009-02-03 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 12 | -438/+590 |
2009-02-03 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -14/+45 |
2009-02-03 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 54 | -731/+854 |
2009-02-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 8 | -14/+1011 |
2009-02-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 10 | -16/+371 |
2009-02-03 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 9 | -13/+51 |
2009-02-03 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 5 | -8/+81 |
2009-02-03 | virtio-pci: do not oops on config change if driver not loaded | Mark McLoughlin | 1 | -1/+1 |
2009-02-03 | modules: Use a better scheme for refcounting | Eric Dumazet | 2 | -19/+41 |
2009-02-02 | pxamci: enable DMA for write ops after CMD/RESP | Cliff Brake | 1 | -1/+15 |
2009-02-02 | pxamci: replace #ifdef CONFIG_PXA27x with if (cpu_is_pxa27x()) | Cliff Brake | 1 | -5/+4 |
2009-02-02 | ricoh_mmc: Use suspend_late/resume_early | philipl@overt.org | 1 | -4/+4 |
2009-02-02 | mmci: Add support for ST Micro derivate | Linus Walleij | 2 | -4/+61 |
2009-02-02 | mmc: Add a MX2/MX3 specific SDHC driver | Sascha Hauer | 4 | -0/+927 |
2009-02-02 | icside: fix PCB version 6 support (v2) | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2009-02-02 | tx4939ide: typo fix and minor cleanup | Atsushi Nemoto | 1 | -2/+2 |
2009-02-02 | ide: add CS5536 host driver (v3) | Bartlomiej Zolnierkiewicz | 3 | -0/+319 |
2009-02-02 | ide: Force VIA IDE legacy interrupts for AmigaOne boards | Gerhard Pircher | 1 | -0/+5 |