| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-05-23 | 8 | -46/+55 |
|\ |
|
| * | x86, extable: Switch to relative exception table entries | H. Peter Anvin | 2012-04-20 | 2 | -14/+23 |
| * | x86, extable: Add _ASM_EXTABLE_EX() macro | H. Peter Anvin | 2012-04-20 | 2 | -12/+24 |
| * | x86, extable: Remove open-coded exception table entries in arch/x86/include/a... | H. Peter Anvin | 2012-04-20 | 1 | -8/+2 |
| * | x86, extable: Remove open-coded exception table entries in arch/x86/include/a... | H. Peter Anvin | 2012-04-20 | 1 | -3/+2 |
| * | x86, extable: Remove the now-unused __ASM_EX_SEC macros | H. Peter Anvin | 2012-04-20 | 1 | -2/+0 |
| * | x86, extable: Use .pushsection ... .popsection for _ASM_EXTABLE() | H. Peter Anvin | 2012-04-20 | 1 | -10/+10 |
| * | x86, doc: Revert "x86: Document rdmsr_safe restrictions" | H. Peter Anvin | 2012-04-19 | 1 | -8/+1 |
| * | x86-64: Handle exception table entries during early boot | H. Peter Anvin | 2012-04-19 | 1 | -1/+1 |
| * | x86, paravirt: Replace GET_CR2_INTO_RCX with GET_CR2_INTO_RAX | H. Peter Anvin | 2012-04-19 | 1 | -4/+2 |
| * | x86: Add symbolic constant for exceptions with error code | H. Peter Anvin | 2012-04-19 | 1 | -0/+2 |
| * | x86, nop: Make the ASM_NOP* macros work from assembly | H. Peter Anvin | 2012-04-19 | 1 | -0/+4 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li... | Linus Torvalds | 2012-05-23 | 2 | -3/+0 |
|\ \ \ \ |
|
| | | * | | x86: Avoid double stack traces with show_regs() | Jan Beulich | 2012-05-09 | 1 | -1/+0 |
| | |/ /
| |/| | |
|
| | * | | x86: spinlock.h: Remove REG_PTR_MODE | Richard Weinberger | 2012-03-30 | 1 | -2/+0 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-05-22 | 1 | -5/+5 |
|\ \ \ \ |
|
| * | | | | atomic64_32.h: fix parameter naming mismatch | Philipp Hahn | 2012-05-09 | 1 | -5/+5 |
* | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-05-22 | 4 | -17/+52 |
|\ \ \ \ \ |
|
| * | | | | | x86/apic: Implement EIO micro-optimization | Michael S. Tsirkin | 2012-05-18 | 1 | -0/+5 |
| * | | | | | x86/apic: Add apic->eoi_write() callback | Michael S. Tsirkin | 2012-05-18 | 1 | -1/+15 |
| * | | | | | x86/apic: Use symbolic APIC_EOI_ACK | Michael S. Tsirkin | 2012-05-18 | 1 | -3/+1 |
| * | | | | | x86/apic: Fix typo EIO_ACK -> EOI_ACK and document it | Michael S. Tsirkin | 2012-05-18 | 1 | -1/+1 |
| * | | | | | Merge branch 'stable/for-ingo-v3.5' of git://git.kernel.org/pub/scm/linux/ker... | Ingo Molnar | 2012-05-07 | 2 | -13/+31 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | * | | | | x86/apic: Replace io_apic_ops with x86_io_apic_ops. | Konrad Rzeszutek Wilk | 2012-05-01 | 2 | -13/+31 |
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-05-22 | 1 | -38/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | sched/numa: Rewrite the CONFIG_NUMA sched domain support | Peter Zijlstra | 2012-05-09 | 1 | -38/+0 |
| |/ / / / / |
|
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-05-22 | 3 | -2/+18 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge remote-tracking branch 'tip/perf/urgent' into perf/core | Arnaldo Carvalho de Melo | 2012-05-18 | 5 | -9/+14 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | perf/x86/ibs: Fix undefined reference to `get_ibs_caps' | Robert Richter | 2012-05-14 | 1 | -0/+4 |
| * | | | | | | perf/x86-ibs: Take instruction pointer from ibs sample | Robert Richter | 2012-05-09 | 1 | -2/+4 |
| * | | | | | | Merge branch 'perf/x86-ibs' into perf/core | Ingo Molnar | 2012-05-09 | 2 | -0/+7 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | perf/x86: Implement 64-bit counter support for IBS | Robert Richter | 2012-03-08 | 1 | -0/+2 |
| | * | | | | | | perf/x86: Implement IBS interrupt handler | Robert Richter | 2012-03-08 | 1 | -0/+5 |
| * | | | | | | | Merge branch 'tip/perf/core-4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2012-05-07 | 1 | -0/+3 |
| |\ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| | * | | | | | | ftrace/x86: Have arch x86_64 use breakpoints instead of stop machine | Steven Rostedt | 2012-04-27 | 1 | -0/+3 |
| | | |_|_|/ /
| | |/| | | | |
|
* | | | | | | | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe... | Linus Torvalds | 2012-05-22 | 12 | -38/+36 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | percpu: remove percpu_xxx() functions | Alex Shi | 2012-05-14 | 1 | -10/+6 |
| * | | | | | | | x86: replace percpu_xxx funcs with this_cpu_xxx | Alex Shi | 2012-05-14 | 12 | -28/+30 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2012-05-21 | 2 | -0/+33 |
|\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ | Merge tag 'v3.4-rc5' into next | James Morris | 2012-05-04 | 9 | -20/+18 |
| |\ \ \ \ \ \ \
| | | |_|_|_|/ /
| | |/| | | | | |
|
| * | | | | | | | signal, x86: add SIGSYS info and make it synchronous. | Will Drewry | 2012-04-14 | 1 | -0/+6 |
| * | | | | | | | arch/x86: add syscall_get_arch to syscall.h | Will Drewry | 2012-04-14 | 1 | -0/+27 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-05-21 | 6 | -31/+13 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86: Use common threadinfo allocator | Thomas Gleixner | 2012-05-08 | 4 | -24/+6 |
| * | | | | | | | Merge branch 'smp/threadalloc' into smp/hotplug | Thomas Gleixner | 2012-05-08 | 1 | -1/+0 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | fork: Remove the weak insanity | Thomas Gleixner | 2012-05-08 | 1 | -1/+0 |
| | | |/ / / / /
| | |/| | | | | |
|
| * | | | | | | | x86: Use kick_all_cpus_sync() | Thomas Gleixner | 2012-05-08 | 1 | -2/+0 |
| * | | | | | | | x86: Use generic idle thread allocation | Thomas Gleixner | 2012-04-26 | 1 | -0/+1 |
| * | | | | | | | x86: Add task_struct argument to smp_ops.cpu_up | Thomas Gleixner | 2012-04-26 | 1 | -3/+3 |
| * | | | | | | | smp: Add task_struct argument to __cpu_up() | Thomas Gleixner | 2012-04-26 | 1 | -1/+3 |
| |/ / / / / / |
|