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-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-340
/
+435
2021-04-23
bpf: Remove unnecessary map checks for ARG_PTR_TO_CONST_STR
Florent Revest
1
-2
/
+1
2021-04-23
bpf: Notify user if we ever hit a bpf_snprintf verifier bug
Florent Revest
1
-2
/
+4
2021-04-19
bpf: Refine retval for bpf_get_task_stack helper
Dave Marchevsky
1
-0
/
+1
2021-04-19
bpf: Add a bpf_snprintf helper
Florent Revest
3
-0
/
+93
2021-04-19
bpf: Add a ARG_PTR_TO_CONST_STR argument type
Florent Revest
1
-0
/
+41
2021-04-19
bpf: Factorize bpf_trace_printk and bpf_seq_printf
Florent Revest
2
-334
/
+293
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-89
/
+183
2021-04-17
Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-74
/
+156
2021-04-16
gcov: clang: fix clang-11+ build
Johannes Berg
1
-1
/
+1
2021-04-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-74
/
+156
2021-04-16
bpf: Tighten speculative pointer arithmetic mask
Daniel Borkmann
1
-29
/
+44
2021-04-16
bpf: Move sanitize_val_alu out of op switch
Daniel Borkmann
1
-6
/
+11
2021-04-16
bpf: Refactor and streamline bounds check into helper
Daniel Borkmann
1
-16
/
+33
2021-04-16
bpf: Improve verifier error messages for users
Daniel Borkmann
1
-23
/
+63
2021-04-16
bpf: Rework ptr_limit into alu_limit and add common error path
Daniel Borkmann
1
-8
/
+13
2021-04-16
bpf: Ensure off_reg has no mixed signed bounds for all types
Daniel Borkmann
1
-10
/
+9
2021-04-16
bpf: Move off_reg into sanitize_ptr_alu
Daniel Borkmann
1
-4
/
+5
2021-04-16
bpf: Use correct permission flag for mixed signed bounds arithmetic
Daniel Borkmann
1
-1
/
+1
2021-04-13
Merge tag 'trace-v5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+4
2021-04-13
bpf: Return target info when a tracing bpf_link is queried
Toke Høiland-Jørgensen
1
-0
/
+3
2021-04-13
tracing/dynevent: Fix a memory leak in an error handling path
Christophe JAILLET
1
-2
/
+4
2021-04-11
Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+3
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-42
/
+89
2021-04-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-10
/
+19
2021-04-09
Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
5
-5
/
+48
2021-04-09
gcov: re-fix clang-11+ support
Nick Desaulniers
1
-10
/
+19
2021-04-06
bpf, inode: Remove second initialization of the bpf_preload_lock
Muhammad Usama Anjum
1
-2
/
+0
2021-04-04
workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog()
Wang Qing
2
-13
/
+9
2021-04-04
workqueue: Move the position of debug_work_activate() in __queue_work()
Zqiang
1
-1
/
+1
2021-04-03
bpf: Remove unused parameter from ___bpf_prog_run
He Fengqing
1
-4
/
+3
2021-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
8
-151
/
+546
2021-04-02
Merge tag 'trace-v5.12-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2021-04-01
bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GET
Lorenz Bauer
1
-1
/
+1
2021-04-01
bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GET
Lorenz Bauer
1
-1
/
+1
2021-04-01
bpf: Refcount task stack in bpf_get_task_stack
Dave Marchevsky
1
-2
/
+10
2021-04-01
tracing: Fix stack trace event size
Steven Rostedt (VMware)
1
-1
/
+2
2021-04-01
sock_map: Introduce BPF_SK_SKB_VERDICT
Cong Wang
1
-0
/
+1
2021-03-31
Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+6
2021-03-30
bpf: Remove redundant assignment of variable id
Colin Ian King
1
-1
/
+0
2021-03-30
ftrace: Check if pages were allocated before calling free_pages()
Steven Rostedt (VMware)
1
-3
/
+6
2021-03-28
Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-18
/
+22
2021-03-27
Revert "signal: don't allow STOP on PF_IO_WORKER threads"
Jens Axboe
1
-2
/
+1
2021-03-27
Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"
Jens Axboe
1
-1
/
+1
2021-03-27
Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"
Jens Axboe
2
-3
/
+3
2021-03-27
Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"
Jens Axboe
1
-3
/
+0
2021-03-27
kernel: stop masking signals in create_io_thread()
Jens Axboe
1
-8
/
+8
2021-03-26
bpf: Support bpf program calling kernel function
Martin KaFai Lau
5
-35
/
+430
2021-03-26
bpf: Refactor btf_check_func_arg_match
Martin KaFai Lau
2
-75
/
+88
2021-03-26
bpf: Simplify freeing logic in linfo and jited_linfo
Martin KaFai Lau
3
-26
/
+16
[next]