summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2024-01-182-2/+2
|\
| * rtc: Extend timeout for waiting for UIP to clear to 1sMario Limonciello2023-12-171-1/+1
| * rtc: Add support for configuring the UIP timeout for RTC readsMario Limonciello2023-12-172-2/+2
* | Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-2/+2
|\ \
| | \
| | \
| *-. \ Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel2024-01-031-2/+2
| |\ \ \
| | | * | iommu: Add mm_get_enqcmd_pasid() helper functionTina Zhang2023-12-121-1/+1
| | | * | iommu: Change kconfig around IOMMU_SVAJason Gunthorpe2023-12-121-1/+1
| | |/ /
* | | | Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-183-1/+20
|\ \ \ \
| * | | | x86/mce: Differentiate real hardware #MCs from TDX erratum onesKai Huang2023-12-121-0/+15
| * | | | x86/virt/tdx: Use all system memory when initializing TDX module as TDX memoryKai Huang2023-12-081-0/+2
| * | | | x86/virt/tdx: Detect TDX during kernel bootKai Huang2023-12-081-0/+2
| | |/ / | |/| |
* | | | Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-181-31/+2
|\ \ \ \
| * | | | x86/topology: convert to use arch_cpu_is_hotpluggable()Russell King (Oracle)2023-12-061-5/+2
| * | | | x86/topology: use weak version of arch_unregister_cpu()Russell King (Oracle)2023-12-061-5/+0
| * | | | x86/topology: Switch over to GENERIC_CPU_DEVICESJames Morse2023-12-061-23/+4
| * | | | x86/topology: remove arch_*register_cpu() exportsRussell King (Oracle)2023-12-061-2/+0
| * | | | x86: intel_epb: Don't rely on link orderJames Morse2023-12-061-1/+1
| |/ / /
* | | | Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-172-4/+3
|\ \ \ \
| * | | | x86/pci: Use PCI_HEADER_TYPE_* instead of literalsIlpo Järvinen2023-12-012-4/+3
| | |_|/ | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-01-171-4/+8
|\ \ \ \
| * | | | x86/kvm: Do not try to disable kvmclock if it was not enabledKirill A. Shutemov2024-01-081-4/+8
| | |_|/ | |/| |
* | | | Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-01-112-10/+81
|\ \ \ \
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-043-3/+29
| |\| | |
| * | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-12-182-10/+81
| |\ \ \ \
| | * | | | x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra2023-12-151-0/+22
| | * | | | x86/cfi,bpf: Fix bpf_callback_t CFIPeter Zijlstra2023-12-151-0/+18
| | * | | | x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra2023-12-151-8/+39
| | * | | | cfi: Flip headersPeter Zijlstra2023-12-151-2/+2
| | | |_|/ | | |/| |
* | | | | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-01-101-0/+1
|\ \ \ \ \
| * | | | | arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann2023-11-231-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-102-0/+2
|\ \ \ \ \
| * | | | | rseq: Split out rseq.h from sched.hKent Overstreet2023-12-271-0/+1
| * | | | | x86: fix missing includes/forward declarationsKent Overstreet2023-12-201-0/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-093-22/+24
|\ \ \ \ \
| * | | | | x86/crash: use SZ_1M macro instead of hardcoded valueYuntao Wang2024-01-051-1/+1
| * | | | | x86/crash: remove the unused image parameter from prepare_elf_headers()Yuntao Wang2024-01-051-5/+5
| * | | | | x86/kexec: fix incorrect end address passed to kernel_ident_mapping_init()Yuntao Wang2023-12-291-1/+1
| * | | | | x86/kexec: fix incorrect argument passed to kexec_dprintk()Yuntao Wang2023-12-291-1/+1
| * | | | | x86/kexec: use pr_err() instead of kexec_dprintk() when an error occursYuntao Wang2023-12-291-1/+1
| * | | | | x86/kexec: simplify the logic of mem_region_callback()Yuntao Wang2023-12-201-5/+2
| * | | | | kexec_file, x86: print out debugging message if requiredBaoquan He2023-12-202-11/+16
| | |_|/ / | |/| | |
* | | | | Merge tag 'perf-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-01-081-0/+1
|\ \ \ \ \
| * | | | | x86/smp: Export symbol cpu_clustergroup_mask()Kan Liang2023-11-171-0/+1
| | |_|/ / | |/| | |
* | | | | Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-0816-27/+31
|\ \ \ \ \
| * | | | | arch/x86: Fix typosBjorn Helgaas2024-01-0314-19/+19
| * | | | | x86/head_64: Use TESTB instead of TESTL in secondary_startup_64_no_verify()Uros Bizjak2023-12-131-1/+1
| * | | | | x86/mtrr: Document missing function parameters in kernel-docBorislav Petkov (AMD)2023-11-201-4/+10
| * | | | | x86/setup: Make relocated_ramdisk a local variable of relocate_initrd()Yuntao Wang2023-11-131-3/+1
| |/ / / /
* | | | | Merge tag 'x86-asm-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-084-35/+27
|\ \ \ \ \
| * | | | | x86/asm: Add DB flag to 32-bit percpu GDT entryVegard Nossum2023-12-201-1/+1