summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-1241-497/+703
|\
| * scripts/decode_stacktrace.sh: Fix address line detection on x86Josh Poimboeuf2016-11-291-1/+2
| * x86/boot/64: Use defines for page sizeBorislav Petkov2016-11-251-5/+5
| * x86/dumpstack: Make stack name tags more comprehensibleJosh Poimboeuf2016-11-214-33/+23
| * selftests/x86: Add test_vdso to test getcpu()Andy Lutomirski2016-11-172-1/+124
| * x86/vdso: Use RDPID in preference to LSL when availableAndy Lutomirski2016-11-172-1/+7
| * Merge branch 'x86/cpufeature' into x86/asm, to pick up dependencyIngo Molnar2016-11-17406-2744/+4299
| |\
| | * x86/cpufeatures: Enable new AVX512 cpu featuresGayatri Kammela2016-11-172-0/+4
| | * x86/cpuid: Provide get_scattered_cpuid_leaf()He Chen2016-11-162-12/+40
| | * x86/cpuid: Cleanup cpuid_regs definitionsHe Chen2016-11-164-47/+41
| * | x86/dumpstack: Handle NULL stack pointer in show_trace_log_lvl()Josh Poimboeuf2016-11-171-0/+1
| * | x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variantsBorislav Petkov2016-11-013-96/+49
| * | Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-11-01715-4744/+8023
| |\ \
| * | | x86/unwind: Ensure stack grows downJosh Poimboeuf2016-10-281-4/+30
| * | | x86/vdso: Set vDSO pointer only after successDmitry Safonov2016-10-281-7/+3
| * | | x86/prctl/uapi: Remove #ifdef for CHECKPOINT_RESTOREDmitry Safonov2016-10-281-5/+3
| * | | x86/unwind: Detect bad stack return addressJosh Poimboeuf2016-10-271-1/+9
| * | | x86/dumpstack: Warn on stack recursionJosh Poimboeuf2016-10-272-2/+6
| * | | x86/unwind: Warn on bad frame pointerJosh Poimboeuf2016-10-271-2/+16
| * | | x86/decoder: Use stderr if insn sanity test failsPaul Bolle2016-10-261-1/+2
| * | | x86/decoder: Use stdout if insn decoder test is successfulPaul Bolle2016-10-261-1/+1
| * | | mm/page_alloc: Remove kernel address exposure in free_reserved_area()Josh Poimboeuf2016-10-251-2/+2
| * | | x86/dumpstack: Remove raw stack dumpJosh Poimboeuf2016-10-258-130/+4
| * | | x86/dumpstack: Remove kernel text addresses from stack dumpJosh Poimboeuf2016-10-256-26/+13
| * | | scripts/faddr2line: Fix "size mismatch" errorJosh Poimboeuf2016-10-251-12/+21
| * | | x86/entry64: Remove unused audit related macrosAlexander Kuleshov2016-10-251-6/+0
| * | | x86/dumpstack: Print orig_ax in __show_regs()Josh Poimboeuf2016-10-211-1/+6
| * | | x86/dumpstack: Fix duplicate RIP address display in __show_regs()Josh Poimboeuf2016-10-211-2/+2
| * | | x86/dumpstack: Print any pt_regs found on the stackJosh Poimboeuf2016-10-211-1/+15
| * | | x86/dumpstack: Print stack identifier on its own lineJosh Poimboeuf2016-10-211-4/+4
| * | | x86/unwind: Create stack frames for saved syscall registersJosh Poimboeuf2016-10-211-0/+35
| * | | x86/entry/unwind: Create stack frames for saved interrupt registersJosh Poimboeuf2016-10-215-16/+139
| * | | entry/64: Remove unused ZERO_EXTRA_REGS macroAlexander Kuleshov2016-10-211-9/+0
| * | | x86/boot: Move the _stext marker to before the boot codeJosh Poimboeuf2016-10-201-1/+1
| * | | x86/boot: Fix the end of the stack for idle tasksJosh Poimboeuf2016-10-202-9/+15
| * | | x86/boot/64: Put a real return address on the idle task stackJosh Poimboeuf2016-10-201-2/+3
| * | | x86/boot/64: Use a common function for starting CPUsJosh Poimboeuf2016-10-201-11/+11
| * | | x86/boot/smp/32: Fix initial idle stack location on 32-bit kernelsJosh Poimboeuf2016-10-201-3/+1
| * | | x86/boot/32: Fix the end of the stack for idle tasksJosh Poimboeuf2016-10-201-3/+5
| * | | x86/entry/32: Fix the end of the stack for newly forked tasksJosh Poimboeuf2016-10-201-3/+19
| * | | x86/entry/32: Rename 'error_code' to 'common_exception'Josh Poimboeuf2016-10-201-20/+23
| * | | x86/entry/32, x86/boot/32: Use local labelsJosh Poimboeuf2016-10-202-37/+38
| * | | x86/entry/64: Remove unused 'addskip' parameter of the ALLOC_PT_GPREGS_ON_STA...Alexander Kuleshov2016-10-201-2/+2
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-127-23/+39
|\ \ \ \
| * | | | x86/msr: Cleanup/streamline MSR helpersBorislav Petkov2016-11-162-21/+23
| * | | | x86/apic: Prevent tracing on apic_msr_write_eoi()Wanpeng Li2016-11-094-5/+5
| * | | | x86/msr: Add wrmsr_notrace()Wanpeng Li2016-11-091-1/+13
| * | | | x86/apic: Get rid of "warning: 'acpi_ioapic_lock' defined but not used"Sebastian Andrzej Siewior2016-10-211-0/+2
* | | | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-1213-91/+528
|\ \ \ \ \
| * | | | | x86/mce: Include the PPIN in MCE records when availableTony Luck2016-11-235-0/+47