summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2026-04-14Merge tag 'x86_cpu_for_7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-14Merge tag 'x86-vdso-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-04-14Merge tag 'x86-platform-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-14Merge tag 'x86-cleanups-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-14Merge tag 'x86-asm-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-14Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-14Merge tag 'perf-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-04-14Merge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-04-14Merge tag 'timers-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-04-13Merge tag 'pm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2026-04-13Merge tag 'acpi-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2026-04-13Merge tag 'hardening-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-04-13Merge tag 'kvm-x86-svm-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge branch 'nocache-cleanup'Linus Torvalds
2026-04-13Merge tag 'kvm-x86-vmxon-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-nested-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-mmio-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-13Merge tag 'kvm-x86-misc-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-11Merge tag 'kvm-x86-fixes-7.1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-04-09x86/topology: Add paramter to split LLCPeter Zijlstra
2026-04-08x86/fpu: Correct the comment explaining what xfeatures_in_use() doesBorislav Petkov (AMD)
2026-04-06ACPI: Centralize acpi_get_cpu_uid() declaration in include/linux/acpi.hChengwen Feng
2026-04-06x86/acpi: Add acpi_get_cpu_uid() for unified ACPI CPU UID retrievalChengwen Feng
2026-04-05mm: convert do_brk_flags() to use vma_flags_tLorenzo Stoakes (Oracle)
2026-04-05mm: change to return bool for pudp_test_and_clear_young()Baolin Wang
2026-04-05mm: change to return bool for pmdp_clear_flush_young()Baolin Wang
2026-04-05mm: change to return bool for pmdp_test_and_clear_young()Baolin Wang
2026-04-05mm: change to return bool for ptep_clear_flush_young()/clear_flush_young_ptes()Baolin Wang
2026-04-05mm: change to return bool for ptep_test_and_clear_young()Baolin Wang
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)
2026-04-05mm/pkeys: remove unused tsk parameter from arch_set_user_pkey_access()Seongsu Park
2026-04-04x86/apic: Drop AMD Extended Interrupt LVT macrosNaveen N Rao (AMD)
2026-04-03KVM: x86: Suppress WARNs on nested_run_pending after userspace exitSean Christopherson
2026-04-03KVM: x86: Move nested_run_pending to kvm_vcpu_archYosry Ahmed
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig
2026-04-02x86: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig
2026-04-02amd-pstate: Add support for CPPC_REQ2 and FLOOR_PERFGautham R. Shenoy
2026-04-02x86/cpufeatures: Add AMD CPPC Performance Priority feature.Gautham R. Shenoy
2026-03-31x86/elf: Use savesegment() for segment register reads in ELF core dumpUros Bizjak
2026-03-31x86/vdso: Clean up remnants of VDSO32_NOTE_MASKThomas Weißschuh
2026-03-30x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcacheLinus Torvalds
2026-03-30x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds
2026-03-30x86-64: rename misleadingly named '__copy_user_nocache()' functionLinus Torvalds
2026-03-30x86/cpu: Remove M486/M486SX/ELAN supportIngo Molnar
2026-03-30x86/asm/segment: Implement loadsegment()/savesegment() macros with static inl...Uros Bizjak
2026-03-30x86/asm/segment: Use ASM_INPUT_RM in __loadsegment_fs()Uros Bizjak
2026-03-30x86/asm/segment: Remove unnecessary "memory" clobber from savesegment()Uros Bizjak
2026-03-30x86/asm/fsgsbase: Remove unnecessary "memory" clobbers from FS/GS base (read-...Uros Bizjak
2026-03-29x86/sev: Create snp_shutdown()Tycho Andersen (AMD)