summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/preempt.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-27kill unnecessary thread_info.h includeKent Overstreet1-1/+0
2023-09-15x86/percpu: Use raw_cpu_try_cmpxchg() in preempt_count_set()Uros Bizjak1-2/+2
2022-10-17x86/percpu: Move preempt_count next to current_taskThomas Gleixner1-13/+14
2022-02-19sched/preempt: Refactor sched_dynamic_update()Mark Rutland1-4/+6
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+1
2021-02-17sched,x86: Allow !PREEMPT_DYNAMICPeter Zijlstra1-6/+18
2021-02-17sched: Harden PREEMPT_DYNAMICPeter Zijlstra1-2/+2
2021-02-17preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)1-8/+26
2020-03-21x86/entry: Rename ___preempt_schedulePeter Zijlstra1-4/+4
2019-07-31x86: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2018-12-07preempt: Move PREEMPT_NEED_RESCHED definition into arch codeWill Deacon1-0/+3
2018-10-16x86/asm: 'Simplify' GEN_*_RMWcc() macrosPeter Zijlstra1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-23x86/asm: Fix inline asm call constraints for ClangJosh Poimboeuf1-10/+5
2016-11-16sched/x86: Do not clear PREEMPT_NEED_RESCHED on preempt count resetMartin Schwidefsky1-1/+7
2016-06-08x86, asm: change the GEN_*_RMWcc() macros to not quote the conditionH. Peter Anvin1-1/+1
2016-02-24sched/x86: Add stack frame dependency to __preempt_schedule[_notrace]()Josh Poimboeuf1-2/+11
2015-10-06sched/core, sched/x86: Kill thread_info::saved_preempt_countPeter Zijlstra1-4/+1
2015-10-06sched/core: Create preempt_count invariantPeter Zijlstra1-1/+1
2015-08-03sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov1-2/+2
2015-06-07preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker1-5/+3
2014-10-28sched: Kill task_preempt_count()Oleg Nesterov1-3/+0
2014-10-28sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov1-0/+1
2014-04-08percpu: add raw_cpu_opsChristoph Lameter1-8/+8
2013-12-11sched: Remove PREEMPT_NEED_RESCHED from generic codePeter Zijlstra1-0/+11
2013-09-28sched: Revert need_resched() to look at TIF_NEED_RESCHEDPeter Zijlstra1-8/+0
2013-09-25sched, x86: Optimize the preempt_schedule() callPeter Zijlstra1-0/+10
2013-09-25sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra1-0/+98