summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/hyperv: Use per cpu initial stack for vtl contextSaurabh Sengar2024-03-261-4/+15
* perf/x86/amd/core: Avoid register reset when CPU is deadSandipan Das2024-03-261-1/+0
* ACPI: CPPC: enable AMD CPPC V2 support for family 17h processorsPerry Yuan2024-03-261-1/+1
* x86, relocs: Ignore relocations in .notes sectionKees Cook2024-03-261-0/+8
* x86/sme: Fix memory encryption setting if enabled by default and not overriddenArd Biesheuvel2024-03-261-7/+3
* x86/resctrl: Implement new mba_MBps throttling heuristicTony Luck2024-03-262-36/+10
* x86/resctrl: Read supported bandwidth sources from CPUIDBabu Moger2024-03-263-6/+17
* x86/resctrl: Remove hard-coded memory bandwidth limitBabu Moger2024-03-262-7/+4
* x86/mm: Ensure input to pfn_to_kaddr() is treated as a 64-bit typeMichael Roth2024-03-261-1/+5
* x86/hyperv: Allow 15-bit APIC IDs for VTL platformsSaurabh Sengar2024-03-261-0/+7
* x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()Hou Tao2024-03-261-0/+10
* x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.hHou Tao2024-03-262-9/+10
* x86/xen: Add some null pointer checking to smp.cKunwu Chan2024-03-261-0/+12
* KVM/x86: Export RFDS_NO and RFDS_CLEAR to guestsPawan Gupta2024-03-151-1/+4
* x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta2024-03-155-6/+130
* x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is setPawan Gupta2024-03-151-2/+12
* KVM/VMX: Move VERW closer to VMentry for MDS mitigationPawan Gupta2024-03-062-4/+19
* KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCHPawan Gupta2024-03-062-5/+8
* x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta2024-03-065-26/+7
* x86/entry_32: Add VERW just before userspace transitionPawan Gupta2024-03-061-0/+3
* x86/entry_64: Add VERW just before userspace transitionPawan Gupta2024-03-062-0/+12
* x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registersPaolo Bonzini2024-03-061-87/+91
* x86/cpu: Allow reducing x86_phys_bits during early_identify_cpu()Paolo Bonzini2024-03-061-2/+2
* x86/e820: Don't reserve SETUP_RNG_SEED in e820Jiri Bohac2024-03-061-3/+5
* iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang2024-03-011-1/+1
* x86/numa: Fix the sort compare func used in numa_fill_memblks()Alison Schofield2024-03-011-1/+1
* x86/numa: Fix the address overlap check in numa_fill_memblks()Alison Schofield2024-03-011-12/+7
* x86/bugs: Add asm helpers for executing VERWPawan Gupta2024-03-013-1/+37
* x86/barrier: Do not serialize MSR accesses on AMDBorislav Petkov (AMD)2024-02-236-19/+32
* x86/mm/ident_map: Use gbpages only where full GB page should be mapped.Steve Wahl2024-02-231-5/+18
* KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrlMingwei Zhang2024-02-231-1/+1
* KVM: x86: make KVM_REQ_NMI request iff NMI pending for vcpuPrasad Pandit2024-02-231-1/+2
* x86/fpu: Stop relying on userspace for info to fault in xsave bufferAndrei Vagin2024-02-231-8/+5
* x86/Kconfig: Transmeta Crusoe is CPU family 5, not 6Aleksander Mazur2024-02-231-1/+1
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-238-19/+19
* x86/lib: Revert to _ASM_EXTABLE_UA() for {get,put}_user() fixupsQiuxu Zhuo2024-02-162-22/+22
* x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat sectionArd Biesheuvel2024-02-162-11/+9
* mm, kmsan: fix infinite recursion due to RCU critical sectionMarco Elver2024-02-051-1/+16
* arch: consolidate arch_irq_work_raise prototypesArnd Bergmann2024-02-051-1/+0
* x86/mce: Mark fatal MCE's page as poison to avoid panic in the kdump kernelZhiquan Li2024-02-051-0/+16
* x86/boot: Ignore NMIs during very early bootJun'ichi Nomura2024-02-054-0/+8
* x86/entry/ia32: Ensure s32 is sign extended to s64Richard Palethorpe2024-01-311-4/+21
* rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello2024-01-311-1/+1
* rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello2024-01-312-2/+2
* KVM: x86/pmu: Reset the PMU, i.e. stop counters, before refreshingSean Christopherson2024-01-251-13/+22
* KVM: x86/pmu: Move PMU reset logic to common x86 codeSean Christopherson2024-01-255-56/+40
* x86/kvm: Do not try to disable kvmclock if it was not enabledKirill A. Shutemov2024-01-251-4/+8
* x86/pci: Reserve ECAM if BIOS didn't include it in PNP0C02 _CRSBjorn Helgaas2024-01-251-1/+12
* Revert "nSVM: Check for reserved encodings of TLB_CONTROL in nested VMCB"Sean Christopherson2024-01-251-15/+0
* perf/x86/intel/uncore: Fix NULL pointer dereference issue in upi_fill_topology()Alexander Antonov2024-01-251-2/+8