summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-07-31bpf: Add missing newline characters in verifier error messagesYonghong Song
2020-07-29bpf: Fix build without CONFIG_NET when using BPF XDP linkAndrii Nakryiko
2020-07-28bpf: Fix swapped arguments in calls to check_buffer_accessColin Ian King
2020-07-25bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko
2020-07-25bpf: Fix build on architectures with special bpf_user_pt_regs_tSong Liu
2020-07-25bpf/local_storage: Fix build without CONFIG_CGROUPYiFei Zhu
2020-07-25bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu
2020-07-25bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu
2020-07-25bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu
2020-07-25bpf: Implement bpf iterator for array mapsYonghong Song
2020-07-25bpf: Implement bpf iterator for hash mapsYonghong Song
2020-07-25bpf: Implement bpf iterator for map elementsYonghong Song
2020-07-25bpf: Support readonly/readwrite buffers in verifierYonghong Song
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song
2020-07-25bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song
2020-07-25bpf: Add bpf_prog iteratorAlexei Starovoitov
2020-07-25bpf: Fix pos computation for bpf_iter seq_ops->start()Yonghong Song
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-25Merge tag 'perf-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-07-24uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov
2020-07-24sched: Warn if garbage is passed to default_wake_function()Chris Wilson
2020-07-22sched: Fix race against ptrace_freeze_trace()Peter Zijlstra
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song
2020-07-21bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song
2020-07-21bpf: cpumap: Fix possible rcpu kthread hungLorenzo Bianconi
2020-07-21bpf, netns: Fix build without CONFIG_INETJakub Sitnicki
2020-07-19Merge tag 'timers-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-07-19Merge tag 'sched-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-07-19Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-17inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki
2020-07-17bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki
2020-07-17bpf, netns: Handle multiple link attachmentsJakub Sitnicki
2020-07-17genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner
2020-07-17timer: Fix wheel index calculation on last levelFrederic Weisbecker
2020-07-16sched/fair: handle case of task_h_load() returning 0Vincent Guittot
2020-07-16bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi
2020-07-16bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi
2020-07-16cpumap: Formalize map value as a named structLorenzo Bianconi
2020-07-16cpumap: Use non-locked version __ptr_ring_consume_batchedJesper Dangaard Brouer
2020-07-14Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov
2020-07-14dma-pool: do not allocate pool memory from CMANicolas Saenz Julienne
2020-07-14dma-pool: make sure atomic pool suits deviceNicolas Saenz Julienne
2020-07-14dma-pool: introduce dma_guess_pool()Nicolas Saenz Julienne
2020-07-14dma-pool: get rid of dma_in_atomic_pool()Nicolas Saenz Julienne
2020-07-14dma-direct: provide function to check physical memory area validityNicolas Saenz Julienne
2020-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-13bpf: Use dedicated bpf_trace_printk event instead of trace_printk()Alan Maguire
2020-07-13bpf: Use BTF_ID to resolve bpf_ctx_convert structJiri Olsa
2020-07-13bpf: Remove btf_id helpers resolvingJiri Olsa
2020-07-13bpf: Resolve BTF IDs in vmlinux imageJiri Olsa