index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
smp_processor_id.c
Age
Commit message (
Expand
)
Author
2021-05-19
lib/smp_processor_id: Use is_percpu_thread() instead of nr_cpus_allowed
Yejune Deng
2020-11-24
sched: Make migrate_disable/enable() independent of RT
Thomas Gleixner
2020-11-10
sched: Add migrate_disable()
Peter Zijlstra
2020-06-11
lib/smp_processor_id: Move it into noinstr section
Thomas Gleixner
2019-10-09
lib/smp_processor_id: Don't use cpumask_equal()
Waiman Long
2019-06-03
sched/core: Provide a pointer to the valid CPU mask
Sebastian Andrzej Siewior
2019-02-13
kprobes: Prohibit probing on preemption checking debug functions
Masami Hiramatsu
2018-01-05
lib: do not use print_symbol()
Sergey Senozhatsky
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-05-23
sched/core: Enable might_sleep() and smp_processor_id() checks early
Thomas Gleixner
2017-03-02
sched/core: Remove the tsk_cpus_allowed() wrapper
Ingo Molnar
2014-04-07
percpu: add preemption checks to __this_cpu ops
Christoph Lameter
2013-09-25
sched: Introduce preempt_count accessor functions
Peter Zijlstra
2012-03-07
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2011-10-06
sched: Wrap scheduler p->cpus_allowed access
Peter Zijlstra
2009-01-30
cpumask: convert lib/smp_processor_id to new cpumask ops
Rusty Russell
2008-07-26
cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu
Mike Travis
2008-07-18
cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c, fix
Ingo Molnar
2008-07-18
cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c
Mike Travis
2008-05-23
ftrace: debug smp_processor_id, use notrace preempt disable
Steven Rostedt
2008-05-23
ftrace: annotate core code that should not be traced
Arnaldo Carvalho de Melo
2008-02-06
debug_smp_processor_id() fixlets
Andrew Morton
2005-10-30
[PATCH] fix missing includes
Tim Schmielau
2005-06-21
[PATCH] smp_processor_id() cleanup
Ingo Molnar