Age | Commit message (Expand) | Author | Files | Lines |
2010-12-17 | x86, kexec: Limit the crashkernel address appropriately | H. Peter Anvin | 1 | -3/+14 |
2010-12-17 | x86: avoid high BIOS area when allocating address space | Bjorn Helgaas | 2 | -1/+5 |
2010-12-17 | x86: avoid E820 regions when allocating address space | Bjorn Helgaas | 1 | -1/+37 |
2010-12-17 | x86: avoid low BIOS area when allocating address space | Bjorn Helgaas | 3 | -3/+12 |
2010-12-17 | Revert "x86/PCI: allocate space from the end of a region, not the beginning" | Bjorn Helgaas | 1 | -11/+6 |
2010-12-17 | Revert "x86: allocate space within a region top-down" | Bjorn Helgaas | 1 | -1/+0 |
2010-12-17 | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -12/+15 |
2010-12-17 | percpu,x86: relocate this_cpu_add_return() and friends | Tejun Heo | 1 | -36/+35 |
2010-12-17 | Merge branch 'this_cpu_ops' into for-2.6.38 | Tejun Heo | 8 | -10/+167 |
2010-12-17 | x86: Support for this_cpu_add, sub, dec, inc_return | Christoph Lameter | 1 | -0/+43 |
2010-12-17 | xen: Use this_cpu_ops | Christoph Lameter | 4 | -11/+11 |
2010-12-17 | kprobes: Use this_cpu_ops | Christoph Lameter | 1 | -7/+7 |
2010-12-16 | x86-32: Make sure we can map all of lowmem if we need to | H. Peter Anvin | 2 | -6/+8 |
2010-12-16 | KVM: Fix preemption counter leak in kvm_timer_init() | Avi Kivity | 1 | -1/+3 |
2010-12-16 | perf, x86: Provide a PEBS capable cycle event | Peter Zijlstra | 1 | -0/+26 |
2010-12-16 | perf: Dynamic pmu types | Peter Zijlstra | 1 | -1/+1 |
2010-12-16 | perf, x86: Detect broken BIOSes that corrupt the PMU | Peter Zijlstra | 1 | -6/+42 |
2010-12-16 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 3 | -0/+8 |
2010-12-16 | lguest: populate initial_page_table | Rusty Russell | 3 | -5/+107 |
2010-12-16 | lguest: restore boot speed | Rusty Russell | 1 | -4/+7 |
2010-12-16 | lguest: fix crash lguest_time_init | Rusty Russell | 1 | -1/+1 |
2010-12-15 | crypto: ghash-intel - ghash-clmulni-intel_glue needs err.h | Randy Dunlap | 1 | -0/+1 |
2010-12-13 | x86: Enable the intr-remap fault handling after local APIC setup | Kenji Kaneshige | 2 | -7/+8 |
2010-12-13 | x86, vt-d: Fix the vt-d fault handling irq migration in the x2apic mode | Kenji Kaneshige | 1 | -0/+1 |
2010-12-13 | x86, suspend: Avoid unnecessary smp alternatives switch during suspend/resume | Suresh Siddha | 3 | -1/+17 |
2010-12-13 | x86, xsave: Use alloc_bootmem_align() instead of alloc_bootmem() | Suresh Siddha | 1 | -1/+2 |
2010-12-13 | x86, gcc-4.6: Use gcc -m options when building vdso | H. Peter Anvin | 1 | -2/+2 |
2010-12-13 | x86, watchdog: Compile fix when CONFIG_LOCAL_APIC not enabled | Don Zickus | 1 | -0/+3 |
2010-12-13 | x86: HPET: Chose a paranoid safe value for the ETIME check | Thomas Gleixner | 1 | -10/+16 |
2010-12-13 | x86: Check tsc available/disabled in the delayed init function | Thomas Gleixner | 1 | -0/+3 |
2010-12-10 | x86: apic: Cleanup and simplify setup_local_APIC() | Tejun Heo | 1 | -12/+9 |
2010-12-10 | x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctls | Don Zickus | 2 | -8/+11 |
2010-12-10 | lockup detector: Compile fixes from removing the old x86 nmi watchdog | Don Zickus | 1 | -1/+7 |
2010-12-09 | x86: Further simplify mp_irq info handling | Feng Tang | 2 | -67/+8 |
2010-12-09 | x86: Unify 3 similar ways of saving mp_irqs info | Feng Tang | 5 | -110/+64 |
2010-12-09 | x86, ioapic: Avoid writing io_apic id if already correct | Yinghai Lu | 1 | -2/+5 |
2010-12-09 | x86, x2apic: Don't map lapic addr for preenabled x2apic systems | Yinghai Lu | 1 | -3/+5 |
2010-12-09 | x86, sfi: Use register_lapic_address() | Yinghai Lu | 1 | -12/+1 |
2010-12-09 | x86, apic: Use register_lapic_address() in init_apic_mapping() | Yinghai Lu | 1 | -4/+1 |
2010-12-09 | x86, apic: Remove early_init_lapic_mapping() | Yinghai Lu | 4 | -30/+4 |
2010-12-09 | x86, apic: Unify identical register_lapic_address() functions | Yinghai Lu | 4 | -27/+16 |
2010-12-09 | Merge branch 'x86/platform' into x86/apic-cleanups | Thomas Gleixner | 22 | -15/+1328 |
2010-12-09 | Merge branch 'x86/amd-nb' into x86/apic-cleanups | Thomas Gleixner | 160 | -2997/+5949 |
2010-12-09 | x86: io_apic: Avoid unused variable warning when CONFIG_GENERIC_PENDING_IRQ=n | Thomas Gleixner | 1 | -2/+1 |
2010-12-09 | x86: Address 'unused' warning in hw_nmi.c again | Rakib Mullick | 1 | -1/+1 |
2010-12-08 | perf, amd: Remove the nb lock | Peter Zijlstra | 1 | -13/+3 |
2010-12-08 | KVM: enlarge number of possible CPUID leaves | Andre Przywara | 1 | -1/+1 |
2010-12-08 | KVM: SVM: Do not report xsave in supported cpuid | Joerg Roedel | 4 | -10/+9 |
2010-12-08 | KVM: Fix OSXSAVE after migration | Sheng Yang | 1 | -0/+2 |
2010-12-08 | Merge branches 'x86-fixes-for-linus', 'perf-fixes-for-linus' and 'sched-fixes... | Linus Torvalds | 3 | -0/+8 |