aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-06-14Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Gravatar Linus Torvalds 1-1/+14
2020-06-14security: Add LSM hooks to set*gid syscallsGravatar Thomas Cedeno 1-1/+14
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 6-22/+21
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 6-22/+21
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 3-17/+17
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-24/+54
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 3-17/+17
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-0/+656
2020-06-12bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpGravatar Andrii Nakryiko 1-5/+12
2020-06-12Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-13/+8
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 12-0/+2253
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-22/+14
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+0
2020-06-11Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-8/+79
2020-06-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2020-06-11kcsan: Support distinguishing volatile accessesGravatar Marco Elver 1-0/+43
2020-06-11Rebase locking/kcsan to locking/urgentGravatar Thomas Gleixner 12-0/+2210
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-0/+17
2020-06-11lockdep: __always_inline more for noinstrGravatar Peter Zijlstra 1-2/+2
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Gravatar Peter Zijlstra 1-5/+5
2020-06-11x86/entry: Clarify irq_{enter,exit}_rcu()Gravatar Peter Zijlstra 1-7/+14
2020-06-11genirq: Provide irq_enter/exit_rcu()Gravatar Thomas Gleixner 1-8/+27
2020-06-11x86/mce: Address objtools noinstr complaintsGravatar Thomas Gleixner 1-1/+1
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeGravatar Thomas Gleixner 1-1/+3
2020-06-11context_tracking: Ensure that the critical path cannot be instrumentedGravatar Thomas Gleixner 1-6/+8
2020-06-11printk/kdb: Redirect printk messages into kdb in any contextGravatar Petr Mladek 2-13/+8
2020-06-10kernel: set USER_DS in kthread_use_mmGravatar Christoph Hellwig 1-0/+6
2020-06-10kernel: better document the use_mm/unuse_mm API contractGravatar Christoph Hellwig 1-17/+16
2020-06-10kernel: move use_mm/unuse_mm to kthread.cGravatar Christoph Hellwig 1-0/+56
2020-06-10kcov: check kcov_softirq in kcov_remote_stop()Gravatar Andrey Konovalov 1-8/+18
2020-06-10Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-3/+2
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-19/+6
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-599/+1
2020-06-10Merge tag 'pm-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-1/+1
2020-06-09bpf: Devmap adjust uapi for attach bpf programGravatar Jesper Dangaard Brouer 1-13/+4
2020-06-09bpf: cgroup: Allow multi-attach program to replace itselfGravatar Lorenz Bauer 1-1/+1
2020-06-09bpf: Reset data_meta before running programs attached to devmap entryGravatar David Ahern 1-0/+1
2020-06-09tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobesGravatar Jean-Philippe Brucker 2-2/+2
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 10-1814/+2157
2020-06-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 21-176/+215
2020-06-09uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedGravatar Oleg Nesterov 1-4/+12
2020-06-09maccess: always use strict semantics for probe_kernel_readGravatar Christoph Hellwig 2-3/+3
2020-06-09tracing/kprobes: handle mixed kernel/userspace probes betterGravatar Christoph Hellwig 1-29/+43
2020-06-09bpf: rework the compat kernel probe handlingGravatar Christoph Hellwig 1-42/+67
2020-06-09bpf:bpf_seq_printf(): handle potentially unsafe format string betterGravatar Andrew Morton 1-3/+5
2020-06-09bpf: handle the compat string in bpf_trace_copy_string betterGravatar Christoph Hellwig 1-2/+5
2020-06-09bpf: factor out a bpf_trace_copy_string helperGravatar Christoph Hellwig 1-18/+24
2020-06-09maccess: rename strnlen_unsafe_user to strnlen_user_nofaultGravatar Christoph Hellwig 1-1/+1
2020-06-09maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofaultGravatar Christoph Hellwig 1-2/+2
2020-06-09maccess: rename strncpy_from_unsafe_user to strncpy_from_user_nofaultGravatar Christoph Hellwig 2-3/+3