| Commit message (Expand) | Author | Age | Files | Lines |
* | sched: No PREEMPT_RT=y for all{yes,mod}config | Peter Zijlstra | 2024-11-07 | 1 | -1/+1 |
* | sched: Enable PREEMPT_DYNAMIC for PREEMPT_RT | Peter Zijlstra | 2024-11-05 | 1 | -5/+7 |
* | sched: Add Lazy preemption model | Peter Zijlstra | 2024-11-05 | 1 | -0/+15 |
* | sched_ext: Build fix on !CONFIG_STACKTRACE[_SUPPORT] | Tejun Heo | 2024-08-01 | 1 | -0/+1 |
* | sched_ext: add CONFIG_DEBUG_INFO_BTF dependency | Andrea Righi | 2024-06-27 | 1 | -1/+1 |
* | sched_ext: Documentation: scheduler: Document extensible scheduler class | Tejun Heo | 2024-06-18 | 1 | -0/+1 |
* | sched_ext: Implement core-sched support | Tejun Heo | 2024-06-18 | 1 | -1/+1 |
* | sched_ext: Implement BPF extensible scheduler class | Tejun Heo | 2024-06-18 | 1 | -1/+24 |
* | Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels" | Thomas Gleixner | 2022-03-31 | 1 | -11/+1 |
* | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-03-22 | 1 | -1/+2 |
|\ |
|
| * | sched/preempt: Add PREEMPT_DYNAMIC using static keys | Mark Rutland | 2022-02-19 | 1 | -1/+2 |
* | | signal, x86: Delay calling signals in atomic on RT enabled kernels | Oleg Nesterov | 2022-03-04 | 1 | -1/+11 |
|/ |
|
* | preempt: Restore preemption model selection configs | Valentin Schneider | 2021-11-11 | 1 | -21/+21 |
* | sched: Provide Kconfig support for default dynamic preempt mode | Frederic Weisbecker | 2021-10-05 | 1 | -9/+23 |
* | sched/core: Disable CONFIG_SCHED_CORE by default | Ingo Molnar | 2021-06-28 | 1 | -3/+3 |
* | sched: Add CONFIG_SCHED_CORE help text | Peter Zijlstra | 2021-06-01 | 1 | -0/+14 |
* | sched: Core-wide rq->lock | Peter Zijlstra | 2021-05-12 | 1 | -0/+6 |
* | preempt: Introduce CONFIG_PREEMPT_DYNAMIC | Michal Hocko | 2021-02-17 | 1 | -0/+19 |
* | sched/Kconfig: Fix spelling mistake in user-visible help text | Srivatsa S. Bhat (VMware) | 2019-11-12 | 1 | -1/+1 |
* | sched/rt, Kconfig: Unbreak def/oldconfig with CONFIG_PREEMPT=y | Thomas Gleixner | 2019-07-22 | 1 | -4/+4 |
* | sched/rt, Kconfig: Introduce CONFIG_PREEMPT_RT | Thomas Gleixner | 2019-07-18 | 1 | -2/+23 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | kconfig: warn no new line at end of file | Masahiro Yamada | 2018-12-15 | 1 | -1/+1 |
* | kconfig: include kernel/Kconfig.preempt from init/Kconfig | Christoph Hellwig | 2018-08-02 | 1 | -0/+2 |
* | locking/kconfig: Simplify INLINE_SPIN_UNLOCK usage | Raghavendra K T | 2012-03-23 | 1 | -0/+1 |
* | sched: Isolate preempt counting in its own config option | Frederic Weisbecker | 2011-06-10 | 1 | -0/+3 |
* | rcu: provide RCU options on non-preempt architectures too | Ingo Molnar | 2008-12-25 | 1 | -75/+0 |
* | "Tree RCU": scalable classic RCU implementation | Paul E. McKenney | 2008-12-18 | 1 | -6/+56 |
* | rcu: move PREEMPT_RCU config option back under PREEMPT | Paul E. McKenney | 2008-03-10 | 1 | -0/+15 |
* | sched: remove the !PREEMPT_BKL code | Ingo Molnar | 2008-01-25 | 1 | -4/+0 |
* | sched: make PREEMPT_BKL the default | Ingo Molnar | 2008-01-25 | 1 | -8/+1 |
* | Preempt-RCU: implementation | Paul E. McKenney | 2008-01-25 | 1 | -0/+10 |
* | Move PREEMPT_NOTIFIERS into an always-included Kconfig | Avi Kivity | 2007-10-17 | 1 | -3/+0 |
* | [PATCH] sched: arch preempt notifier mechanism | Avi Kivity | 2007-07-26 | 1 | -0/+3 |
* | Fix trivial typos in Kconfig* files | David Sterba | 2007-05-09 | 1 | -2/+2 |
* | [PATCH] sched: voluntary kernel preemption | Ingo Molnar | 2005-06-25 | 1 | -8/+49 |
* | [PATCH] enable PREEMPT_BKL on !PREEMPT+SMP too | Ingo Molnar | 2005-06-25 | 1 | -1/+1 |
* | [PATCH] consolidate PREEMPT options into kernel/Kconfig.preempt | Ingo Molnar | 2005-06-25 | 1 | -0/+24 |