index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2024-01-25
bpf: Fix error checks against bpf_get_btf_vmlinux().
Kui-Feng Lee
2024-01-24
bpf: Support symbolic BPF FS delegation mount options
Andrii Nakryiko
2024-01-24
bpf: Fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS
Andrii Nakryiko
2024-01-24
bpf,lsm: Add BPF token LSM hooks
Andrii Nakryiko
2024-01-24
bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
2024-01-24
bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
2024-01-24
bpf: Consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
2024-01-24
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
2024-01-24
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
2024-01-24
bpf: Add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
2024-01-24
bpf: Add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
2024-01-24
bpf: Introduce BPF token object
Andrii Nakryiko
2024-01-24
bpf: Add BPF token delegation mount options to BPF FS
Andrii Nakryiko
2024-01-24
bpf: Align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
2024-01-23
bpf: export btf_ctx_access to modules.
Kui-Feng Lee
2024-01-23
bpf, net: switch to dynamic registration
Kui-Feng Lee
2024-01-23
bpf: validate value_type
Kui-Feng Lee
2024-01-23
bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.
Kui-Feng Lee
2024-01-23
bpf: pass attached BTF to the bpf_struct_ops subsystem
Kui-Feng Lee
2024-01-23
bpf: lookup struct_ops types from a given module BTF.
Kui-Feng Lee
2024-01-23
bpf: pass btf object id in bpf_map_info.
Kui-Feng Lee
2024-01-23
bpf: make struct_ops_map support btfs other than btf_vmlinux.
Kui-Feng Lee
2024-01-23
bpf: add struct_ops_tab to btf.
Kui-Feng Lee
2024-01-23
bpf, net: introduce bpf_struct_ops_desc.
Kui-Feng Lee
2024-01-23
bpf: get type information with BTF_ID_LIST
Kui-Feng Lee
2024-01-23
bpf: refactory struct_ops type initialization to a function.
Kui-Feng Lee
2024-01-23
bpf: Store cookies in kprobe_multi bpf_link_info data
Jiri Olsa
2024-01-23
bpf: Add cookie to perf_event bpf_link_info records
Jiri Olsa
2024-01-23
bpf: Refactor ptr alu checking rules to allow alu explicitly
Hao Sun
2024-01-23
bpf: Track aligned st store as imprecise spilled registers
Yonghong Song
2024-01-23
bpf: Assign ID to scalars on spill
Maxim Mikityanskiy
2024-01-23
bpf: Add the get_reg_width function
Maxim Mikityanskiy
2024-01-23
bpf: Add the assign_scalar_id_before_mov function
Maxim Mikityanskiy
2024-01-23
bpf: make infinite loop detection in is_state_visited() exact
Eduard Zingerman
2024-01-23
bpf: support multiple tags per argument
Andrii Nakryiko
2024-01-23
bpf: prepare btf_prepare_func_args() for multiple tags per argument
Andrii Nakryiko
2024-01-23
bpf: make sure scalar args don't accept __arg_nonnull tag
Andrii Nakryiko
2024-01-23
bpf: Support inlining bpf_kptr_xchg() helper
Hou Tao
2024-01-18
Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2024-01-18
Merge tag 'dma-mapping-6.8-2024-01-18' of git://git.infradead.org/users/hch/d...
Linus Torvalds
2024-01-18
Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-01-18
Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2024-01-18
Merge tag 'probes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
2024-01-18
Merge tag 'sched-urgent-2024-01-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-18
Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-01-17
bpf: enforce types for __arg_ctx-tagged arguments in global subprogs
Andrii Nakryiko
2024-01-17
bpf: extract bpf_ctx_convert_map logic and make it more reusable
Andrii Nakryiko
2024-01-17
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-01-17
Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...
Linus Torvalds
2024-01-16
bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
Hao Sun
[next]