linux-block.git
2023-11-15 Andrii Nakryikoselftests/bpf: add iter test requiring range x range...
2023-11-15 Andrii Nakryikoveristat: add ability to set BPF_F_TEST_SANITY_STRICT...
2023-11-15 Andrii Nakryikoselftests/bpf: set BPF_F_TEST_SANITY_SCRIPT by default
2023-11-15 Andrii Nakryikoselftests/bpf: add randomized reg_bounds tests
2023-11-15 Andrii Nakryikoselftests/bpf: add range x range test to reg_bounds
2023-11-15 Andrii Nakryikoselftests/bpf: adjust OP_EQ/OP_NE handling to use subra...
2023-11-15 Andrii Nakryikoselftests/bpf: BPF register range bounds tester
2023-11-15 Andrii Nakryikobpf: make __reg{32,64}_deduce_bounds logic more robust
2023-11-15 Andrii Nakryikobpf: remove redundant s{32,64} -> u{32,64} deduction...
2023-11-15 Andrii Nakryikobpf: add register bounds sanity checks and sanitization
2023-11-15 Andrii Nakryikobpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic
2023-11-15 Andrii Nakryikobpf: generalize is_scalar_branch_taken() logic
2023-11-15 Andrii Nakryikobpf: generalize reg_set_min_max() to handle non-const...
2023-11-14 Alexei StarovoitovMerge branch 'bpf-add-support-for-cgroup1-bpf-part'
2023-11-14 Yafang Shaoselftests/bpf: Add selftests for cgroup1 hierarchy
2023-11-14 Yafang Shaoselftests/bpf: Add a new cgroup helper get_cgroup_hiera...
2023-11-14 Yafang Shaoselftests/bpf: Add a new cgroup helper get_classid_cgro...
2023-11-14 Yafang Shaoselftests/bpf: Add parallel support for classid
2023-11-14 Yafang Shaoselftests/bpf: Fix issues in setup_classid_environment()
2023-11-14 Yafang Shaobpf: Add a new kfunc for cgroup1 hierarchy
2023-11-14 Jordan Romeselftests/bpf: Add assert for user stacks in test_task_...
2023-11-11 Yonghong Songselftests/bpf: Fix pyperf180 compilation failure with...
2023-11-10 Jordan Romebpf: Add crosstask check to __bpf_get_stack
2023-11-10 Alexei StarovoitovMerge branch 'for-6.8-bpf' of https://git./linux/kernel...
2023-11-10 Yafang Shaocompiler-gcc: Suppress -Wmissing-prototypes warning...
2023-11-10 Yonghong Songbpf: Use named fields for certain bpf uapi structs
2023-11-10 Alexei StarovoitovMerge branch 'allow-bpf_refcount_acquire-of-mapval...
2023-11-10 Shung-Hsi Yubpf: replace register_is_const() with is_reg_const()
2023-11-10 Dave Marchevskyselftests/bpf: Test bpf_refcount_acquire of node obtain...
2023-11-10 Andrii Nakryikoveristat: add ability to filter top N results
2023-11-10 Dave Marchevskybpf: Mark direct ld of stashed bpf_{rb,list}_node as...
2023-11-10 Andrii Nakryikoveristat: add ability to sort by stat's absolute value
2023-11-10 Dave Marchevskybpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_...
2023-11-10 Yonghong Songlibbpf: Fix potential uninitialized tail padding with...
2023-11-10 Dave Marchevskybpf: Use bpf_mem_free_rcu when bpf_obj_dropping non...
2023-11-10 Dave Marchevskyselftests/bpf: Add test passing MAYBE_NULL reg to bpf_r...
2023-11-10 Dave Marchevskybpf: Add KF_RCU flag to bpf_refcount_acquire_impl
2023-11-10 Andrii NakryikoMerge branch 'bpf: __bpf_dynptr_data* and __str annotation'
2023-11-10 Florian Lehnerbpf, lpm: Fix check prefixlen before walking trie
2023-11-10 Song Liubpf: Introduce KF_ARG_PTR_TO_CONST_STR
2023-11-10 Anders Roxellselftests/bpf: Disable CONFIG_DEBUG_INFO_REDUCED in...
2023-11-10 Song Liubpf: Factor out helper check_reg_const_str()
2023-11-10 Artem Savkovbpftool: Fix prog object type in manpage
2023-11-10 Song Liubpf: Add __bpf_dynptr_data* for in kernel use
2023-11-10 Manu Bretelleselftests/bpf: Consolidate VIRTIO/9P configs in config...
2023-11-10 Andrii NakryikoMerge branch 'selftests/bpf: Fixes for map_percpu_stats...
2023-11-10 Alexei StarovoitovMerge branch 'bpf-register-bounds-logic-and-testing...
2023-11-10 Hou Taoselftsets/bpf: Retry map update for non-preallocated...
2023-11-10 Andrii Nakryikobpf: generalize reg_set_min_max() to handle two sets...
2023-11-10 Hou Taoselftests/bpf: Export map_update_retriable()
2023-11-10 Andrii Nakryikobpf: prepare reg_set_min_max for second set of registers
2023-11-10 Hou Taoselftests/bpf: Use value with enough-size when updating...
2023-11-10 Andrii Nakryikobpf: unify 32-bit and 64-bit is_branch_taken logic
2023-11-10 Andrii Nakryikobpf: generalize is_branch_taken to handle all condition...
2023-11-10 Andrii Nakryikobpf: move is_branch_taken() down
2023-11-10 Andrii Nakryikobpf: generalize is_branch_taken() to work with two...
2023-11-10 Andrii Nakryikobpf: rename is_branch_taken reg arguments to prepare...
2023-11-10 Andrii Nakryikobpf: drop knowledge-losing __reg_combine_{32,64}_into_...
2023-11-10 Andrii Nakryikobpf: try harder to deduce register bounds from differen...
2023-11-10 Andrii Nakryikobpf: improve deduction of 64-bit bounds from 32-bit...
2023-11-10 Andrii Nakryikobpf: add special smin32/smax32 derivation from 64-bit...
2023-11-10 Andrii Nakryikobpf: derive subreg bounds from full bounds when upper...
2023-11-10 Andrii Nakryikobpf: derive smin32/smax32 from umin32/umax32 bounds
2023-11-10 Andrii Nakryikobpf: derive smin/smax from umin/max bounds
2023-11-10 Yuran Pereiraselftests/bpf: Add malloc failure checks in bpf_iter
2023-11-10 Andrii Nakryikoselftests/bpf: satisfy compiler by having explicit...
2023-11-10 Yuran Pereiraselftests/bpf: Convert CHECK macros to ASSERT_* macros...
2023-11-10 Andrii Nakryikoselftests/bpf: fix RELEASE=1 build for tc_opts
2023-11-10 Linus TorvaldsMerge tag 'net-6.7-rc1' of git://git./linux/kernel...
2023-11-10 Linus TorvaldsMerge tag 'v6.7-p2' of git://git./linux/kernel/git...
2023-11-09 Yafang Shaocgroup: Add a new helper for cgroup1 hierarchy
2023-11-09 Yafang Shaocgroup: Add annotation for holding namespace_sem in...
2023-11-09 Yafang Shaocgroup: Eliminate the need for cgroup_mutex in proc_cgr...
2023-11-09 Yafang Shaocgroup: Make operations on the cgroup root_list RCU...
2023-11-09 Yafang Shaocgroup: Remove unnecessary list_empty()
2023-11-09 Linus TorvaldsMerge tag 'input-for-v6.7-rc0' of git://git./linux...
2023-11-09 Linus TorvaldsMerge tag 'for-6.7-rc1-part2' of git://git./linux/kerne...
2023-11-09 Linus TorvaldsMerge tag 'linux-watchdog-6.7-rc1' of git://linux-watch...
2023-11-09 Linus TorvaldsMerge tag 'pwm/for-6.7-rc1' of git://git./linux/kernel...
2023-11-09 Linus TorvaldsMerge tag 'iommu-updates-v6.7' of git://git./linux...
2023-11-09 Diogo Ivonet: ti: icss-iep: fix setting counter value
2023-11-09 Edward Adam... ptp: fix corrupted list in ptp_open
2023-11-09 Edward Adam... ptp: ptp_read should not release queue
2023-11-09 Jakub KicinskiMerge branch '100GbE' of git://git./linux/kernel/git...
2023-11-09 Eric Dumazetnet_sched: sch_fq: better validate TCA_FQ_WEIGHTS and...
2023-11-09 Jakub KicinskiMerge branch '40GbE' of git://git./linux/kernel/git...
2023-11-09 Jakub Kicinskinet: kcm: fill in MODULE_DESCRIPTION()
2023-11-09 Jakub KicinskiMerge tag 'nf-23-11-08' of git://git./linux/kernel...
2023-11-09 Jakub KicinskiMerge tag 'for-netdev' of https://git./linux/kernel...
2023-11-09 Vlad Buslovnet/sched: act_ct: Always fill offloading tuple iifidx
2023-11-08 Linus TorvaldsMerge tag 'nfs-for-6.7-1' of git://git.linux-nfs.org...
2023-11-08 Linus TorvaldsMerge tag 'exfat-for-6.7-rc1-part2' of git://git./linux...
2023-11-08 Linus TorvaldsMerge tag 'xfs-6.7-merge-2' of git://git./fs/xfs/xfs...
2023-11-08 Konstantin... MAINTAINERS: update lists.linuxfoundation.org migrated...
2023-11-08 Linus TorvaldsMerge tag 's390-6.7-2' of git://git./linux/kernel/git...
2023-11-08 Linus TorvaldsMerge tag 'rcu-fixes-v6.7' of git://git./linux/kernel...
2023-11-08 Linus TorvaldsMerge tag 'memblock-v6.7-rc1' of git://git./linux/kerne...
2023-11-08 Linus TorvaldsMerge tag 'kgdb-6.7-rc1' of git://git./linux/kernel...
2023-11-08 Linus TorvaldsMerge tag 'riscv-for-linus-6.7-rc1' of git://git./linux...
2023-11-08 Florian Westphalnetfilter: nat: fix ipv6 nat redirect with mapped and...
next