summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-0915-140/+669
|\
| * bpf, xdp: Restructure redirect actionsBjörn Töpel2021-03-102-2/+0
| * bpf, xdp: Make bpf_redirect_map() a map operationBjörn Töpel2021-03-103-5/+32
| * bpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich2021-03-041-2/+81
| * bpf: Add arraymap support for bpf_for_each_map_elem() helperYonghong Song2021-02-261-0/+40
| * bpf: Add hashtab support for bpf_for_each_map_elem() helperYonghong Song2021-02-262-0/+92
| * bpf: Add bpf_for_each_map_elem() helperYonghong Song2021-02-264-13/+215
| * bpf: Change return value of verifier function add_subprog()Yonghong Song2021-02-261-2/+2
| * bpf: Refactor check_func_call() to allow callback functionYonghong Song2021-02-261-17/+43
| * bpf: Factor out verbose_invalid_scalar()Yonghong Song2021-02-261-11/+19
| * bpf: Factor out visit_func_call_insn() in check_cfg()Yonghong Song2021-02-261-12/+23
| * bpf: Rename fixup_bpf_calls and add some commentsBrendan Jackman2021-02-261-7/+9
| * bpf: Use MAX_BPF_FUNC_REG_ARGS macroDmitrii Banshchikov2021-02-262-12/+15
| * bpf: Prevent deadlock from recursive bpf_task_storage_[get|delete]Song Liu2021-02-263-10/+62
| * bpf: Enable task local storage for tracing programsSong Liu2021-02-266-49/+38
* | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-093-35/+64
|\ \
| * | bpf: Explicitly zero-extend R0 after 32-bit cmpxchgBrendan Jackman2021-03-042-1/+22
| * | bpf: Account for BPF_FETCH in insn_has_def32()Ilya Leoshkevich2021-03-041-31/+39
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-02-263-3/+3
| |\ \
| | * | bpf: Drop imprecise log messageDmitrii Banshchikov2021-02-241-2/+0
| | * | bpf: Clear percpu pointers in bpf_prog_clone_free()Cong Wang2021-02-221-0/+2
| | * | bpf: Fix a warning message in mark_ptr_not_null_reg()Dan Carpenter2021-02-221-1/+1
| | |/
* | | Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-051-0/+30
|\ \ \
| * | | kernel: provide create_io_thread() helperJens Axboe2021-03-041-0/+30
* | | | tracing: Skip selftests if tracing is disabledSteven Rostedt (VMware)2021-03-041-0/+6
* | | | tracing: Fix memory leak in __create_synth_event()Vamshi K Sthambamkadi2021-03-041-1/+3
* | | | ring-buffer: Add a little more information and a WARN when time stamp going b...Steven Rostedt (VMware)2021-03-041-3/+7
* | | | ring-buffer: Force before_stamp and write_stamp to be different on discardSteven Rostedt (VMware)2021-03-041-0/+11
* | | | tracing: Fix help text of TRACEPOINT_BENCHMARK in KconfigRolf Eike Beer2021-03-041-1/+1
* | | | tracing: Remove duplicate declaration from trace.hYordan Karadzhov (VMware)2021-03-041-1/+0
|/ / /
* | | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-281-7/+13
|\ \ \
| * | | blktrace: fix documentation for blk_fill_rw()Chaitanya Kulkarni2021-02-241-1/+1
| * | | blktrace: remove debugfs file dentries from struct blk_traceGreg Kroah-Hartman2021-02-231-6/+2
| * | | blktrace: add blk_fill_rwbs documentation commentChaitanya Kulkarni2021-02-221-0/+10
| * | | block: remove superfluous param in blk_fill_rwbs()Chaitanya Kulkarni2021-02-221-1/+1
* | | | Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-272-3/+3
|\ \ \ \
| * | | | kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signalsJens Axboe2021-02-212-3/+3
* | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-02-271-1/+1
|\ \ \ \ \
| * | | | | audit_alloc_mark(): don't open-code ERR_CAST()Al Viro2021-02-231-1/+1
* | | | | | Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-116/+194
|\ \ \ \ \ \
| * | | | | | swiotlb: Validate bounce size in the sync/unmap pathMartin Radev2021-02-261-3/+50
| * | | | | | swiotlb: respect min_align_maskChristoph Hellwig2021-02-261-10/+31
| * | | | | | swiotlb: don't modify orig_addr in swiotlb_tbl_sync_singleChristoph Hellwig2021-02-221-1/+0
| * | | | | | swiotlb: refactor swiotlb_tbl_map_singleChristoph Hellwig2021-02-221-90/+89
| * | | | | | swiotlb: clean up swiotlb_tbl_unmap_singleChristoph Hellwig2021-02-201-20/+21
| * | | | | | swiotlb: factor out a nr_slots helperChristoph Hellwig2021-02-201-4/+9
| * | | | | | swiotlb: factor out an io_tlb_offset helperChristoph Hellwig2021-02-201-7/+13
| * | | | | | swiotlb: add a IO_TLB_SIZE defineChristoph Hellwig2021-02-201-7/+7
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-02-261-2/+0
|\ \ \ \ \ \ \
| * | | | | | | kexec: move machine_kexec_post_load() to public interfacePavel Tatashin2021-02-221-2/+0