index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Add poke dependency tracking for prog array maps
Daniel Borkmann
2019-11-25
3
-12
/
+200
*
bpf: Add initial poke descriptor table for jit images
Daniel Borkmann
2019-11-25
1
-0
/
+34
*
bpf: Move owner type, jited info into array auxiliary data
Daniel Borkmann
2019-11-25
4
-21
/
+43
*
bpf: Move bpf_free_used_maps into sleepable section
Daniel Borkmann
2019-11-25
2
-20
/
+23
*
bpf: Provide better register bounds after jmp32 instructions
Yonghong Song
2019-11-25
1
-0
/
+19
*
xdp: Fix cleanup on map free for devmap_hash map type
Toke Høiland-Jørgensen
2019-11-25
1
-28
/
+46
*
Revert "bpf: Emit audit messages upon successful prog load and unload"
Jakub Kicinski
2019-11-23
2
-32
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2019-11-23
5
-16
/
+36
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2019-11-22
1
-1
/
+3
|
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-11-17
1
-1
/
+3
|
|
|
\
|
|
|
*
bpf, offload: Unlock on error in bpf_offload_dev_create()
Dan Carpenter
2019-11-07
1
-1
/
+3
|
*
|
|
Merge tag 'pm-5.4-final' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2019-11-22
1
-1
/
+7
|
|
\
\
\
|
|
*
|
|
PM: QoS: Invalidate frequency QoS requests after removal
Rafael J. Wysocki
2019-11-20
1
-1
/
+7
|
*
|
|
|
fork: fix pidfd_poll()'s return type
Luc Van Oostenryck
2019-11-20
1
-3
/
+3
|
|
/
/
/
|
*
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-11-17
2
-11
/
+23
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
sched/uclamp: Fix incorrect condition
Qais Yousef
2019-11-15
1
-1
/
+1
|
|
*
|
sched/pelt: Fix update of blocked PELT ordering
Vincent Guittot
2019-11-13
1
-9
/
+20
|
|
*
|
sched/core: Avoid spurious lock dependencies
Peter Zijlstra
2019-11-13
1
-1
/
+2
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-11-21
12
-141
/
+1187
|
\
\
\
\
|
*
|
|
|
bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size
Daniel Borkmann
2019-11-20
1
-4
/
+7
|
*
|
|
|
bpf: Emit audit messages upon successful prog load and unload
Daniel Borkmann
2019-11-20
2
-1
/
+32
|
*
|
|
|
bpf: Make array_map_mmap static
YueHaibing
2019-11-20
1
-1
/
+1
|
*
|
|
|
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
2019-11-18
2
-9
/
+148
|
*
|
|
|
bpf: Convert bpf_prog refcnt to atomic64_t
Andrii Nakryiko
2019-11-18
3
-28
/
+14
|
*
|
|
|
bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails
Andrii Nakryiko
2019-11-18
5
-40
/
+27
|
*
|
|
|
bpf: Support attaching tracing BPF program to other BPF programs
Alexei Starovoitov
2019-11-15
4
-27
/
+147
|
*
|
|
|
bpf: Compare BTF types of functions arguments with actual types
Alexei Starovoitov
2019-11-15
3
-3
/
+98
|
*
|
|
|
bpf: Annotate context types
Alexei Starovoitov
2019-11-15
3
-6
/
+114
|
*
|
|
|
bpf: Fix race in btf_resolve_helper_id()
Alexei Starovoitov
2019-11-15
2
-6
/
+28
|
*
|
|
|
bpf: Introduce BPF trampoline
Alexei Starovoitov
2019-11-15
6
-8
/
+419
|
*
|
|
|
bpf: Add bpf_arch_text_poke() helper
Alexei Starovoitov
2019-11-15
1
-0
/
+6
|
*
|
|
|
bpf: Support doubleword alignment in bpf_jit_binary_alloc
Ilya Leoshkevich
2019-11-15
1
-0
/
+4
|
*
|
|
|
bpf: Add array support to btf_struct_access
Martin KaFai Lau
2019-11-07
1
-29
/
+166
|
*
|
|
|
bpf: Account for insn->off when doing bpf_probe_read_kernel
Martin KaFai Lau
2019-11-07
1
-1
/
+1
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-11-17
16
-78
/
+172
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2019-11-17
1
-1
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
ntp/y2038: Remove incorrect time_t truncation
Arnd Bergmann
2019-11-12
1
-1
/
+1
|
*
|
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-11-17
1
-4
/
+19
|
|
\
\
\
\
\
|
|
*
|
|
|
|
perf/core: Fix missing static inline on perf_cgroup_switch()
Ben Dooks (Codethink)
2019-11-13
1
-1
/
+1
|
|
*
|
|
|
|
perf/core: Consistently fail fork on allocation failures
Alexander Shishkin
2019-11-13
1
-1
/
+1
|
|
*
|
|
|
|
perf/aux: Disallow aux_output for kernel events
Alexander Shishkin
2019-11-13
1
-0
/
+7
|
|
*
|
|
|
|
perf/core: Reattach a misplaced comment
Alexander Shishkin
2019-11-13
1
-4
/
+3
|
|
*
|
|
|
|
perf/aux: Fix the aux_output group inheritance fix
Alexander Shishkin
2019-11-13
1
-1
/
+1
|
|
*
|
|
|
|
perf/core: Disallow uncore-cgroup events
Peter Zijlstra
2019-11-13
1
-0
/
+9
|
*
|
|
|
|
|
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-11-15
2
-3
/
+4
|
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
audit_get_nd(): don't unlock parent too early
Al Viro
2019-11-10
1
-1
/
+1
|
|
*
|
|
|
|
cgroup: don't put ERR_PTR() into fc->root
Al Viro
2019-11-10
1
-2
/
+3
|
*
|
|
|
|
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-11-12
1
-1
/
+26
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
cpu/speculation: Uninline and export CPU mitigations helpers
Tyler Hicks
2019-11-04
1
-1
/
+26
|
*
|
|
|
|
|
|
Merge branch 'for-5.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-11-11
1
-1
/
+1
|
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
[next]