summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-271-1/+1
|\
| * arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe2021-02-211-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-2615-415/+311
|\ \
| * | KVM: SVM: Fix nested VM-Exit on #GP interception handlingSean Christopherson2021-02-251-3/+8
| * | KVM: vmx/pmu: Fix dummy check if lbr_desc->event is createdLike Xu2021-02-231-2/+2
| * | KVM: x86/mmu: Consider the hva in mmu_notifier retryDavid Stevens2021-02-222-9/+28
| * | KVM: x86/mmu: Skip mmu_notifier check when handling MMIO page faultSean Christopherson2021-02-222-2/+2
| * | KVM: nSVM: prepare guest save area while is_guest_mode is truePaolo Bonzini2021-02-221-1/+1
| * | KVM: x86/mmu: Remove a variety of unnecessary exportsSean Christopherson2021-02-192-21/+15
| * | KVM: x86: Fold "write-protect large" use case into generic write-protectSean Christopherson2021-02-192-47/+17
| * | KVM: x86/mmu: Don't set dirty bits when disabling dirty logging w/ PMLSean Christopherson2021-02-195-153/+36
| * | KVM: VMX: Dynamically enable/disable PML based on memslot dirty loggingMakarand Sonare2021-02-196-5/+70
| * | KVM: x86: Further clarify the logic and comments for toggling log dirtySean Christopherson2021-02-191-4/+11
| * | KVM: x86: Move MMU's PML logic to common codeSean Christopherson2021-02-195-100/+24
| * | KVM: x86/mmu: Make dirty log size hook (PML) a value, not a functionSean Christopherson2021-02-194-13/+4
| * | KVM: x86/mmu: Expand on the comment in kvm_vcpu_ad_need_write_protect()Sean Christopherson2021-02-191-1/+4
| * | KVM: nVMX: Disable PML in hardware when running L2Sean Christopherson2021-02-192-16/+25
| * | KVM: x86/mmu: Consult max mapping level when zapping collapsible SPTEsSean Christopherson2021-02-193-12/+14
| * | KVM: x86/mmu: Pass the memslot to the rmap callbacksSean Christopherson2021-02-191-9/+15
| * | KVM: x86/mmu: Split out max mapping level calculation to helperSean Christopherson2021-02-192-15/+24
| * | KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE and Huge...Sean Christopherson2021-02-191-1/+2
| * | KVM: nVMX: no need to undo inject_page_fault change on nested vmexitPaolo Bonzini2021-02-181-3/+0
| * | KVM: nSVM: fix running nested guests when npt=0Paolo Bonzini2021-02-181-0/+20
| * | KVM: nSVM: move nested vmrun tracepoint to enter_svm_guest_modeMaxim Levitsky2021-02-181-12/+14
| * | KVM: VMX: read idt_vectoring_info a bit earlierMaxim Levitsky2021-02-181-1/+3
| * | KVM: VMX: Allow INVPCID in guest without PCIDSean Christopherson2021-02-181-10/+0
| * | KVM: x86: Advertise INVPCID by defaultSean Christopherson2021-02-183-6/+3
| * | KVM: SVM: Intercept INVPCID when it's disabled to inject #UDSean Christopherson2021-02-181-4/+4
* | | x86: fix seq_file iteration for pat/memtype.cNeilBrown2021-02-261-2/+2
* | | kfence: add test suiteMarco Elver2021-02-261-1/+2
* | | kfence: use pt_regs to generate stack trace on faultsMarco Elver2021-02-262-7/+1
* | | x86, kfence: enable KFENCE for x86Alexander Potapenko2021-02-263-0/+76
* | | Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-14/+15
|\ \ \
| * | | arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada2021-02-221-2/+2
| * | | arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada2021-02-221-12/+13
* | | | Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-02-2415-178/+270
|\ \ \ \
| * \ \ \ Merge branch 'x86/paravirt' into x86/entryIngo Molnar2021-02-1257-402/+485
| |\ \ \ \
| * | | | | x86/softirq/64: Inline do_softirq_own_stack()Thomas Gleixner2021-02-103-7/+12
| * | | | | softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner2021-02-102-0/+2
| * | | | | softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner2021-02-102-2/+1
| * | | | | x86: Select CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACKThomas Gleixner2021-02-103-12/+10
| * | | | | x86/softirq: Remove indirection in do_softirq_own_stack()Thomas Gleixner2021-02-103-76/+17
| * | | | | x86/entry: Use run_sysvec_on_irqstack_cond() for XEN upcallThomas Gleixner2021-02-101-13/+6
| * | | | | x86/entry: Convert device interrupts to inline stack switchingThomas Gleixner2021-02-104-34/+36
| * | | | | x86/entry: Convert system vectors to irq stack macroThomas Gleixner2021-02-103-30/+66
| * | | | | x86/irq: Provide macro for inlining irq stack switchingThomas Gleixner2021-02-101-0/+98
| * | | | | x86/apic: Split out spurious handling codeThomas Gleixner2021-02-101-12/+19
| * | | | | x86/irq/64: Adjust the per CPU irq stack pointer by 8Thomas Gleixner2021-02-105-16/+27
| * | | | | x86/irq: Sanitize irq stack trackingThomas Gleixner2021-02-104-10/+10
| * | | | | x86/entry: Fix instrumentation annotationThomas Gleixner2021-02-101-1/+1