index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-28
locking/lockdep: Add support for dynamic keys
Bart Van Assche
1
-8
/
+113
2019-02-28
locking/lockdep: Verify whether lock objects are small enough to be used as c...
Bart Van Assche
1
-0
/
+11
2019-02-28
locking/lockdep: Check data structure consistency
Bart Van Assche
1
-0
/
+167
2019-02-28
locking/lockdep: Reuse lock chains that have been freed
Bart Van Assche
1
-20
/
+37
2019-02-28
locking/lockdep: Fix a comment in add_chain_cache()
Bart Van Assche
1
-1
/
+1
2019-02-28
locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()
Bart Van Assche
3
-8
/
+23
2019-02-28
locking/lockdep: Reuse list entries that are no longer in use
Bart Van Assche
1
-8
/
+16
2019-02-28
locking/lockdep: Free lock classes that are no longer in use
Bart Van Assche
1
-48
/
+348
2019-02-28
locking/lockdep: Update two outdated comments
Bart Van Assche
1
-5
/
+3
2019-02-28
locking/lockdep: Make it easy to detect whether or not inside a selftest
Bart Van Assche
1
-0
/
+6
2019-02-28
locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock()
Bart Van Assche
1
-36
/
+36
2019-02-28
locking/lockdep: Initialize the locks_before and locks_after lists earlier
Bart Van Assche
1
-2
/
+27
2019-02-28
locking/lockdep: Make zap_class() remove all matching lock order entries
Bart Van Assche
1
-6
/
+13
2019-02-28
locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cache
Bart Van Assche
1
-10
/
+1
2019-02-28
locking/lockdep: Fix reported required memory size (2/2)
Bart Van Assche
1
-1
/
+2
2019-02-28
locking/lockdep: Fix reported required memory size (1/2)
Bart Van Assche
1
-7
/
+7
2019-02-28
locking/lockdep: Fix two 32-bit compiler warnings
Bart Van Assche
1
-2
/
+2
2019-02-28
locking/qspinlock: Remove unnecessary BUG_ON() call
Waiman Long
1
-3
/
+0
2019-02-28
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
21
-70
/
+217
2019-02-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+1
2019-02-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+1
2019-02-22
bpf, lpm: fix lookup bug in map_delete_elem
Alban Crequy
1
-0
/
+1
2019-02-21
psi: avoid divide-by-zero crash inside virtual machines
Johannes Weiner
1
-1
/
+1
2019-02-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-5
/
+14
2019-02-18
Merge tag 'trace-v5.0-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-9
/
+3
2019-02-17
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-1
/
+17
2019-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-5
/
+14
2019-02-15
tracing: Fix number of entries in trace header
Quentin Perret
1
-0
/
+2
2019-02-15
kprobe: Do not use uaccess functions to access kernel memory that can fault
Changbin Du
1
-9
/
+1
2019-02-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-2
/
+5
2019-02-13
Merge tag 'trace-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-2
/
+4
2019-02-13
signal: Restore the stop PTRACE_EVENT_EXIT
Eric W. Biederman
1
-2
/
+5
2019-02-13
perf/core: Fix impossible ring-buffer sizes warning
Ingo Molnar
1
-1
/
+1
2019-02-11
tracing: probeevent: Correctly update remaining space in dynamic area
Andreas Ziegler
1
-2
/
+4
2019-02-11
bpf: fix lockdep false positive in stackmap
Alexei Starovoitov
1
-1
/
+7
2019-02-11
perf/x86: Add check_period PMU callback
Jiri Olsa
1
-0
/
+16
2019-02-11
futex: Convert futex_pi_state.refcount to refcount_t
Elena Reshetova
1
-7
/
+8
2019-02-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+3
2019-02-10
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-17
/
+52
2019-02-09
bpf: Fix narrow load on a bpf_sock returned from sk_lookup()
Martin KaFai Lau
1
-4
/
+7
2019-02-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-4
/
+59
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
7
-30
/
+50
2019-02-08
Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+3
2019-02-08
futex: Handle early deadlock return correctly
Thomas Gleixner
2
-15
/
+50
2019-02-08
futex: Fix barrier comment
Davidlohr Bueso
1
-2
/
+2
2019-02-07
signal: Better detection of synchronous signals
Eric W. Biederman
1
-1
/
+51
2019-02-07
signal: Always notice exiting tasks
Eric W. Biederman
1
-0
/
+6
2019-02-07
Merge tag 'trace-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
1
-1
/
+8
2019-02-05
signal: Always attempt to allocate siginfo for SIGSTOP
Eric W. Biederman
1
-3
/
+2
2019-02-04
locking/qspinlock_stat: Track the no MCS node available case
Waiman Long
2
-7
/
+17
[next]