summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
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
2024-02-15x86/cpu/topology: Rename smp_num_siblingsThomas Gleixner
2024-02-15x86/cpu/topology: Retrieve cores per package from topology bitmapsThomas Gleixner
2024-02-15x86/cpu/topology: Use topology logical mapping mechanismThomas Gleixner
2024-02-15x86/cpu/topology: Provide logical pkg/die mappingThomas Gleixner
2024-02-15x86/cpu/topology: Simplify cpu_mark_primary_thread()Thomas Gleixner
2024-02-15x86/cpu/topology: Mop up primary thread mask handlingThomas Gleixner
2024-02-15x86/cpu/topology: Use topology bitmaps for sizingThomas Gleixner
2024-02-15x86/cpu/topology: Let XEN/PV use topology from CPUID/MADTThomas Gleixner
2024-02-15x86/cpu/topology: Assign hotpluggable CPUIDs during initThomas Gleixner
2024-02-15x86/cpu/topology: Reject unknown APIC IDs on ACPI hotplugThomas Gleixner
2024-02-15x86/topology: Add a mechanism to track topology via APIC IDsThomas Gleixner
2024-02-15x86/cpu: Detect real BSP on crash kernelsThomas Gleixner
2024-02-15x86/cpu/topology: Rework possible CPU managementThomas Gleixner
2024-02-15x86/cpu/topology: Sanitize the APIC admission logicThomas Gleixner
2024-02-15x86/smpboot: Make error message actually usefulThomas Gleixner
2024-02-15x86/cpu/topology: Use a data structure for topology infoThomas Gleixner
2024-02-15x86/cpu/topology: Simplify APIC registrationThomas Gleixner
2024-02-15x86/cpu/topology: Confine topology informationThomas Gleixner
2024-02-15x86/acpi: Dont invoke topology_register_apic() for XEN PVThomas Gleixner
2024-02-15x86/mpparse: Use new APIC registration functionThomas Gleixner
2024-02-15x86/of: Use new APIC registration functionsThomas Gleixner
2024-02-15x86/jailhouse: Use new APIC registration functionThomas Gleixner
2024-02-15x86/acpi: Use new APIC registration functionsThomas Gleixner
2024-02-15x86/cpu/topology: Provide separate APIC registration functionsThomas Gleixner
2024-02-15x86/cpu/topology: Move registration out of APIC codeThomas Gleixner
2024-02-15x86/apic: Use a proper define for invalid ACPI CPU IDThomas Gleixner
2024-02-15x86/apic: Remove yet another dubious callbackThomas Gleixner
2024-02-15x86/apic: Remove the pointless writeback of boot_cpu_physical_apicidThomas Gleixner
2024-02-15x86/mpparse: Remove the physid_t bitmap wrapperThomas Gleixner