summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2024-03-11Merge tag 'x86_misc_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-03-11Merge tag 'x86_cache_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-03-11Merge tag 'x86_mtrr_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-11Merge tag 'x86_cpu_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-03-11Merge tag 'ras_core_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-11Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'x86-apic-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'timers-ptp-2024-03-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-11Merge tag 'irq-msi-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-03-08x86/sev: Disable KMSAN for memory encryption TUsChangbin Du
2024-03-07x86/fred: Fix init_task thread stack pointer initializationXin Li (Intel)
2024-03-06x86/topology: Ignore non-present APIC IDs in a present packageThomas Gleixner
2024-03-01x86/e820: Don't reserve SETUP_RNG_SEED in e820Jiri Bohac
2024-02-28x86/sev: Dump SEV_STATUSBorislav Petkov (AMD)
2024-02-27Merge branch 'x86/urgent' into x86/apic, to resolve conflictsIngo Molnar
2024-02-27x86/apic: Build the x86 topology enumeration functions on UP APIC builds tooIngo Molnar
2024-02-26x86/nmi: Fix the inverse "in NMI handler" checkBreno Leitao
2024-02-26x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registersPaolo Bonzini
2024-02-26x86/cpu: Allow reducing x86_phys_bits during early_identify_cpu()Paolo Bonzini
2024-02-25x86/apic/msi: Use DOMAIN_BUS_GENERIC_MSI for HPET/IO-APIC domain searchThomas Gleixner
2024-02-22x86/resctrl: Remove lockdep annotation that triggers false positiveJames Morse
2024-02-20x86/pat: Simplify the PAT programming protocolKirill A. Shutemov
2024-02-19x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta
2024-02-19x86/resctrl: Separate arch and fs resctrl locksJames Morse
2024-02-16x86/resctrl: Move domain helper migration into resctrl_offline_cpu()James Morse
2024-02-16x86/resctrl: Add CPU offline callback for resctrl workJames Morse
2024-02-16x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPUJames Morse
2024-02-16x86/resctrl: Add CPU online callback for resctrl workJames Morse
2024-02-16x86/resctrl: Add helpers for system wide mon/alloc capableJames Morse
2024-02-16x86/resctrl: Make rdt_enable_key the arch's decision to switchJames Morse
2024-02-16x86/resctrl: Move alloc/mon static keys into helpersJames Morse
2024-02-16x86/resctrl: Make resctrl_mounted checks explicitJames Morse
2024-02-16x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()James Morse
2024-02-16x86/resctrl: Allow resctrl_arch_rmid_read() to sleepJames Morse
2024-02-16x86/resctrl: Queue mon_event_read() instead of sending an IPIJames Morse
2024-02-16x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflowJames Morse
2024-02-16x86/resctrl: Move CLOSID/RMID matching and setting to use helpersJames Morse
2024-02-16x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmidJames Morse
2024-02-16x86/resctrl: Use __set_bit()/__clear_bit() instead of open codingJames Morse
2024-02-16x86/resctrl: Track the number of dirty RMID a CLOSID hasJames Morse
2024-02-16x86/resctrl: Allow RMID allocation to be scoped by CLOSIDJames Morse
2024-02-16x86/resctrl: Access per-rmid structures by indexJames Morse
2024-02-16x86/resctrl: Track the closid with the rmidJames Morse
2024-02-16x86/resctrl: Move RMID allocation out of mkdir_rdt_prepare()James Morse
2024-02-16x86/resctrl: Create helper for RMID allocation and mondata dir creationJames Morse
2024-02-16x86/resctrl: Free rmid_ptrs from resctrl_exit()James Morse
2024-02-16x86/cpu/topology: Get rid of cpuinfo::x86_max_coresThomas Gleixner
2024-02-16x86/CPU/AMD: Do the common init on future Zens tooBorislav Petkov (AMD)
2024-02-15x86/cpu/topology: Provide __num_[cores|threads]_per_packageThomas Gleixner