aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2016-09-16x86/dumpstack: Pin the target stack when dumping itAndy Lutomirski3-0/+15
2016-09-15x86/vdso: Only define prctl_map_vdso() if CONFIG_CHECKPOINT_RESTOREIngo Molnar1-4/+6
2016-09-15x86: Move thread_info into task_structAndy Lutomirski3-9/+4
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski5-6/+4
2016-09-15Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar5-6/+31
2016-09-15x86/dumpstack: Add recursion checking for all stacksJosh Poimboeuf2-19/+38
2016-09-15x86/dumpstack: Add support for unwinding empty IRQ stacksJosh Poimboeuf2-3/+15
2016-09-15x86/dumpstack: Add get_stack_info() interfaceJosh Poimboeuf4-122/+195
2016-09-15x86/dumpstack: Simplify in_exception_stack()Josh Poimboeuf1-63/+26
2016-09-14x86/signal: Add SA_{X32,IA32}_ABI sa_flagsDmitry Safonov2-12/+42
2016-09-14x86/ptrace: Down with test_thread_flag(TIF_IA32)Dmitry Safonov1-1/+1
2016-09-14x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov1-0/+25
2016-09-14x86/dumpstack: Allow preemption in show_stack_log_lvl() and dump_trace()Josh Poimboeuf2-25/+15
2016-09-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+13
2016-09-13x86: Clean up various simple wrapper functionsMasahiro Yamada3-22/+6
2016-09-13x86/mm/pkeys: Do not skip PKRU register if debug registers are not usedNicolas Iooss1-6/+7
2016-09-13x86/mce/AMD: Extract the error address on SMCA systemsYazen Ghannam2-1/+22
2016-09-13x86/mce, EDAC/mce_amd: Print MCA_SYND and MCA_IPID during MCE on SMCA systemsYazen Ghannam1-0/+7
2016-09-13x86/mce/AMD: Save MCA_IPID in MCE struct on SMCA systemsYazen Ghannam2-4/+12
2016-09-13x86/mce/AMD: Ensure the deferred error interrupt is of type APIC on SMCA systemsYazen Ghannam1-0/+14
2016-09-13x86/mce/AMD: Update sysfs bank names for SMCA systemsYazen Ghannam1-2/+47
2016-09-13x86/mce/AMD, EDAC/mce_amd: Define and use tables for known SMCA IP typesYazen Ghannam1-24/+78
2016-09-13x86/mce/AMD: Read MSRs on the CPU allocating the threshold blocksYazen Ghannam1-9/+8
2016-09-13x86/mce: Add support for new MCA_SYND registerYazen Ghannam2-0/+7
2016-09-13x86/mce/AMD: Use msr_ops.misc() in allocate_threshold_blocks()Yazen Ghannam1-1/+1
2016-09-13x86: ACPI: make variable names clearer in acpi_parse_madt_lapic_entries()Al Stone1-2/+2
2016-09-13x86: ACPI: remove extraneous white space after semicolonAl Stone1-1/+1
2016-09-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2016-09-09x86/efi: Defer efi_esrt_init until after memblock_x86_fillRicardo Neri1-0/+1
2016-09-09x86/efi: Test for EFI_MEMMAP functionality when iterating EFI memmapMatt Fleming1-9/+8
2016-09-09x86/hpet: Reduce HPET counter read contentionWaiman Long1-0/+94
2016-09-09x86/pkeys: Default to a restrictive init PKRUDave Hansen1-0/+4
2016-09-09x86/pkeys: Allocation/free syscallsDave Hansen1-1/+4
2016-09-08ACPI / CPPC: Add support for functional fixed hardware addressSrinivas Pandruvada2-0/+59
2016-09-08x86, clock: Fix kvm guest tsc initializationPrarit Bhargava1-0/+1
2016-09-08x86/e820: Fix very large 'size' handling boundary conditionWei Yang1-2/+2
2016-09-08x86/dumpstack: Remove unnecessary stack pointer argumentsJosh Poimboeuf3-6/+3
2016-09-08x86/dumpstack: Add get_stack_pointer() and get_frame_pointer()Josh Poimboeuf3-50/+10
2016-09-08x86/dumpstack: Make printk_stack_address() more generally usefulJosh Poimboeuf1-3/+3
2016-09-08x86/mm: Improve stack-overflow #PF handlingAndy Lutomirski1-3/+3
2016-09-08Merge branch 'x86/mm' into x86/asm, to unify the two branches for simplicityIngo Molnar19-30/+35
2016-09-08x86/apic: Fix num_processors value in case of failureDou Liyang1-1/+3
2016-09-07drm/i915: Remove .is_mobile field from platform structCarlos Santa1-6/+3
2016-09-06x86/kvm: Convert to hotplug state machineSebastian Andrzej Siewior1-27/+16
2016-09-05virt, sched: Add generic vCPU pinning supportJuergen Gross1-0/+11
2016-09-05x86/mce: Drop X86_FEATURE_MCE_RECOVERY and the related model string testTony Luck1-11/+0
2016-09-05x86/mce: Improve memcpy_mcsafe()Tony Luck1-1/+1
2016-09-05x86/mce: Add PCI quirks to identify Xeons with machine check recoveryTony Luck2-0/+39
2016-09-05x86/microcode/AMD: Fix load of builtin microcode with randomized memoryBorislav Petkov1-3/+10
2016-09-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+12