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
2021-12-15
audit: ensure userspace is penalized the same as the kernel when under pressure
Paul Moore
1
-1
/
+17
2021-12-14
bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux reg
Daniel Borkmann
1
-1
/
+8
2021-12-14
bpf: Fix kernel address leakage in atomic fetch
Daniel Borkmann
1
-3
/
+9
2021-12-14
audit: use struct_size() helper in kmalloc()
Xiu Jianfeng
3
-3
/
+3
2021-12-14
signal: Skip the altstack update when not needed
Chang S. Bae
1
-0
/
+9
2021-12-14
cgroup: return early if it is already on preloaded list
Wei Yang
1
-2
/
+2
2021-12-14
arm64: Enable KCSAN
Kefeng Wang
1
-0
/
+1
2021-12-14
exit/kthread: Fix the kerneldoc comment for kthread_complete_and_exit
Eric W. Biederman
1
-1
/
+1
2021-12-14
Merge branch 'irq/urgent' into irq/msi
Thomas Gleixner
6
-23
/
+32
2021-12-14
perf: Add a counter for number of user access events in context
Rob Herring
1
-0
/
+4
2021-12-13
bpf: Let bpf_warn_invalid_xdp_action() report more info
Paolo Abeni
2
-4
/
+4
2021-12-13
cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchy
Waiman Long
1
-11
/
+3
2021-12-13
exit/kthread: Move the exit code for kernel threads into struct kthread
Eric W. Biederman
1
-2
/
+5
2021-12-13
kthread: Ensure struct kthread is present for all kthreads
Eric W. Biederman
3
-25
/
+26
2021-12-13
exit: Rename complete_and_exit to kthread_complete_and_exit
Eric W. Biederman
2
-9
/
+21
2021-12-13
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
1
-3
/
+3
2021-12-13
exit: Implement kthread_exit
Eric W. Biederman
1
-4
/
+19
2021-12-13
exit: Stop exporting do_exit
Eric W. Biederman
1
-1
/
+0
2021-12-13
exit: Stop poorly open coding do_task_dead in make_task_dead
Eric W. Biederman
1
-2
/
+1
2021-12-13
exit: Move oops specific logic from do_exit into make_task_dead
Eric W. Biederman
3
-41
/
+41
2021-12-13
exit: Add and use make_task_dead.
Eric W. Biederman
1
-0
/
+9
2021-12-13
bpf: Add get_func_[arg|ret|arg_cnt] helpers
Jiri Olsa
3
-6
/
+134
2021-12-13
bpf: Allow access to int pointer arguments in tracing programs
Jiri Olsa
1
-4
/
+3
2021-12-13
Merge tag 'v5.16-rc5' into locking/core, to pick up fixes
Ingo Molnar
29
-198
/
+335
2021-12-11
bpf: Silence coverity false positive warning.
Alexei Starovoitov
1
-4
/
+4
2021-12-11
bpf: Use kmemdup() to replace kmalloc + memcpy
Jiapeng Chong
1
-2
/
+1
2021-12-11
bpf: Add bpf_strncmp helper
Hou Tao
1
-0
/
+16
2021-12-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-7
/
+9
2021-12-11
tracing: Use trace_iterator_reset() in tracing_read_pipe()
Steven Rostedt (VMware)
1
-2
/
+1
2021-12-11
tracing: Use memset_startat helper in trace_iterator_reset()
Xiu Jianfeng
1
-8
/
+1
2021-12-11
tracing: Do not let synth_events block other dyn_event systems during create
Beau Belgrave
1
-6
/
+7
2021-12-11
tracing: Iterate trace_[ku]probe objects directly
Jiri Olsa
2
-24
/
+12
2021-12-11
sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()
Dietmar Eggemann
4
-69
/
+50
2021-12-10
timers: implement usleep_idle_range()
SeongJae Park
1
-7
/
+9
2021-12-10
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
9
-66
/
+587
2021-12-10
Merge tag 'trace-v5.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-6
/
+13
2021-12-10
Merge tag 'aio-poll-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-0
/
+7
2021-12-10
genirq: Provide new interfaces for affinity hints
Thomas Gleixner
1
-4
/
+4
2021-12-10
bpf: Fix incorrect state pruning for <8B spill/fill
Paul Chaignon
1
-4
/
+0
2021-12-09
kcsan: Only test clear_bit_unlock_is_negative_byte if arch defines it
Marco Elver
2
-6
/
+10
2021-12-09
kcsan: Avoid nested contexts reading inconsistent reorder_access
Marco Elver
1
-0
/
+9
2021-12-09
kcsan: Make barrier tests compatible with lockdep
Marco Elver
2
-21
/
+30
2021-12-09
sched, kcsan: Enable memory barrier instrumentation
Marco Elver
1
-4
/
+3
2021-12-09
kcsan: selftest: Add test case to check memory barrier instrumentation
Marco Elver
2
-0
/
+143
2021-12-09
kcsan: test: Add test cases for memory barrier instrumentation
Marco Elver
1
-0
/
+319
2021-12-09
kcsan: test: Match reordered or normal accesses
Marco Elver
1
-29
/
+63
2021-12-09
kcsan: Show location access was reordered to
Marco Elver
1
-12
/
+23
2021-12-09
kcsan: Call scoped accesses reordered in reports
Marco Elver
2
-10
/
+10
2021-12-09
kcsan: Add core memory barrier instrumentation functions
Marco Elver
1
-1
/
+67
2021-12-09
kcsan: Add core support for a subset of weak memory modeling
Marco Elver
1
-15
/
+187
[prev]
[next]