summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2023-01-18Merge tag 'v6.2-rc4' into perf/core, to pick up fixesIngo Molnar
2023-01-17Drivers: hv: Setup synic registers in case of nested root partitionJinank Jain
2023-01-16x86/i8259: Mark legacy PIC interrupts with IRQ_LEVELThomas Gleixner
2023-01-16x86/aperfmperf: Erase stale arch_freq_scale values when disabling frequency i...Yair Podemsky
2023-01-15x86/signal: Fix the value returned by strict_sas_size()Christophe JAILLET
2023-01-13x86/cpu: Remove misleading commentJuergen Gross
2023-01-13cpuidle, xenpv: Make more PARAVIRT_XXL noinstr cleanPeter Zijlstra
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2023-01-13cpuidle, intel_idle: Fix CPUIDLE_FLAG_IBRSPeter Zijlstra
2023-01-13cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATEPeter Zijlstra
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2023-01-13x86/idle: Replace 'x86_idle' function pointer with a static_callPeter Zijlstra
2023-01-13x86/gsseg: Use the LKGS instruction if available for load_gs_index()H. Peter Anvin (Intel)
2023-01-12x86/hyperv: Add support for detecting nested hypervisorJinank Jain
2023-01-12x86/gsseg: Move load_gs_index() to its own new header fileH. Peter Anvin (Intel)
2023-01-12x86/bugs: Reset speculation control settings on initBreno Leitao
2023-01-11x86/setup: Move duplicate boot_cpu_data definition out of the ifdefferyYuntao Wang
2023-01-11x86/boot/e820: Fix typo in e820.c commentWang Yong
2023-01-10x86/resctrl: Fix event counts regression in reused RMIDsPeter Newman
2023-01-10x86/resctrl: Fix task CLOSID/RMID update racePeter Newman
2023-01-10x86/acpi/boot: Do not register processors that cannot be onlined for x2APICKishon Vijay Abraham I
2023-01-10x86/cpu: Remove redundant extern x86_read_arch_cap_msr()Ashok Raj
2023-01-10x86/kprobes: Use switch-case for 0xFF opcodes in prepare_emulationChuang Wang
2023-01-10x86/mce: Mask out non-address bits from machine check bankTony Luck
2023-01-07x86/kprobes: Drop removed INT3 handling codeMasami Hiramatsu (Google)
2023-01-07x86/mce/dev-mcelog: use strscpy() to instead of strncpy()Xu Panda
2023-01-06crypto: x86/aria - do not use magic number offsets of aria_ctxTaehee Yoo
2023-01-06x86/rtc: Simplify PNP ids checkHans de Goede
2023-01-06x86/signal/compat: Move sigaction_compat_abi() to signal_64.cBrian Gerst
2023-01-06x86/signal: Move siginfo field testsBrian Gerst
2023-01-05x86/alternatives: Add alt_instr.flagsBorislav Petkov (AMD)
2023-01-04x86/bugs: Flush IBP in ib_prctl_set()Rodrigo Branco
2023-01-03x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...Jason A. Donenfeld
2023-01-02x86/kexec: Fix double-free of elf header bufferTakashi Iwai
2022-12-29Merge branch 'kvm-late-6.1' into HEADPaolo Bonzini
2022-12-29x86/hyperv: Add HV_EXPOSE_INVARIANT_TSC defineVitaly Kuznetsov
2022-12-28x86/mce: Add support for Extended Physical Address MCA changesSmita Koralahalli
2022-12-28x86/mce: Define a function to extract ErrorAddr from MCA_ADDRSmita Koralahalli
2022-12-27x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNKMasami Hiramatsu (Google)
2022-12-27x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNKMasami Hiramatsu (Google)
2022-12-27x86/calldepth: Fix incorrect init section referencesArnd Bergmann
2022-12-26x86/microcode/AMD: Handle multiple glued containers properlyBorislav Petkov
2022-12-26x86/microcode/AMD: Rename a couple of functionsBorislav Petkov
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-12-15Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-15x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra
2022-12-15x86/ftrace: Remove SYSTEM_BOOTING exceptionsPeter Zijlstra