summaryrefslogtreecommitdiff
path: root/include/linux/cpu.h
AgeCommit message (Expand)Author
14 dayscpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-12Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta
2024-03-01sched/idle: Conditionally handle tick broadcast in default_idle_call()Thomas Gleixner
2024-02-27smp: Avoid 'setup_max_cpus' namespace collision/shadowingIngo Molnar
2024-01-30driver core: cpu: make cpu_subsys constGreg Kroah-Hartman
2023-12-06drivers: base: add arch_cpu_is_hotpluggable()Russell King (Oracle)
2023-12-06drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overriddenJames Morse
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar
2023-10-11cpu-hotplug: Provide prototypes for arch CPU registrationRussell King (Oracle)
2023-09-13sched: Simplify tg_set_cfs_bandwidth()Peter Zijlstra
2023-08-28Merge tag 'smp-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-10x86/speculation: Add cpu_show_gds() prototypeArnd Bergmann
2023-08-07cpu/hotplug: Remove unused function declaration cpu_set_state_online()Yue Haibing
2023-07-28cpu/SMT: Move SMT prototypes into cpu_smt.hMichael Ellerman
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-06-16init: Provide arch_cpu_finalize_init()Thomas Gleixner
2023-05-15cpu/hotplug: Remove unused state functionsThomas Gleixner
2023-05-15cpu/hotplug: Remove cpu_report_state() and related unused cruftThomas Gleixner
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2022-06-27x86/bugs: Report AMD retbleed vulnerabilityAlexandre Chartre
2022-05-21x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale DataPawan Gupta
2022-04-19x86,objtool: Mark cpu_startup_entry() __noreturnPeter Zijlstra
2021-09-11cpu/hotplug: Remove deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-03-10cpu/hotplug: Fix build error of using {add,remove}_cpu() with !CONFIG_SMPShuo Liu
2021-01-06cpu/hotplug: Add lockdep_is_cpus_held()Frederic Weisbecker
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-06-17cpu/speculation: Add prototype for cpu_show_srbds()Guenter Roeck
2020-05-07cpu/hotplug: Remove __freeze_secondary_cpus()Qais Yousef
2020-05-07cpu/hotplug: Remove disable_nonboot_cpus()Qais Yousef
2020-03-28cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus()Thomas Gleixner
2020-03-25cpu/hotplug: Hide cpu_up/down()Qais Yousef
2020-03-25cpu/hotplug: Move bringup of secondary CPUs out of smp_init()Qais Yousef
2020-03-25cpu/hotplug: Provide bringup_hibernate_cpu()Qais Yousef
2020-03-25cpu/hotplug: Create a new function to shutdown nonboot cpusQais Yousef
2020-03-25cpu/hotplug: Add new {add,remove}_cpu() functionsQais Yousef
2019-11-26Merge branch 'pm-cpuidle'Rafael J. Wysocki
2019-11-20cpuidle: Allow idle injection to apply exit latency limitDaniel Lezcano
2019-11-04cpu/speculation: Uninline and export CPU mitigations helpersTyler Hicks
2019-11-04x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli
2019-10-28x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta
2019-09-24cpu/SMT: create and export cpu_smt_possible()Vitaly Kuznetsov
2019-09-03cpuidle: play_idle: Increase the resolution to usecDaniel Lezcano
2019-06-03x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-06Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds