summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2024-01-08Merge tag 'ras_core_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-01-08Merge tag 'x86_cpu_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-08Merge tag 'x86_sev_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-01-08Merge tag 'x86_paravirt_for_v6.8' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-01-08Merge tag 'x86_microcode_for_v6.8' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-01-08x86/kvm: Do not try to disable kvmclock if it was not enabledKirill A. Shutemov
2024-01-05x86/crash: use SZ_1M macro instead of hardcoded valueYuntao Wang
2024-01-05x86/crash: remove the unused image parameter from prepare_elf_headers()Yuntao Wang
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-04x86/kprobes: fix incorrect return address calculation in kprobe_emulate_call_...Jinghao Jia
2024-01-03arch/x86: Fix typosBjorn Helgaas
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel
2023-12-30x86/alternative: Correct feature bit debug outputBorislav Petkov (AMD)
2023-12-29x86/kexec: fix incorrect end address passed to kernel_ident_mapping_init()Yuntao Wang
2023-12-29x86/kexec: fix incorrect argument passed to kexec_dprintk()Yuntao Wang
2023-12-29x86/kexec: use pr_err() instead of kexec_dprintk() when an error occursYuntao Wang
2023-12-27rseq: Split out rseq.h from sched.hKent Overstreet
2023-12-20x86/kexec: simplify the logic of mem_region_callback()Yuntao Wang
2023-12-20kexec_file, x86: print out debugging message if requiredBaoquan He
2023-12-20x86: fix missing includes/forward declarationsKent Overstreet
2023-12-20x86/asm: Add DB flag to 32-bit percpu GDT entryVegard Nossum
2023-12-20x86/asm: Always set A (accessed) flag in GDT descriptorsVegard Nossum
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, preparationsVegard Nossum
2023-12-19x86/alternatives: Move apply_relocation() out of init sectionArnd Bergmann
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-18x86/acpi: Handle bogus MADT APIC tables gracefullyThomas Gleixner
2023-12-17rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello
2023-12-17rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix bpf_callback_t CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra
2023-12-15cfi: Flip headersPeter Zijlstra
2023-12-15x86/alternatives: Disable interrupts and sync when optimizing NOPs in placeThomas Gleixner
2023-12-15x86/alternatives: Sync core before enabling interruptsThomas Gleixner
2023-12-15x86/smpboot/64: Handle X2APIC BIOS inconsistency gracefullyThomas Gleixner
2023-12-15x86/mce: Handle Intel threshold interrupt stormsTony Luck
2023-12-15x86/mce: Add per-bank CMCI storm mitigationTony Luck
2023-12-15x86/mce: Remove old CMCI storm mitigation codeTony Luck
2023-12-13x86/sev: Do the C-bit verification only on the BSPBorislav Petkov (AMD)
2023-12-13x86/head_64: Use TESTB instead of TESTL in secondary_startup_64_no_verify()Uros Bizjak
2023-12-12x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang
2023-12-12x86/CPU/AMD: Add X86_FEATURE_ZEN1Borislav Petkov (AMD)
2023-12-12iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe
2023-12-11x86/traps: Use current_top_of_stack() helper in traps.cUros Bizjak
2023-12-10x86/paravirt: Remove no longer needed paravirt patching codeJuergen Gross
2023-12-10x86/paravirt: Switch mixed paravirt/alternative calls to alternativesJuergen Gross
2023-12-10x86/alternative: Add indirect call patchingJuergen Gross
2023-12-10x86/paravirt: Move some functions and defines to alternative.cJuergen Gross