| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2020-08-10 | 1 | -1/+2 |
|\ |
|
| * | locking/seqlock, headers: Untangle the spaghetti monster | Peter Zijlstra | 2020-08-06 | 1 | -0/+1 |
| * | sched: tasks: Use sequence counter with associated spinlock | Ahmed S. Darwish | 2020-07-29 | 1 | -1/+1 |
* | | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-08-06 | 1 | -0/+3 |
|\ \ |
|
| * | | sched: Remove sched_set_*() return value | Peter Zijlstra | 2020-06-15 | 1 | -3/+3 |
| * | | sched: Provide sched_set_fifo() | Peter Zijlstra | 2020-06-15 | 1 | -0/+3 |
* | | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 2020-08-04 | 1 | -9/+0 |
|\ \ \ |
|
| * | | | umd: Remove exit_umh | Eric W. Biederman | 2020-07-07 | 1 | -1/+0 |
| * | | | umh: Separate the user mode driver and the user mode helper support | Eric W. Biederman | 2020-07-04 | 1 | -8/+0 |
| |/ / |
|
* | | | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-08-03 | 1 | -9/+16 |
|\ \ \ |
|
| * | | | sched/uclamp: Add a new sysctl to control RT default boost value | Qais Yousef | 2020-07-29 | 1 | -2/+8 |
| * | | | sched: Fix a typo in a comment | 王文虎 | 2020-07-27 | 1 | -1/+1 |
| * | | | sched: Better document ttwu() | Peter Zijlstra | 2020-07-22 | 1 | -6/+6 |
| * | | | sched: Add a tracepoint to track rq->nr_running | Phil Auld | 2020-07-08 | 1 | -0/+1 |
* | | | | kcsan: Improve IRQ state trace reporting | Marco Elver | 2020-07-31 | 1 | -0/+4 |
* | | | | lockdep: Refactor IRQ trace events fields into struct | Marco Elver | 2020-07-31 | 1 | -9/+2 |
| |_|/
|/| | |
|
* | | | Merge tag 'v5.8-rc6' into locking/core, to pick up fixes | Ingo Molnar | 2020-07-25 | 1 | -4/+0 |
|\ \ \
| |/ / |
|
| * | | sched: Fix loadavg accounting race | Peter Zijlstra | 2020-07-08 | 1 | -4/+0 |
* | | | lockdep: Change hardirq{s_enabled,_context} to per-cpu variables | Peter Zijlstra | 2020-07-10 | 1 | -2/+0 |
|/ / |
|
* | | smp, irq_work: Continue smp_call_function*() and irq_work*() integration | Peter Zijlstra | 2020-06-28 | 1 | -4/+1 |
* | | sched/core: Fix CONFIG_GCC_PLUGIN_RANDSTRUCT build fail | Peter Zijlstra | 2020-06-28 | 1 | -2/+4 |
|/ |
|
* | Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-06-13 | 1 | -1/+3 |
|\ |
|
| * | x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisoned | Tony Luck | 2020-06-11 | 1 | -1/+3 |
* | | Rebase locking/kcsan to locking/urgent | Thomas Gleixner | 2020-06-11 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh | Ingo Molnar | 2020-04-13 | 1 | -18/+25 |
| |\ |
|
| * \ | Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2020-03-21 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the tree | Ingo Molnar | 2020-01-20 | 1 | -2/+2 |
| |\ \ \ |
|
| * \ \ \ | Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts | Ingo Molnar | 2019-12-30 | 1 | -4/+19 |
| |\ \ \ \ |
|
| * | | | | | kcsan: Add Kernel Concurrency Sanitizer infrastructure | Marco Elver | 2019-11-16 | 1 | -0/+4 |
* | | | | | | kcov: collect coverage from interrupts | Andrey Konovalov | 2020-06-04 | 1 | -0/+3 |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2020-06-03 | 1 | -0/+1 |
|\ \ \ \ \ \ |
|
| * | | | | | | lockdep: Prepare for noinstr sections | Peter Zijlstra | 2020-05-19 | 1 | -0/+1 |
| | |_|_|_|/
| |/| | | | |
|
* | | | | | | Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-06-03 | 1 | -1/+10 |
|\ \ \ \ \ \ |
|
| * | | | | | | sched: Replace rq::wake_list | Peter Zijlstra | 2020-05-28 | 1 | -0/+1 |
| * | | | | | | Merge branch 'core/rcu' into sched/core, to pick up dependency | Ingo Molnar | 2020-05-28 | 1 | -1/+15 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | sched: Make scheduler_ipi inline | Thomas Gleixner | 2020-05-12 | 1 | -1/+9 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-06-02 | 1 | -1/+2 |
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
|
| * | | | | | | mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE | NeilBrown | 2020-06-02 | 1 | -1/+2 |
| |/ / / / / |
|
* | | | | | | x86/mce: Send #MC singal from task work | Peter Zijlstra | 2020-05-19 | 1 | -0/+6 |
* | | | | | | rcu-tasks: Split ->trc_reader_need_end | Paul E. McKenney | 2020-04-27 | 1 | -2/+2 |
* | | | | | | rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooks | Paul E. McKenney | 2020-04-27 | 1 | -0/+8 |
* | | | | | | rcu: Remove unused ->rcu_read_unlock_special.b.deferred_qs field | Lai Jiangshan | 2020-04-27 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2020-04-02 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | signal: Extend exec_id to 64bits | Eric W. Biederman | 2020-04-01 | 1 | -2/+2 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-03-30 | 1 | -16/+21 |
|\ \ \ \ \ |
|
| * | | | | | psi: Move PF_MEMSTALL out of task->flags | Yafang Shao | 2020-03-20 | 1 | -2/+4 |
| * | | | | | sched/pelt: Add a new runnable average signal | Vincent Guittot | 2020-02-24 | 1 | -10/+16 |
| * | | | | | sched/pelt: Remove unused runnable load average | Vincent Guittot | 2020-02-24 | 1 | -4/+1 |
| |/ / / / |
|
* | | | | | lockdep: Add hrtimer context tracing bits | Sebastian Andrzej Siewior | 2020-03-21 | 1 | -0/+1 |
* | | | | | lockdep: Introduce wait-type checks | Peter Zijlstra | 2020-03-21 | 1 | -0/+1 |
|/ / / / |
|