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-02-12
bpf: Rename bpf_reg_state variables
Dmitrii Banshchikov
1
-8
/
+12
2021-02-13
bpf: Fix truncation handling for mod32 dst reg wrt zero
Daniel Borkmann
1
-4
/
+6
2021-02-13
bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocation
Jun'ichi Nomura
1
-3
/
+1
2021-02-12
bpf: Fix an unitialized value in bpf_iter
Yonghong Song
1
-1
/
+1
2021-02-12
bpf: Allow bpf_d_path in bpf_iter program
Song Liu
1
-0
/
+4
2021-02-12
bpf: Introduce task_vma bpf_iter
Song Liu
1
-1
/
+266
2021-02-12
Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2021-02-12
printk: avoid prb_first_valid_seq() where possible
John Ogness
1
-10
/
+18
2021-02-12
tracing: Make hash-ptr option default
Steven Rostedt (VMware)
1
-1
/
+2
2021-02-12
Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
2
-2
/
+2
2021-02-12
PM: sleep: Constify static struct attribute_group
Rikard Falkeborn
1
-1
/
+1
2021-02-12
PM: Kconfig: remove unneeded "default n" options
Lukasz Luba
1
-3
/
+0
2021-02-12
PM: EM: update Kconfig description and drop "default n" option
Lukasz Luba
1
-5
/
+4
2021-02-12
Merge branch 'x86/paravirt' into x86/entry
Ingo Molnar
37
-262
/
+403
2021-02-12
Merge branch 'for-mingo-rcu' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
21
-269
/
+1486
2021-02-12
Merge branch 'for-mingo-kcsan' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
1
-13
/
+13
2021-02-12
Merge branch 'linus' into locking/core, to pick up upstream fixes
Ingo Molnar
44
-298
/
+458
2021-02-11
bpf: Fix subreg optimization for BPF_FETCH
Ilya Leoshkevich
1
-2
/
+21
2021-02-11
bpf: Clear per_cpu pointers during bpf_prog_realloc
Alexei Starovoitov
1
-0
/
+2
2021-02-11
bpf: Expose bpf_get_socket_cookie to tracing programs
Florent Revest
1
-0
/
+2
2021-02-11
tracing: Add ptr-hash option to show the hashed pointer value
Masami Hiramatsu
2
-0
/
+4
2021-02-11
tracing: Show real address for trace event arguments
Masami Hiramatsu
3
-2
/
+83
2021-02-11
tracing: Check length before giving out the filter buffer
Steven Rostedt (VMware)
1
-1
/
+1
2021-02-11
bpf: Allows per-cpu maps and map-in-map in sleepable programs
Alexei Starovoitov
2
-3
/
+8
2021-02-11
bpf: Count the number of times recursion was prevented
Alexei Starovoitov
2
-6
/
+26
2021-02-11
bpf: Add per-program recursion prevention mechanism
Alexei Starovoitov
2
-4
/
+27
2021-02-11
bpf: Compute program stats for sleepable programs
Alexei Starovoitov
1
-14
/
+28
2021-02-11
bpf: Run sleepable programs with migration disabled
Alexei Starovoitov
1
-0
/
+2
2021-02-11
bpf: Optimize program stats
Alexei Starovoitov
4
-7
/
+7
2021-02-11
locking/arch: Move qrwlock.h include after qspinlock.h
Waiman Long
1
-1
/
+0
2021-02-11
kgdb: Remove kgdb_schedule_breakpoint()
Daniel Thompson
1
-26
/
+0
2021-02-10
bpf_lru_list: Read double-checked variable once without lock
Marco Elver
1
-3
/
+4
2021-02-10
softirq: Move do_softirq_own_stack() to generic asm header
Thomas Gleixner
1
-0
/
+2
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
14
-76
/
+90
2021-02-10
ima: Free IMA measurement buffer after kexec syscall
Lakshmi Ramasubramanian
1
-0
/
+5
2021-02-10
seccomp: Improve performace by optimizing rmb()
wanghongzhe
1
-1
/
+1
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
3
-21
/
+22
2021-02-10
bpf: Allow variable-offset stack access
Andrei Matei
1
-146
/
+511
2021-02-10
module: potential uninitialized return in module_kallsyms_on_each_symbol()
Dan Carpenter
1
-1
/
+1
2021-02-10
locking/mutex: Kill mutex_trylock_recursive()
Sebastian Andrzej Siewior
1
-10
/
+0
2021-02-10
lockdep: Noinstr annotate warn_bogus_irq_restore()
Peter Zijlstra
1
-1
/
+3
2021-02-10
printk: fix deadlock when kernel panic
Muchun Song
1
-4
/
+12
2021-02-10
bpf: Fix 32 bit src register truncation on div/mod
Daniel Borkmann
1
-15
/
+13
2021-02-10
bpf: Fix verifier jmp32 pruning decision logic
Daniel Borkmann
1
-1
/
+5
2021-02-10
bpf: Fix verifier jsgt branch analysis on max bound
Daniel Borkmann
1
-2
/
+2
2021-02-09
tracing: Add a backward-compatibility check for synthetic event creation
Tom Zanussi
1
-19
/
+74
2021-02-09
tracing: Update synth command errors
Tom Zanussi
1
-11
/
+19
2021-02-09
tracing: Rework synthetic event command parsing
Tom Zanussi
1
-102
/
+143
2021-02-09
tracing/dynevent: Delegate parsing to create function
Masami Hiramatsu
9
-73
/
+120
2021-02-09
kprobes: Warn if the kprobe is reregistered
Masami Hiramatsu
1
-5
/
+8
[prev]
[next]