OSDN Git Service

Merge branch 'marvell-nvmem-mac-addresses-support'
[tomoyo/tomoyo-test1.git] / kernel /
2022-11-29 Jakub KicinskiDaniel Borkmann says:
2022-11-24 Alexei Starovoitovbpf: Don't mark arguments to fentry/fexit programs...
2022-11-24 Alexei StarovoitovMerge branch 'bpf: Add bpf_rcu_read_lock() support'
2022-11-24 Yonghong Songbpf: Add kfunc bpf_rcu_read_lock/unlock()
2022-11-24 Yonghong Songbpf: Introduce might_sleep field in bpf_func_proto
2022-11-24 David Vernetbpf: Add bpf_task_from_pid() kfunc
2022-11-24 Stanislav Fomichevbpf: Unify and simplify btf_func_proto_check error...
2022-11-23 Stanislav Fomichevbpf: Prevent decl_tag from being referenced in func_pro...
2022-11-23 David Vernetbpf: Don't use idx variable when registering kfunc...
2022-11-23 Jakub KicinskiMerge branch 'i2c/client_device_id_helper-immutable...
2022-11-22 Alexei StarovoitovMerge branch 'Support storing struct cgroup * objects...
2022-11-22 David Vernetbpf: Add bpf_cgroup_ancestor() kfunc
2022-11-22 David Vernetbpf: Enable cgroups to be used as kptrs
2022-11-21 Hou Taobpf: Pin the start cgroup in cgroup_iter_seq_init()
2022-11-21 Kees Cookbpf/verifier: Use kmalloc_size_roundup() to match ksize...
2022-11-20 Alexei StarovoitovMerge branch 'bpf: Implement two type cast kfuncs'
2022-11-20 Yonghong Songbpf: Add a kfunc for generic type cast
2022-11-20 Yonghong Songbpf: Add a kfunc to type cast from bpf uapi ctx to...
2022-11-20 Yonghong Songbpf: Add support for kfunc set with common btf_ids
2022-11-20 Kumar Kartikeya... bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_...
2022-11-20 Alexei StarovoitovMerge branch 'Support storing struct task_struct object...
2022-11-20 David Vernetbpf: Add kfuncs for storing struct task_struct * as...
2022-11-20 David Vernetbpf: Allow trusted pointers to be passed to KF_TRUSTED_...
2022-11-20 David Vernetbpf: Allow multiple modifiers in reg_type_str() prefix
2022-11-18 David S. MillerMerge tag 'rxrpc-next-20221116' of git://git./linux...
2022-11-18 David S. MillerMerge tag 'wireless-next-2022-11-18' of git://git....
2022-11-18 Alexei StarovoitovMerge branch 'Allocated objects, BPF linked lists'
2022-11-18 Kumar Kartikeya... bpf: Add comments for map BTF matching requirement...
2022-11-18 Kumar Kartikeya... bpf: Add 'release on unlock' logic for bpf_list_push_...
2022-11-18 Kumar Kartikeya... bpf: Introduce single ownership BPF linked list API
2022-11-18 Kumar Kartikeya... bpf: Permit NULL checking pointer with non-zero fixed...
2022-11-18 Kumar Kartikeya... bpf: Introduce bpf_obj_drop
2022-11-18 Kumar Kartikeya... bpf: Introduce bpf_obj_new
2022-11-18 Kumar Kartikeya... bpf: Support constant scalar arguments for kfuncs
2022-11-18 Kumar Kartikeya... bpf: Rewrite kfunc argument handling
2022-11-18 Kumar Kartikeya... bpf: Allow locking bpf_spin_lock in inner map values
2022-11-18 Kumar Kartikeya... bpf: Allow locking bpf_spin_lock global variables
2022-11-18 Kumar Kartikeya... bpf: Allow locking bpf_spin_lock in allocated objects
2022-11-18 Kumar Kartikeya... bpf: Verify ownership relationships for user BTF types
2022-11-18 Kumar Kartikeya... bpf: Recognize lock and list fields in allocated objects
2022-11-18 Kumar Kartikeya... bpf: Introduce allocated objects support
2022-11-18 Kumar Kartikeya... bpf: Populate field_offs for inner_map_meta
2022-11-18 Kumar Kartikeya... bpf: Free inner_map_meta when btf_record_dup fails
2022-11-18 Kumar Kartikeya... bpf: Do btf_record_free outside map_free callback
2022-11-18 Kumar Kartikeya... bpf: Fix early return in map_check_btf
2022-11-18 Jakub KicinskiMerge git://git./linux/kernel/git/netdev/net
2022-11-17 Linus TorvaldsMerge tag 'net-6.1-rc6' of git://git./linux/kernel...
2022-11-17 Hou Taobpf: Pass map file to .map_update_batch directly
2022-11-16 Linus TorvaldsMerge tag 'for-linus-6.1-rc6-tag' of git://git./linux...
2022-11-16 Linus TorvaldsMerge tag 'pinctrl-v6.1-4' of git://git./linux/kernel...
2022-11-16 Linus TorvaldsMerge tag 'platform-drivers-x86-v6.1-4' of git://git...
2022-11-16 Jakub KicinskiMerge git://git./linux/kernel/git/netfilter/nf-next
2022-11-16 Alexei StarovoitovMerge branch 'propagate nullness information for reg...
2022-11-16 Eduard Zingermanbpf: propagate nullness information for reg to reg...
2022-11-15 Linus TorvaldsAMerge tag 'netfs-fixes-20221115' of git://git./linux...
2022-11-15 Linus TorvaldsMerge tag 'erofs-for-6.1-rc6-fixes' of git://git./linux...
2022-11-15 Toke Høiland-Jørgensenbpf: Expand map key argument of bpf_redirect_map to u64
2022-11-15 Kumar Kartikeya... bpf: Refactor btf_struct_access
2022-11-15 Kumar Kartikeya... bpf: Rename MEM_ALLOC to MEM_RINGBUF
2022-11-15 Kumar Kartikeya... bpf: Rename RET_PTR_TO_ALLOC_MEM
2022-11-15 Kumar Kartikeya... bpf: Support bpf_list_head in map values
2022-11-15 Kumar Kartikeya... bpf: Remove BPF_MAP_OFF_ARR_MAX
2022-11-14 Linus TorvaldsMerge tag 'vfio-v6.1-rc6' of https://github.com/awillia...
2022-11-14 Linus TorvaldsMerge tag 'mtd/fixes-for-6.1-rc6' of git://git./linux...
2022-11-13 Linus TorvaldsMerge tag 'mips-fixes_6.1_1' of git://git./linux/kernel...
2022-11-13 Linus TorvaldsMerge tag 'efi-fixes-for-v6.1-3' of git://git./linux...
2022-11-12 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2022-11-12 Linus TorvaldsMerge tag 'sound-fix-6.1-rc5' of git://git./linux/kerne...
2022-11-12 Linus TorvaldsMerge tag 'ata-6.1-rc5' of git://git./linux/kernel...
2022-11-12 Jakub KicinskiMerge tag 'for-netdev' of https://git./linux/kernel...
2022-11-12 Jakub KicinskiMerge https://git./linux/kernel/git/bpf/bpf
2022-11-12 Linus TorvaldsMerge tag 'mm-hotfixes-stable-2022-11-11' of git:/...
2022-11-12 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2022-11-11 Linus TorvaldsMerge tag 'block-6.1-2022-11-11' of git://git.kernel...
2022-11-11 Linus TorvaldsMerge tag 'io_uring-6.1-2022-11-11' of git://git.kernel...
2022-11-11 Xu Kuohaibpf: Initialize same number of free nodes for each...
2022-11-11 Linus TorvaldsMerge tag 's390-6.1-4' of git://git./linux/kernel/git...
2022-11-11 Linus TorvaldsMerge tag 'hardening-v6.1-rc5' of git://git./linux...
2022-11-11 Maryam Tahhandocs/bpf: Document BPF_MAP_TYPE_CPUMAP map
2022-11-11 Linus TorvaldsMerge tag 'nfsd-6.1-4' of git://git./linux/kernel/git...
2022-11-11 Linus TorvaldsMerge tag 'fixes_for_v6.1-rc5' of git://git./linux...
2022-11-11 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v6.1-2-2022-11-10'...
2022-11-11 Linus TorvaldsMerge tag 'riscv-for-linus-6.1-rc5' of git://git./linux...
2022-11-11 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2022-11-11 Linus TorvaldsMerge tag 'hyperv-fixes-signed-20221110' of git://git...
2022-11-11 Linus TorvaldsMerge tag 'dmaengine-fix-6.1' of git://git./linux/kerne...
2022-11-11 Linus TorvaldsMerge tag 'spi-fix-v6.1-rc4' of git://git./linux/kernel...
2022-11-11 Linus TorvaldsMerge tag 'mmc-v6.1-rc4' of git://git./linux/kernel...
2022-11-11 Linus TorvaldsMerge tag 'for-linus-2022111101' of git://git./linux...
2022-11-11 Linus TorvaldsMerge tag 'sound-6.1-rc5' of git://git./linux/kernel...
2022-11-11 Linus TorvaldsMerge tag 'drm-fixes-2022-11-11' of git://anongit.freed...
2022-11-11 Jakub KicinskiMerge git://git./linux/kernel/git/netdev/net
2022-11-11 Linus TorvaldsMerge tag 'net-6.1-rc5' of git://git./linux/kernel...
2022-11-10 Dave AirlieMerge tag 'drm-fixes-20221109' of git://linuxtv.org...
2022-11-10 Dave AirlieMerge tag 'drm-misc-fixes-2022-11-09' of git://anongit...
2022-11-10 Jakub KicinskiMerge branch 'mana-shared-6.2' of https://git./linux...
2022-11-10 Linus TorvaldsMerge tag 'for-6.1-rc4-tag' of git://git./linux/kernel...
2022-11-10 Linus TorvaldsMerge tag 'soundwire-6.1-fixes' of git://git./linux...
2022-11-10 Linus TorvaldsMerge tag 'phy-fixes-6.1' of git://git./linux/kernel...
2022-11-10 Linus TorvaldsMerge tag 'hwlock-v6.1' of git://git./linux/kernel...
next