summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2019-02-28locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()Bart Van Assche
2019-02-28locking/lockdep: Reuse list entries that are no longer in useBart Van Assche
2019-02-28locking/lockdep: Free lock classes that are no longer in useBart Van Assche
2019-02-28locking/lockdep: Update two outdated commentsBart Van Assche
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche
2019-02-28locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock()Bart Van Assche
2019-02-28locking/lockdep: Initialize the locks_before and locks_after lists earlierBart Van Assche
2019-02-28locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche
2019-02-28locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cacheBart Van Assche
2019-02-28locking/lockdep: Fix reported required memory size (2/2)Bart Van Assche
2019-02-28locking/lockdep: Fix reported required memory size (1/2)Bart Van Assche
2019-02-28locking/lockdep: Fix two 32-bit compiler warningsBart Van Assche
2019-02-28locking/qspinlock: Remove unnecessary BUG_ON() callWaiman Long
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-02-22bpf, lpm: fix lookup bug in map_delete_elemAlban Crequy
2019-02-21psi: avoid divide-by-zero crash inside virtual machinesJohannes Weiner
2019-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-18Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-02-17Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-02-15tracing: Fix number of entries in trace headerQuentin Perret
2019-02-15kprobe: Do not use uaccess functions to access kernel memory that can faultChangbin Du
2019-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2019-02-13Merge tag 'trace-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-02-13signal: Restore the stop PTRACE_EVENT_EXITEric W. Biederman
2019-02-13perf/core: Fix impossible ring-buffer sizes warningIngo Molnar
2019-02-11tracing: probeevent: Correctly update remaining space in dynamic areaAndreas Ziegler
2019-02-11bpf: fix lockdep false positive in stackmapAlexei Starovoitov
2019-02-11perf/x86: Add check_period PMU callbackJiri Olsa
2019-02-11futex: Convert futex_pi_state.refcount to refcount_tElena Reshetova
2019-02-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-02-10Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2019-02-09bpf: Fix narrow load on a bpf_sock returned from sk_lookup()Martin KaFai Lau
2019-02-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-02-08futex: Handle early deadlock return correctlyThomas Gleixner
2019-02-08futex: Fix barrier commentDavidlohr Bueso
2019-02-07signal: Better detection of synchronous signalsEric W. Biederman
2019-02-07signal: Always notice exiting tasksEric W. Biederman
2019-02-07Merge tag 'trace-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-02-05signal: Always attempt to allocate siginfo for SIGSTOPEric W. Biederman
2019-02-04locking/qspinlock_stat: Track the no MCS node available caseWaiman Long
2019-02-04locking/qspinlock: Handle > 4 slowpath nesting levelsWaiman Long
2019-02-04sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso
2019-02-04locking/lockdep: Add debug_locks check in __lock_downgrade()Waiman Long
2019-02-04Merge tag 'v5.0-rc5' into locking/core to pick up fixesIngo Molnar
2019-02-04perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland