aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* seccomp: Introduce addfd ioctl to seccomp user notifierSargun Dhillon2020-07-141-2/+173
* pidfd: Replace open-coded receive_fd()Kees Cook2020-07-131-13/+2
* pidfd: Add missing sock updates for pidfd_getfd()Kees Cook2020-07-131-2/+5
* seccomp: Use -1 marker for end of mode 1 syscall listKees Cook2020-07-101-5/+5
* seccomp: Fix ioctl number for SECCOMP_IOCTL_NOTIF_ID_VALIDKees Cook2020-07-101-0/+9
* seccomp: Use pr_fmtKees Cook2020-07-101-1/+2
* seccomp: notify about unused filterChristian Brauner2020-07-101-5/+39
* seccomp: Lift wait_queue into struct seccomp_filterChristian Brauner2020-07-101-6/+6
* seccomp: release filter after task is fully deadChristian Brauner2020-07-103-26/+38
* seccomp: rename "usage" to "refs" and documentChristian Brauner2020-07-101-9/+10
* seccomp: Add find_notification helperSargun Dhillon2020-07-101-26/+27
* seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook2020-07-101-0/+3
* Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-141-1/+14
|\
| * security: Add LSM hooks to set*gid syscallsThomas Cedeno2020-06-141-1/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-136-22/+21
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-136-22/+21
| |\ \
| | * | bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpAndrii Nakryiko2020-06-121-5/+12
| | * | bpf: Devmap adjust uapi for attach bpf programJesper Dangaard Brouer2020-06-091-13/+4
| | * | bpf: cgroup: Allow multi-attach program to replace itselfLorenz Bauer2020-06-091-1/+1
| | * | bpf: Reset data_meta before running programs attached to devmap entryDavid Ahern2020-06-091-0/+1
| | * | tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesJean-Philippe Brucker2020-06-092-2/+2
| | * | bpf: Fix an error code in check_btf_func()Dan Carpenter2020-06-041-1/+1
* | | | Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-133-17/+17
|\ \ \ \
| * | | | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-143-17/+17
* | | | | Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-136-24/+54
|\ \ \ \ \
| * | | | | lockdep: __always_inline more for noinstrPeter Zijlstra2020-06-111-2/+2
| * | | | | x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra2020-06-111-5/+5
| * | | | | x86/entry: Clarify irq_{enter,exit}_rcu()Peter Zijlstra2020-06-111-7/+14
| * | | | | genirq: Provide irq_enter/exit_rcu()Thomas Gleixner2020-06-111-8/+27
| * | | | | x86/mce: Address objtools noinstr complaintsThomas Gleixner2020-06-111-1/+1
| * | | | | bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner2020-06-111-1/+3
| * | | | | context_tracking: Ensure that the critical path cannot be instrumentedThomas Gleixner2020-06-111-6/+8
| |/ / / /
* | | | | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-132-0/+656
|\ \ \ \ \
| * | | | | pipe: Add notification lossage handlingDavid Howells2020-05-191-0/+2
| * | | | | pipe: Allow buffers to be marked read-whole-or-error for notificationsDavid Howells2020-05-191-1/+1
| * | | | | pipe: Add general notification queue supportDavid Howells2020-05-192-0/+658
* | | | | | Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-122-13/+8
|\ \ \ \ \ \
| * | | | | | printk/kdb: Redirect printk messages into kdb in any contextPetr Mladek2020-06-112-13/+8
* | | | | | | Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-1112-0/+2253
|\ \ \ \ \ \ \
| * | | | | | | kcsan: Support distinguishing volatile accessesMarco Elver2020-06-111-0/+43
| * | | | | | | Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-1112-0/+2210
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-05-085-249/+465
| | |\ \ \ \ \ \
| | | * | | | | | kcsan: Add __kcsan_{enable,disable}_current() variantsMarco Elver2020-05-061-0/+7
| | | * | | | | | kcsan: Use GFP_ATOMIC under spin lockWei Yongjun2020-04-271-2/+2
| | | * | | | | | kcsan: Make reporting aware of KCSAN testsMarco Elver2020-04-131-7/+23
| | | * | | | | | kcsan: Fix function matching in reportMarco Elver2020-04-131-9/+9
| | | * | | | | | kcsan: Introduce scoped ASSERT_EXCLUSIVE macrosMarco Elver2020-04-131-1/+15
| | | * | | | | | kcsan: Add support for scoped accessesMarco Elver2020-04-132-19/+97
| | | * | | | | | kcsan: Avoid blocking producers in prepare_report()Marco Elver2020-04-133-122/+124
| | | * | | | | | kcsan: Introduce report access_info and other_infoMarco Elver2020-04-133-78/+77