index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-28
Daniel Borkmann says:
Jakub Kicinski
14
-577
/
+2401
2022-11-24
bpf: Don't mark arguments to fentry/fexit programs as trusted.
Alexei Starovoitov
2
-6
/
+13
2022-11-24
bpf: Add kfunc bpf_rcu_read_lock/unlock()
Yonghong Song
3
-29
/
+148
2022-11-24
bpf: Introduce might_sleep field in bpf_func_proto
Yonghong Song
4
-4
/
+13
2022-11-23
bpf: Add bpf_task_from_pid() kfunc
David Vernet
1
-1
/
+20
2022-11-24
bpf: Unify and simplify btf_func_proto_check error handling
Stanislav Fomichev
1
-9
/
+5
2022-11-24
bpf: Prevent decl_tag from being referenced in func_proto arg
Stanislav Fomichev
1
-0
/
+5
2022-11-23
bpf: Don't use idx variable when registering kfunc dtors
David Vernet
1
-5
/
+5
2022-11-22
bpf: Add bpf_cgroup_ancestor() kfunc
David Vernet
1
-0
/
+20
2022-11-22
bpf: Enable cgroups to be used as kptrs
David Vernet
1
-3
/
+80
2022-11-21
bpf: Pin the start cgroup in cgroup_iter_seq_init()
Hou Tao
1
-0
/
+14
2022-11-21
bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
Kees Cook
1
-4
/
+8
2022-11-20
bpf: Add a kfunc for generic type cast
Yonghong Song
2
-2
/
+24
2022-11-20
bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
Yonghong Song
3
-0
/
+48
2022-11-20
bpf: Add support for kfunc set with common btf_ids
Yonghong Song
2
-1
/
+19
2022-11-20
bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init fails
Kumar Kartikeya Dwivedi
2
-2
/
+3
2022-11-20
bpf: Add kfuncs for storing struct task_struct * as a kptr
David Vernet
1
-3
/
+75
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
3
-13
/
+66
2022-11-20
bpf: Allow multiple modifiers in reg_type_str() prefix
David Vernet
1
-11
/
+8
2022-11-17
bpf: Add comments for map BTF matching requirement for bpf_list_head
Kumar Kartikeya Dwivedi
3
-0
/
+22
2022-11-17
bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
Kumar Kartikeya Dwivedi
1
-1
/
+57
2022-11-17
bpf: Introduce single ownership BPF linked list API
Kumar Kartikeya Dwivedi
2
-9
/
+321
2022-11-17
bpf: Permit NULL checking pointer with non-zero fixed offset
Kumar Kartikeya Dwivedi
1
-9
/
+12
2022-11-17
bpf: Introduce bpf_obj_drop
Kumar Kartikeya Dwivedi
2
-11
/
+66
2022-11-17
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
3
-15
/
+150
2022-11-17
bpf: Support constant scalar arguments for kfuncs
Kumar Kartikeya Dwivedi
1
-14
/
+43
2022-11-17
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
2
-386
/
+539
2022-11-17
bpf: Allow locking bpf_spin_lock in inner map values
Kumar Kartikeya Dwivedi
1
-5
/
+0
2022-11-17
bpf: Allow locking bpf_spin_lock global variables
Kumar Kartikeya Dwivedi
1
-13
/
+28
2022-11-17
bpf: Allow locking bpf_spin_lock in allocated objects
Kumar Kartikeya Dwivedi
2
-25
/
+67
2022-11-17
bpf: Verify ownership relationships for user BTF types
Kumar Kartikeya Dwivedi
2
-0
/
+75
2022-11-17
bpf: Recognize lock and list fields in allocated objects
Kumar Kartikeya Dwivedi
2
-18
/
+183
2022-11-17
bpf: Introduce allocated objects support
Kumar Kartikeya Dwivedi
2
-2
/
+28
2022-11-17
bpf: Populate field_offs for inner_map_meta
Kumar Kartikeya Dwivedi
1
-12
/
+32
2022-11-17
bpf: Free inner_map_meta when btf_record_dup fails
Kumar Kartikeya Dwivedi
1
-1
/
+3
2022-11-17
bpf: Do btf_record_free outside map_free callback
Kumar Kartikeya Dwivedi
3
-6
/
+14
2022-11-17
bpf: Fix early return in map_check_btf
Kumar Kartikeya Dwivedi
1
-1
/
+1
2022-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-37
/
+28
2022-11-17
bpf: Pass map file to .map_update_batch directly
Hou Tao
1
-18
/
+14
2022-11-15
bpf: propagate nullness information for reg to reg comparisons
Eduard Zingerman
1
-2
/
+33
2022-11-15
bpf: Expand map key argument of bpf_redirect_map to u64
Toke Høiland-Jørgensen
3
-5
/
+5
2022-11-14
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
2
-9
/
+14
2022-11-14
bpf: Rename MEM_ALLOC to MEM_RINGBUF
Kumar Kartikeya Dwivedi
2
-10
/
+10
2022-11-14
bpf: Rename RET_PTR_TO_ALLOC_MEM
Kumar Kartikeya Dwivedi
1
-1
/
+1
2022-11-14
bpf: Support bpf_list_head in map values
Kumar Kartikeya Dwivedi
4
-4
/
+202
2022-11-14
bpf: Remove BPF_MAP_OFF_ARR_MAX
Kumar Kartikeya Dwivedi
1
-1
/
+1
2022-11-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
10
-601
/
+783
2022-11-11
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
3
-37
/
+28
2022-11-11
bpf: Initialize same number of free nodes for each pcpu_freelist
Xu Kuohai
1
-12
/
+11
2022-11-11
docs/bpf: Document BPF_MAP_TYPE_CPUMAP map
Maryam Tahhan
1
-3
/
+6
[next]