summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2017-07-30x86/asm/32: Make pt_regs's segment registers be 16 bitsAndy Lutomirski
2017-07-27x86/ldt/64: Refresh DS and ES when modify_ldt changes an entryAndy Lutomirski
2017-07-26x86/kconfig: Consolidate unwinders into multiple choice selectionJosh Poimboeuf
2017-07-26x86/kconfig: Make it easier to switch to the new ORC unwinderJosh Poimboeuf
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf
2017-07-25x86/asm: Add suffix macro for GEN_*_RMWcc()Kees Cook
2017-07-24x86/io: Make readq() / writeq() API consistentAndy Shevchenko
2017-07-24x86/io: Remove xlate_dev_kmem_ptr() duplicationAndy Shevchenko
2017-07-24x86/io: Remove mem*io() duplicationsAndy Shevchenko
2017-07-24x86/io: Include asm-generic/io.h to architectural codeAndy Shevchenko
2017-07-24x86/io: Define IO accessors by preprocessorAndy Shevchenko
2017-07-18x86/asm: Add unwind hint annotations to sync_core()Josh Poimboeuf
2017-07-18x86/entry/64: Add unwind hint annotationsJosh Poimboeuf
2017-07-18objtool, x86: Add facility for asm code to provide unwind hintsJosh Poimboeuf
2017-07-18x86/dumpstack: Fix interrupt and exception stack boundary checksJosh Poimboeuf
2017-07-18x86/dumpstack: Fix occasionally missing registersJosh Poimboeuf
2017-07-18x86/entry/64: Initialize the top of the IRQ stack before switching stacksAndy Lutomirski
2017-07-18x86/entry/64: Refactor IRQ stacks and make them NMI-safeAndy Lutomirski
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-07-15Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-15Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-07-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-07-14kvm: x86: hyperv: make VP_INDEX managed by userspaceRoman Kagan
2017-07-14KVM: async_pf: Let guest support delivery of async_pf from guest modeWanpeng Li
2017-07-14KVM: async_pf: Force a nested vmexit if the injected #PF is async_pfWanpeng Li
2017-07-14KVM: async_pf: Add L1 guest async_pf #PF vmexit handlerWanpeng Li
2017-07-14KVM: x86: Simplify kvm_x86_ops->queue_exception parameter listWanpeng Li
2017-07-13kvm: x86: hyperv: add KVM_CAP_HYPERV_SYNIC2Roman Kagan
2017-07-13KVM: x86: make backwards_tsc_observed a per-VM variableLadi Prosek
2017-07-12x86/efi: move asmlinkage before return typeJoe Perches
2017-07-12x86/mmap: properly account for stack randomization in mmap_baseRik van Riel
2017-07-12x86: ascii armor the x86_64 boot init stack canaryRik van Riel
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin
2017-07-12kexec: move vmcoreinfo out of the kernel's .bss sectionXunlei Pang
2017-07-12KVM: SVM: Enable Virtual VMLOAD VMSAVE featureJanakarajan Natarajan
2017-07-12KVM: SVM: Add Virtual VMLOAD VMSAVE feature definitionJanakarajan Natarajan
2017-07-12KVM: SVM: Rename lbr_ctl field in the vmcb control areaJanakarajan Natarajan
2017-07-12KVM: SVM: Prepare for new bit definition in lbr_ctlJanakarajan Natarajan
2017-07-12KVM: SVM: handle singlestep exception when skipping emulated instructionsLadi Prosek
2017-07-12KVM: x86: take slots_lock in kvm_free_pitRadim Krčmář
2017-07-12kvm: vmx: Properly handle machine check during VM-entryJim Mattson
2017-07-12KVM: x86: update master clock before computing kvmclock_offsetRadim Krčmář
2017-07-12kvm: nVMX: Shadow "high" parts of shadowed 64-bit VMCS fieldsJim Mattson
2017-07-12kvm: nVMX: Fix nested_vmx_check_msr_bitmap_controlsJim Mattson
2017-07-12kvm: nVMX: Validate the I/O bitmaps on nested VM-entryJim Mattson
2017-07-12kvm: nVMX: Don't set vmcs12 to "launched" when VMLAUNCH failsJim Mattson
2017-07-10binfmt_elf: use ELF_ET_DYN_BASE only for PIEKees Cook
2017-07-10x86/kasan: don't allocate extra shadow memoryAndrey Ryabinin
2017-07-10um: Correctly check for PTRACE_GETRESET/SETREGSETRichard Weinberger