aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/cpu.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+3
2024-03-11x86/rfds: Mitigate Register File Data Sampling (RFDS)Gravatar Pawan Gupta 1-0/+3
2024-02-23crash: split crash dumping code out from kexec_core.cGravatar Baoquan He 1-3/+3
2024-01-30driver core: cpu: make cpu_subsys constGravatar Greg Kroah-Hartman 1-1/+1
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-8/+31
2023-12-06drivers/base/cpu: crash data showing should depends on KEXEC_COREGravatar Baoquan He 1-3/+3
2023-12-06drivers: base: Print a warning instead of panic() when register_cpu() failsGravatar James Morse 1-3/+4
2023-12-06drivers: base: add arch_cpu_is_hotpluggable()Gravatar Russell King (Oracle) 1-1/+10
2023-12-06drivers: base: Implement weak arch_unregister_cpu()Gravatar James Morse 1-1/+8
2023-12-06drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overriddenGravatar James Morse 1-4/+10
2023-12-06drivers: base: Use present CPUs in GENERIC_CPU_DEVICESGravatar James Morse 1-1/+1
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+19
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-0/+13
2023-08-24crash: memory and CPU hotplug sysfs attributesGravatar Eric DeVolder 1-0/+13
2023-08-11driver core: cpu: Fix the fallback cpu_show_gds() nameGravatar Borislav Petkov (AMD) 1-2/+2
2023-08-10driver core: cpu: Make cpu_show_not_affected() staticGravatar Borislav Petkov (AMD) 1-8/+2
2023-08-10driver core: cpu: Unify redundant silly stubsGravatar Borislav Petkov (AMD) 1-68/+19
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+8
2023-08-05driver/base/cpu: Retry online operation if -EBUSYGravatar Waiman Long 1-0/+19
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationGravatar Borislav Petkov (AMD) 1-0/+8
2023-07-19x86/speculation: Add Gather Data Sampling mitigationGravatar Daniel Sneddon 1-0/+8
2023-04-05tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemGravatar Joel Fernandes (Google) 1-1/+2
2023-02-11driver core: cpu: don't hand-override the uevent bus_type callback.Gravatar Greg Kroah-Hartman 1-14/+14
2023-02-10driver core: bus: add bus_get_dev_root() functionGravatar Greg Kroah-Hartman 1-3/+7
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2022-06-27x86/bugs: Report AMD retbleed vulnerabilityGravatar Alexandre Chartre 1-0/+8
2022-05-21x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataGravatar Pawan Gupta 1-0/+8
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskGravatar Frederic Weisbecker 1-1/+1
2021-07-21driver: base: Prefer unsigned int to bare use of unsignedGravatar Jinchao Wang 1-2/+2
2021-06-04drivers/base: Constify static attribute_group structsGravatar Rikard Falkeborn 1-2/+2
2021-03-23drivers/base/cpu: remove redundant assignment of variable retvalGravatar Colin Ian King 1-4/+2
2020-10-02drivers core: Miscellaneous changes for sysfs_emitGravatar Joe Perches 1-32/+30
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsGravatar Joe Perches 1-16/+16
2020-04-20x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationGravatar Mark Gross 1-0/+8
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2020-03-25cpu/hotplug: Hide cpu_up/down()Gravatar Qais Yousef 1-2/+2
2020-03-11drivers/base/cpu: Simplify s*nprintf() usagesGravatar Takashi Iwai 1-9/+4
2020-03-11drivers/base/cpu: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-3/+3
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureGravatar Vineela Tummalapalli 1-0/+8
2019-10-28x86/speculation/taa: Add sysfs reporting for TSX Async AbortGravatar Pawan Gupta 1-0/+9
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+8
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2019-03-06x86/speculation/mds: Add sysfs reporting for MDSGravatar Thomas Gleixner 1-0/+8
2019-02-19PM / core: Add support to skip power management in device/driver modelGravatar Sudeep Holla 1-0/+1
2019-01-31drivers: base: Use __printf markup to silence compilerGravatar Mathieu Malaterre 1-0/+1
2018-06-20x86/speculation/l1tf: Add sysfs reporting for l1tfGravatar Andi Kleen 1-0/+8
2018-05-03x86/bugs: Expose /sys/../spec_store_bypassGravatar Konrad Rzeszutek Wilk 1-0/+8
2018-03-15driver core: cpu: use put_device() if device_register failGravatar Arvind Yadav 1-1/+3
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+1