summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'rostedt/tip/perf/urgent-2' into x86-urgent-for-...H. Peter Anvin2012-06-011-1/+7
|\
| * x86: Allow nesting of the debug stack IDT settingSteven Rostedt2012-05-311-1/+7
* | Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-05-311-15/+16
|\ \
| * | x86/mce: Cleanup timer messThomas Gleixner2012-05-301-15/+16
* | | x86, mtrr: Fix a type overflow in range_to_mtrr funczhenzhong.duan2012-05-301-1/+1
* | | Merge branch 'x86/trampoline' into x86/urgentH. Peter Anvin2012-05-303-12/+41
|\ \ \
| * \ \ Merge tag 'x86-mce-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2012-05-253-12/+41
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * x86/mce: Add instruction recovery signatures to mce-severity tableTony Luck2012-05-231-0/+10
| | * x86/mce: Fix check for processor context when machine check was taken.Tony Luck2012-05-231-6/+10
| | * MCE: Fix vm86 handling for 32bit mce handlerAndi Kleen2012-05-231-0/+8
| | * x86/mce Add validation check before GHES error is recordedChen Gong2012-04-201-1/+2
| | * x86/mce: Avoid reading every machine check bank register twice.Tony Luck2012-04-191-5/+11
* | | Merge branch 'x86/mce' into x86/urgentIngo Molnar2012-05-301-3/+3
|\ \ \ | |/ / |/| |
| * | x86/mce: Fix 32-bit buildBorislav Petkov2012-05-231-3/+3
| | |
| \ \
*-. \ \ Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2012-05-231-1/+10
|\ \ \ \
| * | | | perf/x86: Update event scheduling constraints for AMD family 15h modelsRobert Richter2012-05-181-1/+10
* | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-232-14/+88
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | x86, MCE, AMD: Disable error thresholding bank 4 on some modelsBorislav Petkov2012-04-301-0/+37
| * | | | x86, MCE, AMD: Hide interrupt_enable sysfs nodeBorislav Petkov2012-04-301-2/+7
| * | | | x86, MCE, AMD: Make APIC LVT thresholding interrupt optionalBorislav Petkov2012-04-301-12/+44
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
*---. \ \ \ \ Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li...Linus Torvalds2012-05-231-2/+2
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | | * | | | x86/cache_info: Fix setup of l2/l3 idsShai Fultheim2012-05-071-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-1/+1
|\ \ \ \ \ \
| * | | | | | x86: Fix typo in MODULE_DEVICE_TABLE example: s/x86_cpu/x86cpu/Josh Triplett2012-04-161-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-05-226-27/+577
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-183-18/+10
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | perf/x86-ibs: Fix usage of IBS op current countRobert Richter2012-05-091-12/+21
| * | | | | perf/x86-ibs: Catch spurious interrupts after stopping IBSRobert Richter2012-05-091-5/+7
| * | | | | perf/x86-ibs: Implement workaround for IBS erratum #420Robert Richter2012-05-091-23/+39
| * | | | | perf/x86-ibs: Extend hw period that triggers overflowRobert Richter2012-05-091-2/+13
| * | | | | perf/x86-ibs: Trigger overflow if remaining period is too smallRobert Richter2012-05-091-4/+1
| * | | | | perf/x86-ibs: Rename some variablesRobert Richter2012-05-091-5/+5
| * | | | | perf/x86-ibs: Precise event sampling with IBS for AMD CPUsRobert Richter2012-05-092-4/+76
| * | | | | perf/x86-ibs: Take instruction pointer from ibs sampleRobert Richter2012-05-091-17/+31
| * | | | | perf/x86-ibs: Fix frequency profilingRobert Richter2012-05-091-2/+16
| * | | | | perf/x86-ibs: Enable ibs op micro-ops counting modeRobert Richter2012-05-091-0/+2
| * | | | | perf: Pass last sampling period to perf_sample_data_init()Robert Richter2012-05-095-15/+8
| * | | | | perf/x86-ibs: Fix update of periodRobert Richter2012-05-091-13/+14
| * | | | | Merge branch 'perf/x86-ibs' into perf/coreIngo Molnar2012-05-091-7/+431
| |\ \ \ \ \
| | * | | | | perf/x86: Clean up register_nmi_handler() usageIngo Molnar2012-04-251-1/+1
| | * | | | | perf/x86: Implement 64-bit counter support for IBSRobert Richter2012-03-081-21/+183
| | * | | | | perf/x86: Implement IBS pmu control opsRobert Richter2012-03-081-3/+103
| | * | | | | perf/x86: Implement IBS interrupt handlerRobert Richter2012-03-081-0/+84
| | * | | | | perf/x86: Implement IBS event configurationRobert Richter2012-03-081-7/+85
| * | | | | | perf/x86: Fix cmpxchg() usage in amd_put_event_constraints()Robert Richter2012-04-261-3/+1
| * | | | | | perf: Trivial cleanup of duplicate codeRobert Richter2012-04-261-3/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2012-05-222-3/+3
|\ \ \ \ \ \
| * | | | | | x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi2012-05-142-3/+3
| | |_|_|/ / | |/| | | |
* | | | | | x86/mce: Only restart instruction after machine check recovery if it is safeTony Luck2012-05-141-3/+11
|/ / / / /
* | | | | x86/amd: Re-enable CPU topology extensions in case BIOS has disabled itAndreas Herrmann2012-04-271-0/+18
| |_|/ / |/| | |
OpenPOWER on IntegriCloud