summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | | Merge tag 'v5.0-rc5' into locking/core to pick up fixesIngo Molnar2019-02-0415-55/+97
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | futex: No need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-6/+2
| * | | | | | | | | | | | | | | | | | | locking/lockdep: Provide enum lock_usage_bit mask namesFrederic Weisbecker2019-01-212-22/+15
| * | | | | | | | | | | | | | | | | | | locking/lockdep: Simplify mark_held_locks()Frederic Weisbecker2019-01-211-15/+8
| * | | | | | | | | | | | | | | | | | | Revert "sched/core: Take the hotplug lock in sched_init_smp()"Valentin Schneider2019-01-211-4/+1
| * | | | | | | | | | | | | | | | | | | cpu/hotplug: Mute hotplug lockdep during initValentin Schneider2019-01-211-0/+9
| * | | | | | | | | | | | | | | | | | | locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long2019-01-211-0/+3
| * | | | | | | | | | | | | | | | | | | sched/wake_q: Add branch prediction hint to wake_q_add() cmpxchgDavidlohr Bueso2019-01-211-1/+1
OpenPOWER on IntegriCloud