summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | static_call: Handle tail-callsPeter Zijlstra2020-09-011-8/+13
| * | | | | | | static_call: Add simple self-test for static callsPeter Zijlstra2020-09-011-0/+43
| * | | | | | | static_call: Avoid kprobes on inline static_call()sPeter Zijlstra2020-09-012-0/+70
| * | | | | | | static_call: Add inline static call infrastructureJosh Poimboeuf2020-09-013-0/+309
| * | | | | | | jump_label,module: Fix module lifetime for __jump_label_mod_text_reserved()Peter Zijlstra2020-09-011-2/+8
| * | | | | | | module: Properly propagate MODULE_STATE_COMING failurePeter Zijlstra2020-09-011-3/+7
| * | | | | | | module: Fix up module_notifier return valuesPeter Zijlstra2020-09-015-7/+11
| * | | | | | | notifier: Fix broken error handling patternPeter Zijlstra2020-09-017-131/+139
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'locking-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-1210-448/+1050
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar2020-10-096-153/+345
| |\ \ \ \ \ \ \
| | * | | | | | | kcsan: Use tracing-safe version of prandomMarco Elver2020-08-301-6/+29
| | * | | | | | | kcsan: Optimize debugfs stats countersMarco Elver2020-08-244-34/+23
| | * | | | | | | kcsan: Use pr_fmt for consistencyMarco Elver2020-08-242-6/+10
| | * | | | | | | kcsan: Show message if enabled earlyMarco Elver2020-08-241-2/+6
| | * | | | | | | kcsan: Remove debugfs test commandMarco Elver2020-08-241-66/+0
| | * | | | | | | kcsan: Simplify constant string handlingMarco Elver2020-08-242-6/+6
| | * | | | | | | kcsan: Simplify debugfs counter to name mappingMarco Elver2020-08-241-20/+13
| | * | | | | | | kcsan: Test support for compound instrumentationMarco Elver2020-08-241-14/+51
| | * | | | | | | kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checksMarco Elver2020-08-241-8/+22
| | * | | | | | | kcsan: Skew delay to be longer for certain access typesMarco Elver2020-08-241-3/+7
| | * | | | | | | kcsan: Support compounded read-write instrumentationMarco Elver2020-08-242-5/+22
| | * | | | | | | kcsan: Add atomic builtin test caseMarco Elver2020-08-241-0/+63
| | * | | | | | | kcsan: Add support for atomic builtinsMarco Elver2020-08-241-0/+110
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar2020-10-0950-182/+319
| |\ \ \ \ \ \ \
| | * | | | | | | lockdep: Fix lockdep recursionPeter Zijlstra2020-10-091-40/+59
| | * | | | | | | lockdep: Fix usage_traceoverflowPeter Zijlstra2020-10-092-19/+20
| * | | | | | | | lockdep: Optimize the memory usage of circular queueBoqun Feng2020-09-291-39/+60
| * | | | | | | | timekeeping: Use seqcount_latch_tAhmed S. Darwish2020-09-101-5/+5
| * | | | | | | | time/sched_clock: Use seqcount_latch_tAhmed S. Darwish2020-09-101-2/+2
| * | | | | | | | time/sched_clock: Use raw_read_seqcount_latch() during suspendAhmed S. Darwish2020-09-101-1/+1
| * | | | | | | | lockdep: Take read/write status in consideration when generate chainkeyBoqun Feng2020-08-261-18/+35
| * | | | | | | | lockdep: Add recursive read locks into dependency graphBoqun Feng2020-08-261-17/+2
| * | | | | | | | lockdep: Fix recursive read lock related safe->unsafe detectionBoqun Feng2020-08-261-47/+141
| * | | | | | | | lockdep: Adjust check_redundant() for recursive read changeBoqun Feng2020-08-261-3/+44
| * | | | | | | | lockdep: Support deadlock detection for recursive read locks in check_noncirc...Boqun Feng2020-08-261-8/+35
| * | | | | | | | lockdep: Make __bfs(.match) return boolBoqun Feng2020-08-261-10/+10
| * | | | | | | | lockdep: Extend __bfs() to work with multiple types of dependenciesBoqun Feng2020-08-261-19/+94
| * | | | | | | | lockdep: Introduce lock_list::depBoqun Feng2020-08-261-4/+88
| * | | | | | | | lockdep: Reduce the size of lock_list::distanceBoqun Feng2020-08-261-3/+3
| * | | | | | | | lockdep: Make __bfs() visit every dependency until a matchBoqun Feng2020-08-261-26/+35
| * | | | | | | | lockdep: Demagic the return value of BFSBoqun Feng2020-08-261-66/+89
| * | | | | | | | locking: More accurate annotations for read_lock()Boqun Feng2020-08-261-0/+14
* | | | | | | | | Merge tag 'sched-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-127-108/+305
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched/deadline: Unthrottle PI boosted threads while enqueuingDaniel Bristot de Oliveira2020-10-031-0/+21
| * | | | | | | | | sched/debug: Add new tracepoint to track cpu_capacityVincent Donnefort2020-10-032-0/+15
| * | | | | | | | | sched/fair: Tweak pick_next_entity()Peter Oskolkov2020-10-031-10/+10
| * | | | | | | | | rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov2020-09-251-30/+106
| * | | | | | | | | sched/fair: Use dst group while checking imbalance for NUMA balancerBarry Song2020-09-251-4/+4
| * | | | | | | | | sched/fair: Reduce busy load balance intervalVincent Guittot2020-09-251-1/+1
| * | | | | | | | | sched/fair: Minimize concurrent LBs between domain levelVincent Guittot2020-09-251-0/+9