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