| Commit message (Expand) | Author | Age | Files | Lines |
* | lib/smp_processor_id: fix imbalanced instrumentation_end() call | Tetsuo Handa | 2022-07-17 | 1 | -1/+1 |
* | lib/smp_processor_id: Use is_percpu_thread() instead of nr_cpus_allowed | Yejune Deng | 2021-05-19 | 1 | -5/+1 |
* | sched: Make migrate_disable/enable() independent of RT | Thomas Gleixner | 2020-11-24 | 1 | -1/+1 |
* | sched: Add migrate_disable() | Peter Zijlstra | 2020-11-10 | 1 | -0/+5 |
* | lib/smp_processor_id: Move it into noinstr section | Thomas Gleixner | 2020-06-11 | 1 | -5/+5 |
* | lib/smp_processor_id: Don't use cpumask_equal() | Waiman Long | 2019-10-09 | 1 | -1/+1 |
* | sched/core: Provide a pointer to the valid CPU mask | Sebastian Andrzej Siewior | 2019-06-03 | 1 | -1/+1 |
* | kprobes: Prohibit probing on preemption checking debug functions | Masami Hiramatsu | 2019-02-13 | 1 | -2/+5 |
* | lib: do not use print_symbol() | Sergey Senozhatsky | 2018-01-05 | 1 | -2/+1 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | sched/core: Enable might_sleep() and smp_processor_id() checks early | Thomas Gleixner | 2017-05-23 | 1 | -1/+1 |
* | sched/core: Remove the tsk_cpus_allowed() wrapper | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
* | percpu: add preemption checks to __this_cpu ops | Christoph Lameter | 2014-04-07 | 1 | -4/+14 |
* | sched: Introduce preempt_count accessor functions | Peter Zijlstra | 2013-09-25 | 1 | -2/+1 |
* | lib: reduce the use of module.h wherever possible | Paul Gortmaker | 2012-03-07 | 1 | -1/+1 |
* | sched: Wrap scheduler p->cpus_allowed access | Peter Zijlstra | 2011-10-06 | 1 | -1/+1 |
* | cpumask: convert lib/smp_processor_id to new cpumask ops | Rusty Russell | 2009-01-30 | 1 | -1/+1 |
* | cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpu | Mike Travis | 2008-07-26 | 1 | -4/+1 |
* | cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c, fix | Ingo Molnar | 2008-07-18 | 1 | -1/+1 |
* | cpumask: Optimize cpumask_of_cpu in lib/smp_processor_id.c | Mike Travis | 2008-07-18 | 1 | -3/+3 |
* | ftrace: debug smp_processor_id, use notrace preempt disable | Steven Rostedt | 2008-05-23 | 1 | -2/+2 |
* | ftrace: annotate core code that should not be traced | Arnaldo Carvalho de Melo | 2008-05-23 | 1 | -1/+1 |
* | debug_smp_processor_id() fixlets | Andrew Morton | 2008-02-06 | 1 | -1/+3 |
* | [PATCH] fix missing includes | Tim Schmielau | 2005-10-30 | 1 | -0/+1 |
* | [PATCH] smp_processor_id() cleanup | Ingo Molnar | 2005-06-21 | 1 | -0/+55 |