summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* mm: memcontrol: account kernel stack per nodeShakeel Butt2020-08-072-38/+15
* mm: memcg: convert vmstat slab counters to bytesRoman Gushchin2020-08-071-1/+1
* kthread: remove incorrect comment in kthread_create_on_cpu()Ilias Stamatis2020-08-071-1/+0
* mm: fix kthread_use_mm() vs TLB invalidatePeter Zijlstra2020-08-071-1/+6
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-061-0/+7
|\
| * x86/kvm: Add "nopvspin" parameter to disable PV spinlocksZhenzhong Duan2020-07-081-0/+7
* | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-067-57/+77
|\ \
| * | sched,tracing: Convert to sched_set_fifo()Peter Zijlstra2020-07-291-25/+23
| * | sched: Remove sched_set_*() return valuePeter Zijlstra2020-06-152-10/+7
| * | sched: Remove sched_setscheduler*() EXPORTsPeter Zijlstra2020-06-151-3/+0
| * | sched,psi: Convert to sched_set_fifo_low()Peter Zijlstra2020-06-151-4/+1
| * | sched,rcutorture: Convert to sched_set_fifo_low()Peter Zijlstra2020-06-151-3/+1
| * | sched,rcuperf: Convert to sched_set_fifo_low()Peter Zijlstra2020-06-151-6/+2
| * | sched,locktorture: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-8/+2
| * | sched,irq: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-5/+1
| * | sched: Provide sched_set_fifo()Peter Zijlstra2020-06-151-0/+47
* | | Merge tag 'integrity-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2020-08-061-1/+1
|\ \ \
| * | | ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks2020-07-201-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0527-429/+1884
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-0317-204/+1108
| |\ \ \ \
| | * | | | bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-013-1/+48
| | * | | | bpf: Add missing newline characters in verifier error messagesYonghong Song2020-07-311-2/+2
| | * | | | bpf: Fix build without CONFIG_NET when using BPF XDP linkAndrii Nakryiko2020-07-291-0/+2
| | * | | | bpf: Fix swapped arguments in calls to check_buffer_accessColin Ian King2020-07-281-4/+4
| | * | | | 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-08-027-14/+22
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-258-62/+193
| |\ \ \ \ \
| * | | | | | 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