Age | Commit message (Expand) | Author | Files | Lines |
2011-10-10 | x86, nmi: Wire up NMI handlers to new routines | Don Zickus | 3 | -81/+11 |
2011-10-10 | perf, intel: Use GO/HO bits in perf-ctr | Gleb Natapov | 2 | -3/+100 |
2011-10-06 | perf, amd: Use GO/HO bits in perf-ctr | Joerg Roedel | 1 | -0/+13 |
2011-10-06 | Merge branch 'ras' of git://amd64.org/linux/bp into perf/core | Ingo Molnar | 1 | -6/+14 |
2011-09-27 | x86: Perf_event_amd.c needs <asm/apicdef.h> | Randy Dunlap | 1 | -0/+1 |
2011-09-26 | x86, perf: Clean up perf_event cpu code | Kevin Winchester | 9 | -460/+604 |
2011-09-26 | Merge commit 'v3.1-rc7' into perf/core | Ingo Molnar | 2 | -2/+3 |
2011-09-14 | x86, mce: Do not call del_timer_sync() in IRQ context | Hidetoshi Seto | 1 | -6/+14 |
2011-08-31 | x86, perf: Check that current->mm is alive before getting user callchain | Andrey Vagin | 1 | -0/+3 |
2011-08-25 | mtrr: fix UP breakage caused during switch to stop_machine | Tejun Heo | 1 | -2/+0 |
2011-08-14 | perf, x86: Avoid kfree() in CPU_STARTING | Peter Zijlstra | 3 | -2/+10 |
2011-08-09 | perf, x86: Add model 45 SandyBridge support | Youquan Song | 1 | -0/+1 |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-07-23 | Merge branches 'x86-detect-hyper-for-linus', 'x86-fpu-for-linus', 'x86-kexec-... | Linus Torvalds | 2 | -2/+6 |
2011-07-22 | Merge branch 'x86-mtrr-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -136/+46 |
2011-07-22 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -211/+239 |
2011-07-22 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+18 |
2011-07-21 | x86, perf: Make copy_from_user_nmi() a library function | Robert Richter | 1 | -35/+0 |
2011-07-21 | x86, perf: P4 PMU - Fix typos in comments and style cleanup | Cyrill Gorcunov | 1 | -36/+30 |
2011-07-15 | x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message | Len Brown | 1 | -5/+5 |
2011-07-14 | perf, x86: P4 PMU - Introduce event alias feature | Cyrill Gorcunov | 2 | -36/+106 |
2011-07-14 | x86, intel, power: Initialize MSR_IA32_ENERGY_PERF_BIAS | Len Brown | 1 | -0/+18 |
2011-07-08 | x86, hyper: Change hypervisor detection order | Anupam Chanda | 1 | -2/+2 |
2011-07-02 | x86, mtrr: Use pci_dev->revision | Sergei Shtylyov | 1 | -8/+5 |
2011-07-01 | x86, perf: Add constraints for architectural PMU | Avi Kivity | 1 | -5/+18 |
2011-07-01 | perf, arch: Add generic NODE cache events | Peter Zijlstra | 3 | -1/+86 |
2011-07-01 | perf, intel: Try alternative OFFCORE encodings | Peter Zijlstra | 2 | -8/+41 |
2011-07-01 | perf_events: Add Intel Sandy Bridge offcore_response low-level support | Stephane Eranian | 2 | -3/+11 |
2011-07-01 | perf_events: Fix validation of events using an extra reg | Stephane Eranian | 2 | -18/+57 |
2011-07-01 | perf_events: Update Intel extra regs shared constraints management | Stephane Eranian | 2 | -149/+189 |
2011-07-01 | perf: Remove the perf_output_begin(.sample) argument | Peter Zijlstra | 1 | -1/+1 |
2011-07-01 | perf: Remove the nmi parameter from the swevent and overflow interface | Peter Zijlstra | 4 | -5/+5 |
2011-07-01 | perf, x86: Add hw_watchdog_set_attr() in a sake of nmi-watchdog on P4 | Cyrill Gorcunov | 2 | -0/+33 |
2011-06-30 | x86-32, fpu: Fix DNA exception during check_fpu() | Suresh Siddha | 1 | -0/+4 |
2011-06-27 | x86, mtrr: use stop_machine APIs for doing MTRR rendezvous | Suresh Siddha | 1 | -151/+41 |
2011-06-27 | x86, mtrr: lock stop machine during MTRR rendezvous sequence | Suresh Siddha | 1 | -0/+23 |
2011-06-16 | x86, mce: Use mce_sysdev_ prefix to group functions | Hidetoshi Seto | 2 | -34/+38 |
2011-06-16 | x86, mce: Use mce_chrdev_ prefix to group functions | Hidetoshi Seto | 1 | -36/+41 |
2011-06-16 | x86, mce: Cleanup mce_read() | Hidetoshi Seto | 1 | -12/+11 |
2011-06-16 | x86, mce: Cleanup mce_create()/remove_device() | Hidetoshi Seto | 1 | -13/+14 |
2011-06-16 | x86, mce: Check the result of ancient_init() | Hidetoshi Seto | 1 | -3/+9 |
2011-06-16 | x86, mce: Introduce mce_gather_info() | Hidetoshi Seto | 1 | -23/+27 |
2011-06-16 | x86, mce: Replace MCM_ with MCI_MISC_ | Hidetoshi Seto | 1 | -2/+2 |
2011-06-16 | x86, mce: Replace MCE_SELF_VECTOR by irq_work | Hidetoshi Seto | 1 | -41/+6 |
2011-06-16 | x86, mce, severity: Clean up trivial coding style problems | Hidetoshi Seto | 1 | -20/+19 |
2011-06-16 | x86, mce, severity: Cleanup severity table | Hidetoshi Seto | 1 | -69/+58 |
2011-06-16 | x86, mce, severity: Make formatting a bit more readable | Hidetoshi Seto | 1 | -30/+88 |
2011-06-16 | x86, mce, severity: Fix two severities table signatures | Tony Luck | 1 | -3/+1 |
2011-05-29 | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -1/+2 |
2011-05-29 | x86 idle: deprecate "no-hlt" cmdline param | Len Brown | 1 | -0/+1 |