index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2019-01-21
futex: Fix (possible) missed wakeup
Peter Zijlstra
-5
/
+8
2019-01-21
sched/wake_q: Fix wakeup ordering for wake_q
Peter Zijlstra
-3
/
+4
2019-01-21
sched/wake_q: Document wake_q_add()
Peter Zijlstra
-0
/
+12
2019-01-21
sched/wait: Fix rcuwait_wake_up() ordering
Prateek Sood
-1
/
+1
2019-01-21
perf/core: Add PERF_PMU_CAP_NO_EXCLUDE for exclusion incapable PMUs
Andrew Murray
-0
/
+9
2019-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-5
/
+24
2019-01-18
bpf: fix inner map masking to prevent oob under speculation
Daniel Borkmann
-2
/
+15
2019-01-18
audit: add syscall information to CONFIG_CHANGE records
Richard Guy Briggs
-12
/
+22
2019-01-18
IB/core: Simplify rdma cgroup registration
Parav Pandit
-4
/
+1
2019-01-18
perf core: Fix perf_proc_update_handler() bug
Stephane Eranian
-7
/
+7
2019-01-18
ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390
Arnd Bergmann
-0
/
+1
2019-01-18
genirq/irqdesc: Fix double increment in alloc_descs()
Huacai Chen
-1
/
+1
2019-01-18
Merge branch 'stable/for-linus-5.0' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-0
/
+2
2019-01-17
cgroup: saner refcounting for cgroup_root
Al Viro
-55
/
+21
2019-01-17
fix cgroup_do_mount() handling of failure exits
Al Viro
-3
/
+6
2019-01-17
tracing/uprobes: Fix output for multiple string arguments
Andreas Ziegler
-0
/
+7
2019-01-17
bpf: Annotate implicit fall through in cgroup_dev_func_proto
Mathieu Malaterre
-0
/
+1
2019-01-17
bpf: Make function btf_name_offset_valid static
Mathieu Malaterre
-1
/
+1
2019-01-17
bpf: zero out build_id for BPF_STACK_BUILD_ID_IP
Stanislav Fomichev
-0
/
+2
2019-01-17
bpf: don't assume build-id length is always 20 bytes
Stanislav Fomichev
-2
/
+5
2019-01-17
tracing: uprobes: Fix typo in pr_fmt string
Andreas Ziegler
-1
/
+1
2019-01-17
bpf: fix a (false) compiler warning
Peter Oskolkov
-1
/
+2
2019-01-16
bpf: btf: support 128 bit integer type
Yonghong Song
-19
/
+85
2019-01-16
livepatch: Remove signal sysfs attribute
Miroslav Benes
-74
/
+41
2019-01-16
livepatch: Send a fake signal periodically
Miroslav Benes
-3
/
+13
2019-01-16
swiotlb: clear io_tlb_start and io_tlb_end in swiotlb_exit
Christoph Hellwig
-0
/
+2
2019-01-15
seccomp: fix UAF in user-trap code
Tycho Andersen
-0
/
+4
2019-01-16
Merge tag 'trace-v5.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
-3
/
+9
2019-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-22
/
+88
2019-01-15
tracing/kprobes: Fix NULL pointer dereference in trace_kprobe_create()
Andrea Righi
-3
/
+9
2019-01-15
posix-cpu-timers: Remove private interval storage
Thomas Gleixner
-7
/
+6
2019-01-15
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
-0
/
+1
2019-01-15
posix-cpu-timers: Unbreak timer rearming
Thomas Gleixner
-0
/
+1
2019-01-15
genirq: Make sure the initial affinity is not empty
Srinivas Ramana
-0
/
+3
2019-01-15
time: Move CONTEXT_TRACKING to kernel/time/Kconfig
Paul E. McKenney
-30
/
+29
2019-01-15
genirq: Correctly annotate implicit fall through
Mathieu Malaterre
-1
/
+1
2019-01-15
genirq: Annotate implicit fall through
Mathieu Malaterre
-0
/
+1
2019-01-14
audit: hand taken context to audit_kill_trees for syscall logging
Richard Guy Briggs
-16
/
+19
2019-01-14
audit: give a clue what CONFIG_CHANGE op was involved
Richard Guy Briggs
-2
/
+5
2019-01-14
kernel/sys.c: Clarify that UNAME26 does not generate unique versions anymore
Jonathan Neuschäfer
-1
/
+2
2019-01-11
umh: add exit routine for UMH process
Taehee Yoo
-2
/
+32
2019-01-11
livepatch: Remove ordering (stacking) of the livepatches
Petr Mladek
-4
/
+0
2019-01-11
livepatch: Remove Nop structures when unused
Petr Mladek
-9
/
+76
2019-01-11
livepatch: Add atomic replace
Jason Baron
-8
/
+236
2019-01-11
livepatch: Use lists to manage patches, objects and functions
Jason Baron
-2
/
+7
2019-01-11
livepatch: Simplify API by removing registration step
Petr Mladek
-193
/
+108
2019-01-11
livepatch: Don't block the removal of patches loaded after a forced transition
Petr Mladek
-6
/
+9
2019-01-11
livepatch: Consolidate klp_free functions
Petr Mladek
-45
/
+92
2019-01-11
livepatch: Shuffle klp_enable_patch()/klp_disable_patch() code
Petr Mladek
-164
/
+166
2019-01-11
livepatch: Change unsigned long old_addr -> void *old_func in struct klp_func
Petr Mladek
-15
/
+17
[prev]
[next]