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-03-04
Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'
Rafael J. Wysocki
2
-6
/
+59
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+5
2019-03-01
bpf: fix sanitation rewrite in case of non-pointers
Daniel Borkmann
1
-1
/
+2
2019-03-02
bpf: fix u64_stats_init() usage in bpf_prog_alloc()
Eric Dumazet
1
-1
/
+7
2019-03-01
tracing/kprobes: Use probe_kernel_read instead of probe_mem_read
Masami Hiramatsu
1
-1
/
+1
2019-03-01
tracing: Fix event filters and triggers to handle negative numbers
Pavel Tikhomirov
1
-1
/
+4
2019-03-01
bpf: drop refcount if bpf_map_new_fd() fails in map_create()
Peng Sun
1
-2
/
+2
2019-03-01
perf: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-03-01
bpf: fix build without bpf_syscall
Alexei Starovoitov
1
-2
/
+5
2019-02-28
mm/resource: Let walk_system_ram_range() search child resources
Dave Hansen
1
-1
/
+4
2019-02-28
mm/resource: Move HMM pr_debug() deeper into resource code
Dave Hansen
1
-0
/
+9
2019-02-28
mm/resource: Return real error codes from walk failures
Dave Hansen
1
-2
/
+2
2019-02-28
perf, bpf: Consider events with attr.bpf_event as side-band events
Song Liu
1
-1
/
+2
2019-02-28
io_uring: add support for pre-mapped user IO buffers
Jens Axboe
1
-0
/
+1
2019-02-28
Add io_uring IO interface
Jens Axboe
1
-0
/
+2
2019-02-28
kthread: Do not use TIMER_IRQSAFE
Sebastian Andrzej Siewior
1
-2
/
+3
2019-02-28
kthread: Convert worker lock to raw spinlock
Julia Cartwright
1
-21
/
+21
2019-02-28
vfs: Add some logging to the core users of the fs_context log
David Howells
1
-1
/
+1
2019-02-28
cpuset: Use fs_context
David Howells
1
-14
/
+42
2019-02-28
kernfs, sysfs, cgroup, intel_rdt: Support fs_context
David Howells
2
-18
/
+18
2019-02-28
cgroup: store a reference to cgroup_ns into cgroup_fs_context
Al Viro
3
-12
/
+17
2019-02-28
cgroup1_get_tree(): separate "get cgroup_root to use" into a separate helper
Al Viro
1
-41
/
+46
2019-02-28
cgroup_do_mount(): massage calling conventions
Al Viro
3
-36
/
+29
2019-02-28
cgroup: stash cgroup_root reference into cgroup_fs_context
Al Viro
3
-4
/
+10
2019-02-28
cgroup2: switch to option-by-option parsing
Al Viro
1
-29
/
+33
2019-02-28
cgroup1: switch to option-by-option parsing
Al Viro
3
-98
/
+117
2019-02-28
cgroup: take options parsing into ->parse_monolithic()
Al Viro
3
-116
/
+104
2019-02-28
cgroup: fold cgroup1_mount() into cgroup1_get_tree()
Al Viro
3
-31
/
+18
2019-02-28
cgroup: start switching to fs_context
Al Viro
3
-41
/
+116
2019-02-28
Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/...
Ingo Molnar
1
-31
/
+59
2019-02-28
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
21
-71
/
+215
2019-02-28
locking/lockdep: Add module_param to enable consistency checks
Peter Zijlstra
1
-13
/
+33
2019-02-28
kernel/workqueue: Use dynamic lockdep keys for workqueues
Bart Van Assche
1
-9
/
+50
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
[prev]
[next]