aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-07-16perf: Fix required permissions if sigtrap is requestedMarco Elver1-1/+24
2021-07-16cgroup: remove cgroup_mount from commentszhaoxiaoqiang111-1/+0
2021-07-16bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann1-10/+17
2021-07-16bpf: Remove superfluous aux sanitation on subprog rejectionDaniel Borkmann1-34/+0
2021-07-16dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}Roman Skakun1-2/+10
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller13-94/+1105
2021-07-15sock_map: Relax config dependency to CONFIG_NETCong Wang1-1/+1
2021-07-15bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa2-0/+18
2021-07-15bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa2-0/+58
2021-07-15bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa1-3/+9
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+2
2021-07-15tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)1-3/+3
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-1/+1
2021-07-15bpf: Teach stack depth check about async callbacks.Alexei Starovoitov1-3/+15
2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov2-8/+123
2021-07-15bpf: Relax verifier recursion check.Alexei Starovoitov1-2/+6
2021-07-15bpf: Remember BTF of inner maps.Alexei Starovoitov1-0/+6
2021-07-15bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov1-3/+28
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov7-35/+225
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov3-1/+434
2021-07-15bpf: Factor out bpf_spin_lock into helpers.Alexei Starovoitov1-4/+14
2021-07-15bpf: Prepare bpf_prog_put() to be called from irq context.Alexei Starovoitov1-6/+26
2021-07-14bpf: Fix potential memleak and UAF in the verifier.He Fengqing1-11/+16
2021-07-15timers: Fix get_next_timer_interrupt() with no timers pendingNicolas Saenz Julienne1-3/+5
2021-07-15posix-cpu-timers: Fix rearm racing against process tickFrederic Weisbecker1-5/+5
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-42/+32
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner1-9/+5
2021-07-14cgroup: verify that source is a stringChristian Brauner1-0/+2
2021-07-13swiotlb: add overflow checks to swiotlb_bounceDominique Martinet1-3/+17
2021-07-13swiotlb: fix implicit debugfs declarationsClaire Chang1-5/+16
2021-07-13swiotlb: Add restricted DMA pool initializationClaire Chang2-0/+90
2021-07-13swiotlb: Add restricted DMA alloc/free supportClaire Chang2-14/+73
2021-07-13swiotlb: Refactor swiotlb_tbl_unmap_singleClaire Chang1-15/+20
2021-07-13swiotlb: Move alloc_size to swiotlb_find_slotsClaire Chang1-8/+9
2021-07-13swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncingClaire Chang3-2/+6
2021-07-13swiotlb: Update is_swiotlb_active to add a struct device argumentClaire Chang2-3/+3
2021-07-13swiotlb: Update is_swiotlb_buffer to add a struct device argumentClaire Chang2-6/+6
2021-07-13swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool usedClaire Chang1-4/+4
2021-07-13swiotlb: Refactor swiotlb_create_debugfsClaire Chang1-7/+14
2021-07-13swiotlb: Refactor swiotlb init functionsClaire Chang1-25/+25
2021-07-13bpf: Fix tail_call_reachable rejection for interpreter when jit failedDaniel Borkmann1-0/+2
2021-07-13smpboot: Mark idle_init() as __always_inlined to work around aggressive compiler un-inliningIngo Molnar1-1/+1
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman1-1/+0
2021-07-12kernel: debug: Fix unreachable code in gdb_serial_stub()Gustavo A. R. Silva1-1/+1
2021-07-11Merge tag 'irq-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2021-07-11Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+18
2021-07-11Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-22/+32
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+1
2021-07-09Merge tag 'trace-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-2/+8
2021-07-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-74/+129