summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/preempt.h
AgeCommit message (Expand)Author
2023-12-27kill unnecessary thread_info.h includeKent Overstreet
2023-09-15x86/percpu: Use raw_cpu_try_cmpxchg() in preempt_count_set()Uros Bizjak
2022-10-17x86/percpu: Move preempt_count next to current_taskThomas Gleixner
2022-02-19sched/preempt: Refactor sched_dynamic_update()Mark Rutland
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-02-17sched,x86: Allow !PREEMPT_DYNAMICPeter Zijlstra
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra
2021-02-17preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)
2020-03-21x86/entry: Rename ___preempt_schedulePeter Zijlstra
2019-07-31x86: Use CONFIG_PREEMPTIONThomas Gleixner
2018-12-07preempt: Move PREEMPT_NEED_RESCHED definition into arch codeWill Deacon
2018-10-16x86/asm: 'Simplify' GEN_*_RMWcc() macrosPeter Zijlstra
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf
2016-11-16sched/x86: Do not clear PREEMPT_NEED_RESCHED on preempt count resetMartin Schwidefsky
2016-06-08x86, asm: change the GEN_*_RMWcc() macros to not quote the conditionH. Peter Anvin
2016-02-24sched/x86: Add stack frame dependency to __preempt_schedule[_notrace]()Josh Poimboeuf
2015-10-06sched/core, sched/x86: Kill thread_info::saved_preempt_countPeter Zijlstra
2015-10-06sched/core: Create preempt_count invariantPeter Zijlstra
2015-08-03sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov
2015-06-07preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker
2014-10-28sched: Kill task_preempt_count()Oleg Nesterov
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov
2014-04-07percpu: add raw_cpu_opsChristoph Lameter
2013-12-11sched: Remove PREEMPT_NEED_RESCHED from generic codePeter Zijlstra
2013-09-28sched: Revert need_resched() to look at TIF_NEED_RESCHEDPeter Zijlstra
2013-09-25sched, x86: Optimize the preempt_schedule() callPeter Zijlstra
2013-09-25sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra