summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-17Merge tag 'net-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-04-16gcov: clang: fix clang-11+ buildJohannes Berg
2021-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2021-04-16bpf: Tighten speculative pointer arithmetic maskDaniel Borkmann
2021-04-16bpf: Move sanitize_val_alu out of op switchDaniel Borkmann
2021-04-16bpf: Refactor and streamline bounds check into helperDaniel Borkmann
2021-04-16bpf: Improve verifier error messages for usersDaniel Borkmann
2021-04-16bpf: Rework ptr_limit into alu_limit and add common error pathDaniel Borkmann
2021-04-16bpf: Ensure off_reg has no mixed signed bounds for all typesDaniel Borkmann
2021-04-16bpf: Move off_reg into sanitize_ptr_aluDaniel Borkmann
2021-04-16bpf: Use correct permission flag for mixed signed bounds arithmeticDaniel Borkmann
2021-04-13Merge tag 'trace-v5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-13tracing/dynevent: Fix a memory leak in an error handling pathChristophe JAILLET
2021-04-11Merge tag 'locking-urgent-2021-04-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-04-09Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-04-09gcov: re-fix clang-11+ supportNick Desaulniers
2021-04-04workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog()Wang Qing
2021-04-04workqueue: Move the position of debug_work_activate() in __queue_work()Zqiang
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-02Merge tag 'trace-v5.12-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-04-01bpf: program: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer
2021-04-01bpf: link: Refuse non-O_RDWR flags in BPF_OBJ_GETLorenz Bauer
2021-04-01bpf: Refcount task stack in bpf_get_task_stackDave Marchevsky
2021-04-01tracing: Fix stack trace event sizeSteven Rostedt (VMware)
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang
2021-03-31Merge tag 'trace-v5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-03-30bpf: Remove redundant assignment of variable idColin Ian King
2021-03-30ftrace: Check if pages were allocated before calling free_pages()Steven Rostedt (VMware)
2021-03-28Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-27Revert "signal: don't allow STOP on PF_IO_WORKER threads"Jens Axboe
2021-03-27Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"Jens Axboe
2021-03-27Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"Jens Axboe
2021-03-27Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"Jens Axboe
2021-03-27kernel: stop masking signals in create_io_thread()Jens Axboe
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau
2021-03-26bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau
2021-03-26bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau
2021-03-26bpf: Take module reference for trampoline in moduleJiri Olsa
2021-03-26kernel: don't call do_exit() for PF_IO_WORKER threadsJens Axboe
2021-03-26Merge tag 'pm-5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-03-26bpf: Fix a spelling typo in bpf_atomic_alu_string disasmXu Kuohai
2021-03-26bpf: Enforce that struct_ops programs be GPL-onlyToke Høiland-Jørgensen
2021-03-25bpf: Add support for batched ops in LPM trie mapsPedro Tammela
2021-03-25bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song
2021-03-25sysctl: add proc_dou8vec_minmax()Eric Dumazet
2021-03-26bpf: Undo ptr_to_map_key alu sanitation for nowDaniel Borkmann
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller