Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | static_call: Handle tail-calls | Peter Zijlstra | 2020-09-01 | 1 | -8/+13 | |
| * | | | | | | | static_call: Add simple self-test for static calls | Peter Zijlstra | 2020-09-01 | 1 | -0/+43 | |
| * | | | | | | | static_call: Avoid kprobes on inline static_call()s | Peter Zijlstra | 2020-09-01 | 2 | -0/+70 | |
| * | | | | | | | static_call: Add inline static call infrastructure | Josh Poimboeuf | 2020-09-01 | 3 | -0/+309 | |
| * | | | | | | | jump_label,module: Fix module lifetime for __jump_label_mod_text_reserved() | Peter Zijlstra | 2020-09-01 | 1 | -2/+8 | |
| * | | | | | | | module: Properly propagate MODULE_STATE_COMING failure | Peter Zijlstra | 2020-09-01 | 1 | -3/+7 | |
| * | | | | | | | module: Fix up module_notifier return values | Peter Zijlstra | 2020-09-01 | 5 | -7/+11 | |
| * | | | | | | | notifier: Fix broken error handling pattern | Peter Zijlstra | 2020-09-01 | 7 | -131/+139 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-10-12 | 10 | -448/+1050 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck... | Ingo Molnar | 2020-10-09 | 6 | -153/+345 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kcsan: Use tracing-safe version of prandom | Marco Elver | 2020-08-30 | 1 | -6/+29 | |
| | * | | | | | | | kcsan: Optimize debugfs stats counters | Marco Elver | 2020-08-24 | 4 | -34/+23 | |
| | * | | | | | | | kcsan: Use pr_fmt for consistency | Marco Elver | 2020-08-24 | 2 | -6/+10 | |
| | * | | | | | | | kcsan: Show message if enabled early | Marco Elver | 2020-08-24 | 1 | -2/+6 | |
| | * | | | | | | | kcsan: Remove debugfs test command | Marco Elver | 2020-08-24 | 1 | -66/+0 | |
| | * | | | | | | | kcsan: Simplify constant string handling | Marco Elver | 2020-08-24 | 2 | -6/+6 | |
| | * | | | | | | | kcsan: Simplify debugfs counter to name mapping | Marco Elver | 2020-08-24 | 1 | -20/+13 | |
| | * | | | | | | | kcsan: Test support for compound instrumentation | Marco Elver | 2020-08-24 | 1 | -14/+51 | |
| | * | | | | | | | kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checks | Marco Elver | 2020-08-24 | 1 | -8/+22 | |
| | * | | | | | | | kcsan: Skew delay to be longer for certain access types | Marco Elver | 2020-08-24 | 1 | -3/+7 | |
| | * | | | | | | | kcsan: Support compounded read-write instrumentation | Marco Elver | 2020-08-24 | 2 | -5/+22 | |
| | * | | | | | | | kcsan: Add atomic builtin test case | Marco Elver | 2020-08-24 | 1 | -0/+63 | |
| | * | | | | | | | kcsan: Add support for atomic builtins | Marco Elver | 2020-08-24 | 1 | -0/+110 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge branch 'locking/urgent' into locking/core, to pick up fixes | Ingo Molnar | 2020-10-09 | 50 | -182/+319 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | lockdep: Fix lockdep recursion | Peter Zijlstra | 2020-10-09 | 1 | -40/+59 | |
| | * | | | | | | | lockdep: Fix usage_traceoverflow | Peter Zijlstra | 2020-10-09 | 2 | -19/+20 | |
| * | | | | | | | | lockdep: Optimize the memory usage of circular queue | Boqun Feng | 2020-09-29 | 1 | -39/+60 | |
| * | | | | | | | | timekeeping: Use seqcount_latch_t | Ahmed S. Darwish | 2020-09-10 | 1 | -5/+5 | |
| * | | | | | | | | time/sched_clock: Use seqcount_latch_t | Ahmed S. Darwish | 2020-09-10 | 1 | -2/+2 | |
| * | | | | | | | | time/sched_clock: Use raw_read_seqcount_latch() during suspend | Ahmed S. Darwish | 2020-09-10 | 1 | -1/+1 | |
| * | | | | | | | | lockdep: Take read/write status in consideration when generate chainkey | Boqun Feng | 2020-08-26 | 1 | -18/+35 | |
| * | | | | | | | | lockdep: Add recursive read locks into dependency graph | Boqun Feng | 2020-08-26 | 1 | -17/+2 | |
| * | | | | | | | | lockdep: Fix recursive read lock related safe->unsafe detection | Boqun Feng | 2020-08-26 | 1 | -47/+141 | |
| * | | | | | | | | lockdep: Adjust check_redundant() for recursive read change | Boqun Feng | 2020-08-26 | 1 | -3/+44 | |
| * | | | | | | | | lockdep: Support deadlock detection for recursive read locks in check_noncirc... | Boqun Feng | 2020-08-26 | 1 | -8/+35 | |
| * | | | | | | | | lockdep: Make __bfs(.match) return bool | Boqun Feng | 2020-08-26 | 1 | -10/+10 | |
| * | | | | | | | | lockdep: Extend __bfs() to work with multiple types of dependencies | Boqun Feng | 2020-08-26 | 1 | -19/+94 | |
| * | | | | | | | | lockdep: Introduce lock_list::dep | Boqun Feng | 2020-08-26 | 1 | -4/+88 | |
| * | | | | | | | | lockdep: Reduce the size of lock_list::distance | Boqun Feng | 2020-08-26 | 1 | -3/+3 | |
| * | | | | | | | | lockdep: Make __bfs() visit every dependency until a match | Boqun Feng | 2020-08-26 | 1 | -26/+35 | |
| * | | | | | | | | lockdep: Demagic the return value of BFS | Boqun Feng | 2020-08-26 | 1 | -66/+89 | |
| * | | | | | | | | locking: More accurate annotations for read_lock() | Boqun Feng | 2020-08-26 | 1 | -0/+14 | |
* | | | | | | | | | Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-10-12 | 7 | -108/+305 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | sched/deadline: Unthrottle PI boosted threads while enqueuing | Daniel Bristot de Oliveira | 2020-10-03 | 1 | -0/+21 | |
| * | | | | | | | | | sched/debug: Add new tracepoint to track cpu_capacity | Vincent Donnefort | 2020-10-03 | 2 | -0/+15 | |
| * | | | | | | | | | sched/fair: Tweak pick_next_entity() | Peter Oskolkov | 2020-10-03 | 1 | -10/+10 | |
| * | | | | | | | | | rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQ | Peter Oskolkov | 2020-09-25 | 1 | -30/+106 | |
| * | | | | | | | | | sched/fair: Use dst group while checking imbalance for NUMA balancer | Barry Song | 2020-09-25 | 1 | -4/+4 | |
| * | | | | | | | | | sched/fair: Reduce busy load balance interval | Vincent Guittot | 2020-09-25 | 1 | -1/+1 | |
| * | | | | | | | | | sched/fair: Minimize concurrent LBs between domain level | Vincent Guittot | 2020-09-25 | 1 | -0/+9 |