aboutsummaryrefslogtreecommitdiff
path: root/lib/smp_processor_id.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-17lib/smp_processor_id: fix imbalanced instrumentation_end() callGravatar Tetsuo Handa 1-1/+1
2021-05-19lib/smp_processor_id: Use is_percpu_thread() instead of nr_cpus_allowedGravatar Yejune Deng 1-5/+1
2020-11-24sched: Make migrate_disable/enable() independent of RTGravatar Thomas Gleixner 1-1/+1
2020-11-10sched: Add migrate_disable()Gravatar Peter Zijlstra 1-0/+5
2020-06-11lib/smp_processor_id: Move it into noinstr sectionGravatar Thomas Gleixner 1-5/+5
2019-10-09lib/smp_processor_id: Don't use cpumask_equal()Gravatar Waiman Long 1-1/+1
2019-06-03sched/core: Provide a pointer to the valid CPU maskGravatar Sebastian Andrzej Siewior 1-1/+1
2019-02-13kprobes: Prohibit probing on preemption checking debug functionsGravatar Masami Hiramatsu 1-2/+5
2018-01-05lib: do not use print_symbol()Gravatar Sergey Senozhatsky 1-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyGravatar Thomas Gleixner 1-1/+1
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperGravatar Ingo Molnar 1-1/+1
2014-04-07percpu: add preemption checks to __this_cpu opsGravatar Christoph Lameter 1-4/+14
2013-09-25sched: Introduce preempt_count accessor functionsGravatar Peter Zijlstra 1-2/+1
2012-03-07lib: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2011-10-06sched: Wrap scheduler p->cpus_allowed accessGravatar Peter Zijlstra 1-1/+1
2009-01-30cpumask: convert lib/smp_processor_id to new cpumask opsGravatar Rusty Russell 1-1/+1
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuGravatar Mike Travis 1-4/+1
2008-07-18cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c, fixGravatar Ingo Molnar 1-1/+1
2008-07-18cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.cGravatar Mike Travis 1-3/+3
2008-05-23ftrace: debug smp_processor_id, use notrace preempt disableGravatar Steven Rostedt 1-2/+2
2008-05-23ftrace: annotate core code that should not be tracedGravatar Arnaldo Carvalho de Melo 1-1/+1
2008-02-06debug_smp_processor_id() fixletsGravatar Andrew Morton 1-1/+3
2005-10-30[PATCH] fix missing includesGravatar Tim Schmielau 1-0/+1
2005-06-21[PATCH] smp_processor_id() cleanupGravatar Ingo Molnar 1-0/+55