summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-251-0/+5
* bpf: Fix build on architectures with special bpf_user_pt_regs_tSong Liu2020-07-251-5/+4
* bpf/local_storage: Fix build without CONFIG_CGROUPYiFei Zhu2020-07-251-2/+2
* bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu2020-07-253-139/+156
* bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu2020-07-252-0/+21
* bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu2020-07-252-20/+168
* bpf: Implement bpf iterator for array mapsYonghong Song2020-07-252-2/+142
* bpf: Implement bpf iterator for hash mapsYonghong Song2020-07-252-1/+217
* bpf: Implement bpf iterator for map elementsYonghong Song2020-07-252-17/+98
* bpf: Support readonly/readwrite buffers in verifierYonghong Song2020-07-252-6/+98
* bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-252-2/+2
* bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-254-14/+30
* bpf: Add bpf_prog iteratorAlexei Starovoitov2020-07-253-1/+123
* bpf: Fix pos computation for bpf_iter seq_ops->start()Yonghong Song2020-07-252-12/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-258-62/+193
|\
| * Merge tag 'perf-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-07-251-1/+1
| |\
| | * uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov2020-07-241-1/+1
| * | sched: Warn if garbage is passed to default_wake_function()Chris Wilson2020-07-241-0/+1
| * | sched: Fix race against ptrace_freeze_trace()Peter Zijlstra2020-07-221-10/+14
| |/
| * Merge tag 'timers-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-07-191-5/+16
| |\
| | * timer: Fix wheel index calculation on last levelFrederic Weisbecker2020-07-171-2/+2
| | * timer: Prevent base->clk from moving backwardFrederic Weisbecker2020-07-091-3/+14
| * | Merge tag 'sched-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-07-192-18/+66
| |\ \
| | * | sched/fair: handle case of task_h_load() returning 0Vincent Guittot2020-07-161-2/+13
| | * | sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers2020-07-081-0/+2
| | * | sched: Fix loadavg accounting racePeter Zijlstra2020-07-081-16/+51
| | |/
| * | Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-191-2/+35
| |\ \
| | * | genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner2020-07-171-2/+35
| | |/
| * | dma-pool: do not allocate pool memory from CMANicolas Saenz Julienne2020-07-141-9/+2
| * | dma-pool: make sure atomic pool suits deviceNicolas Saenz Julienne2020-07-141-20/+37
| * | dma-pool: introduce dma_guess_pool()Nicolas Saenz Julienne2020-07-141-3/+23
| * | dma-pool: get rid of dma_in_atomic_pool()Nicolas Saenz Julienne2020-07-141-10/+1
| * | dma-direct: provide function to check physical memory area validityNicolas Saenz Julienne2020-07-141-1/+1
| * | Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-07-111-0/+13
| |\ \
| | * | kgdb: enable arch to support XML packet.Vincent Chen2020-07-091-0/+13
| | |/
* | | bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-213-5/+19
* | | bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song2020-07-211-1/+0
* | | bpf: cpumap: Fix possible rcpu kthread hungLorenzo Bianconi2020-07-211-4/+7
* | | bpf, netns: Fix build without CONFIG_INETJakub Sitnicki2020-07-211-0/+4
* | | inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-1/+31
* | | bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-173-3/+24
* | | bpf, netns: Handle multiple link attachmentsJakub Sitnicki2020-07-172-9/+136
* | | bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi2020-07-161-2/+15
* | | bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi2020-07-161-13/+108
* | | cpumap: Formalize map value as a named structLorenzo Bianconi2020-07-161-13/+15
* | | cpumap: Use non-locked version __ptr_ring_consume_batchedJesper Dangaard Brouer2020-07-161-1/+1
* | | Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov2020-07-145-174/+211
|\ \ \
| * | | umd: Stop using split_argvEric W. Biederman2020-07-071-9/+3
| * | | umd: Remove exit_umhEric W. Biederman2020-07-072-31/+0
| * | | exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman2020-07-072-5/+25