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 tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-06
4
-32
/
+22
|
\
|
*
fsnotify: create method handle_inode_event() in fsnotify_operations
Amir Goldstein
2020-07-27
3
-28
/
+19
|
*
audit: do not set FS_EVENT_ON_CHILD in audit marks mask
Amir Goldstein
2020-07-27
2
-2
/
+2
|
*
fsnotify: create helper fsnotify_inode()
Amir Goldstein
2020-07-27
1
-2
/
+1
|
*
fsnotify: pass dir argument to handle_event() callback
Amir Goldstein
2020-07-27
3
-11
/
+11
*
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-08-06
1
-0
/
+7
|
\
\
|
*
|
x86/kvm: Add "nopvspin" parameter to disable PV spinlocks
Zhenzhong Duan
2020-07-08
1
-0
/
+7
*
|
|
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-06
7
-57
/
+77
|
\
\
\
|
*
|
|
sched,tracing: Convert to sched_set_fifo()
Peter Zijlstra
2020-07-29
1
-25
/
+23
|
*
|
|
sched: Remove sched_set_*() return value
Peter Zijlstra
2020-06-15
2
-10
/
+7
|
*
|
|
sched: Remove sched_setscheduler*() EXPORTs
Peter Zijlstra
2020-06-15
1
-3
/
+0
|
*
|
|
sched,psi: Convert to sched_set_fifo_low()
Peter Zijlstra
2020-06-15
1
-4
/
+1
|
*
|
|
sched,rcutorture: Convert to sched_set_fifo_low()
Peter Zijlstra
2020-06-15
1
-3
/
+1
|
*
|
|
sched,rcuperf: Convert to sched_set_fifo_low()
Peter Zijlstra
2020-06-15
1
-6
/
+2
|
*
|
|
sched,locktorture: Convert to sched_set_fifo()
Peter Zijlstra
2020-06-15
1
-8
/
+2
|
*
|
|
sched,irq: Convert to sched_set_fifo()
Peter Zijlstra
2020-06-15
1
-5
/
+1
|
*
|
|
sched: Provide sched_set_fifo()
Peter Zijlstra
2020-06-15
1
-0
/
+47
*
|
|
|
Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
2020-08-06
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
ima: Support additional conditionals in the KEXEC_CMDLINE hook function
Tyler Hicks
2020-07-20
1
-1
/
+1
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-05
27
-429
/
+1884
|
\
\
\
\
\
|
*
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-08-03
17
-204
/
+1108
|
|
\
\
\
\
\
|
|
*
|
|
|
|
bpf: Add support for forced LINK_DETACH command
Andrii Nakryiko
2020-08-01
3
-1
/
+48
|
|
*
|
|
|
|
bpf: Add missing newline characters in verifier error messages
Yonghong Song
2020-07-31
1
-2
/
+2
|
|
*
|
|
|
|
bpf: Fix build without CONFIG_NET when using BPF XDP link
Andrii Nakryiko
2020-07-29
1
-0
/
+2
|
|
*
|
|
|
|
bpf: Fix swapped arguments in calls to check_buffer_access
Colin Ian King
2020-07-28
1
-4
/
+4
|
|
*
|
|
|
|
bpf, xdp: Add bpf_link-based XDP attachment API
Andrii Nakryiko
2020-07-25
1
-0
/
+5
|
|
*
|
|
|
|
bpf: Fix build on architectures with special bpf_user_pt_regs_t
Song Liu
2020-07-25
1
-5
/
+4
|
|
*
|
|
|
|
bpf/local_storage: Fix build without CONFIG_CGROUP
YiFei Zhu
2020-07-25
1
-2
/
+2
|
|
*
|
|
|
|
bpf: Make cgroup storages shared between programs on the same cgroup
YiFei Zhu
2020-07-25
3
-139
/
+156
|
|
*
|
|
|
|
bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot work
Song Liu
2020-07-25
2
-0
/
+21
|
|
*
|
|
|
|
bpf: Separate bpf_get_[stack|stackid] for perf events BPF
Song Liu
2020-07-25
2
-20
/
+168
|
|
*
|
|
|
|
bpf: Implement bpf iterator for array maps
Yonghong Song
2020-07-25
2
-2
/
+142
|
|
*
|
|
|
|
bpf: Implement bpf iterator for hash maps
Yonghong Song
2020-07-25
2
-1
/
+217
|
|
*
|
|
|
|
bpf: Implement bpf iterator for map elements
Yonghong Song
2020-07-25
2
-17
/
+98
|
|
*
|
|
|
|
bpf: Support readonly/readwrite buffers in verifier
Yonghong Song
2020-07-25
2
-6
/
+98
|
|
*
|
|
|
|
bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t
Yonghong Song
2020-07-25
2
-2
/
+2
|
|
*
|
|
|
|
bpf: Refactor bpf_iter_reg to have separate seq_info member
Yonghong Song
2020-07-25
4
-14
/
+30
|
|
*
|
|
|
|
bpf: Add bpf_prog iterator
Alexei Starovoitov
2020-07-25
3
-1
/
+123
|
|
*
|
|
|
|
bpf: Fix pos computation for bpf_iter seq_ops->start()
Yonghong Song
2020-07-25
2
-12
/
+10
|
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-08-02
7
-14
/
+22
|
|
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-07-25
8
-62
/
+193
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
bpf: net: Use precomputed btf_id for bpf iterators
Yonghong Song
2020-07-21
3
-5
/
+19
|
*
|
|
|
|
|
|
bpf: Compute bpf_skc_to_*() helper socket btf ids at build time
Yonghong Song
2020-07-21
1
-1
/
+0
|
*
|
|
|
|
|
|
bpf: cpumap: Fix possible rcpu kthread hung
Lorenzo Bianconi
2020-07-21
1
-4
/
+7
|
*
|
|
|
|
|
|
bpf, netns: Fix build without CONFIG_INET
Jakub Sitnicki
2020-07-21
1
-0
/
+4
|
*
|
|
|
|
|
|
inet: Run SK_LOOKUP BPF program on socket lookup
Jakub Sitnicki
2020-07-17
1
-1
/
+31
|
*
|
|
|
|
|
|
bpf: Introduce SK_LOOKUP program type with a dedicated attach point
Jakub Sitnicki
2020-07-17
3
-3
/
+24
|
*
|
|
|
|
|
|
bpf, netns: Handle multiple link attachments
Jakub Sitnicki
2020-07-17
2
-9
/
+136
|
*
|
|
|
|
|
|
bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entries
Lorenzo Bianconi
2020-07-16
1
-2
/
+15
|
*
|
|
|
|
|
|
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
2020-07-16
1
-13
/
+108
[next]