linux-2.6-block.git
2021-03-05 Joe Stringerdocs/bpf: Add bpf() syscall command reference
2021-03-05 Joe Stringerselftests/bpf: Test syscall command parsing
2021-03-05 Joe Stringerselftests/bpf: Templatize man page generation
2021-03-05 Joe Stringertools/bpf: Remove bpf-helpers from bpftool docs
2021-03-05 Joe Stringerscripts/bpf: Add syscall commands printer
2021-03-05 Joe Stringerscripts/bpf: Abstract eBPF API target parameter
2021-03-05 Joe Stringerbpf: Document BPF_MAP_*_BATCH syscall commands
2021-03-05 Joe Stringerbpf: Document BPF_PROG_QUERY syscall command
2021-03-05 Joe Stringerbpf: Document BPF_PROG_TEST_RUN syscall command
2021-03-05 Joe Stringerbpf: Document BPF_PROG_ATTACH syscall command
2021-03-05 Joe Stringerbpf: Document BPF_PROG_PIN syscall command
2021-03-05 Joe Stringerbpf: Document BPF_F_LOCK in syscall commands
2021-03-05 Joe Stringerbpf: Add minimal bpf() command documentation
2021-03-05 Joe Stringerbpf: Import syscall arg documentation
2021-03-05 Alexei StarovoitovMerge branch 'Add BTF_KIND_FLOAT support'
2021-03-05 Ilya Leoshkevichbpf: Document BTF_KIND_FLOAT in btf.rst
2021-03-05 Ilya Leoshkevichselftests/bpf: Add BTF_KIND_FLOAT to the existing dedup...
2021-03-05 Ilya Leoshkevichselftest/bpf: Add BTF_KIND_FLOAT tests
2021-03-05 Ilya Leoshkevichbpf: Add BTF_KIND_FLOAT support
2021-03-05 Ilya Leoshkevichselftests/bpf: Use the 25th bit in the "invalid BTF_INF...
2021-03-05 Ilya Leoshkevichtools/bpftool: Add BTF_KIND_FLOAT support
2021-03-05 Ilya Leoshkevichlibbpf: Add BTF_KIND_FLOAT support
2021-03-05 Ilya Leoshkevichlibbpf: Fix whitespace in btf_add_composite() comment
2021-03-05 Ilya Leoshkevichbpf: Add BTF_KIND_FLOAT to uapi
2021-03-04 Yonghong Songselftests/bpf: Add a verifier scale test with unknown...
2021-03-04 Cong Wangskmsg: Add function doc for skb->_sk_redir
2021-03-03 Andrii Nakryikotools/runqslower: Allow substituting custom vmlinux...
2021-02-26 Ian Denhardttools, bpf_asm: Exit non-zero on errors
2021-02-26 Ian Denhardttools, bpf_asm: Hard error on out of range jumps
2021-02-26 Alexei StarovoitovMerge branch 'bpf: add bpf_for_each_map_elem() helper'
2021-02-26 Yonghong Songselftests/bpf: Add arraymap test for bpf_for_each_map_e...
2021-02-26 Yonghong Songselftests/bpf: Add hashmap test for bpf_for_each_map_el...
2021-02-26 Yonghong Songbpftool: Print subprog address properly
2021-02-26 Yonghong Songlibbpf: Support subprog address relocation
2021-02-26 Yonghong Songlibbpf: Move function is_ldimm64() earlier in libbpf.c
2021-02-26 Yonghong Songbpf: Add arraymap support for bpf_for_each_map_elem...
2021-02-26 Yonghong Songbpf: Add hashtab support for bpf_for_each_map_elem...
2021-02-26 Yonghong Songbpf: Add bpf_for_each_map_elem() helper
2021-02-26 Yonghong Songbpf: Change return value of verifier function add_subprog()
2021-02-26 Yonghong Songbpf: Refactor check_func_call() to allow callback function
2021-02-26 Yonghong Songbpf: Factor out verbose_invalid_scalar()
2021-02-26 Yonghong Songbpf: Factor out visit_func_call_insn() in check_cfg()
2021-02-26 Ilya Leoshkevichselftests/bpf: Copy extras in out-of-srctree builds
2021-02-26 KP Singhselftests/bpf: Propagate error code of the command...
2021-02-26 Alexei StarovoitovMerge branch 'sock_map: clean up and refactor code...
2021-02-26 Cong Wangskmsg: Remove unused sk_psock_stop() declaration
2021-02-26 Cong Wangskmsg: Get rid of sk_psock_bpf_run()
2021-02-26 Cong Wangskmsg: Make __sk_psock_purge_ingress_msg() static
2021-02-26 Cong Wangsock_map: Make sock_map_prog_update() static
2021-02-26 Cong Wangsock_map: Rename skb_parser and skb_verdict
2021-02-26 Cong Wangskmsg: Move sk_redir from TCP_SKB_CB to skb
2021-02-26 Cong Wangbpf: Compute data_end dynamically with JIT code
2021-02-26 Cong Wangskmsg: Get rid of struct sk_psock_parser
2021-02-26 Cong Wangbpf: Clean up sockmap related Kconfigs
2021-02-26 Hangbin Liubpf: Remove blank line in bpf helper description comment
2021-02-26 Alexei StarovoitovMerge branch 'selftests/bpf: xsk improvements and new...
2021-02-26 Ciara Loftusselftests/bpf: Introduce xsk statistics tests
2021-02-26 Ciara Loftusselftests/bpf: Restructure xsk selftests
2021-02-26 Ciara Loftusselftests/bpf: Expose and rename debug argument
2021-02-26 Magnus Karlssonselftest/bpf: Make xsk tests less verbose
2021-02-26 Brendan Jackmanbpf: Rename fixup_bpf_calls and add some comments
2021-02-26 Dmitrii Banshchikovbpf: Use MAX_BPF_FUNC_REG_ARGS macro
2021-02-26 Alexei StarovoitovMerge branch 'bpf: enable task local storage for tracing'
2021-02-26 Song Liubpf: runqslower: Use task local storage
2021-02-26 Song Liubpf: runqslower: Prefer using local vmlimux to generate...
2021-02-26 Song Liuselftests/bpf: Test deadlock from recursive bpf_task_st...
2021-02-26 Song Liuselftests/bpf: Add non-BPF_LSM test for task local...
2021-02-26 Song Liubpf: Prevent deadlock from recursive bpf_task_storage_...
2021-02-26 Song Liubpf: Enable task local storage for tracing programs
2021-02-24 Xuan Zhuoxsk: Build skb by page (aka generic zerocopy xmit)
2021-02-24 Alexander Lobakinxsk: Respect device's headroom and tailroom on generic...
2021-02-24 Xuan Zhuovirtio-net: Support IFF_TX_SKB_NO_LINEAR flag
2021-02-24 Xuan Zhuonet: Add priv_flags for allow tx skb without linear
2021-02-24 Alexander Lobakinnetdevice: Add missing IFF_PHONY_HEADROOM self-definition
2021-02-24 Grant Seltzerbpf: Add kernel/modules BTF presence checks to bpftool...
2021-02-21 Linus TorvaldsMerge tag 'perf-core-2021-02-17' of git://git./linux...
2021-02-21 Linus TorvaldsMerge tag 'sched-core-2021-02-17' of git://git./linux...
2021-02-21 Linus TorvaldsMerge tag 'core-mm-2021-02-17' of git://git./linux...
2021-02-21 Linus TorvaldsMerge tag 'locking-core-2021-02-17' of git://git./linux...
2021-02-21 Linus TorvaldsMerge tag 'core-rcu-2021-02-17' of git://git./linux...
2021-02-21 Linus TorvaldsMerge tag 'timers-core-2021-02-15' of git://git./linux...
2021-02-21 Linus TorvaldsMerge tag 'irq-core-2021-02-15' of git://git./linux...
2021-02-21 Linus TorvaldsMerge tag 'for-5.12/io_uring-2021-02-17' of git://git...
2021-02-21 Linus TorvaldsMerge tag 'for-5.12/drivers-2021-02-17' of git://git...
2021-02-21 Linus TorvaldsMerge tag 'for-5.12/block-2021-02-17' of git://git...
2021-02-21 Linus TorvaldsMerge tag 'for-5.12/libata-2021-02-17' of git://git...
2021-02-21 Linus TorvaldsMerge tag 'oprofile-removal-5.12' of git://git./linux...
2021-02-21 Linus TorvaldsMerge tag 'xfs-5.12-merge-5' of git://git./fs/xfs/xfs...
2021-02-21 Linus TorvaldsMerge tag 'iomap-5.12-merge-2' of git://git./fs/xfs...
2021-02-21 Linus TorvaldsMerge tag 'pstore-v5.12-rc1' of git://git./linux/kernel...
2021-02-21 Linus TorvaldsMerge tag 'fsverity-for-linus' of git://git./fs/fscrypt...
2021-02-21 Linus TorvaldsMerge tag 'nfsd-5.12' of git://git./linux/kernel/git...
2021-02-21 Linus TorvaldsMerge tag 'erofs-for-5.12-rc1' of git://git./linux...
2021-02-21 Linus TorvaldsMerge tag 'f2fs-for-5.12-rc1' of git://git./linux/kerne...
2021-02-21 Linus TorvaldsMerge tag 'for-5.12-tag' of git://git./linux/kernel...
2021-02-21 Linus TorvaldsMerge tag 'affs-for-5.12-tag' of git://git./linux/kerne...
2021-02-21 Linus TorvaldsMerge tag 'jfs-5.12' of git://github.com/kleikamp/linux...
2021-02-21 Linus TorvaldsMerge tag 'locks-v5.12' of git://git./linux/kernel...
2021-02-21 Linus TorvaldsMerge branch 'work.namei' of git://git./linux/kernel...
2021-02-21 Linus TorvaldsMerge branch 'work.elf-compat' of git://git./linux...
next