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
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
2019-01-11
umh: add exit routine for UMH process
Taehee Yoo
2
-2
/
+32
2019-01-11
livepatch: Remove ordering (stacking) of the livepatches
Petr Mladek
1
-4
/
+0
2019-01-11
livepatch: Remove Nop structures when unused
Petr Mladek
5
-9
/
+76
2019-01-11
livepatch: Add atomic replace
Jason Baron
4
-8
/
+236
2019-01-11
livepatch: Use lists to manage patches, objects and functions
Jason Baron
1
-2
/
+7
2019-01-11
livepatch: Simplify API by removing registration step
Petr Mladek
3
-193
/
+108
2019-01-11
livepatch: Don't block the removal of patches loaded after a forced transition
Petr Mladek
3
-6
/
+9
2019-01-11
livepatch: Consolidate klp_free functions
Petr Mladek
1
-45
/
+92
2019-01-11
livepatch: Shuffle klp_enable_patch()/klp_disable_patch() code
Petr Mladek
1
-164
/
+166
2019-01-11
livepatch: Change unsigned long old_addr -> void *old_func in struct klp_func
Petr Mladek
4
-15
/
+17
[prev]
[next]