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
2020-04-22
ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_direct()
Steven Rostedt (VMware)
1
-0
/
+1
2020-04-22
tracing: Fix memory leaks in trace_events_hist.c
Vamshi K Sthambamkadi
1
-0
/
+7
2020-04-22
perf/core: fix parent pid/tid in task exit events
Ian Rogers
1
-3
/
+10
2020-04-22
sched/core: Fix reset-on-fork from RT with uclamp
Quentin Perret
1
-7
/
+2
2020-04-22
audit: fix a net reference leak in audit_list_rules_send()
Paul Moore
3
-11
/
+9
2020-04-22
Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
Ingo Molnar
2
-4
/
+4
2020-04-21
kernel/module: Hide vermagic header file from general use
Leon Romanovsky
1
-0
/
+3
2020-04-21
module: Harden STRICT_MODULE_RWX
Peter Zijlstra
1
-0
/
+24
2020-04-21
signal: Avoid corrupting si_pid and si_uid in do_notify_parent
Eric W. Biederman
1
-1
/
+5
2020-04-20
bpf: Fix handling of XADD on BTF memory
Jann Horn
1
-1
/
+1
2020-04-20
bpf: Forbid XADD on spilled pointers for unprivileged users
Jann Horn
1
-9
/
+19
2020-04-20
cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled
Toke Høiland-Jørgensen
1
-1
/
+1
2020-04-20
audit: fix a net reference leak in audit_send_reply()
Paul Moore
1
-21
/
+29
2020-04-20
futex: get rid of a kernel-docs build warning
Mauro Carvalho Chehab
1
-0
/
+3
2020-04-20
docs: filesystems: fix renamed references
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-20
audit: check the length of userspace generated audit records
Paul Moore
1
-0
/
+3
2020-04-20
dma-pool: add additional coherent pools to map to gfp mask
David Rientjes
2
-49
/
+83
2020-04-20
dma-remap: separate DMA atomic pools from direct remap code
David Rientjes
4
-121
/
+130
2020-04-20
dma-debug: make __dma_entry_alloc_check_leak() static
Jason Yan
1
-1
/
+1
2020-04-19
Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+14
2020-04-19
Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-44
/
+0
2020-04-19
Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-4
/
+21
2020-04-19
Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2020-04-19
smp: Use smp_call_func_t in on_each_cpu()
Kaitao Cheng
1
-1
/
+1
2020-04-18
Merge tag 'for-linus-2020-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2
-10
/
+15
2020-04-17
module: break nested ARCH_HAS_STRICT_MODULE_RWX and STRICT_MODULE_RWX #ifdefs
Jessica Yu
1
-11
/
+18
2020-04-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-12
/
+9
2020-04-16
trace/bpf_trace: Open access for CAP_PERFMON privileged process
Alexey Budankov
1
-1
/
+1
2020-04-16
perf/core: open access to probes for CAP_PERFMON privileged process
Alexey Budankov
1
-2
/
+2
2020-04-16
perf/core: Open access to the core for CAP_PERFMON privileged process
Alexey Budankov
1
-1
/
+1
2020-04-16
gcov: Remove old GCC 3.4 support
Will Deacon
3
-599
/
+1
2020-04-16
proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsets
Andrei Vagin
1
-1
/
+14
2020-04-15
crash_dump: Remove no longer used saved_max_pfn
Kairui Song
1
-6
/
+0
2020-04-15
sched/vtime: Work around an unitialized variable warning
Borislav Petkov
1
-2
/
+2
2020-04-15
sched/isolation: Allow "isolcpus=" to skip unknown sub-parameters
Peter Xu
1
-2
/
+19
2020-04-15
clone3: add build-time CLONE_ARGS_SIZE_VER* validity checks
Eugene Syromiatnikov
1
-0
/
+8
2020-04-15
clone3: add a check for the user struct size if CLONE_INTO_CGROUP is set
Eugene Syromiatnikov
1
-1
/
+2
2020-04-15
clone3: fix cgroup argument sanity check
Eugene Syromiatnikov
1
-1
/
+1
2020-04-14
tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation
Xiao Yang
1
-7
/
+3
2020-04-14
bpf: remove unneeded conversion to bool in __mark_reg_unknown
Zou Wei
1
-2
/
+1
2020-04-14
bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping
Andrii Nakryiko
1
-9
/
+7
2020-04-14
genirq: Remove setup_irq() and remove_irq()
afzal mohammed
1
-44
/
+0
2020-04-14
Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent
Ingo Molnar
1
-1
/
+1
2020-04-13
kcsan: Make reporting aware of KCSAN tests
Marco Elver
1
-7
/
+23
2020-04-13
kcsan: Fix function matching in report
Marco Elver
1
-9
/
+9
2020-04-13
kcsan: Introduce scoped ASSERT_EXCLUSIVE macros
Marco Elver
1
-1
/
+15
2020-04-13
kcsan: Add support for scoped accesses
Marco Elver
2
-19
/
+97
2020-04-13
kcsan: Avoid blocking producers in prepare_report()
Marco Elver
3
-122
/
+124
2020-04-13
kcsan: Introduce report access_info and other_info
Marco Elver
3
-78
/
+77
2020-04-13
Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh
Ingo Molnar
147
-3557
/
+7607
[prev]
[next]