index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
seccomp: Introduce addfd ioctl to seccomp user notifier
Sargun Dhillon
2020-07-14
1
-2
/
+173
*
pidfd: Replace open-coded receive_fd()
Kees Cook
2020-07-13
1
-13
/
+2
*
pidfd: Add missing sock updates for pidfd_getfd()
Kees Cook
2020-07-13
1
-2
/
+5
*
seccomp: Use -1 marker for end of mode 1 syscall list
Kees Cook
2020-07-10
1
-5
/
+5
*
seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALID
Kees Cook
2020-07-10
1
-0
/
+9
*
seccomp: Use pr_fmt
Kees Cook
2020-07-10
1
-1
/
+2
*
seccomp: notify about unused filter
Christian Brauner
2020-07-10
1
-5
/
+39
*
seccomp: Lift wait_queue into struct seccomp_filter
Christian Brauner
2020-07-10
1
-6
/
+6
*
seccomp: release filter after task is fully dead
Christian Brauner
2020-07-10
3
-26
/
+38
*
seccomp: rename "usage" to "refs" and document
Christian Brauner
2020-07-10
1
-9
/
+10
*
seccomp: Add find_notification helper
Sargun Dhillon
2020-07-10
1
-26
/
+27
*
seccomp: Report number of loaded filters in /proc/$pid/status
Kees Cook
2020-07-10
1
-0
/
+3
*
Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...
Linus Torvalds
2020-06-14
1
-1
/
+14
|
\
|
*
security: Add LSM hooks to set*gid syscalls
Thomas Cedeno
2020-06-14
1
-1
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-06-13
6
-22
/
+21
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2020-06-13
6
-22
/
+21
|
|
\
\
|
|
*
|
bpf: Undo internal BPF_PROBE_MEM in BPF insns dump
Andrii Nakryiko
2020-06-12
1
-5
/
+12
|
|
*
|
bpf: Devmap adjust uapi for attach bpf program
Jesper Dangaard Brouer
2020-06-09
1
-13
/
+4
|
|
*
|
bpf: cgroup: Allow multi-attach program to replace itself
Lorenz Bauer
2020-06-09
1
-1
/
+1
|
|
*
|
bpf: Reset data_meta before running programs attached to devmap entry
David Ahern
2020-06-09
1
-0
/
+1
|
|
*
|
tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobes
Jean-Philippe Brucker
2020-06-09
2
-2
/
+2
|
|
*
|
bpf: Fix an error code in check_btf_func()
Dan Carpenter
2020-06-04
1
-1
/
+1
*
|
|
|
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2020-06-13
3
-17
/
+17
|
\
\
\
\
|
*
|
|
|
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
3
-17
/
+17
*
|
|
|
|
Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2020-06-13
6
-24
/
+54
|
\
\
\
\
\
|
*
|
|
|
|
lockdep: __always_inline more for noinstr
Peter Zijlstra
2020-06-11
1
-2
/
+2
|
*
|
|
|
|
x86/entry: Rename trace_hardirqs_off_prepare()
Peter Zijlstra
2020-06-11
1
-5
/
+5
|
*
|
|
|
|
x86/entry: Clarify irq_{enter,exit}_rcu()
Peter Zijlstra
2020-06-11
1
-7
/
+14
|
*
|
|
|
|
genirq: Provide irq_enter/exit_rcu()
Thomas Gleixner
2020-06-11
1
-8
/
+27
|
*
|
|
|
|
x86/mce: Address objtools noinstr complaints
Thomas Gleixner
2020-06-11
1
-1
/
+1
|
*
|
|
|
|
bug: Annotate WARN/BUG/stackfail as noinstr safe
Thomas Gleixner
2020-06-11
1
-1
/
+3
|
*
|
|
|
|
context_tracking: Ensure that the critical path cannot be instrumented
Thomas Gleixner
2020-06-11
1
-6
/
+8
|
|
/
/
/
/
*
|
|
|
|
Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-06-13
2
-0
/
+656
|
\
\
\
\
\
|
*
|
|
|
|
pipe: Add notification lossage handling
David Howells
2020-05-19
1
-0
/
+2
|
*
|
|
|
|
pipe: Allow buffers to be marked read-whole-or-error for notifications
David Howells
2020-05-19
1
-1
/
+1
|
*
|
|
|
|
pipe: Add general notification queue support
David Howells
2020-05-19
2
-0
/
+658
*
|
|
|
|
|
Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-06-12
2
-13
/
+8
|
\
\
\
\
\
\
|
*
|
|
|
|
|
printk/kdb: Redirect printk messages into kdb in any context
Petr Mladek
2020-06-11
2
-13
/
+8
*
|
|
|
|
|
|
Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2020-06-11
12
-0
/
+2253
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
kcsan: Support distinguishing volatile accesses
Marco Elver
2020-06-11
1
-0
/
+43
|
*
|
|
|
|
|
|
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
2020-06-11
12
-0
/
+2210
|
|
\
\
\
\
\
\
\
|
|
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...
Thomas Gleixner
2020-05-08
5
-249
/
+465
|
|
|
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
kcsan: Add __kcsan_{enable,disable}_current() variants
Marco Elver
2020-05-06
1
-0
/
+7
|
|
|
*
|
|
|
|
|
kcsan: Use GFP_ATOMIC under spin lock
Wei Yongjun
2020-04-27
1
-2
/
+2
|
|
|
*
|
|
|
|
|
kcsan: Make reporting aware of KCSAN tests
Marco Elver
2020-04-13
1
-7
/
+23
|
|
|
*
|
|
|
|
|
kcsan: Fix function matching in report
Marco Elver
2020-04-13
1
-9
/
+9
|
|
|
*
|
|
|
|
|
kcsan: Introduce scoped ASSERT_EXCLUSIVE macros
Marco Elver
2020-04-13
1
-1
/
+15
|
|
|
*
|
|
|
|
|
kcsan: Add support for scoped accesses
Marco Elver
2020-04-13
2
-19
/
+97
|
|
|
*
|
|
|
|
|
kcsan: Avoid blocking producers in prepare_report()
Marco Elver
2020-04-13
3
-122
/
+124
|
|
|
*
|
|
|
|
|
kcsan: Introduce report access_info and other_info
Marco Elver
2020-04-13
3
-78
/
+77
[next]