index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-18
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
11
-97
/
+40
2019-11-18
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
8
-49
/
+34
2019-11-15
Merge branch 'bpf-trampoline'
Daniel Borkmann
34
-173
/
+2354
2019-11-15
selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog
Alexei Starovoitov
2
-0
/
+167
2019-11-15
selftests/bpf: Extend test_pkt_access test
Alexei Starovoitov
1
-2
/
+36
2019-11-15
libbpf: Add support for attaching BPF programs to other BPF programs
Alexei Starovoitov
5
-17
/
+71
2019-11-15
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
8
-28
/
+152
2019-11-15
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
5
-3
/
+107
2019-11-15
bpf: Annotate context types
Alexei Starovoitov
6
-43
/
+176
2019-11-15
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
4
-9
/
+32
2019-11-15
bpf: Reserve space for BPF trampoline in BPF programs
Alexei Starovoitov
1
-2
/
+7
2019-11-15
selftests/bpf: Add stress test for maximum number of progs
Alexei Starovoitov
1
-0
/
+76
2019-11-15
selftests/bpf: Add combined fentry/fexit test
Alexei Starovoitov
1
-0
/
+90
2019-11-15
selftests/bpf: Add fexit tests for BPF trampoline
Alexei Starovoitov
2
-0
/
+162
2019-11-15
selftests/bpf: Add test for BPF trampoline
Alexei Starovoitov
3
-0
/
+167
2019-11-15
bpf: Add kernel test functions for fentry testing
Alexei Starovoitov
1
-0
/
+41
2019-11-15
selftest/bpf: Simple test for fentry/fexit
Alexei Starovoitov
2
-3
/
+88
2019-11-15
libbpf: Add support to attach to fentry/fexit tracing progs
Alexei Starovoitov
4
-25
/
+82
2019-11-15
libbpf: Introduce btf__find_by_name_kind()
Alexei Starovoitov
3
-0
/
+25
2019-11-15
bpf: Introduce BPF trampoline
Alexei Starovoitov
9
-10
/
+735
2019-11-15
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
3
-0
/
+65
2019-11-15
bpf: Refactor x86 JIT into helpers
Alexei Starovoitov
1
-54
/
+98
2019-11-15
x86/alternatives: Teach text_poke_bp() to emulate instructions
Peter Zijlstra
4
-46
/
+130
2019-11-15
bpf, doc: Change right arguments for JIT example code
Mao Wenan
1
-4
/
+4
2019-11-15
samples/bpf: Add missing option to xdpsock usage
Andre Guedes
1
-0
/
+2
2019-11-15
samples/bpf: Remove duplicate option from xdpsock
Andre Guedes
1
-1
/
+0
2019-11-15
s390/bpf: Make sure JIT passes do not increase code size
Ilya Leoshkevich
1
-8
/
+66
2019-11-15
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
2
-2
/
+8
2019-11-11
bpf, testing: Add missing object file to TEST_FILES
Anders Roxell
1
-1
/
+2
2019-11-11
bpf, testing: Workaround a verifier failure for test_progs
Yonghong Song
1
-1
/
+4
2019-11-10
Merge branch 'share-umem'
Alexei Starovoitov
6
-59
/
+195
2019-11-10
xsk: Extend documentation for Rx|Tx-only sockets and shared umems
Magnus Karlsson
1
-5
/
+23
2019-11-10
samples/bpf: Use Rx-only and Tx-only sockets in xdpsock
Magnus Karlsson
1
-12
/
+29
2019-11-10
libbpf: Allow for creating Rx or Tx only AF_XDP sockets
Magnus Karlsson
1
-2
/
+3
2019-11-10
samples/bpf: Add XDP_SHARED_UMEM support to xdpsock
Magnus Karlsson
4
-42
/
+135
2019-11-10
libbpf: Support XDP_SHARED_UMEM with external XDP program
Magnus Karlsson
1
-10
/
+17
2019-11-10
Merge branch 'map-pinning'
Alexei Starovoitov
7
-55
/
+120
2019-11-10
libbpf: Add getter for program size
Toke Høiland-Jørgensen
3
-0
/
+9
2019-11-10
libbpf: Add bpf_get_link_xdp_info() function to get more XDP information
Toke Høiland-Jørgensen
3
-28
/
+67
2019-11-10
libbpf: Use pr_warn() when printing netlink errors
Toke Høiland-Jørgensen
2
-6
/
+7
2019-11-10
libbpf: Propagate EPERM to caller on program load
Toke Høiland-Jørgensen
1
-16
/
+11
2019-11-10
selftests/bpf: Add tests for automatic map unpinning on load failure
Toke Høiland-Jørgensen
2
-4
/
+18
2019-11-10
libbpf: Unpin auto-pinned maps if loading fails
Toke Høiland-Jørgensen
1
-1
/
+8
2019-11-08
samples: bpf: update map definition to new syntax BTF-defined map
Daniel T. Lee
12
-178
/
+178
2019-11-08
samples: bpf: Update outdated error message
Daniel T. Lee
5
-7
/
+7
2019-11-07
bpf: Add cb access in kfree_skb test
Martin KaFai Lau
2
-16
/
+63
2019-11-07
bpf: Add array support to btf_struct_access
Martin KaFai Lau
1
-29
/
+166
2019-11-07
Merge branch 'bpf-libbpf-fixes'
Daniel Borkmann
4
-13
/
+12
2019-11-07
libbpf: Improve handling of corrupted ELF during map initialization
Andrii Nakryiko
1
-2
/
+2
2019-11-07
libbpf: Make btf__resolve_size logic always check size error condition
Andrii Nakryiko
1
-2
/
+1
[next]