summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-0616-94/+356
|\
| * Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-02-281-31/+59
| |\
| | * perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin2019-02-221-34/+47
| | * perf: Copy parent's address filter offsets on cloneAlexander Shishkin2019-02-221-0/+15
| * | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-2821-71/+215
| |\ \ | | |/ | |/|
| * | kprobes: Prohibit probing on lockdep functionsMasami Hiramatsu2019-02-131-1/+6
| * | kprobes: Prohibit probing on RCU debug routineMasami Hiramatsu2019-02-131-0/+2
| * | kprobes: Prohibit probing on hardirq tracersMasami Hiramatsu2019-02-132-2/+12
| * | kprobes: Search non-suffixed symbol in blacklistMasami Hiramatsu2019-02-131-1/+20
| * | x86/kprobes: Prohibit probing on functions before kprobe_int3_handler()Masami Hiramatsu2019-02-131-0/+2
| * | perf/aux: Make perf_event accessible to setup_aux()Mathieu Poirier2019-02-061-1/+1
| * | perf/ring_buffer: Convert ring_buffer.aux_refcount to refcount_tElena Reshetova2019-02-043-5/+5
| * | perf/ring_buffer: Convert ring_buffer.refcount to refcount_tElena Reshetova2019-02-043-4/+5
| * | perf: Convert perf_event_context.refcount to refcount_tElena Reshetova2019-02-041-6/+6
| * | perf/uprobes: Convert to SPDX license identifierThomas Gleixner2019-02-041-14/+1
| * | perf/hw_breakpoints: Convert to SPDX license identifierThomas Gleixner2019-02-041-14/+1
| * | perf/core: Convert to SPDX license identifiersThomas Gleixner2019-02-043-6/+3
| * | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2019-02-0419-66/+134
| |\ \
| * | | bpf: Add module name [bpf] to ksymbols for bpf programsSong Liu2019-01-211-1/+1
| * | | perf, bpf: Introduce PERF_RECORD_BPF_EVENTSong Liu2019-01-213-1/+118
| * | | perf, bpf: Introduce PERF_RECORD_KSYMBOLSong Liu2019-01-211-1/+97
| * | | perf: Make perf_event_output() propagate the output() returnArnaldo Carvalho de Melo2019-01-212-6/+8
| * | | perf/core: Add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUsAndrew Murray2019-01-211-0/+9
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-0610-219/+973
|\ \ \ \
| * | | | locking/lockdep: Add module_param to enable consistency checksPeter Zijlstra2019-02-281-13/+33
| * | | | kernel/workqueue: Use dynamic lockdep keys for workqueuesBart Van Assche2019-02-281-9/+50
| * | | | locking/lockdep: Add support for dynamic keysBart Van Assche2019-02-281-8/+113
| * | | | locking/lockdep: Verify whether lock objects are small enough to be used as c...Bart Van Assche2019-02-281-0/+11
| * | | | locking/lockdep: Check data structure consistencyBart Van Assche2019-02-281-0/+167
| * | | | locking/lockdep: Reuse lock chains that have been freedBart Van Assche2019-02-281-20/+37
| * | | | locking/lockdep: Fix a comment in add_chain_cache()Bart Van Assche2019-02-281-1/+1
| * | | | locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()Bart Van Assche2019-02-283-8/+23
| * | | | locking/lockdep: Reuse list entries that are no longer in useBart Van Assche2019-02-281-8/+16
| * | | | locking/lockdep: Free lock classes that are no longer in useBart Van Assche2019-02-281-48/+348
| * | | | locking/lockdep: Update two outdated commentsBart Van Assche2019-02-281-5/+3
| * | | | locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche2019-02-281-0/+6
| * | | | locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock()Bart Van Assche2019-02-281-36/+36
| * | | | locking/lockdep: Initialize the locks_before and locks_after lists earlierBart Van Assche2019-02-281-2/+27
| * | | | locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche2019-02-281-6/+13
| * | | | locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cacheBart Van Assche2019-02-281-10/+1
| * | | | locking/lockdep: Fix reported required memory size (2/2)Bart Van Assche2019-02-281-1/+2
| * | | | locking/lockdep: Fix reported required memory size (1/2)Bart Van Assche2019-02-281-7/+7
| * | | | locking/lockdep: Fix two 32-bit compiler warningsBart Van Assche2019-02-281-2/+2
| * | | | locking/qspinlock: Remove unnecessary BUG_ON() callWaiman Long2019-02-281-3/+0
| * | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-02-2821-70/+217
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | futex: Convert futex_pi_state.refcount to refcount_tElena Reshetova2019-02-111-7/+8
| * | | | locking/qspinlock_stat: Track the no MCS node available caseWaiman Long2019-02-042-7/+17
| * | | | locking/qspinlock: Handle > 4 slowpath nesting levelsWaiman Long2019-02-041-0/+15
| * | | | sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso2019-02-043-21/+46
| * | | | locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long2019-02-041-0/+3