summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-042-7/+12
|\ \ \ \ \ \ \
| * | | | | | | x86: Fix override new_cpu_data.x86 with 486Wang YanQing2013-06-281-1/+1
| * | | | | | | x86, cpufeature: Use new CC_HAVE_ASM_GOTOBorislav Petkov2013-06-281-6/+11
| * | | | | | | Merge remote-tracking branch 'origin/x86/fpu' into queue/x86/cpuH. Peter Anvin2013-06-2828-108/+318
| |\ \ \ \ \ \ \
| | \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \
*-. \ \ \ \ \ \ \ \ Merge branches 'x86-boot-for-linus' and 'x86-cleanups-for-linus' of git://git...Linus Torvalds2013-09-042-1/+2
|\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86, boot: Fix warning due to undeclared strlen()Fred Chen2013-08-131-0/+1
| | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | x86/boot: Fix a sanity check in printf.cDan Carpenter2013-08-141-1/+1
* | | | | | | | | | 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 '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-169-806/+22
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | 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-0417-276/+529
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | 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-2916-59/+169
| | |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | 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-1511-807/+29
| | |\ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / | | | |/| | | | | | | |
| | * | | | | | | | | | 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
OpenPOWER on IntegriCloud