aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/preempt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07percpu: 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