Age | Commit message (Expand) | Author | Files | Lines |
2011-01-03 | x86, UV, BAU: Extend for more than 16 cpus per socket | Cliff Wickman | 2 | -8/+23 |
2011-01-03 | x86, hwmon: Add core threshold notification to therm_throt.c | R, Durgadoss | 3 | -0/+55 |
2011-01-03 | arch/x86/oprofile/op_model_amd.c: Perform initialisation on a single CPU | Robert Richter | 1 | -8/+16 |
2011-01-02 | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -1/+4 |
2011-01-02 | KVM: i8259: initialize isr_ack | Avi Kivity | 1 | -0/+2 |
2010-12-30 | x86: Use this_cpu_inc_return for nmi counter | Tejun Heo | 1 | -2/+1 |
2010-12-30 | x86: Replace uses of current_cpu_data with this_cpu ops | Tejun Heo | 10 | -27/+26 |
2010-12-30 | x86: Use this_cpu_ops to optimize code | Tejun Heo | 16 | -62/+57 |
2010-12-30 | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr... | Ingo Molnar | 3 | -18/+43 |
2010-12-29 | Merge branch 'x86/apic-cleanups' into x86/numa | H. Peter Anvin | 31 | -298/+1481 |
2010-12-29 | KVM: MMU: Fix incorrect direct gfn for unpaged mode shadow | Avi Kivity | 1 | -1/+2 |
2010-12-28 | x86, paravirt: Use native_halt on a halt, not native_safe_halt | Cliff Wickman | 1 | -1/+1 |
2010-12-27 | x86/microcode: Fix double vfree() and remove redundant pointer checks before ... | Jesper Juhl | 1 | -11/+5 |
2010-12-24 | Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.... | Linus Torvalds | 1 | -3/+14 |
2010-12-24 | x86, numa: Fix cpu to node mapping for sparse node ids | David Rientjes | 5 | -29/+25 |
2010-12-24 | x86, numa: Fake node-to-cpumask for NUMA emulation | David Rientjes | 1 | -20/+79 |
2010-12-24 | x86, numa: Fake apicid and pxm mappings for NUMA emulation | David Rientjes | 5 | -24/+95 |
2010-12-24 | x86, numa: Avoid compiling NUMA emulation functions without CONFIG_NUMA_EMU | David Rientjes | 4 | -2/+12 |
2010-12-24 | x86, numa: Reduce minimum fake node size to 32M | David Rientjes | 1 | -1/+1 |
2010-12-24 | x86, acpi: Parse all SRAT cpu entries even above the cpu number limitation | Yinghai Lu | 3 | -0/+16 |
2010-12-24 | x86, acpi: Add MAX_LOCAL_APIC for 32bit | Yinghai Lu | 3 | -2/+3 |
2010-12-23 | Merge commit 'v2.6.37-rc7' into x86/security | Ingo Molnar | 55 | -224/+515 |
2010-12-23 | x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP... | Don Zickus | 5 | -17/+3 |
2010-12-22 | x86, UV: Fix the effect of extra bits in the hub nodeid register | Jack Steiner | 1 | -12/+21 |
2010-12-22 | x86, UV: Add common uv_early_read_mmr() function for reading MMRs | Jack Steiner | 1 | -16/+14 |
2010-12-22 | Merge commit 'v2.6.37-rc7' into perf/core | Ingo Molnar | 21 | -64/+226 |
2010-12-19 | Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.... | Linus Torvalds | 8 | -28/+38 |
2010-12-19 | oprofile, x86: Add support for 6 counters (AMD family 15h) | Robert Richter | 2 | -18/+40 |
2010-12-19 | oprofile, x86: Add support for AMD family 15h | Robert Richter | 1 | -0/+3 |
2010-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 5 | -14/+57 |
2010-12-18 | Merge branch 'this_cpu_ops' into for-2.6.38 | Tejun Heo | 2 | -37/+153 |
2010-12-18 | cpuops: Use cmpxchg for xchg to avoid lock semantics | Christoph Lameter | 1 | -6/+15 |
2010-12-18 | x86: this_cpu_cmpxchg and this_cpu_xchg operations | Christoph Lameter | 2 | -1/+109 |
2010-12-18 | 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-17 | 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 |