summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-307-80/+173
|\
| * bpf: Fix an incorrect branch elimination by verifierYonghong Song2020-06-301-2/+1
| * bpf, netns: Fix use-after-free in pernet pre_exit callbackJakub Sitnicki2020-06-301-7/+3
| * bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-06-301-1/+1
| * bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer2020-06-302-7/+16
| * bpf: flow_dissector: Check value of unused flags to BPF_PROG_ATTACHLorenz Bauer2020-06-301-0/+3
| * bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki2020-06-301-19/+23
| * bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki2020-06-301-38/+82
| * flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki2020-06-301-2/+18
| * bpf: Enforce BPF ringbuf size to be the power of 2Andrii Nakryiko2020-06-301-10/+8
| * dma-mapping: Add a new dma_need_sync APIChristoph Hellwig2020-06-302-0/+16
| * bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend2020-06-251-2/+2
| * bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bp...Maciej Żenczykowski2020-06-231-1/+1
| * bpf: Set the number of exception entries properly for subprogramsYonghong Song2020-06-231-1/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-253-25/+40
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-173-25/+40
| |\
| | * bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZEStanislav Fomichev2020-06-171-20/+33
| | * devmap: Use bpf_map_area_alloc() for allocating hash bucketsToke Høiland-Jørgensen2020-06-171-4/+6
| | * bpf: bpf_probe_read_kernel_str() has to return amount of data read on successAndrii Nakryiko2020-06-171-1/+1
* | | Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-253-6/+27
|\ \ \
| * | | tracing/boottime: Fix kprobe multiple eventsSascha Ortmann2020-06-231-2/+6
| * | | tracing: Fix event trigger to accept redundant spacesMasami Hiramatsu2020-06-231-2/+19
| * | | tracing/boot: Fix config dependency for synthedic eventMasami Hiramatsu2020-06-231-1/+1
| * | | ring-buffer: Zero out time extend if it is nested and not absoluteSteven Rostedt (VMware)2020-06-231-1/+1
* | | | Merge tag 'for-linus-2020-06-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-06-241-1/+1
|\ \ \ \
| * | | | nsproxy: restore EINVAL for non-namespace file descriptorChristian Brauner2020-06-171-1/+1
| | |_|/ | |/| |
* | | | Revert "kernel/printk: add kmsg SEEK_CUR handling"Jason A. Donenfeld2020-06-211-10/+0
| |/ / |/| |
* | | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-208-27/+88
|\ \ \
| * | | ftrace: Fix maybe-uninitialized compiler warningKaitao Cheng2020-06-171-2/+10
| * | | tracing: Remove unused event variable in tracing_iter_resetYangHui2020-06-161-2/+1
| * | | tracing/probe: Fix memleak in fetch_op_data operationsVamshi K Sthambamkadi2020-06-161-2/+2
| * | | trace: Fix typo in allocate_ftrace_ops()'s commentWei Yang2020-06-161-1/+1
| * | | tracing: Make ftrace packed events have align of 1Steven Rostedt (VMware)2020-06-163-7/+26
| * | | kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-161-0/+24
| * | | kprobes: Remove redundant arch_disarm_kprobe() callMasami Hiramatsu2020-06-161-2/+0
| * | | kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutexMasami Hiramatsu2020-06-161-1/+2
| * | | kprobes: Use non RCU traversal APIs on kprobe_tables if possibleMasami Hiramatsu2020-06-161-9/+20
| * | | kprobes: Suppress the suspicious RCU warning on kprobesMasami Hiramatsu2020-06-161-1/+2
| |/ /
* | | Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-191-10/+20
|\ \ \
| * | | blktrace: Avoid sparse warnings when assigning q->blk_traceJan Kara2020-06-171-11/+8
| * | | blktrace: break out of blktrace setup on concurrent callsLuis Chamberlain2020-06-171-0/+13
| |/ /
* | | Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds2020-06-188-23/+25
|\ \ \
| * | | maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-172-3/+3
| * | | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-178-20/+22
| |/ /
* | | Merge tag 'dma-mapping-5.8-3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-06-172-9/+8
|\ \ \ | |_|/ |/| |
| * | dma-pool: decouple DMA_REMAP from DMA_COHERENT_POOLDavid Rientjes2020-06-151-5/+5
| * | dma-pool: fix too large DMA pools on medium memory size systemsGeert Uytterhoeven2020-06-091-4/+3
* | | tracing/probe: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| |/ |/|
* | 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