index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-23
tracing: Clean up alloc_synth_event()
Steven Rostedt (VMware)
1
-5
/
+3
2021-07-23
tracing/histogram: Rename "cpu" to "common_cpu"
Steven Rostedt (VMware)
2
-6
/
+20
2021-07-23
tracing: Synthetic event field_pos is an index not a boolean
Steven Rostedt (VMware)
1
-1
/
+1
2021-07-22
bpf: Remove redundant intiialization of variable stype
Colin Ian King
1
-1
/
+1
2021-07-22
bpf: Fix pointer cast warning
Arnd Bergmann
1
-1
/
+1
2021-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+2
2021-07-22
tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.
Haoran Luo
1
-4
/
+24
2021-07-21
workqueue: fix UAF in pwq_unbound_release_workfn()
Yang Yingliang
1
-7
/
+13
2021-07-21
cgroup1: fix leaked context root causing sporadic NULL deref in LTP
Paul Gortmaker
1
-3
/
+1
2021-07-20
kcsan: permissive: Ignore data-racy 1-bit value changes
Marco Elver
2
-1
/
+80
2021-07-20
kcsan: Print if strict or non-strict during init
Marco Elver
1
-0
/
+9
2021-07-20
kcsan: Rework atomic.h into permissive.h
Marco Elver
3
-32
/
+71
2021-07-20
kcsan: Reduce get_ctx() uses in kcsan_found_watchpoint()
Marco Elver
1
-10
/
+16
2021-07-20
kcsan: Remove CONFIG_KCSAN_DEBUG
Marco Elver
1
-9
/
+0
2021-07-20
rcu: Fix macro name CONFIG_TASKS_RCU_TRACE
Zhouyi Zhou
1
-4
/
+4
2021-07-20
rcu-tasks: Fix synchronize_rcu_rude() typo in comment
Paul E. McKenney
1
-2
/
+2
2021-07-20
rcu-tasks: Mark ->trc_reader_special.b.need_qs data races
Paul E. McKenney
1
-4
/
+4
2021-07-20
rcu-tasks: Mark ->trc_reader_nesting data races
Paul E. McKenney
1
-5
/
+6
2021-07-20
rcu-tasks: Add comments explaining task_struct strategy
Paul E. McKenney
1
-1
/
+10
2021-07-20
rcu/nocb: Remove NOCB deferred wakeup from rcutree_dead_cpu()
Frederic Weisbecker
1
-3
/
+0
2021-07-20
rcu/nocb: Start moving nocb code to its own plugin file
Frederic Weisbecker
3
-1487
/
+1497
2021-07-20
Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git...
Thomas Gleixner
2
-8
/
+10
2021-07-19
audit: add header protection to kernel/audit.h
MaYuming
1
-0
/
+5
2021-07-19
printk: Userspace format indexing support
Chris Down
4
-5
/
+209
2021-07-19
printk: Rework parse_prefix into printk_parse_prefix
Chris Down
2
-4
/
+6
2021-07-19
printk: Straighten out log_flags into printk_info_flags
Chris Down
2
-23
/
+26
2021-07-17
Merge tag 'trace-v5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
1
-3
/
+3
2021-07-16
bpf: Add ambient BPF runtime context stored in current
Andrii Nakryiko
3
-14
/
+6
2021-07-16
Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmc...
Linus Torvalds
4
-12
/
+10
2021-07-16
locking/rwsem: Remove an unused parameter of rwsem_wake()
xuyehan
1
-3
/
+3
2021-07-16
perf: Refactor permissions check into perf_check_permission()
Marco Elver
1
-26
/
+32
2021-07-16
perf: Fix required permissions if sigtrap is requested
Marco Elver
1
-1
/
+24
2021-07-16
cgroup: remove cgroup_mount from comments
zhaoxiaoqiang11
1
-1
/
+0
2021-07-16
bpf: Fix pointer arithmetic mask tightening under state pruning
Daniel Borkmann
1
-10
/
+17
2021-07-16
bpf: Remove superfluous aux sanitation on subprog rejection
Daniel Borkmann
1
-34
/
+0
2021-07-16
dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}
Roman Skakun
1
-2
/
+10
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
13
-94
/
+1105
2021-07-15
sock_map: Relax config dependency to CONFIG_NET
Cong Wang
1
-1
/
+1
2021-07-15
bpf: Add bpf_get_func_ip helper for kprobe programs
Jiri Olsa
2
-0
/
+18
2021-07-15
bpf: Add bpf_get_func_ip helper for tracing programs
Jiri Olsa
2
-0
/
+58
2021-07-15
bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ip
Jiri Olsa
1
-3
/
+9
2021-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+2
2021-07-15
tracing: Do not reference char * as a string in histograms
Steven Rostedt (VMware)
1
-3
/
+3
2021-07-15
Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...
Linus Torvalds
1
-1
/
+1
2021-07-15
bpf: Teach stack depth check about async callbacks.
Alexei Starovoitov
1
-3
/
+15
2021-07-15
bpf: Implement verifier support for validation of async callbacks.
Alexei Starovoitov
2
-8
/
+123
2021-07-15
bpf: Relax verifier recursion check.
Alexei Starovoitov
1
-2
/
+6
2021-07-15
bpf: Remember BTF of inner maps.
Alexei Starovoitov
1
-0
/
+6
2021-07-15
bpf: Prevent pointer mismatch in bpf_timer_init.
Alexei Starovoitov
1
-3
/
+28
2021-07-15
bpf: Add map side support for bpf timers.
Alexei Starovoitov
7
-35
/
+225
[prev]
[next]