summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2020-10-07x86/platform/uv: Add and decode Arch Type in UVsystabMike Travis
2020-10-07x86/platform/uv: Add UV5 direct referencesMike Travis
2020-10-07x86/platform/uv: Update UV MMRs for UV5Mike Travis
2020-10-07x86/platform/uv: Remove SCIR MMR references for UV systemsMike Travis
2020-10-07x86/platform/uv: Remove UV BAU TLB Shootdown HandlerMike Travis
2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-02x86: Support Generic Initiator only proximity domainsJonathan Cameron
2020-10-01x86/asm: Replace __force_order with a memory clobberx86_asm_for_v5.10Arvind Sankar
2020-09-28x86: Use tracepoint_enabled() for msr tracepoints instead of open coding itSteven Rostedt (VMware)
2020-09-28KVM: x86: rename KVM_REQ_GET_VMCS12_PAGESPaolo Bonzini
2020-09-28KVM: x86: Introduce MSR filteringAlexander Graf
2020-09-28KVM: x86: Add infrastructure for MSR filteringAlexander Graf
2020-09-28KVM: x86: Allow deflecting unknown MSR accesses to user spaceAlexander Graf
2020-09-28KVM: x86: Rename "shared_msrs" to "user_return_msrs"Sean Christopherson
2020-09-28KVM: x86: Add intr/vectoring info and error code to kvm_exit tracepointSean Christopherson
2020-09-28KVM: VMX: Rename RDTSCP secondary exec control name to insert "ENABLE"Sean Christopherson
2020-09-28KVM: x86: Add kvm_x86_ops hook to short circuit emulationSean Christopherson
2020-09-28KVM: SVM: Add new intercept word in vmcb_control_areaBabu Moger
2020-09-28KVM: SVM: Modify 64 bit intercept field to two 32 bit vectorsBabu Moger
2020-09-28KVM: SVM: Modify intercept_exceptions to generic interceptsBabu Moger
2020-09-28KVM: SVM: Change intercept_dr to generic interceptsBabu Moger
2020-09-28KVM: SVM: Change intercept_cr to generic interceptsBabu Moger
2020-09-28KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)Babu Moger
2020-09-28x86/hyperv: Remove aliases with X64 in their nameJoseph Salisbury
2020-09-27x86/hyperv: Remove aliases with X64 in their namex86-hyperv-2020-10-12Joseph Salisbury
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-09-22x86/irq: Make run_on_irqstack_cond() typesafeThomas Gleixner
2020-09-20Merge tag 'x86_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-09-18x86/cpu: Add hardware-enforced cache coherency as a CPUID featureKrish Sadhukhan
2020-09-18x86/unwind/fp: Fix FP unwinding in ret_from_forkx86_urgent_for_v5.9_rc6Josh Poimboeuf
2020-09-17bpf, x64: use %rcx instead of %rax for tail call retpolinesMaciej Fijalkowski
2020-09-17x86/mmu: Allocate/free a PASIDFenghua Yu
2020-09-17x86/cpufeatures: Mark ENQCMD as disabled when configured outFenghua Yu
2020-09-17x86/msr-index: Define an IA32_PASID MSRFenghua Yu
2020-09-17x86/fpu/xstate: Add supervisor PASID state for ENQCMDYu-cheng Yu
2020-09-17x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructionsFenghua Yu
2020-09-17compat: add a compat_need_64bit_alignment_fixup() helperChristoph Hellwig
2020-09-17compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig
2020-09-16ACPI: processor: Use CPUIDLE_FLAG_TLB_FLUSHEDPeter Zijlstra
2020-09-16x86/irq: Make most MSI ops XEN privateThomas Gleixner
2020-09-16x86/irq: Cleanup the arch_*_msi_irqs() leftoversThomas Gleixner
2020-09-16x86/pci: Set default irq domain in pcibios_add_device()Thomas Gleixner
2020-09-16x86/irq: Initialize PCI/MSI domain at PCI init timeThomas Gleixner
2020-09-16x86/pci: Reducde #ifdeffery in PCI init codeThomas Gleixner
2020-09-16x86/msi: Use generic MSI domain opsThomas Gleixner
2020-09-16x86/msi: Consolidate MSI allocationThomas Gleixner
2020-09-16x86/irq: Consolidate UV domain allocationThomas Gleixner