aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson2024-04-251-0/+11
* Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2024-03-211-1/+1
|\
| * driver core: cpu: make cpu_subsys constGreg Kroah-Hartman2024-01-301-1/+1
* | Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2024-03-121-0/+2
|\ \
| * | x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta2024-03-111-0/+2
| |/
* | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2024-03-111-0/+2
|\ \
| * | sched/idle: Conditionally handle tick broadcast in default_idle_call()Thomas Gleixner2024-03-011-0/+2
| |/
* / smp: Avoid 'setup_max_cpus' namespace collision/shadowingIngo Molnar2024-02-271-1/+1
|/
* drivers: base: add arch_cpu_is_hotpluggable()Russell King (Oracle)2023-12-061-0/+1
* drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overriddenJames Morse2023-12-061-0/+4
* Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar2023-10-231-0/+2
|\
| * cpu-hotplug: Provide prototypes for arch CPU registrationRussell King (Oracle)2023-10-111-0/+2
* | sched: Simplify tg_set_cfs_bandwidth()Peter Zijlstra2023-09-131-0/+2
|/
* Merge tag 'smp-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2023-08-281-25/+1
|\
| * cpu/hotplug: Remove unused function declaration cpu_set_state_online()Yue Haibing2023-08-071-1/+0
| * cpu/SMT: Move SMT prototypes into cpu_smt.hMichael Ellerman2023-07-281-24/+1
* | x86/speculation: Add cpu_show_gds() prototypeArnd Bergmann2023-08-101-0/+2
* | x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)2023-07-271-0/+2
|/
* Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2023-06-261-4/+0
|\
| * cpu/hotplug: Remove unused state functionsThomas Gleixner2023-05-151-2/+0
| * cpu/hotplug: Remove cpu_report_state() and related unused cruftThomas Gleixner2023-05-151-2/+0
* | init: Provide arch_cpu_finalize_init()Thomas Gleixner2023-06-161-0/+6
|/
* sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
* objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-3/+0
* x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre2022-06-271-0/+2
* x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta2022-05-211-0/+3
* x86,objtool: Mark cpu_startup_entry() __noreturnPeter Zijlstra2022-04-191-1/+1
* cpu/hotplug: Remove deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-09-111-6/+0
* cpu/hotplug: Fix build error of using {add,remove}_cpu() with !CONFIG_SMPShuo Liu2021-03-101-0/+3
* cpu/hotplug: Add lockdep_is_cpus_held()Frederic Weisbecker2021-01-061-0/+2
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* cpu/speculation: Add prototype for cpu_show_srbds()Guenter Roeck2020-06-171-0/+1
* cpu/hotplug: Remove __freeze_secondary_cpus()Qais Yousef2020-05-071-6/+1
* cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef2020-05-071-9/+3
* cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus()Thomas Gleixner2020-03-281-3/+9
* cpu/hotplug: Hide cpu_up/down()Qais Yousef2020-03-251-2/+2
* cpu/hotplug: Move bringup of secondary CPUs out of smp_init()Qais Yousef2020-03-251-0/+1
* cpu/hotplug: Provide bringup_hibernate_cpu()Qais Yousef2020-03-251-0/+1
* cpu/hotplug: Create a new function to shutdown nonboot cpusQais Yousef2020-03-251-0/+2
* cpu/hotplug: Add new {add,remove}_cpu() functionsQais Yousef2020-03-251-0/+2
* Merge branch 'pm-cpuidle'Rafael J. Wysocki2019-11-261-1/+6
|\
| * cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano2019-11-201-1/+6
* | cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks2019-11-041-23/+2
* | x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2019-11-041-0/+2
* | x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta2019-10-281-0/+3
|/
* cpu/SMT: create and export cpu_smt_possible()Vitaly Kuznetsov2019-09-241-0/+2
* cpuidle: play_idle: Increase the resolution to usecDaniel Lezcano2019-09-031-1/+1
* x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina2019-06-031-0/+4
* Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2019-05-141-0/+2
|\
| * Merge branch 'core/speculation' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.gitThomas Gleixner2019-04-171-0/+24
| |\