summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-222-6/+6
|\
| * atomic64_32.h: fix parameter naming mismatchPhilipp Hahn2012-05-091-5/+5
| * x86, relocs: Remove an unused variableKusanagi Kouichi2012-04-301-2/+0
| * 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-2225-93/+151
|\ \
| * | x86/apic: Implement EIO micro-optimizationMichael S. Tsirkin2012-05-184-3/+8
| * | x86/apic: Add apic->eoi_write() callbackMichael S. Tsirkin2012-05-1812-1/+28
| * | x86/apic: Use symbolic APIC_EOI_ACKMichael S. Tsirkin2012-05-181-3/+1
| * | x86/apic: Fix typo EIO_ACK -> EOI_ACK and document itMichael S. Tsirkin2012-05-182-2/+2
| * | x86/xen/apic: Add missing #include <xen/xen.h>Ingo Molnar2012-05-181-1/+4
| * | 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-0710-60/+82
| |\ \
| | * | xen/apic: implement io apic read with hypercallLin Ming2012-05-011-0/+13
| | * | Revert "xen/x86: Workaround 'x86/ioapic: Add register level checks to detect ...Konrad Rzeszutek Wilk2012-05-011-3/+1
| | * | xen/x86: Implement x86_apic_opsKonrad Rzeszutek Wilk2012-05-014-1/+24
| | * | x86/apic: Replace io_apic_ops with x86_io_apic_ops.Konrad Rzeszutek Wilk2012-05-015-56/+44
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-224-79/+83
|\ \ \ \
| * | | | 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
| * | | | sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra2012-05-091-38/+0
| * | | | 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/numa: Allow specifying node_distance() for numa=fakePeter Zijlstra2012-05-091-2/+6
| * | | | 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-2213-204/+939
|\ \ \ \
| * \ \ \ Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2012-05-2126-79/+135
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-1826-79/+135
| | |\ \ \ \ | | | | |/ / | | | |/| |
| * | | | | ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt2012-05-161-13/+2
| |/ / / /
| * | | | perf/x86/ibs: Fix undefined reference to `get_ibs_caps'Robert Richter2012-05-141-0/+4
| * | | | 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-092-19/+35
| * | | | 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-093-7/+438
| |\ \ \ \
| | * | | | perf/x86: Clean up register_nmi_handler() usageIngo Molnar2012-04-251-1/+1
| | * | | | perf/x86: Implement 64-bit counter support for IBSRobert Richter2012-03-082-21/+185
| | * | | | perf/x86: Implement IBS pmu control opsRobert Richter2012-03-081-3/+103
| | * | | | perf/x86: Implement IBS interrupt handlerRobert Richter2012-03-082-0/+89
| | * | | | 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-075-175/+358
| |\ \ \ \ \
OpenPOWER on IntegriCloud