| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2013-09-04 | 37 | -152/+145 |
|\ |
|
| * | x86/asmlinkage: Fix warning in xen asmlinkage change | Andi Kleen | 2013-08-22 | 1 | -6/+6 |
| * | x86, asmlinkage, vdso: Mark vdso variables __visible | Andi Kleen | 2013-08-06 | 1 | -1/+1 |
| * | x86, asmlinkage, power: Make various symbols used by the suspend asm code vis... | Andi Kleen | 2013-08-06 | 2 | -10/+10 |
| * | x86, asmlinkage: Make 64bit checksum functions visible | Andi Kleen | 2013-08-06 | 1 | -1/+1 |
| * | x86, asmlinkage, paravirt: Add __visible/asmlinkage to xen paravirt ops | Andi Kleen | 2013-08-06 | 3 | -11/+12 |
| * | x86, asmlinkage, apm: Make APM data structure used from assembler visible | Andi Kleen | 2013-08-06 | 1 | -1/+1 |
| * | x86, asmlinkage: Make syscall tables visible | Andi Kleen | 2013-08-06 | 2 | -2/+2 |
| * | x86, asmlinkage: Make several variables used from assembler/linker script vis... | Andi Kleen | 2013-08-06 | 10 | -13/+14 |
| * | x86, asmlinkage: Make kprobes code visible and fix assembler code | Andi Kleen | 2013-08-06 | 3 | -10/+7 |
| * | x86, asmlinkage: Make various syscalls asmlinkage | Andi Kleen | 2013-08-06 | 2 | -5/+5 |
| * | x86, asmlinkage: Make 32bit/64bit __switch_to visible | Andi Kleen | 2013-08-06 | 3 | -4/+4 |
| * | x86, asmlinkage: Make _*_start_kernel visible | Andi Kleen | 2013-08-06 | 3 | -5/+7 |
| * | x86, asmlinkage: Make all interrupt handlers asmlinkage / __visible | Andi Kleen | 2013-08-06 | 6 | -81/+77 |
| * | x86, asmlinkage: Change dotraplinkage into __visible on 32bit | Andi Kleen | 2013-08-06 | 1 | -5/+1 |
| * | x86: Fix sys_call_table type in asm/syscall.h | Andi Kleen | 2013-08-06 | 2 | -3/+3 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-09-04 | 8 | -54/+107 |
|\ \ |
|
| * | | x86, doc: Update uaccess.h comment to reflect clang changes | H. Peter Anvin | 2013-08-29 | 1 | -1/+4 |
| * | | x86, asm: Fix a compilation issue with clang | Jan-Simon Möller | 2013-08-29 | 1 | -1/+1 |
| * | | x86, asm: Extend definitions of _ASM_* with a raw format | Jan-Simon Möller | 2013-08-29 | 1 | -1/+5 |
| * | | x86, insn: Add new opcodes as of June, 2013 | Masami Hiramatsu | 2013-08-06 | 2 | -19/+27 |
| * | | x86/ia32/asm: Remove unused argument in macro | Ramkumar Ramachandra | 2013-07-23 | 1 | -1/+1 |
| * | | x86, bitops: Change bitops to be native operand size | H. Peter Anvin | 2013-07-16 | 2 | -31/+39 |
| * | | x86: Use asm-goto to implement mutex fast path on x86-64 | Wedson Almeida Filho | 2013-06-28 | 1 | -0/+30 |
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-09-04 | 4 | -6/+21 |
|\ \ \ |
|
| * | | | x86/ioapic: Check attr against the previous setting when programmed more than... | Liu Ping Fan | 2013-08-26 | 2 | -4/+10 |
| * | | | x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lock | Yoshihiro YUNOMAE | 2013-08-20 | 3 | -1/+10 |
| * | | | x86/acpi: Fix incorrect sanity check in acpi_register_lapic() | Tang Chen | 2013-07-23 | 1 | -1/+1 |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2013-09-04 | 2 | -22/+15 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'timers/clockevents-next' of git://git.linaro.org/people/dlezcan... | Thomas Gleixner | 2013-08-21 | 2 | -22/+15 |
| |\ \ \ \ |
|
| | * | | | | clocksource: arch_timer: Push the read/write wrappers deeper | Stephen Boyd | 2013-08-01 | 2 | -4/+4 |
| | * | | | | clocksource: arch_timer: Make register accessors less error-prone | Stephen Boyd | 2013-08-01 | 2 | -22/+15 |
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-09-04 | 1 | -7/+13 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tag 'v3.11-rc5' into sched/core | Ingo Molnar | 2013-08-16 | 216 | -1954/+2312 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | sched/x86: Optimize switch_mm() for multi-threaded workloads | Rik van Riel | 2013-08-01 | 1 | -7/+13 |
| | |_|_|/ / /
| |/| | | | | |
|
| | | | | | | | |
| \ \ \ \ \ \ | |
*-. \ \ \ \ \ \ | Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git... | Linus Torvalds | 2013-09-04 | 20 | -394/+1111 |
|\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | perf: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node() | Joe Perches | 2013-09-02 | 3 | -6/+5 |
| | * | | | | | | | perf/x86: Add Silvermont (22nm Atom) support | Yan, Zheng | 2013-09-02 | 3 | -0/+186 |
| | * | | | | | | | perf/x86: use INTEL_UEVENT_EXTRA_REG to define MSR_OFFCORE_RSP_X | Yan, Zheng | 2013-09-02 | 1 | -9/+13 |
| | * | | | | | | | Merge branch 'linus' into perf/core | Ingo Molnar | 2013-08-29 | 68 | -184/+477 |
| | |\ \ \ \ \ \ \
| | |/ / / / / / /
| |/| | | | | | | |
|
| | * | | | | | | | perf/x86/intel/uncore: Enable EV_SEL_EXT bit for PCU | Yan, Zheng | 2013-08-16 | 2 | -1/+2 |
| | * | | | | | | | perf/x86/intel/uncore: Add filter support for QPI boxes | Yan, Zheng | 2013-08-16 | 2 | -18/+123 |
| | * | | | | | | | perf/x86/intel/uncore: Add auxiliary pci device support | Yan, Zheng | 2013-08-16 | 2 | -52/+68 |
| | * | | | | | | | Merge tag 'v3.11-rc5' into perf/core | Ingo Molnar | 2013-08-15 | 244 | -2122/+2819 |
| | |\ \ \ \ \ \ \
| | | | |/ / / / /
| | | |/| | | | | |
|
| | * | | | | | | | perf/x86: Add ability to calculate TSC from perf sample timestamps | Adrian Hunter | 2013-07-23 | 3 | -0/+13 |
| | * | | | | | | | kprobes/x86: Call out into INT3 handler directly instead of using notifier | Jiri Kosina | 2013-07-23 | 3 | -23/+14 |
| | * | | | | | | | kprobes/x86: Remove unused text_poke_smp() and text_poke_smp_batch() functions | Masami Hiramatsu | 2013-07-19 | 3 | -112/+2 |
| | * | | | | | | | kprobes/x86: Use text_poke_bp() instead of text_poke_smp*() | Masami Hiramatsu | 2013-07-19 | 3 | -84/+23 |
| | * | | | | | | | kprobes/x86: Remove an incorrect comment about int3 in NMI/MCE | Masami Hiramatsu | 2013-07-19 | 1 | -10/+0 |
| | * | | | | | | | Merge branch 'x86/jumplabel' into perf/core | Ingo Molnar | 2013-07-19 | 3 | -2/+121 |
| | |\ \ \ \ \ \ \ |
|