summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2021-11-26x86: Increase exception stack sizesPeter Zijlstra
2021-11-26x86/irq: Ensure PI wakeup handler is unregistered before module unloadSean Christopherson
2021-11-12Revert "x86/kvm: fix vcpu-id indexed array sizes"Juergen Gross
2021-11-12mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITSKirill A. Shutemov
2021-10-20x86/Kconfig: Do not enable AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULT automaticallyBorislav Petkov
2021-10-17perf/x86: Reset destroy callback on event init failureAnand K Mistry
2021-10-06xen/x86: fix PV trap handling on secondary processorsJan Beulich
2021-09-22x86/mm: Fix kern_addr_valid() to cope with existing but not present entriesMike Rapoport
2021-09-22xen: reset legacy rtc flag for PV domUJuergen Gross
2021-09-22xen: fix setting of max_pfn in shared_infoJuergen Gross
2021-09-22KVM: x86: Update vCPU's hv_clock before back to guest when tsc_offset is adju...Zelin Deng
2021-09-22x86/resctrl: Fix a maybe-uninitialized build warning treated as errorBabu Moger
2021-09-22x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versionsPaul Gortmaker
2021-09-22perf/x86/amd/ibs: Work around erratum #1197Kim Phillips
2021-09-22perf/x86/intel/pt: Fix mask of num_address_rangesXiaoyao Li
2021-09-03KVM: X86: MMU: Use the correct inherited permissions to get shadow pageLai Jiangshan
2021-09-03KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUsSean Christopherson
2021-08-26x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner
2021-08-26KVM: nSVM: avoid picking up unsupported bits from L2 in int_ctl (CVE-2021-3653)Maxim Levitsky
2021-08-26KVM: nSVM: always intercept VMLOAD/VMSAVE when nested (CVE-2021-3656)Maxim Levitsky
2021-08-26x86/resctrl: Fix default monitoring groups reportingBabu Moger
2021-08-26x86/tools: Fix objdump version check againRandy Dunlap
2021-08-15perf/x86/amd: Don't touch the AMD64_EVENTSEL_HOSTONLY bit inside the guestLike Xu
2021-08-04x86/asm: Ensure asm/proto.h can be included stand-aloneJan Kiszka
2021-08-04x86/kvm: fix vcpu-id indexed array sizesJuergen Gross
2021-08-04KVM: x86: determine if an exception has an error code only when injecting it.Maxim Levitsky
2021-07-20x86/fpu: Limit xstate copy size in xstateregs_set()Thomas Gleixner
2021-07-20x86/fpu: Return proper error codes from user access functionsThomas Gleixner
2021-07-20KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()Lai Jiangshan
2021-07-20KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabledSean Christopherson
2021-06-30x86/fpu: Reset state for all signal restore failuresThomas Gleixner
2021-06-10KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit modeSean Christopherson
2021-05-22x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypesArnd Bergmann
2021-05-22KVM: x86: Cancel pvclock_gtod_work on module removalThomas Gleixner
2021-05-22x86/events/amd/iommu: Fix sysfs type mismatchNathan Chancellor
2021-05-22x86/kprobes: Fix to check non boostable prefixes correctlyMasami Hiramatsu
2021-05-22x86/platform/uv: Fix !KEXEC build failureIngo Molnar
2021-05-22x86/microcode: Check for offline CPUs before requesting new microcodeOtavio Pontes
2021-05-22x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson
2021-05-22x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS)John Millikin
2021-05-22ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()Rafael J. Wysocki
2021-05-22ACPI: tables: x86: Reserve memory occupied by ACPI tablesRafael J. Wysocki
2021-04-28x86/crash: Fix crash_setup_memmap_entries() out-of-bounds accessMike Galbraith
2021-04-10bpf, x86: Validate computation of branch displacements for x86-64Piotr Krysiuk
2021-04-10x86/build: Turn off -fcf-protection for realmode targetsArnd Bergmann
2021-03-24x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov
2021-03-24x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov
2021-03-24x86/ioapic: Ignore IRQ2 againThomas Gleixner
2021-03-24perf/x86/intel: Fix a crash caused by zero PEBS statusKan Liang
2021-03-07Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich