summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-07-09bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau
2020-07-09bpf: net: Avoid copying sk_user_data of reuseport_array during sk_cloneMartin KaFai Lau
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang
2020-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-06-30bpf: Fix an incorrect branch elimination by verifierYonghong Song
2020-06-30bpf, netns: Fix use-after-free in pernet pre_exit callbackJakub Sitnicki
2020-06-30bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer
2020-06-30bpf: flow_dissector: Check value of unused flags to BPF_PROG_ATTACHLorenz Bauer
2020-06-30bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki
2020-06-30flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki
2020-06-30bpf: Enforce BPF ringbuf size to be the power of 2Andrii Nakryiko
2020-06-30dma-mapping: Add a new dma_need_sync APIChristoph Hellwig
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-25Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-25bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend
2020-06-24Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-06-23tracing/boottime: Fix kprobe multiple eventsSascha Ortmann
2020-06-23tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu
2020-06-23tracing/boot: Fix config dependency for synthedic eventMasami Hiramatsu
2020-06-23bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bp...Maciej Żenczykowski
2020-06-23bpf: Set the number of exception entries properly for subprogramsYonghong Song
2020-06-23ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)
2020-06-21Revert "kernel/printk: add kmsg SEEK_CUR handling"Jason A. Donenfeld
2020-06-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds
2020-06-17ftrace: Fix maybe-uninitialized compiler warningKaitao Cheng
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-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