summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2018-10-03x86-32, hibernate: Set up temporary text mapping for 32bit systemZhimin Gu
2018-10-03x86-32, hibernate: Switch to relocated restore code during resume on 32bit sy...Zhimin Gu
2018-10-03x86-32, hibernate: Switch to original page table after resumedZhimin Gu
2018-10-03x86-32, hibernate: Use the page size macro instead of constant valueZhimin Gu
2018-10-03x86-32, hibernate: Use temp_pgt as the temporary page tableZhimin Gu
2018-10-03x86, hibernate: Rename temp_level4_pgt to temp_pgtZhimin Gu
2018-10-03x86-32, hibernate: Enable CONFIG_ARCH_HIBERNATION_HEADER on 32bit systemZhimin Gu
2018-10-03x86, hibernate: Extract the common code of 64/32 bit systemZhimin Gu
2018-10-03x86-32/asm/power: Create stack frames in hibernate_asm_32.SZhimin Gu
2018-10-03PM / hibernate: Check the success of generating md5 digest before hibernationChen Yu
2018-10-03x86, hibernate: Fix nosave_regions setup for hibernationZhimin Gu
2018-09-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-09-08x86/mm: Use WRITE_ONCE() when setting PTEsNadav Amit
2018-09-08x86/apic/vector: Make error return value negativeThomas Gleixner
2018-09-07KVM: LAPIC: Fix pv ipis out-of-bounds accessWanpeng Li
2018-09-07KVM: nVMX: Fix loss of pending IRQ/NMI before entering L2Liran Alon
2018-09-07Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/...Radim Krčmář
2018-09-07Merge tag 'kvm-s390-master-4.19-1' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář
2018-09-07KVM: Remove obsolete kvm_unmap_hva notifier backendMarc Zyngier
2018-09-06x86/process: Don't mix user/kernel regs in 64bit __show_regs()Jann Horn
2018-09-06x86/tsc: Prevent result truncation on 32bitChuanhua Lei
2018-09-03x86: Fix kernel-doc atomic.h warningsRandy Dunlap
2018-09-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-09-02x86/microcode: Update the new microcode revision unconditionallyFilippo Sironi
2018-09-02x86/microcode: Make sure boot_cpu_data.microcode is up-to-datePrarit Bhargava
2018-09-02x86/pti: Fix section mismatch warning/errorRandy Dunlap
2018-09-01x86/vdso: Fix lsl operand orderSamuel Neves
2018-09-01x86/mce: Fix set_mce_nospec() to avoid #GP faultLuckTony
2018-08-31x86/efi: Load fixmap GDT in efi_call_phys_epilog()Joerg Roedel
2018-08-31Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-31x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski
2018-08-31x86: Allow generating user-space headers without a compilerBen Hutchings
2018-08-31x86/dumpstack: Don't dump kernel memory based on usermode RIPJann Horn
2018-08-30KVM: x86: Unexport x86_emulate_instruction()Sean Christopherson
2018-08-30KVM: x86: Rename emulate_instruction() to kvm_emulate_instruction()Sean Christopherson
2018-08-30KVM: x86: Do not re-{try,execute} after failed emulation in L2Sean Christopherson
2018-08-30KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_faultSean Christopherson
2018-08-30KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTESean Christopherson
2018-08-30KVM: x86: Invert emulation re-execute behavior to make it opt-inSean Christopherson
2018-08-30KVM: x86: SVM: Set EMULTYPE_NO_REEXECUTE for RSM emulationSean Christopherson
2018-08-30KVM: VMX: Do not allow reexecute_instruction() when skipping MMIO instrSean Christopherson
2018-08-30KVM: SVM: remove unused variable dst_vaddr_endColin Ian King
2018-08-30KVM: nVMX: avoid redundant double assignment of nested_run_pendingVitaly Kuznetsov
2018-08-30x86/asm: Use CC_SET()/CC_OUT() in __gen_sigismember()Uros Bizjak
2018-08-30x86/alternatives: Lockdep-enforce text_mutex in text_poke*()Jiri Kosina
2018-08-30x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()Jann Horn
2018-08-30x86/irqflags: Mark native_restore_fl extern inlineNick Desaulniers
2018-08-30x86/build: Remove jump label quirk for GCC older than 4.5.2Masahiro Yamada
2018-08-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-08-28x86/xen: remove redundant variable save_pudColin Ian King