aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/cpu.c
AgeCommit message (Expand)Author
2020-06-11x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross
2019-11-12x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli
2019-11-12x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta
2019-05-14x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner
2018-08-15x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen
2018-05-22x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk
2018-01-17sysfs/cpu: Add vulnerability folderThomas Gleixner
2017-10-31Revert "PM / QoS: Fix device resume latency PM QoS"Rafael J. Wysocki
2017-10-24PM / QoS: Fix device resume latency PM QoSRafael J. Wysocki
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan
2017-01-30CPU / PM: expose pm_qos_resume_latency for CPUsAlex Shi
2016-08-31cpu: clean up register_cpu funcAlex Shi
2016-01-20drivers/base/cpu.c: use __cpu_*_mask directlyRasmus Villemoes
2015-08-05cpu: Remove bogus __ref annotation of cpu_subsys_online()Mathias Krause
2015-05-20show nohz_full cpus in sysfsRik van Riel
2015-05-20show isolated cpus in sysfsRik van Riel
2015-02-13drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2014-11-07drivers: base: add cpu_device_create to support per-cpu devicesSudeep Holla
2014-11-07cpumask: factor out show_cpumap into separate helper functionSudeep Holla
2014-02-18x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel
2014-02-18cpu: add generic support for CPU feature based module autoloadingArd Biesheuvel
2013-09-30hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()Toshi Kani
2013-09-25hotplug / x86: Add hotplug lock to missing placesToshi Kani
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-08-21driver/core: cpu: initialize of_node in cpu's device strutureSudeep KarkadaNagesha
2013-08-12driver core / cpu: Check if NUMA node is valid before bringing CPU upRafael J. Wysocki
2013-07-14drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-05-30CPU: Fix sysfs cpu/online of offlined CPUsToshi Kani
2013-05-21cpu: make sure that cpu/online file created before KOBJ_ADD is emittedIgor Mammedov
2013-05-21cpu: fix "crash_notes" and "crash_notes_size" leaks in register_cpu()Igor Mammedov
2013-05-12ACPI / processor: Use common hotplug infrastructureRafael J. Wysocki
2013-05-12Driver core: Use generic offline/online for CPU offline/onlineRafael J. Wysocki
2013-04-29numa, cpu hotplug: change links of CPU and node when changing node number by ...Yasuaki Ishimatsu
2013-04-03sysfs: fix crash_notes_size build warningArnd Bergmann
2013-03-29sysfs: Add crash_notes_size to export percpu note sizeZhang Yanfei
2013-01-16drivers/base/cpu.c: Fix typo in commentRalf Baechle
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra
2012-03-09Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman
2012-02-08driver-core: cpu: fix kobject warning when hotplugging a cpuGreg Kroah-Hartman
2012-02-02driver core: cpu: remove kernel warning when removing a cpuGreg Kroah-Hartman
2012-01-26CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 partsThomas Renninger
2012-01-11cpu: Register a generic CPU device on architectures that currently do notBen Hutchings
2012-01-11cpu: Do not return errors from cpu_dev_init() which will be ignoredBen Hutchings
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers
2011-12-11driver-core/cpu: Expose hotpluggability to the rest of the kernelJosh Triplett
2010-05-21drivers/base/cpu.c: fix the output from /sys/devices/system/cpu/offlineJan Beulich
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-19sysdev: the cpu probe/release attributes should be sysdev_class_attributesStephen Rothwell