index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-21
perf, bpf: Introduce PERF_RECORD_BPF_EVENT
Song Liu
3
-1
/
+118
2019-01-21
perf, bpf: Introduce PERF_RECORD_KSYMBOL
Song Liu
1
-1
/
+97
2019-01-21
perf: Make perf_event_output() propagate the output() return
Arnaldo Carvalho de Melo
2
-6
/
+8
2019-01-21
locking/lockdep: Provide enum lock_usage_bit mask names
Frederic Weisbecker
2
-22
/
+15
2019-01-21
locking/lockdep: Simplify mark_held_locks()
Frederic Weisbecker
1
-15
/
+8
2019-01-21
Revert "sched/core: Take the hotplug lock in sched_init_smp()"
Valentin Schneider
1
-4
/
+1
2019-01-21
cpu/hotplug: Mute hotplug lockdep during init
Valentin Schneider
1
-0
/
+9
2019-01-21
locking/lockdep: Add debug_locks check in __lock_downgrade()
Waiman Long
1
-0
/
+3
2019-01-21
sched/wake_q: Add branch prediction hint to wake_q_add() cmpxchg
Davidlohr Bueso
1
-1
/
+1
2019-01-21
locking/rwsem: Fix (possible) missed wakeup
Xie Yongji
1
-2
/
+9
2019-01-21
futex: Fix (possible) missed wakeup
Peter Zijlstra
1
-5
/
+8
2019-01-21
sched/wake_q: Fix wakeup ordering for wake_q
Peter Zijlstra
1
-3
/
+4
2019-01-21
sched/wake_q: Document wake_q_add()
Peter Zijlstra
1
-0
/
+12
2019-01-21
sched/wait: Fix rcuwait_wake_up() ordering
Prateek Sood
1
-1
/
+1
2019-01-21
perf/core: Add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUs
Andrew Murray
1
-0
/
+9
2019-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-5
/
+24
2019-01-18
bpf: fix inner map masking to prevent oob under speculation
Daniel Borkmann
1
-2
/
+15
2019-01-18
audit: add syscall information to CONFIG_CHANGE records
Richard Guy Briggs
4
-12
/
+22
2019-01-18
IB/core: Simplify rdma cgroup registration
Parav Pandit
1
-4
/
+1
2019-01-18
perf core: Fix perf_proc_update_handler() bug
Stephane Eranian
1
-7
/
+7
2019-01-18
ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390
Arnd Bergmann
1
-0
/
+1
2019-01-18
genirq/irqdesc: Fix double increment in alloc_descs()
Huacai Chen
1
-1
/
+1
2019-01-18
Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
Linus Torvalds
1
-0
/
+2
2019-01-17
cgroup: saner refcounting for cgroup_root
Al Viro
3
-55
/
+21
2019-01-17
fix cgroup_do_mount() handling of failure exits
Al Viro
1
-3
/
+6
2019-01-17
tracing/uprobes: Fix output for multiple string arguments
Andreas Ziegler
1
-0
/
+7
2019-01-17
bpf: Annotate implicit fall through in cgroup_dev_func_proto
Mathieu Malaterre
1
-0
/
+1
2019-01-17
bpf: Make function btf_name_offset_valid static
Mathieu Malaterre
1
-1
/
+1
2019-01-17
bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
Stanislav Fomichev
1
-0
/
+2
2019-01-17
bpf: don't assume build-id length is always 20 bytes
Stanislav Fomichev
1
-2
/
+5
2019-01-17
tracing: uprobes: Fix typo in pr_fmt string
Andreas Ziegler
1
-1
/
+1
2019-01-17
bpf: fix a (false) compiler warning
Peter Oskolkov
1
-1
/
+2
2019-01-16
bpf: btf: support 128 bit integer type
Yonghong Song
1
-19
/
+85
2019-01-16
livepatch: Remove signal sysfs attribute
Miroslav Benes
3
-74
/
+41
2019-01-16
livepatch: Send a fake signal periodically
Miroslav Benes
1
-3
/
+13
2019-01-16
swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exit
Christoph Hellwig
1
-0
/
+2
2019-01-15
seccomp: fix UAF in user-trap code
Tycho Andersen
1
-0
/
+4
2019-01-16
Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
1
-3
/
+9
2019-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-22
/
+88
2019-01-15
tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()
Andrea Righi
1
-3
/
+9
2019-01-15
posix-cpu-timers: Remove private interval storage
Thomas Gleixner
1
-7
/
+6
2019-01-15
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
1
-0
/
+1
2019-01-15
posix-cpu-timers: Unbreak timer rearming
Thomas Gleixner
1
-0
/
+1
2019-01-15
genirq: Make sure the initial affinity is not empty
Srinivas Ramana
1
-0
/
+3
2019-01-15
time: Move CONTEXT_TRACKING to kernel/time/Kconfig
Paul E. McKenney
2
-30
/
+29
2019-01-15
genirq: Correctly annotate implicit fall through
Mathieu Malaterre
1
-1
/
+1
2019-01-15
genirq: Annotate implicit fall through
Mathieu Malaterre
1
-0
/
+1
2019-01-14
audit: hand taken context to audit_kill_trees for syscall logging
Richard Guy Briggs
3
-16
/
+19
2019-01-14
audit: give a clue what CONFIG_CHANGE op was involved
Richard Guy Briggs
1
-2
/
+5
2019-01-14
kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymore
Jonathan Neuschäfer
1
-1
/
+2
[prev]
[next]