summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: vmx, svm: always run with EFER.NXE=1 when shadow paging is activePaolo Bonzini2019-11-062-13/+11
* perf/x86/amd: Change/fix NMI latency mitigation to use a timestampTom Lendacky2019-11-061-13/+17
* x86/cpu: Add Comet Lake to the Intel CPU models headerKan Liang2019-11-061-0/+3
* x86/xen: Return from panic notifierBoris Ostrovsky2019-11-061-3/+25
* efi/x86: Do not clean dummy variable in kexec pathDave Young2019-11-061-3/+0
* x86/hyperv: Make vapic support x2apic modeRoman Kagan2019-10-291-5/+15
* x86/apic/x2apic: Fix a NULL pointer deref when handling a dying cpuSean Christopherson2019-10-291-1/+2
* x86/boot/64: Make level2_kernel_pgt pages invalid outside kernel areaSteve Wahl2019-10-291-2/+20
* uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds2019-10-291-0/+23
* xen/efi: Set nonblocking callbacksRoss Lagerwall2019-10-291-0/+2
* x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan2019-10-172-3/+3
* KVM: nVMX: Fix consistency check on injected exception error codeSean Christopherson2019-10-111-1/+1
* x86/purgatory: Disable the stackleak GCC plugin for the purgatoryArvind Sankar2019-10-111-0/+1
* KVM: X86: Fix userspace set invalid CR4Wanpeng Li2019-10-111-17/+21
* KVM: hyperv: Fix Direct Synthetic timers assert an interrupt w/o lapic_in_kernelWanpeng Li2019-10-071-2/+10
* KVM: x86/mmu: Use fast invalidate mechanism to zap MMIO sptesSean Christopherson2019-10-051-14/+3
* kvm: x86: Add "significant index" flag to a few CPUID leavesJim Mattson2019-10-051-0/+6
* KVM: x86: Disable posted interrupts for non-standard IRQs delivery modesAlexander Graf2019-10-053-2/+15
* KVM: x86: Manually calculate reserved bits when loading PDPTRSSean Christopherson2019-10-051-3/+8
* KVM: x86: set ctxt->have_exception in x86_decode_insn()Jan Dakinevich2019-10-052-0/+8
* KVM: x86: always stop emulation on page faultJan Dakinevich2019-10-051-1/+3
* kvm: Nested KVM MMUs need PAE root tooJiří Paleček2019-10-051-8/+22
* x86/cpu: Add Tiger Lake to Intel familyGayatri Kammela2019-10-051-0/+3
* x86/mm: Fix cpumask_of_node() error conditionPeter Zijlstra2019-10-051-2/+2
* x86/amd_nb: Add PCI device IDs for family 17h, model 70hMarcel Bocu2019-10-051-0/+3
* x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()Song Liu2019-10-051-2/+4
* x86/mm/pti: Do not invoke PTI functions when PTI is disabledThomas Gleixner2019-10-051-0/+2
* x86/apic/vector: Warn when vector space exhaustion breaks affinityNeil Horman2019-10-051-0/+11
* x86/platform/intel/iosf_mbi Rewrite lockingHans de Goede2019-10-051-38/+62
* x86/apic: Soft disable APIC before initializing itThomas Gleixner2019-10-051-0/+8
* x86/reboot: Always use NMI fallback when shutdown via reboot vector IPI failsGrzegorz Halat2019-10-051-19/+27
* x86/apic: Make apic_pending_intr_clear() more robustThomas Gleixner2019-10-051-44/+63
* KVM: x86/mmu: Reintroduce fast invalidate/zap for flushing memslotSean Christopherson2019-09-142-2/+101
* KVM: x86: work around leak of uninitialized stack contentsFuqian Huang2019-09-141-0/+7
* KVM: nVMX: handle page fault in vmreadPaolo Bonzini2019-09-141-1/+3
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-122-16/+23
|\
| * x86/timer: Force PIT initialization when !X86_FEATURE_ARATJan Stancek2019-09-081-0/+4
| * x86/purgatory: Change compiler flags from -mcmodel=kernel to -mcmodel=large t...Steve Wahl2019-09-061-16/+19
* | Revert "x86/apic: Include the LDR when clearing out APIC registers"Linus Torvalds2019-09-071-4/+0
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-053-4/+9
|\
| * x86/hyper-v: Fix overflow bug in fill_gva_list()Tianyu Lan2019-09-021-3/+5
| * x86/uaccess: Don't leak the AC flags into __get_user() argument evaluationPeter Zijlstra2019-09-021-1/+3
| * x86/boot: Preserve boot_params.secure_boot from sanitizingJohn S. Gruber2019-09-021-0/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-017-39/+43
|\|
| * x86/mm/cpa: Prevent large page split when ftrace flips RW on kernel textThomas Gleixner2019-08-291-8/+18
| * x86/build: Add -Wnoaddress-of-packed-member to REALMODE_CFLAGS, to silence GC...Linus Torvalds2019-08-281-0/+1
| * x86/boot/compressed/64: Fix missing initialization in find_trampoline_placeme...Kirill A. Shutemov2019-08-271-1/+1
| * x86/apic: Include the LDR when clearing out APIC registersBandan Das2019-08-261-0/+4
| * x86/apic: Do not initialize LDR and DFR for bigsmpBandan Das2019-08-261-22/+2
| * uprobes/x86: Fix detection of 32-bit user modeSebastian Mayr2019-08-261-7/+10