aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/cpu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre1-0/+8
2022-05-21x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta1-0/+8
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-1/+1
2021-07-21driver: base: Prefer unsigned int to bare use of unsignedJinchao Wang1-2/+2
2021-06-04drivers/base: Constify static attribute_group structsRikard Falkeborn1-2/+2
2021-03-23drivers/base/cpu: remove redundant assignment of variable retvalColin Ian King1-4/+2
2020-10-02drivers core: Miscellaneous changes for sysfs_emitJoe Perches1-32/+30
2020-10-02drivers core: Use sysfs_emit and sysfs_emit_at for show(device *...) functionsJoe Perches1-16/+16
2020-04-20x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross1-0/+8
2020-03-30Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2020-03-25cpu/hotplug: Hide cpu_up/down()Qais Yousef1-2/+2
2020-03-11drivers/base/cpu: Simplify s*nprintf() usagesTakashi Iwai1-9/+4
2020-03-11drivers/base/cpu: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-3/+3
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli1-0/+8
2019-10-28x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta1-0/+9
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2019-03-06x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner1-0/+8
2019-02-19PM / core: Add support to skip power management in device/driver modelSudeep Holla1-0/+1
2019-01-31drivers: base: Use __printf markup to silence compilerMathieu Malaterre1-0/+1
2018-06-20x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen1-0/+8
2018-05-03x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk1-0/+8
2018-03-15driver core: cpu: use put_device() if device_register failArvind Yadav1-1/+3
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2018-01-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+48
2018-01-08sysfs/cpu: Add vulnerability folderThomas Gleixner1-0/+48
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman1-0/+1
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+2
2017-11-08PM / QoS: Fix device resume latency frameworkRafael J. Wysocki1-1/+2
2017-10-31Revert "PM / QoS: Fix device resume latency PM QoS"Rafael J. Wysocki1-2/+1
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker1-1/+10
2017-10-24PM / QoS: Fix device resume latency PM QoSRafael J. Wysocki1-1/+2
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-2/+2
2017-01-30CPU / PM: expose pm_qos_resume_latency for CPUsAlex Shi1-0/+2
2016-08-31cpu: clean up register_cpu funcAlex Shi1-5/+6
2016-01-20drivers/base/cpu.c: use __cpu_*_mask directlyRasmus Villemoes1-5/+5
2015-08-05cpu: Remove bogus __ref annotation of cpu_subsys_online()Mathias Krause1-1/+1
2015-05-20show nohz_full cpus in sysfsRik van Riel1-0/+17
2015-05-20show isolated cpus in sysfsRik van Riel1-0/+12
2015-02-13drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-1/+1
2014-11-07drivers: base: add cpu_device_create to support per-cpu devicesSudeep Holla1-0/+54
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla1-4/+1
2014-02-18x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel1-7/+3
2014-02-18cpu: add generic support for CPU feature based module autoloadingArd Biesheuvel1-5/+45
2013-09-30hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()Toshi Kani1-12/+3
2013-09-25hotplug / x86: Add hotplug lock to missing placesToshi Kani1-2/+22
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2013-08-21driver/core: cpu: initialize of_node in cpu's device strutureSudeep KarkadaNagesha1-0/+2
2013-08-12driver core / cpu: Check if NUMA node is valid before bringing CPU upRafael J. Wysocki1-1/+5
2013-07-14drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker1-1/+1