index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-04
32
-66
/
+74
|
\
|
*
gcov: Disable gcov build with GCC 10
Leon Romanovsky
2020-09-04
1
-0
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-09-03
2
-3
/
+2
|
|
\
|
|
*
bpf, sysctl: Let bpf_stats_handler take a kernel pointer buffer
Tobias Klauser
2020-08-24
1
-2
/
+1
|
|
*
bpf: Fix a buffer out-of-bound access when filling raw_tp link_info
Yonghong Song
2020-08-24
1
-1
/
+1
|
*
|
Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-30
1
-0
/
+7
|
|
\
\
|
|
*
|
genirq/matrix: Deal with the sillyness of for_each_cpu() on UP
Thomas Gleixner
2020-08-30
1
-0
/
+7
|
*
|
|
Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-08-30
2
-21
/
+22
|
|
\
\
\
|
|
*
|
|
lockdep,trace: Expose tracepoints
Peter Zijlstra
2020-08-26
1
-5
/
+9
|
|
*
|
|
cpuidle: Move trace_cpu_idle() into generic code
Peter Zijlstra
2020-08-26
1
-0
/
+3
|
|
*
|
|
sched,idle,rcu: Push rcu_idle deeper into the idle path
Peter Zijlstra
2020-08-26
1
-14
/
+8
|
|
*
|
|
lockdep: Use raw_cpu_*() for per-cpu variables
Peter Zijlstra
2020-08-26
1
-2
/
+2
|
|
|
|
/
|
|
|
/
|
|
*
|
|
dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()
Dan Carpenter
2020-08-27
1
-1
/
+1
|
*
|
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
26
-41
/
+41
|
|
/
/
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-01
38
-119
/
+2542
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bpf: {cpu,dev}map: Change various functions return type from int to void
Björn Töpel
2020-09-01
2
-16
/
+10
|
*
|
bpf: Remove bpf_lsm_file_mprotect from sleepable list.
Alexei Starovoitov
2020-08-31
2
-1
/
+1
|
*
|
bpf: Fix build without BPF_LSM.
Alexei Starovoitov
2020-08-31
1
-0
/
+2
|
*
|
bpf: Add bpf_copy_from_user() helper.
Alexei Starovoitov
2020-08-28
2
-0
/
+24
|
*
|
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
2020-08-28
5
-14
/
+121
|
*
|
bpf: Relax max_entries check for most of the inner map types
Martin KaFai Lau
2020-08-28
2
-3
/
+9
|
*
|
bpf: Add map_meta_equal map ops
Martin KaFai Lau
2020-08-28
13
-15
/
+32
|
*
|
bpf: Fix a verifier failure with xor
Yonghong Song
2020-08-26
1
-0
/
+66
|
*
|
bpf: verifier: Use target program's type for access verifications
Udip Pant
2020-08-26
1
-11
/
+21
|
*
|
bpf: Add d_path helper
Jiri Olsa
2020-08-25
1
-0
/
+48
|
*
|
bpf: Add BTF_SET_START/END macros
Jiri Olsa
2020-08-25
2
-0
/
+19
|
*
|
bpf: Add btf_struct_ids_match function
Jiri Olsa
2020-08-25
2
-6
/
+42
|
*
|
bpf: Factor btf_struct_access function
Jiri Olsa
2020-08-25
1
-10
/
+65
|
*
|
bpf: Remove recursion call in btf_struct_access
Jiri Olsa
2020-08-25
1
-6
/
+5
|
*
|
bpf: Add type_id pointer as argument to __btf_resolve_size
Jiri Olsa
2020-08-25
1
-4
/
+9
|
*
|
bpf: Add elem_id pointer as argument to __btf_resolve_size
Jiri Olsa
2020-08-25
1
-3
/
+7
|
*
|
bpf: Move btf_resolve_size into __btf_resolve_size
Jiri Olsa
2020-08-25
2
-11
/
+16
|
*
|
bpf: Disallow BPF_PRELOAD in allmodconfig builds
Alexei Starovoitov
2020-08-25
1
-0
/
+3
|
*
|
bpf: Allow local storage to be used from LSM programs
KP Singh
2020-08-25
1
-1
/
+20
|
*
|
bpf: Implement bpf_local_storage for inodes
KP Singh
2020-08-25
4
-1
/
+286
|
*
|
bpf: Split bpf_local_storage to bpf_sk_storage
KP Singh
2020-08-25
2
-0
/
+601
|
*
|
bpf: sockmap: Allow update from BPF
Lorenz Bauer
2020-08-21
1
-2
/
+36
|
*
|
bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhash
Lorenz Bauer
2020-08-21
1
-0
/
+35
|
*
|
bpf: sockmap: Call sock_map_update_elem directly
Lorenz Bauer
2020-08-21
1
-2
/
+3
|
*
|
bpf: Implement link_query callbacks in map element iterators
Yonghong Song
2020-08-21
1
-0
/
+15
|
*
|
bpf: Implement link_query for bpf iterators
Yonghong Song
2020-08-21
1
-0
/
+58
|
*
|
bpf: Add kernel module with user mode driver that populates bpffs.
Alexei Starovoitov
2020-08-20
10
-4
/
+382
|
*
|
bpf: Add BPF program and map iterators as built-in BPF programs.
Alexei Starovoitov
2020-08-20
5
-0
/
+587
|
*
|
bpf: Factor out bpf_link_by_id() helper.
Alexei Starovoitov
2020-08-20
1
-18
/
+28
*
|
|
Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-08-23
1
-1
/
+2
|
\
\
\
|
*
|
|
core/entry: Respect syscall number rewrites
Thomas Gleixner
2020-08-21
1
-1
/
+2
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-08-23
2
-3
/
+18
|
\
\
\
\
|
*
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-08-21
2
-3
/
+18
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
bpf: Avoid visit same object multiple times
Yonghong Song
2020-08-18
1
-1
/
+2
|
|
*
|
|
bpf: Fix a rcu_sched stall issue with bpf task/task_file iterator
Yonghong Song
2020-08-18
1
-1
/
+14
[next]