summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-17Merge tag 'dma-mapping-5.8-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-06-17maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-17bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZEStanislav Fomichev
2020-06-17devmap: Use bpf_map_area_alloc() for allocating hash bucketsToke Høiland-Jørgensen
2020-06-17bpf: bpf_probe_read_kernel_str() has to return amount of data read on successAndrii Nakryiko
2020-06-17blktrace: Avoid sparse warnings when assigning q->blk_traceJan Kara
2020-06-17blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain
2020-06-17dma-direct: check return value when encrypting or decrypting memoryDavid Rientjes
2020-06-17dma-direct: re-encrypt memory if dma_direct_alloc_pages() failsDavid Rientjes
2020-06-17dma-direct: always align allocation size in dma_direct_alloc_pages()David Rientjes
2020-06-17dma-direct: mark __dma_direct_alloc_pages staticChristoph Hellwig
2020-06-17dma-direct: re-enable mmap for !CONFIG_MMUChristoph Hellwig
2020-06-16tracing: Remove unused event variable in tracing_iter_resetYangHui
2020-06-16tracing/probe: Fix memleak in fetch_op_data operationsVamshi K Sthambamkadi
2020-06-16trace: Fix typo in allocate_ftrace_ops()'s commentWei Yang
2020-06-16tracing: Make ftrace packed events have align of 1Steven Rostedt (VMware)
2020-06-16kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa
2020-06-16kprobes: Remove redundant arch_disarm_kprobe() callMasami Hiramatsu
2020-06-16kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutexMasami Hiramatsu
2020-06-16kprobes: Use non RCU traversal APIs on kprobe_tables if possibleMasami Hiramatsu
2020-06-16kprobes: Suppress the suspicious RCU warning on kprobesMasami Hiramatsu
2020-06-17nsproxy: restore EINVAL for non-namespace file descriptorChristian Brauner
2020-06-15tracing/probe: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-15dma-pool: decouple DMA_REMAP from DMA_COHERENT_POOLDavid Rientjes
2020-06-14Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds
2020-06-14security: Add LSM hooks to set*gid syscallsThomas Cedeno
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-13Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2020-06-13Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-12bpf: Undo internal BPF_PROBE_MEM in BPF insns dumpAndrii Nakryiko
2020-06-12Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-11Merge tag 'locking-kcsan-2020-06-11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-06-11Merge tag 'block-5.8-2020-06-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-11Merge tag 'x86-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-06-11kcsan: Support distinguishing volatile accessesMarco Elver
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-11Merge tag 'nfsd-5.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2020-06-11lockdep: __always_inline more for noinstrPeter Zijlstra
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra
2020-06-11x86/entry: Clarify irq_{enter,exit}_rcu()Peter Zijlstra
2020-06-11genirq: Provide irq_enter/exit_rcu()Thomas Gleixner
2020-06-11x86/mce: Address objtools noinstr complaintsThomas Gleixner
2020-06-11bug: Annotate WARN/BUG/stackfail as noinstr safeThomas Gleixner