| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-10-26 | 2 | -2/+1 |
|\ |
|
| * | x86-64, unistd: Remove bogus __IGNORE_getcpu | Andy Lutomirski | 2011-08-24 | 1 | -1/+0 |
| * | x86, mm, trivial: Remove unnecessary get_order() in free_thread_info() | Zhao Jin | 2011-08-23 | 1 | -1/+1 |
| * | x86, cleanup: Remove unneeded version.h include from arch/x86/ | Jesper Juhl | 2011-08-22 | 1 | -1/+0 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-10-26 | 3 | -6/+18 |
|\ \ |
|
| * | | x86-64: Fix CFI data for interrupt frames | Jan Beulich | 2011-09-28 | 2 | -5/+11 |
| * | | x86-64: Don't apply destructive erratum workaround on unaffected CPUs | Jan Beulich | 2011-09-28 | 1 | -1/+7 |
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-10-26 | 6 | -220/+219 |
|\ \ \ |
|
| * | | | x86/irq: Standardize on CONFIG_SPARSE_IRQ=y | Yinghai Lu | 2011-10-13 | 3 | -33/+3 |
| * | | | x86, ioapic: Clean up ioapic/apic_id usage | Yinghai Lu | 2011-10-12 | 1 | -97/+97 |
| * | | | x86, ioapic: Factor out print_IO_APIC() to only print one io apic | Yinghai Lu | 2011-10-12 | 1 | -22/+24 |
| * | | | x86, ioapic: Print out irte with right ioapic index | Yinghai Lu | 2011-10-12 | 1 | -1/+1 |
| * | | | x86, ioapic: Split up setup_ioapic_entry() | Yinghai Lu | 2011-10-12 | 1 | -59/+80 |
| * | | | x86, ioapic: Pass struct irq_attr * to setup_ioapic_irq() | Yinghai Lu | 2011-10-12 | 1 | -11/+11 |
| * | | | apic, i386/bigsmp: Fix false warnings regarding logical APIC ID mismatches | Jan Beulich | 2011-09-28 | 3 | -13/+19 |
| |/ / |
|
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-10-26 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | clockevents: Make minimum delay adjustments configurable | Martin Schwidefsky | 2011-09-08 | 1 | -0/+1 |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-10-26 | 1 | -5/+43 |
|\ \ \ \ |
|
| * | | | | x86: Fix insn decoder for longer instruction | Masami Hiramatsu | 2011-10-10 | 1 | -5/+43 |
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-10-26 | 32 | -1117/+1646 |
|\ \ \ \ \ |
|
| * | | | | | x86, perf, kprobes: Make kprobes's twobyte_is_boostable volatile | Josh Stone | 2011-10-18 | 1 | -1/+3 |
| * | | | | | Merge branch 'tip/perf/core' of git://github.com/rostedt/linux into perf/core | Ingo Molnar | 2011-10-12 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | x86: jump_label: arch_jump_label_text_poke_early: add missing __init | Kevin Winchester | 2011-08-19 | 1 | -1/+1 |
| | | |/ / /
| | |/| | | |
|
| * | | | | | x86, nmi, drivers: Fix nmi splitup build bug | Ingo Molnar | 2011-10-10 | 1 | -0/+2 |
| * | | | | | perf, x86: Implement IBS initialization | Robert Richter | 2011-10-10 | 6 | -201/+297 |
| * | | | | | perf, x86: Share IBS macros between perf and oprofile | Robert Richter | 2011-10-10 | 3 | -39/+40 |
| * | | | | | x86, nmi: Track NMI usage stats | Don Zickus | 2011-10-10 | 1 | -2/+18 |
| * | | | | | x86, nmi: Add in logic to handle multiple events and unknown NMIs | Don Zickus | 2011-10-10 | 4 | -9/+93 |
| * | | | | | x86, nmi: Wire up NMI handlers to new routines | Don Zickus | 2011-10-10 | 13 | -227/+99 |
| * | | | | | x86, nmi: Create new NMI handler routines | Don Zickus | 2011-10-10 | 2 | -0/+171 |
| * | | | | | x86, nmi: Split out nmi from traps.c | Don Zickus | 2011-10-10 | 3 | -156/+179 |
| * | | | | | perf, intel: Use GO/HO bits in perf-ctr | Gleb Natapov | 2011-10-10 | 3 | -3/+112 |
| * | | | | | perf, amd: Use GO/HO bits in perf-ctr | Joerg Roedel | 2011-10-06 | 2 | -0/+16 |
| * | | | | | Merge branch 'ras' of git://amd64.org/linux/bp into perf/core | Ingo Molnar | 2011-10-06 | 1 | -6/+14 |
| |\ \ \ \ \ |
|
| | * | | | | | x86, mce: Do not call del_timer_sync() in IRQ context | Hidetoshi Seto | 2011-09-14 | 1 | -6/+14 |
| * | | | | | | Merge commit 'v3.1-rc9' into perf/core | Ingo Molnar | 2011-10-06 | 4 | -13/+24 |
| |\ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge branch 'core' of git://amd64.org/linux/rric into perf/core | Ingo Molnar | 2011-09-29 | 1 | -25/+2 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | oprofile, x86: Fix overflow and warning (commit 1d12d35) | Robert Richter | 2011-08-16 | 1 | -2/+1 |
| | * | | | | | | | oprofile, x86: Convert memory allocation to static array | Maarten Lankhorst | 2011-08-01 | 1 | -23/+1 |
| * | | | | | | | | x86: Perf_event_amd.c needs <asm/apicdef.h> | Randy Dunlap | 2011-09-27 | 1 | -0/+1 |
| * | | | | | | | | x86, perf: Clean up perf_event cpu code | Kevin Winchester | 2011-09-26 | 9 | -460/+604 |
| * | | | | | | | | Merge commit 'v3.1-rc7' into perf/core | Ingo Molnar | 2011-09-26 | 23 | -41/+81 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2011-08-18 | 21 | -115/+177 |
| |\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | perf, x86: Avoid kfree() in CPU_STARTING | Peter Zijlstra | 2011-08-14 | 3 | -2/+10 |
* | | | | | | | | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-10-26 | 2 | -7/+7 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | locking, x86: mce: Annotate cmci_discover_lock as raw | Thomas Gleixner | 2011-09-13 | 1 | -5/+5 |
| * | | | | | | | | | | | locking, oprofile: Annotate oprofilefs lock as raw | Thomas Gleixner | 2011-09-13 | 1 | -2/+2 |
| | |_|_|_|_|/ / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-10-26 | 7 | -171/+166 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | x86, ioapic: Consolidate the explicit EOI code | Suresh Siddha | 2011-09-21 | 1 | -74/+65 |
| * | | | | | | | | | | | x86, ioapic: Restore the mask bit correctly in eoi_ioapic_irq() | Suresh Siddha | 2011-09-21 | 1 | -16/+27 |