summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-266-340/+435
|\
| * bpf: Remove unnecessary map checks for ARG_PTR_TO_CONST_STRFlorent Revest2021-04-231-2/+1
| * bpf: Notify user if we ever hit a bpf_snprintf verifier bugFlorent Revest2021-04-231-2/+4
| * bpf: Refine retval for bpf_get_task_stack helperDave Marchevsky2021-04-201-0/+1
| * bpf: Add a bpf_snprintf helperFlorent Revest2021-04-203-0/+93
| * bpf: Add a ARG_PTR_TO_CONST_STR argument typeFlorent Revest2021-04-201-0/+41
| * bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest2021-04-202-334/+293
| * bpf: Return target info when a tracing bpf_link is queriedToke Høiland-Jørgensen2021-04-141-0/+3
| * bpf, inode: Remove second initialization of the bpf_preload_lockMuhammad Usama Anjum2021-04-061-2/+0
| * bpf: Remove unused parameter from ___bpf_prog_runHe Fengqing2021-04-031-4/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-174-89/+183
|\ \
| * \ Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-171-74/+156
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-171-74/+156
| | |\ \
| | | * | bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann2021-04-161-29/+44
| | | * | bpf: Move sanitize_val_alu out of op switchDaniel Borkmann2021-04-161-6/+11
| | | * | bpf: Refactor and streamline bounds check into helperDaniel Borkmann2021-04-161-16/+33
| | | * | bpf: Improve verifier error messages for usersDaniel Borkmann2021-04-161-23/+63
| | | * | bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann2021-04-161-8/+13
| | | * | bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann2021-04-161-10/+9
| | | * | bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann2021-04-161-4/+5
| | | * | bpf: Use correct permission flag for mixed signed bounds arithmeticDaniel Borkmann2021-04-161-1/+1
| * | | | gcov: clang: fix clang-11+ buildJohannes Berg2021-04-171-1/+1
| * | | | Merge tag 'trace-v5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-141-2/+4
| |\ \ \ \
| | * | | | tracing/dynevent: Fix a memory leak in an error handling pathChristophe JAILLET2021-04-131-2/+4
| * | | | | Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-04-111-2/+3
| |\ \ \ \ \
| | * | | | | lockdep: Address clang -Wformat warning printing for %hdArnd Bergmann2021-03-221-1/+1
| | * | | | | lockdep: Add a missing initialization hint to the "INFO: Trying to register n...Tetsuo Handa2021-03-211-1/+2
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-101-10/+19
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | gcov: re-fix clang-11+ supportNick Desaulniers2021-04-091-10/+19
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-1014-42/+89
|\| | | | | | | |_|_|_|_|/ |/| | | | |
| * | | | | Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-105-5/+48
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer2021-04-011-1/+1
| | * | | bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer2021-04-011-1/+1
| | * | | bpf: Refcount task stack in bpf_get_task_stackDave Marchevsky2021-04-011-2/+10
| | * | | bpf: Take module reference for trampoline in moduleJiri Olsa2021-03-271-0/+30
| | * | | bpf: Fix a spelling typo in bpf_atomic_alu_string disasmXu Kuohai2021-03-261-1/+1
| | * | | bpf: Enforce that struct_ops programs be GPL-onlyToke Høiland-Jørgensen2021-03-261-0/+5
| * | | | workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog()Wang Qing2021-04-042-13/+9
| * | | | workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang2021-04-041-1/+1
| * | | | Merge tag 'trace-v5.12-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-021-1/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | tracing: Fix stack trace event sizeSteven Rostedt (VMware)2021-04-011-1/+2
| * | | | Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-03-311-3/+6
| |\| | |
| | * | | ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)2021-03-301-3/+6
| | | |/ | | |/|
| * | | Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-284-18/+22
| |\ \ \
| | * | | Revert "signal: don't allow STOP on PF_IO_WORKER threads"Jens Axboe2021-03-271-2/+1
| | * | | Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"Jens Axboe2021-03-271-1/+1
| | * | | Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"Jens Axboe2021-03-272-3/+3
| | * | | Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"Jens Axboe2021-03-271-3/+0
| | * | | kernel: stop masking signals in create_io_thread()Jens Axboe2021-03-271-8/+8
| | * | | kernel: don't call do_exit() for PF_IO_WORKER threadsJens Axboe2021-03-261-1/+9