summaryrefslogtreecommitdiff
path: root/drivers/base/cpu.c
AgeCommit message (Expand)Author
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-12-06drivers/base/cpu: crash data showing should depends on KEXEC_COREBaoquan He
2023-12-06drivers: base: Print a warning instead of panic() when register_cpu() failsJames Morse
2023-12-06drivers: base: add arch_cpu_is_hotpluggable()Russell King (Oracle)
2023-12-06drivers: base: Implement weak arch_unregister_cpu()James Morse
2023-12-06drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overriddenJames Morse
2023-12-06drivers: base: Use present CPUs in GENERIC_CPU_DEVICESJames Morse
2023-09-01Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-08-24crash: memory and CPU hotplug sysfs attributesEric DeVolder
2023-08-11driver core: cpu: Fix the fallback cpu_show_gds() nameBorislav Petkov (AMD)
2023-08-10driver core: cpu: Make cpu_show_not_affected() staticBorislav Petkov (AMD)
2023-08-10driver core: cpu: Unify redundant silly stubsBorislav Petkov (AMD)
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-08-05driver/base/cpu: Retry online operation if -EBUSYWaiman Long
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-07-19x86/speculation: Add Gather Data Sampling mitigationDaniel Sneddon
2023-04-05tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystemJoel Fernandes (Google)
2023-02-11driver core: cpu: don't hand-override the uevent bus_type callback.Greg Kroah-Hartman
2023-02-10driver core: bus: add bus_get_dev_root() functionGreg Kroah-Hartman
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2022-06-27x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre
2022-05-21x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2021-07-21driver: base: Prefer unsigned int to bare use of unsignedJinchao Wang
2021-06-04drivers/base: Constify static attribute_group structsRikard Falkeborn
2021-03-23drivers/base/cpu: remove redundant assignment of variable retvalColin Ian King
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches
2020-04-20x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-25cpu/hotplug: Hide cpu_up/down()Qais Yousef
2020-03-11drivers/base/cpu: Simplify s*nprintf() usagesTakashi Iwai
2020-03-11drivers/base/cpu: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli
2019-10-28x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-03-06x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner
2019-02-19PM / core: Add support to skip power management in device/driver modelSudeep Holla
2019-01-31drivers: base: Use __printf markup to silence compilerMathieu Malaterre
2018-06-20x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen
2018-05-03x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk
2018-03-15driver core: cpu: use put_device() if device_register failArvind Yadav
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-08sysfs/cpu: Add vulnerability folderThomas Gleixner
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-11-08PM / QoS: Fix device resume latency frameworkRafael J. Wysocki