| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1 | Borislav Petkov | 2010-04-26 | 1 | -3/+3 |
* | x86, cacheinfo: Calculate L3 indices | Borislav Petkov | 2010-04-26 | 1 | -4/+31 |
* | x86, cacheinfo: Add cache index disable sysfs attrs only to L3 caches | Borislav Petkov | 2010-04-26 | 1 | -9/+26 |
* | x86, cacheinfo: Fix disabling of L3 cache indices | Borislav Petkov | 2010-04-26 | 1 | -13/+21 |
* | x86, lib: Add wbinvd smp helpers | Borislav Petkov | 2010-04-26 | 3 | -1/+29 |
* | Revert "x86: disable IOMMUs on kernel crash" | Chris Wright | 2010-04-26 | 1 | -6/+0 |
* | x86/amd-iommu: enable iommu before attaching devices | Chris Wright | 2010-04-26 | 1 | -2/+3 |
* | x86/amd-iommu: Use helper function to destroy domain | Joerg Roedel | 2010-04-26 | 1 | -3/+1 |
* | x86/amd-iommu: Pt mode fix for domain_destroy | Chris Wright | 2010-04-26 | 1 | -1/+1 |
* | x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boards | Suresh Siddha | 2010-04-26 | 1 | -0/+2 |
* | x86, hpet: Erratum workaround for read after write of HPET comparator | Pallipadi, Venkatesh | 2010-04-26 | 1 | -1/+7 |
* | x86: Handle overlapping mptables | Andi Kleen | 2010-04-26 | 1 | -2/+2 |
* | x86-32, resume: do a global tlb flush in S4 resume | Shaohua Li | 2010-04-26 | 1 | -8/+7 |
* | x86,kgdb: Always initialize the hw breakpoint attribute | Jason Wessel | 2010-04-26 | 1 | -1/+1 |
* | x86: Fix sched_clock_cpu for systems with unsynchronized TSC | Dimitri Sivanich | 2010-04-01 | 1 | -1/+2 |
* | x86, amd: Restrict usage of c1e_idle() | Andreas Herrmann | 2010-04-01 | 2 | -8/+26 |
* | x86: Fix placement of FIX_OHCI1394_BASE | Jan Beulich | 2010-04-01 | 1 | -3/+3 |
* | perf: Provide generic perf_sample_data initialization | Peter Zijlstra | 2010-04-01 | 1 | -6/+3 |
* | KVM: x86: Add KVM_CAP_X86_ROBUST_SINGLESTEP | Jan Kiszka | 2010-04-01 | 1 | -0/+1 |
* | hw-breakpoints: Remove stub unthrottle callback | Frederic Weisbecker | 2010-04-01 | 1 | -5/+0 |
* | x86/stacktrace: Don't dereference bad frame pointers | Frederic Weisbecker | 2010-04-01 | 1 | -2/+8 |
* | x86_64, cpa: Don't work hard in preserving kernel 2M mappings when using 4K a... | Suresh Siddha | 2010-04-01 | 1 | -2/+23 |
* | x86, mm: Allow highmem user page tables to be disabled at boot time | Ian Campbell | 2010-03-15 | 2 | -5/+31 |
* | KVM: x86 emulator: Check CPL level during privilege instruction emulation | Gleb Natapov | 2010-03-15 | 1 | -15/+20 |
* | KVM: x86 emulator: Add group9 instruction decoding | Gleb Natapov | 2010-03-15 | 1 | -2/+7 |
* | KVM: x86 emulator: Forbid modifying CS segment register by mov instruction | Gleb Natapov | 2010-03-15 | 1 | -0/+6 |
* | KVM: x86 emulator: Add group8 instruction decoding | Gleb Natapov | 2010-03-15 | 1 | -1/+6 |
* | KVM: VMX: Trap and invalid MWAIT/MONITOR instruction | Sheng Yang | 2010-03-15 | 2 | -0/+11 |
* | x86: Fix SCI on IOAPIC != 0 | Yinghai Lu | 2010-03-15 | 3 | -1/+59 |
* | x86: Avoid race condition in pci_enable_msix() | Brandon Phiilps | 2010-03-15 | 1 | -13/+5 |
* | x86, xen: Disable highmem PTE allocation even when CONFIG_HIGHPTE=y | Ian Campbell | 2010-03-15 | 2 | -5/+13 |
* | x86: Add iMac9,1 to pci_reboot_dmi_table | Justin P. Mattock | 2010-03-15 | 1 | -0/+8 |
* | x86, ia32_aout: do not kill argument mapping | Jiri Slaby | 2010-03-15 | 1 | -1/+0 |
* | oprofile/x86: fix msr access to reserved counters | Robert Richter | 2010-03-15 | 1 | -5/+4 |
* | oprofile/x86: use kzalloc() instead of kmalloc() | Robert Richter | 2010-03-15 | 4 | -18/+4 |
* | oprofile/x86: remove node check in AMD IBS initialization | Robert Richter | 2010-03-15 | 1 | -10/+0 |
* | oprofile/x86: fix perfctr nmi reservation for mulitplexing | Robert Richter | 2010-03-15 | 2 | -24/+6 |
* | x86/PCI: Prevent mmconfig memory corruption | Thomas Gleixner | 2010-03-15 | 1 | -11/+6 |
* | x86, uv: uv_global_gru_mmr_address() macro fix | Jack Steiner | 2010-03-15 | 1 | -1/+2 |
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-02-22 | 3 | -25/+14 |
|\ |
|
| * | hw-breakpoint: Keep track of dr7 local enable bits | Frederic Weisbecker | 2010-02-19 | 2 | -2/+7 |
| * | hw-breakpoints: Accept breakpoints on NULL address | Frederic Weisbecker | 2010-02-19 | 1 | -23/+7 |
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-----. \ | Merge branches 'bugzilla-14886', 'bugzilla-15000', 'bugzilla-15040', 'bugzill... | Len Brown | 2010-02-18 | 1 | -8/+0 |
|\ \ \ \ \ |
|
| * | | | | | ACPI: remove Asus P2B-DS from acpi=ht blacklist | Len Brown | 2010-02-16 | 1 | -8/+0 |
| |/ / / / |
|
* | | | | | x86: ELF_PLAT_INIT() shouldn't worry about TIF_IA32 | Oleg Nesterov | 2010-02-16 | 1 | -4/+1 |
* | | | | | x86: set_personality_ia32() misses force_personality32 | Oleg Nesterov | 2010-02-16 | 1 | -0/+1 |
|/ / / / |
|
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-02-11 | 8 | -37/+31 |
|\ \ \ \ |
|
| * | | | | x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUs | Suresh Siddha | 2010-02-09 | 6 | -34/+28 |
| * | | | | x86-32: Make AT_VECTOR_SIZE_ARCH=2 | Serge E. Hallyn | 2010-02-09 | 1 | -2/+2 |
| * | | | | x86, doc: Fix minor spelling error in arch/x86/mm/gup.c | Andy Shevchenko | 2010-02-02 | 1 | -1/+1 |