summaryrefslogtreecommitdiffstats
path: root/drivers/base/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | drivers: base: Use __printf markup to silence compilerMathieu Malaterre2019-01-311-0/+1
| |/
* / PM / core: Add support to skip power management in device/driver modelSudeep Holla2019-02-191-0/+1
|/
* x86/speculation/l1tf: Add sysfs reporting for l1tfAndi Kleen2018-06-201-0/+8
* x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk2018-05-031-0/+8
* driver core: cpu: use put_device() if device_register failArvind Yadav2018-03-151-1/+3
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-0/+1
|\
| * driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-071-0/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-0/+48
|\ \ | |/ |/|
| * sysfs/cpu: Add vulnerability folderThomas Gleixner2018-01-081-0/+48
| * Revert "PM / QoS: Fix device resume latency PM QoS"Rafael J. Wysocki2017-10-311-2/+1Star
| * PM / QoS: Fix device resume latency PM QoSRafael J. Wysocki2017-10-241-1/+2
* | Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-11-141-1/+2
|\ \
| * | PM / QoS: Fix device resume latency frameworkRafael J. Wysocki2017-11-081-1/+2
| |/
* / sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker2017-10-271-1/+10
|/
* treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-091-2/+2
* CPU / PM: expose pm_qos_resume_latency for CPUsAlex Shi2017-01-301-0/+2
* cpu: clean up register_cpu funcAlex Shi2016-08-311-5/+6
* drivers/base/cpu.c: use __cpu_*_mask directlyRasmus Villemoes2016-01-211-5/+5
* cpu: Remove bogus __ref annotation of cpu_subsys_online()Mathias Krause2015-08-061-1/+1
* show nohz_full cpus in sysfsRik van Riel2015-05-201-0/+17
* show isolated cpus in sysfsRik van Riel2015-05-201-0/+12
* drivers/base: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-141-1/+1
* drivers: base: add cpu_device_create to support per-cpu devicesSudeep Holla2014-11-071-0/+54
* cpumask: factor out show_cpumap into separate helper functionSudeep Holla2014-11-071-4/+1Star
* x86: align x86 arch with generic CPU modalias handlingArd Biesheuvel2014-02-181-7/+3Star
* cpu: add generic support for CPU feature based module autoloadingArd Biesheuvel2014-02-181-5/+45
* hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()Toshi Kani2013-09-301-12/+3Star
* hotplug / x86: Add hotplug lock to missing placesToshi Kani2013-09-251-2/+22
* Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-041-0/+2
|\
| * driver/core: cpu: initialize of_node in cpu's device strutureSudeep KarkadaNagesha2013-08-211-0/+2
* | driver core / cpu: Check if NUMA node is valid before bringing CPU upRafael J. Wysocki2013-08-131-1/+5
|/
* drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker2013-07-151-1/+1
* Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-57/+44Star
|\
| * CPU: Fix sysfs cpu/online of offlined CPUsToshi Kani2013-05-301-0/+1
| * ACPI / processor: Use common hotplug infrastructureRafael J. Wysocki2013-05-121-0/+11
| * Driver core: Use generic offline/online for CPU offline/onlineRafael J. Wysocki2013-05-121-57/+32Star
* | cpu: make sure that cpu/online file created before KOBJ_ADD is emittedIgor Mammedov2013-05-211-13/+21
* | cpu: fix "crash_notes" and "crash_notes_size" leaks in register_cpu()Igor Mammedov2013-05-211-7/+18
|/
* numa, cpu hotplug: change links of CPU and node when changing node number by ...Yasuaki Ishimatsu2013-04-301-2/+23
* sysfs: fix crash_notes_size build warningArnd Bergmann2013-04-031-1/+1
* sysfs: Add crash_notes_size to export percpu note sizeZhang Yanfei2013-03-291-0/+14
* drivers/base/cpu.c: Fix typo in commentRalf Baechle2013-01-161-1/+1
* sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra2012-05-171-4/+0Star
* Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman2012-03-091-0/+21
|\
| * driver-core: cpu: fix kobject warning when hotplugging a cpuGreg Kroah-Hartman2012-02-091-0/+1
| * driver core: cpu: remove kernel warning when removing a cpuGreg Kroah-Hartman2012-02-021-0/+20
* | CPU: Introduce ARCH_HAS_CPU_AUTOPROBE and X86 partsThomas Renninger2012-01-271-0/+11
|/