summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2022-07-28KVM: SVM: Fix x2APIC MSRs interceptionSuravee Suthikulpanit1-25/+27
2022-07-28KVM: x86/mmu: Remove underscores from __pte_list_remove()Sean Christopherson1-4/+4
2022-07-28KVM: x86/mmu: Rename pte_list_{destroy,remove}() to show they zap SPTEsSean Christopherson1-8/+9
2022-07-28KVM: x86/mmu: Rename rmap zap helpers to eliminate "unmap" wrapperSean Christopherson1-8/+8
2022-07-28KVM: x86/mmu: Rename __kvm_zap_rmaps() to align with other nomenclatureSean Christopherson1-2/+2
2022-07-28KVM: x86/mmu: Drop the "p is for pointer" from rmap helpersSean Christopherson1-22/+21
2022-07-28KVM: x86/mmu: Directly "destroy" PTE list when recycling rmapsSean Christopherson1-1/+1
2022-07-28KVM: x86/mmu: Return a u64 (the old SPTE) from mmu_spte_clear_track_bits()Sean Christopherson1-1/+1
2022-07-28KVM: nSVM: Pull CS.Base from actual VMCB12 for soft int/ex re-injectionMaciej S. Szmigiero1-4/+5
2022-07-27Revert "x86/sev: Expose sev_es_ghcb_hv_call() for use by HyperV"Borislav Petkov3-31/+18
2022-07-27perf/x86/ibs: Add new IBS register bits into headerRavi Bangoria1-6/+10
2022-07-26x86/cyrix: include header linux/isa-dma.hRandy Dunlap1-0/+1
2022-07-25random: handle archrandom with multiple longsJason A. Donenfeld2-38/+5
2022-07-25x86/purgatory: Omit use of bin2cMasahiro Yamada4-10/+15
2022-07-25x86/purgatory: Hard-code obj-y in MakefileMasahiro Yamada1-1/+1
2022-07-24Merge tag 'perf_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-9/+10
2022-07-24Merge tag 'x86_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-6/+24
2022-07-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+8
2022-07-23x86/speculation: Make all RETbleed mitigations 64-bit onlyBen Hutchings1-4/+4
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-24/+34
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-8/+0
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne1-3/+0
2022-07-22bpf, x64: Allow to use caller address from stackJiri Olsa1-4/+9
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-27/+44
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra2-3/+1
2022-07-21x86/extable: Fix ex_handler_msr() print conditionPeter Zijlstra1-7/+9
2022-07-21x86,nospec: Simplify {JMP,CALL}_NOSPECPeter Zijlstra1-6/+18
2022-07-20perf/x86/intel/lbr: Fix unchecked MSR access error on HSWKan Liang1-9/+10
2022-07-20lkdtm: Disable return thunks in rodata.cJosh Poimboeuf1-0/+1
2022-07-20x86/bugs: Warn when "ibrs" mitigation is selected on Enhanced IBRS partsPawan Gupta1-0/+3
2022-07-20x86/alternative: Report missing return thunk detailsKees Cook1-1/+3
2022-07-20x86/amd_nb: Add AMD PCI IDs for SMN communicationMario Limonciello1-0/+13
2022-07-19x86/cpu: Use MSR_IA32_MISC_ENABLE constantsPaolo Bonzini1-2/+2
2022-07-19KVM: x86: Protect the unused bits in MSR exiting flagsAaron Lewis1-0/+8
2022-07-19x86/fpu: Add a helper to prepare AMX state for low-power CPU idleChang S. Bae3-0/+25
2022-07-19x86/mm/tlb: Ignore f->new_tlb_gen when zeroNadav Amit2-3/+13
2022-07-18x86/amd: Use IBPB for firmware callsPeter Zijlstra3-1/+13
2022-07-18x86/rdrand: Remove "nordrand" flag in favor of "random.trust_cpu"Jason A. Donenfeld2-37/+22
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld3-21/+4
2022-07-17x86/cacheinfo: move shared cache map definitionsSander Vanheule2-4/+6
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+0
2022-07-17um/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+1
2022-07-17x86/mm: move protection_map[] inside the platformAnshuman Khandual4-23/+32
2022-07-17um: include linux/stddef.h for __always_inlineJason A. Donenfeld1-0/+1
2022-07-17UML: add support for KASAN under x86_64Patricia Alfonso2-1/+5
2022-07-17um: x86: print RIP with symbolJohannes Berg1-2/+2
2022-07-17x86/um: Kconfig: Fix indentationJuerg Haefliger1-5/+5
2022-07-17Merge tag 'x86_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-5/+15
2022-07-16Merge tag 'acpi-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+6
2022-07-16efi/x86: use naked RET on mixed mode call wrapperThadeu Lima de Souza Cascardo1-1/+4