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
2017-12-17
bpf: x64: add JIT support for multi-function programs
Alexei Starovoitov
7
-6
/
+189
2017-12-17
bpf: fix net.core.bpf_jit_enable race
Alexei Starovoitov
10
-11
/
+13
2017-12-17
bpf: add support for bpf_call to interpreter
Alexei Starovoitov
4
-17
/
+116
2017-12-17
selftests/bpf: add xdp noinline test
Alexei Starovoitov
3
-1
/
+916
2017-12-17
selftests/bpf: add bpf_call test
Alexei Starovoitov
3
-6
/
+492
2017-12-17
libbpf: add support for bpf_call
Alexei Starovoitov
3
-44
/
+134
2017-12-17
selftests/bpf: add tests for stack_zero tracking
Alexei Starovoitov
1
-2
/
+64
2017-12-17
bpf: teach verifier to recognize zero initialized stack
Alexei Starovoitov
2
-29
/
+103
2017-12-17
selftests/bpf: add verifier tests for bpf_call
Alexei Starovoitov
1
-1
/
+960
2017-12-17
bpf: introduce function calls (verification)
Alexei Starovoitov
2
-153
/
+585
2017-12-17
bpf: introduce function calls (function boundaries)
Alexei Starovoitov
4
-5
/
+155
2017-12-15
nfp: bpf: correct printk formats for size_t
Jakub Kicinski
1
-2
/
+2
2017-12-15
Merge branch 'bpf-nfp-jit-adjust-head-support'
Daniel Borkmann
9
-0
/
+392
2017-12-15
nfp: bpf: optimize the adjust_head calls in trivial cases
Jakub Kicinski
4
-2
/
+76
2017-12-15
nfp: bpf: add basic support for adjust head call
Jakub Kicinski
6
-0
/
+190
2017-12-15
nfp: bpf: prepare for call support
Jakub Kicinski
2
-0
/
+28
2017-12-15
nfp: bpf: prepare for parsing BPF FW capabilities
Jakub Kicinski
3
-0
/
+88
2017-12-15
nfp: add nfp_cpp_area_size() accessor
Jakub Kicinski
2
-0
/
+12
2017-12-14
Merge branch 'bpf-bpftool-cgroup-ops'
Daniel Borkmann
10
-39
/
+566
2017-12-14
bpftool: implement cgroup bpf operations
Roman Gushchin
7
-5
/
+434
2017-12-14
bpftool: implement prog load command
Roman Gushchin
5
-34
/
+79
2017-12-14
libbpf: prefer global symbols as bpf program name source
Roman Gushchin
1
-0
/
+2
2017-12-14
libbpf: add ability to guess program type based on section name
Roman Gushchin
1
-0
/
+51
2017-12-13
bpf/tracing: fix kernel/events/core.c compilation error
Yonghong Song
4
-3
/
+8
2017-12-12
Merge branch 'bpf-override-return'
Alexei Starovoitov
29
-12
/
+424
2017-12-12
btrfs: allow us to inject errors at io_ctl_init
Josef Bacik
1
-0
/
+2
2017-12-12
samples/bpf: add a test for bpf_override_return
Josef Bacik
6
-2
/
+71
2017-12-12
bpf: add a bpf_override_function helper
Josef Bacik
15
-9
/
+154
2017-12-12
btrfs: make open_ctree error injectable
Josef Bacik
1
-0
/
+2
2017-12-12
add infrastructure for tagging functions as error injectable
Josef Bacik
6
-1
/
+195
2017-12-12
Merge branch 'bpf-tracing-multiprog-tp-query'
Alexei Starovoitov
9
-1
/
+255
2017-12-12
bpf/tracing: add a bpf test for new ioctl query interface
Yonghong Song
4
-1
/
+182
2017-12-12
bpf/tracing: allow user space to query prog array on the same tp
Yonghong Song
5
-0
/
+73
2017-12-12
selftests: bpf: Adding config fragment CONFIG_CGROUP_BPF=y
Naresh Kamboju
1
-0
/
+1
2017-12-08
Merge branch 'bpf-bpftool-makefile-cleanups'
Daniel Borkmann
3
-40
/
+52
2017-12-08
tools: bpftool: create "uninstall", "doc-uninstall" make targets
Quentin Monnet
3
-3
/
+18
2017-12-08
tools: bpftool: harmonise Makefile and Documentation/Makefile
Quentin Monnet
2
-39
/
+36
2017-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
6
-5
/
+572
2017-12-08
tuntap: fix possible deadlock when fail to register netdev
Jason Wang
1
-3
/
+4
2017-12-07
Merge branch 'smc-fixes-next'
David S. Miller
8
-55
/
+118
2017-12-07
smc: support variable CLC proposal messages
Ursula Braun
3
-24
/
+107
2017-12-07
smc: no consumer update in tasklet context
Ursula Braun
2
-16
/
+5
2017-12-07
smc: cleanup close checking during data receival
Ursula Braun
1
-4
/
+1
2017-12-07
smc: no update for unused sk_write_pending
Ursula Braun
1
-2
/
+0
2017-12-07
smc: improve smc_clc_send_decline() error handling
Ursula Braun
2
-7
/
+4
2017-12-07
smc: make smc_close_active_abort() static
Ursula Braun
2
-2
/
+1
2017-12-07
net: dsa: Allow compiling out legacy support
Florian Fainelli
8
-22
/
+56
2017-12-07
bnxt_en: Don't print "Link speed -1 no longer supported" messages.
Michael Chan
1
-3
/
+7
2017-12-06
Merge branch 'bpf-devel-doc'
Alexei Starovoitov
2
-0
/
+523
2017-12-06
bpf, doc: add faq about bpf development process
Daniel Borkmann
1
-0
/
+519
[next]