aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-01-23x86/CPU/AMD: Add X86_FEATURE_ZEN5Gravatar Borislav Petkov (AMD) 1-4/+21
2024-01-22x86/paravirt: Make BUG_func() usable by non-GPL modulesGravatar Juergen Gross 1-1/+1
2024-01-18Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 2-2/+2
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2024-01-18Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-1/+20
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-31/+2
2024-01-17Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-4/+3
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-4/+8
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-10/+81
2024-01-10Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 2-0/+2
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 3-22/+24
2024-01-08Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 16-27/+31
2024-01-08Merge tag 'x86-asm-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-35/+27
2024-01-08Merge tag 'x86-apic-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 9-11/+1
2024-01-08Merge tag 'ras_core_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 6-253/+385
2024-01-08Merge tag 'x86_cpu_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-135/+145
2024-01-08Merge tag 'x86_sev_for_v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-9/+22
2024-01-08Merge tag 'x86_paravirt_for_v6.8' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-154/+88
2024-01-08Merge tag 'x86_microcode_for_v6.8' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-13/+7
2024-01-08x86/kvm: Do not try to disable kvmclock if it was not enabledGravatar Kirill A. Shutemov 1-4/+8
2024-01-05x86/crash: use SZ_1M macro instead of hardcoded valueGravatar Yuntao Wang 1-1/+1
2024-01-05x86/crash: remove the unused image parameter from prepare_elf_headers()Gravatar Yuntao Wang 1-5/+5
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-3/+29
2024-01-04x86/kprobes: fix incorrect return address calculation in kprobe_emulate_call_...Gravatar Jinghao Jia 1-1/+2
2024-01-03arch/x86: Fix typosGravatar Bjorn Helgaas 14-19/+19
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Gravatar Joerg Roedel 1-2/+2
2023-12-30x86/alternative: Correct feature bit debug outputGravatar Borislav Petkov (AMD) 1-1/+1
2023-12-29x86/kexec: fix incorrect end address passed to kernel_ident_mapping_init()Gravatar Yuntao Wang 1-1/+1
2023-12-29x86/kexec: fix incorrect argument passed to kexec_dprintk()Gravatar Yuntao Wang 1-1/+1
2023-12-29x86/kexec: use pr_err() instead of kexec_dprintk() when an error occursGravatar Yuntao Wang 1-1/+1
2023-12-27rseq: Split out rseq.h from sched.hGravatar Kent Overstreet 1-0/+1
2023-12-20x86/kexec: simplify the logic of mem_region_callback()Gravatar Yuntao Wang 1-5/+2
2023-12-20kexec_file, x86: print out debugging message if requiredGravatar Baoquan He 2-11/+16
2023-12-20x86: fix missing includes/forward declarationsGravatar Kent Overstreet 1-0/+1
2023-12-20x86/asm: Add DB flag to 32-bit percpu GDT entryGravatar Vegard Nossum 1-1/+1
2023-12-20x86/asm: Always set A (accessed) flag in GDT descriptorsGravatar Vegard Nossum 2-9/+9
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, script-generated changeGravatar Vegard Nossum 4-26/+26
2023-12-20x86/asm: Replace magic numbers in GDT descriptors, preparationsGravatar Vegard Nossum 1-8/+0
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 2-10/+81
2023-12-18x86/acpi: Handle bogus MADT APIC tables gracefullyGravatar Thomas Gleixner 1-1/+1
2023-12-17rtc: Extend timeout for waiting for UIP to clear to 1sGravatar Mario Limonciello 1-1/+1
2023-12-17rtc: Add support for configuring the UIP timeout for RTC readsGravatar Mario Limonciello 2-2/+2
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIGravatar Peter Zijlstra 1-0/+22
2023-12-15x86/cfi,bpf: Fix bpf_callback_t CFIGravatar Peter Zijlstra 1-0/+18
2023-12-15x86/cfi,bpf: Fix BPF JIT callGravatar Peter Zijlstra 1-8/+39
2023-12-15cfi: Flip headersGravatar Peter Zijlstra 1-2/+2
2023-12-15x86/alternatives: Disable interrupts and sync when optimizing NOPs in placeGravatar Thomas Gleixner 1-1/+11
2023-12-15x86/alternatives: Sync core before enabling interruptsGravatar Thomas Gleixner 1-1/+1