summaryrefslogtreecommitdiffstats
path: root/drivers/base/cpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-2/+2
|\
| * sysfs/cpu: Make crash_hotplug attribute world-readablePetr Tesarik2024-07-121-1/+1
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
* | cpumask: Add enabled cpumask for present CPUs that can be brought onlineJames Morse2024-06-281-0/+10
* | cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFERJonathan Cameron2024-06-281-1/+1
|/
* crash: add a new kexec flag for hotplug supportSourabh Jain2024-04-231-1/+1
* Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-211-1/+1
|\
| * driver core: cpu: make cpu_subsys constGreg Kroah-Hartman2024-01-311-1/+1
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-3/+3
|\ \
| * | crash: split crash dumping code out from kexec_core.cBaoquan He2024-02-241-3/+3
| |/
* / x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta2024-03-111-0/+3
|/
* Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-181-8/+31
|\
| * drivers: base: Print a warning instead of panic() when register_cpu() failsJames Morse2023-12-061-3/+4
| * drivers: base: add arch_cpu_is_hotpluggable()Russell King (Oracle)2023-12-061-1/+10
| * drivers: base: Implement weak arch_unregister_cpu()James Morse2023-12-061-1/+8
| * drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overriddenJames Morse2023-12-061-4/+10
| * drivers: base: Use present CPUs in GENERIC_CPU_DEVICESJames Morse2023-12-061-1/+1
* | drivers/base/cpu: crash data showing should depends on KEXEC_COREBaoquan He2023-12-071-3/+3
|/
* Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-09-011-0/+19
|\
| * driver/base/cpu: Retry online operation if -EBUSYWaiman Long2023-08-051-0/+19
* | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-0/+13
|\ \
| * | crash: memory and CPU hotplug sysfs attributesEric DeVolder2023-08-251-0/+13
| |/
* | driver core: cpu: Fix the fallback cpu_show_gds() nameBorislav Petkov (AMD)2023-08-111-2/+2
* | driver core: cpu: Make cpu_show_not_affected() staticBorislav Petkov (AMD)2023-08-101-8/+2
* | driver core: cpu: Unify redundant silly stubsBorislav Petkov (AMD)2023-08-101-68/+19
* | Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-08-081-0/+8
|\ \
| * | x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon2023-07-201-0/+8
| |/
* / x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)2023-07-271-0/+8
|/
* tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)2023-04-051-1/+2
* driver core: cpu: don't hand-override the uevent bus_type callback.Greg Kroah-Hartman2023-02-111-14/+14
* driver core: bus: add bus_get_dev_root() functionGreg Kroah-Hartman2023-02-101-3/+7
* driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre2022-06-271-0/+8
* x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta2022-05-211-0/+8
* sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-1/+1
* driver: base: Prefer unsigned int to bare use of unsignedJinchao Wang2021-07-211-2/+2
* drivers/base: Constify static attribute_group structsRikard Falkeborn2021-06-041-2/+2
* drivers/base/cpu: remove redundant assignment of variable retvalColin Ian King2021-03-231-4/+2
* drivers core: Miscellaneous changes for sysfs_emitJoe Perches2020-10-021-32/+30
* drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches2020-10-021-16/+16
* x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2020-04-201-0/+8
* Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-311-2/+2
|\
| * cpu/hotplug: Hide cpu_up/down()Qais Yousef2020-03-251-2/+2
* | drivers/base/cpu: Simplify s*nprintf() usagesTakashi Iwai2020-03-111-9/+4
* | drivers/base/cpu: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-111-3/+3
|/
* x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2019-11-041-0/+8
* x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta2019-10-281-0/+9
* Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-141-0/+8
|\
| * x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner2019-03-061-0/+8
* | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-061-0/+1
|\ \