Age | Commit message (Expand) | Author | Files | Lines |
2011-12-21 | perf events: Enable raw event support for Intel unhalted_reference_cycles event | Stephane Eranian | 2 | -11/+12 |
2011-12-20 | Merge commit 'v3.2-rc6' into perf/core | Ingo Molnar | 20 | -41/+157 |
2011-12-12 | Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid" | Keith Packard | 2 | -22/+2 |
2011-12-09 | x86, efi: Calling __pa() with an ioremap()ed address is invalid | Matt Fleming | 2 | -2/+22 |
2011-12-08 | x86, hpet: Immediately disable HPET timer 1 if rtc irq is masked | Mark Langsdorf | 1 | -7/+14 |
2011-12-06 | perf, x86: Expose perf capability to other modules | Gleb Natapov | 1 | -0/+12 |
2011-12-06 | perf, x86: Implement arch event mask as quirk | Peter Zijlstra | 3 | -33/+68 |
2011-12-06 | x86, perf: Disable non available architectural events | Gleb Natapov | 2 | -5/+28 |
2011-12-06 | jump_label, x86: Fix section mismatch | Peter Zijlstra | 1 | -1/+1 |
2011-12-06 | perf, x86: Prefer fixed-purpose counters when scheduling | Peter Zijlstra | 1 | -5/+14 |
2011-12-06 | perf, x86: Fix event scheduler for constraints with overlapping counters | Robert Richter | 3 | -5/+72 |
2011-12-06 | perf, x86: Implement event scheduler helper functions | Robert Richter | 1 | -53/+132 |
2011-12-05 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 8 | -12/+64 |
2011-12-05 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 5 | -23/+38 |
2011-12-05 | x86, amd: Fix up numa_node information for AMD CPU family 15h model 0-0fh nor... | Andreas Herrmann | 1 | -0/+13 |
2011-12-05 | x86/rtc, mrst: Don't register a platform RTC device for for Intel MID platforms | Mathias Nyman | 1 | -0/+5 |
2011-12-05 | Merge branch 'ucode' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp i... | Ingo Molnar | 1 | -9/+19 |
2011-12-05 | x86: Fix "Acer Aspire 1" reboot hang | Peter Chubb | 1 | -2/+11 |
2011-12-05 | x86/mtrr: Resolve inconsistency with Intel processor manual | Ajaykumar Hotchandani | 1 | -0/+1 |
2011-12-05 | x86, microcode: Fix the failure path of microcode update driver init code | Srivatsa S. Bhat | 1 | -9/+19 |
2011-12-05 | Add TAINT_FIRMWARE_WORKAROUND on MTRR fixup | Prarit Bhargava | 1 | -0/+1 |
2011-12-05 | x86/mpparse: Account for bus types other than ISA and PCI | Bjorn Helgaas | 1 | -1/+1 |
2011-12-05 | x86/reboot: Blacklist Dell OptiPlex 990 known to require PCI reboot | Rafael J. Wysocki | 1 | -0/+8 |
2011-12-05 | x86, UV: Fix UV2 hub part number | Jack Steiner | 1 | -0/+2 |
2011-12-05 | x86: Add user_mode_vm check in stack_overflow_check | Mitsuo Hayasaka | 1 | -0/+3 |
2011-12-05 | perf, x86: Force IBS LVT offset assignment for family 10h | Robert Richter | 1 | -11/+18 |
2011-12-05 | perf, x86: Disable PEBS on SandyBridge chips | Peter Zijlstra | 1 | -0/+8 |
2011-12-04 | x86: Fix boot failures on older AMD CPU's | Linus Torvalds | 1 | -4/+4 |
2011-12-03 | xen/pm_idle: Make pm_idle be default_idle under Xen. | Konrad Rzeszutek Wilk | 1 | -0/+8 |
2011-11-20 | Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -2/+3 |
2011-11-20 | KVM guest: prevent tracing recursion with kvmclock | Avi Kivity | 1 | -2/+3 |
2011-11-14 | x86: Call stop_machine_text_poke() on all CPUs | Rabin Vincent | 1 | -1/+1 |
2011-11-14 | perf/x86: Enable raw event access to Intel offcore events | Peter Zijlstra | 1 | -5/+1 |
2011-11-14 | perf: Don't use -ENOSPC for out of PMU resources | Peter Zijlstra | 2 | -6/+6 |
2011-11-14 | perf/x86: Fix PEBS instruction unwind | Peter Zijlstra | 1 | -1/+5 |
2011-11-10 | x86, ioapic: Only print ioapic debug information for IRQs belonging to an ioa... | Mathias Nyman | 2 | -0/+6 |
2011-11-10 | x86/mrst: Avoid reporting wrong nmi status | Jacob Pan | 2 | -1/+3 |
2011-11-10 | x86/apic: Allow use of lapic timer early calibration result | Jacob Pan | 1 | -7/+26 |
2011-11-10 | x86/apic: Do not clear nr_irqs_gsi if no legacy irqs | Jacob Pan | 1 | -3/+1 |
2011-11-10 | x86/platform: Add a wallclock_init func to x86_platforms ops | Feng Tang | 2 | -0/+4 |
2011-11-08 | x86/mce: Make mce_chrdev_ops 'static const' | Luck, Tony | 2 | -4/+23 |
2011-11-06 | Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -6/+14 |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 18 | -2/+19 |
2011-11-02 | Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 1 | -12/+6 |
2011-11-01 | i7core_edac: Drop the edac_mce facility | Borislav Petkov | 1 | -1/+0 |
2011-10-31 | Cross Memory Attach | Christopher Yeoh | 1 | -0/+2 |
2011-10-31 | x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 17 | -2/+18 |
2011-10-31 | x86: fix implicit include of <linux/topology.h> in vsyscall_64 | Paul Gortmaker | 1 | -0/+1 |
2011-10-31 | x86, MCE: Use notifier chain only for MCE decoding | Borislav Petkov | 1 | -11/+6 |
2011-10-28 | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+5 |