summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2013-09-0437-152/+145
|\
| * x86/asmlinkage: Fix warning in xen asmlinkage changeAndi Kleen2013-08-221-6/+6
| * x86, asmlinkage, vdso: Mark vdso variables __visibleAndi Kleen2013-08-061-1/+1
| * x86, asmlinkage, power: Make various symbols used by the suspend asm code vis...Andi Kleen2013-08-062-10/+10
| * x86, asmlinkage: Make 64bit checksum functions visibleAndi Kleen2013-08-061-1/+1
| * x86, asmlinkage, paravirt: Add __visible/asmlinkage to xen paravirt opsAndi Kleen2013-08-063-11/+12
| * x86, asmlinkage, apm: Make APM data structure used from assembler visibleAndi Kleen2013-08-061-1/+1
| * x86, asmlinkage: Make syscall tables visibleAndi Kleen2013-08-062-2/+2
| * x86, asmlinkage: Make several variables used from assembler/linker script vis...Andi Kleen2013-08-0610-13/+14
| * x86, asmlinkage: Make kprobes code visible and fix assembler codeAndi Kleen2013-08-063-10/+7
| * x86, asmlinkage: Make various syscalls asmlinkageAndi Kleen2013-08-062-5/+5
| * x86, asmlinkage: Make 32bit/64bit __switch_to visibleAndi Kleen2013-08-063-4/+4
| * x86, asmlinkage: Make _*_start_kernel visibleAndi Kleen2013-08-063-5/+7
| * x86, asmlinkage: Make all interrupt handlers asmlinkage / __visibleAndi Kleen2013-08-066-81/+77
| * x86, asmlinkage: Change dotraplinkage into __visible on 32bitAndi Kleen2013-08-061-5/+1
| * x86: Fix sys_call_table type in asm/syscall.hAndi Kleen2013-08-062-3/+3
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-048-54/+107
|\ \
| * | x86, doc: Update uaccess.h comment to reflect clang changesH. Peter Anvin2013-08-291-1/+4
| * | x86, asm: Fix a compilation issue with clangJan-Simon Möller2013-08-291-1/+1
| * | x86, asm: Extend definitions of _ASM_* with a raw formatJan-Simon Möller2013-08-291-1/+5
| * | x86, insn: Add new opcodes as of June, 2013Masami Hiramatsu2013-08-062-19/+27
| * | x86/ia32/asm: Remove unused argument in macroRamkumar Ramachandra2013-07-231-1/+1
| * | x86, bitops: Change bitops to be native operand sizeH. Peter Anvin2013-07-162-31/+39
| * | x86: Use asm-goto to implement mutex fast path on x86-64Wedson Almeida Filho2013-06-281-0/+30
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-09-044-6/+21
|\ \ \
| * | | x86/ioapic: Check attr against the previous setting when programmed more than...Liu Ping Fan2013-08-262-4/+10
| * | | x86/ioapic/kcrash: Prevent crash_kexec() from deadlocking on ioapic_lockYoshihiro YUNOMAE2013-08-203-1/+10
| * | | x86/acpi: Fix incorrect sanity check in acpi_register_lapic()Tang Chen2013-07-231-1/+1
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-042-22/+15
|\ \ \ \
| * \ \ \ Merge branch 'timers/clockevents-next' of git://git.linaro.org/people/dlezcan...Thomas Gleixner2013-08-212-22/+15
| |\ \ \ \
| | * | | | clocksource: arch_timer: Push the read/write wrappers deeperStephen Boyd2013-08-012-4/+4
| | * | | | clocksource: arch_timer: Make register accessors less error-proneStephen Boyd2013-08-012-22/+15
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-041-7/+13
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'v3.11-rc5' into sched/coreIngo Molnar2013-08-16216-1954/+2312
| |\ \ \ \ \ \
| * | | | | | | sched/x86: Optimize switch_mm() for multi-threaded workloadsRik van Riel2013-08-011-7/+13
| | |_|_|/ / / | |/| | | | |
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2013-09-0420-394/+1111
|\ \ \ \ \ \ \ \
| | * | | | | | | perf: Convert kmalloc_node(...GFP_ZERO...) to kzalloc_node()Joe Perches2013-09-023-6/+5
| | * | | | | | | perf/x86: Add Silvermont (22nm Atom) supportYan, Zheng2013-09-023-0/+186
| | * | | | | | | perf/x86: use INTEL_UEVENT_EXTRA_REG to define MSR_OFFCORE_RSP_XYan, Zheng2013-09-021-9/+13
| | * | | | | | | Merge branch 'linus' into perf/coreIngo Molnar2013-08-2968-184/+477
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | perf/x86/intel/uncore: Enable EV_SEL_EXT bit for PCUYan, Zheng2013-08-162-1/+2
| | * | | | | | | perf/x86/intel/uncore: Add filter support for QPI boxesYan, Zheng2013-08-162-18/+123
| | * | | | | | | perf/x86/intel/uncore: Add auxiliary pci device supportYan, Zheng2013-08-162-52/+68
| | * | | | | | | Merge tag 'v3.11-rc5' into perf/coreIngo Molnar2013-08-15244-2122/+2819
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | perf/x86: Add ability to calculate TSC from perf sample timestampsAdrian Hunter2013-07-233-0/+13
| | * | | | | | | kprobes/x86: Call out into INT3 handler directly instead of using notifierJiri Kosina2013-07-233-23/+14
| | * | | | | | | kprobes/x86: Remove unused text_poke_smp() and text_poke_smp_batch() functionsMasami Hiramatsu2013-07-193-112/+2
| | * | | | | | | kprobes/x86: Use text_poke_bp() instead of text_poke_smp*()Masami Hiramatsu2013-07-193-84/+23
| | * | | | | | | kprobes/x86: Remove an incorrect comment about int3 in NMI/MCEMasami Hiramatsu2013-07-191-10/+0
| | * | | | | | | Merge branch 'x86/jumplabel' into perf/coreIngo Molnar2013-07-193-2/+121
| | |\ \ \ \ \ \ \