summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-2215-71/+57
|\ \
| * | x86/apic: Implement EIO micro-optimizationMichael S. Tsirkin2012-05-183-3/+3
| * | x86/apic: Add apic->eoi_write() callbackMichael S. Tsirkin2012-05-1811-0/+13
| * | x86/apic: Only compile local function if used with !CONFIG_GENERIC_PENDING_IRQMárton Németh2012-05-081-23/+23
| * | x86/apic: Fix UP boot crashIngo Molnar2012-05-071-1/+2
| * | x86: Conditionally update time when ack-ing pending irqsShai Fultheim2012-05-071-5/+7
| * | Merge branch 'stable/for-ingo-v3.5' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2012-05-073-43/+13
| |\ \
| | * | x86/apic: Replace io_apic_ops with x86_io_apic_ops.Konrad Rzeszutek Wilk2012-05-013-43/+13
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-222-39/+77
|\ \ \ \
| * | | | sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra2012-05-171-2/+1
| * | | | sched/x86: Rewrite set_cpu_sibling_map()Peter Zijlstra2012-05-141-46/+66
| * | | | x86/numa: Check for nonsensical topologies on real hw as wellIngo Molnar2012-05-091-6/+6
| * | | | x86/numa: Hard partition cpu topology masks on node boundariesPeter Zijlstra2012-05-091-0/+11
| * | | | x86/sched: Make mwait_usable() heed to "idle=" kernel parameters properlySrivatsa S. Bhat2012-05-071-0/+8
| |/ / /
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-05-229-201/+921
|\ \ \ \
| * \ \ \ Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2012-05-2114-52/+63
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-1814-52/+63
| | |\ \ \ \ | | | | |/ / | | | |/| |
| * | | | | ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt2012-05-161-13/+2
| |/ / / /
| * | | | 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
| * | | | | Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2012-05-073-174/+355
| |\ \ \ \ \
| | * | | | | ftrace/x86: Use asm/kprobes.h instead of linux/kprobes.hSteven Rostedt2012-05-041-1/+1
| | * | | | | ftrace/x86: Remove the complex ftrace NMI handling codeSteven Rostedt2012-04-272-173/+6
| | * | | | | ftrace/x86: Have arch x86_64 use breakpoints instead of stop machineSteven Rostedt2012-04-272-1/+349
| | | |_|_|/ | | |/| | |
| * | | | | 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-228-17/+18
|\ \ \ \ \ \
| * | | | | | x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi2012-05-148-17/+18
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-211-1/+6
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v3.4-rc5' into nextJames Morris2012-05-0415-55/+66
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | x86: Enable HAVE_ARCH_SECCOMP_FILTERWill Drewry2012-04-141-1/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-216-143/+28
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud