index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
10
-25
/
+162
2020-08-28
mm/error_inject: Fix allow_error_inject function signatures.
Alexei Starovoitov
2
-5
/
+5
2020-08-28
bpf: selftests: Add test for different inner map size
Martin KaFai Lau
2
-1
/
+65
2020-08-28
bpf: Relax max_entries check for most of the inner map types
Martin KaFai Lau
3
-4
/
+17
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
17
-15
/
+52
2020-08-28
bpf: Make bpf_link_info.iter similar to bpf_iter_link_info
Yonghong Song
2
-4
/
+8
2020-08-28
tools, bpf/build: Cleanup feature files on make clean
Jesper Dangaard Brouer
3
-3
/
+9
2020-08-26
libbpf: Fix compilation warnings for 64-bit printf args
Andrii Nakryiko
1
-3
/
+5
2020-08-26
selftests/bpf: Add verifier tests for xor operation
Yonghong Song
1
-0
/
+146
2020-08-26
bpf: Fix a verifier failure with xor
Yonghong Song
1
-0
/
+66
2020-08-26
libbpf: Fix unintentional success return code in bpf_object__load
Alex Gartrell
1
-1
/
+1
2020-08-26
Merge branch 'resolve_prog_type'
Alexei Starovoitov
7
-11
/
+229
2020-08-26
selftests/bpf: Test for map update access from within EXT programs
Udip Pant
3
-3
/
+104
2020-08-26
selftests/bpf: Test for checking return code for the extended prog
Udip Pant
2
-0
/
+59
2020-08-26
selftests/bpf: Add test for freplace program with write access
Udip Pant
3
-0
/
+48
2020-08-26
bpf: verifier: Use target program's type for access verifications
Udip Pant
1
-11
/
+21
2020-08-26
selftests/bpf: Fix spelling mistake "scoket" -> "socket"
Colin Ian King
1
-1
/
+1
2020-08-26
selftests/bpf: Fix open call in trigger_fstat_events
Jiri Olsa
1
-1
/
+1
2020-08-25
selftests/bpf: Add set test to resolve_btfids
Jiri Olsa
1
-1
/
+38
2020-08-25
selftests/bpf: Add test for d_path helper
Jiri Olsa
2
-0
/
+205
2020-08-25
selftests/bpf: Add verifier test for d_path helper
Jiri Olsa
2
-1
/
+55
2020-08-25
bpf: Update .BTF_ids section in btf.rst with sets info
Jiri Olsa
1
-0
/
+25
2020-08-25
bpf: Add d_path helper
Jiri Olsa
4
-0
/
+78
2020-08-25
bpf: Add BTF_SET_START/END macros
Jiri Olsa
5
-2
/
+123
2020-08-25
bpf: Add btf_struct_ids_match function
Jiri Olsa
3
-6
/
+44
2020-08-25
bpf: Factor btf_struct_access function
Jiri Olsa
1
-10
/
+65
2020-08-25
bpf: Remove recursion call in btf_struct_access
Jiri Olsa
1
-6
/
+5
2020-08-25
bpf: Add type_id pointer as argument to __btf_resolve_size
Jiri Olsa
1
-4
/
+9
2020-08-25
bpf: Add elem_id pointer as argument to __btf_resolve_size
Jiri Olsa
1
-3
/
+7
2020-08-25
bpf: Move btf_resolve_size into __btf_resolve_size
Jiri Olsa
3
-13
/
+17
2020-08-25
tools resolve_btfids: Add support for set symbols
Jiri Olsa
1
-1
/
+19
2020-08-25
tools resolve_btfids: Add size check to get_id function
Jiri Olsa
1
-1
/
+8
2020-08-25
bpf: Disallow BPF_PRELOAD in allmodconfig builds
Alexei Starovoitov
1
-0
/
+3
2020-08-25
bpf: Add selftests for local_storage
KP Singh
2
-0
/
+200
2020-08-25
bpf: Allow local storage to be used from LSM programs
KP Singh
5
-5
/
+57
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
13
-8
/
+410
2020-08-25
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
5
-731
/
+766
2020-08-25
bpf: Generalize bpf_sk_storage
KP Singh
5
-86
/
+228
2020-08-25
bpf: Generalize caching for sk_storage.
KP Singh
2
-16
/
+34
2020-08-25
bpf: Renames in preparation for bpf_local_storage
KP Singh
3
-243
/
+255
2020-08-24
selftests/bpf: Enable tc verbose mode for test_sk_assign
Yonghong Song
1
-1
/
+1
2020-08-24
samples: bpf: Refactor tracepoint tracing programs with libbpf
Daniel T. Lee
7
-93
/
+192
2020-08-24
samples: bpf: Refactor kprobe tracing programs with libbpf
Daniel T. Lee
11
-118
/
+272
2020-08-24
samples: bpf: Cleanup bpf_load.o from Makefile
Daniel T. Lee
1
-1
/
+1
2020-08-24
selftests: bpf: Fix sockmap update nits
Lorenz Bauer
1
-7
/
+5
2020-08-24
libbpf: Fix type compatibility check copy-paste error
Andrii Nakryiko
1
-1
/
+1
2020-08-24
libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo
Andrii Nakryiko
1
-1
/
+1
2020-08-24
bpf: sk_lookup: Add user documentation
Jakub Sitnicki
2
-0
/
+99
2020-08-24
docs: Correct subject prefix and update LLVM info
Jianlin Lv
1
-7
/
+12
2020-08-24
Merge branch 'bpf-tcp-header-opts'
Alexei Starovoitov
22
-62
/
+3198
[next]