summaryrefslogtreecommitdiffstats
path: root/lib/smp_processor_id.c
AgeCommit message (Expand)AuthorLines
2022-07-17lib/smp_processor_id: fix imbalanced instrumentation_end() callTetsuo Handa-1/+1
2021-05-19lib/smp_processor_id: Use is_percpu_thread() instead of nr_cpus_allowedYejune Deng-5/+1
2020-11-24sched: Make migrate_disable/enable() independent of RTThomas Gleixner-1/+1
2020-11-10sched: Add migrate_disable()Peter Zijlstra-0/+5
2020-06-11lib/smp_processor_id: Move it into noinstr sectionThomas Gleixner-5/+5
2019-10-09lib/smp_processor_id: Don't use cpumask_equal()Waiman Long-1/+1
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior-1/+1
2019-02-13kprobes: Prohibit probing on preemption checking debug functionsMasami Hiramatsu-2/+5
2018-01-05lib: do not use print_symbol()Sergey Senozhatsky-2/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-05-23sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner-1/+1
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar-1/+1
2014-04-07percpu: add preemption checks to __this_cpu opsChristoph Lameter-4/+14
2013-09-25sched: Introduce preempt_count accessor functionsPeter Zijlstra-2/+1
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker-1/+1
2011-10-06sched: Wrap scheduler p->cpus_allowed accessPeter Zijlstra-1/+1
2009-01-30cpumask: convert lib/smp_processor_id to new cpumask opsRusty Russell-1/+1
2008-07-26cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis-4/+1
2008-07-18cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c, fixIngo Molnar-1/+1
2008-07-18cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.cMike Travis-3/+3
2008-05-23ftrace: debug smp_processor_id, use notrace preempt disableSteven Rostedt-2/+2
2008-05-23ftrace: annotate core code that should not be tracedArnaldo Carvalho de Melo-1/+1
2008-02-06debug_smp_processor_id() fixletsAndrew Morton-1/+3
2005-10-30[PATCH] fix missing includesTim Schmielau-0/+1
2005-06-21[PATCH] smp_processor_id() cleanupIngo Molnar-0/+55