summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-01-21bpf: add frags support to xdp copy helpersEelco Chaudron-0/+3
2022-01-21bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi-1/+3
2022-01-20bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu-0/+5
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-28/+69
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds-43/+180
2022-01-20configs: introduce debug.config for CI-like setupQian Cai-0/+105
2022-01-20delayacct: track delays from memory compactwangyong-0/+16
2022-01-20delayacct: support swapin delay accounting for swapping without blkioYang Yang-15/+18
2022-01-20panic: remove oops_idSebastian Andrzej Siewior-18/+1
2022-01-20panic: use error_report_end tracepoint on warningsMarco Elver-0/+2
2022-01-20kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)Davidlohr Bueso-8/+8
2022-01-20kthread: dynamically allocate memory to store kthread's full nameYafang Shao-2/+30
2022-01-19bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu-1/+37
2022-01-19bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu-34/+48
2022-01-19bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow booleanYiFei Zhu-26/+15
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+0
2022-01-19bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann-1/+5
2022-01-19bpf: Fix out of bounds access for ringbuf helpersDaniel Borkmann-0/+6
2022-01-19bpf: Generally fix helper register offset checkDaniel Borkmann-11/+28
2022-01-19bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann-3/+6
2022-01-19bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann-11/+12
2022-01-18bpf: Add reference tracking support to kfuncKumar Kartikeya Dwivedi-12/+72
2022-01-18bpf: Introduce mem, size argument pair support for kfuncKumar Kartikeya Dwivedi-48/+124
2022-01-18bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi-58/+8
2022-01-18bpf: Populate kfunc BTF ID sets in struct btfKumar Kartikeya Dwivedi-1/+243
2022-01-18bpf: Fix UAF due to race between btf_try_get_module and load_moduleKumar Kartikeya Dwivedi-2/+24
2022-01-18sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra-9/+3
2022-01-18sched/fair: Fix all kernel-doc warningsRandy Dunlap-3/+5
2022-01-18sched/core: Accounting forceidle time for all tasks except idle taskCruz Zhao-3/+2
2022-01-18sched/pelt: Relax the sync of load_sum with load_avgVincent Guittot-14/+22
2022-01-18sched/pelt: Relax the sync of runnable_sum with runnable_avgVincent Guittot-14/+19
2022-01-18sched/pelt: Continue to relax the sync of util_sum with util_avgVincent Guittot-7/+18
2022-01-18sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot-4/+16
2022-01-18psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan-40/+37
2022-01-18perf: Fix perf_event_read_local() timePeter Zijlstra-100/+146
2022-01-17Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-16/+320
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-202/+172
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-2/+48
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-247/+800
2022-01-16Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-19/+19
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-20/+78
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov-2/+2
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V-0/+1
2022-01-15dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He-2/+2
2022-01-15mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%Suren Baghdasaryan-1/+2
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann-0/+1
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross-0/+65
2022-01-15trace/hwlat: make use of the helper function kthread_run_on_cpu()Cai Huoqing-5/+1
2022-01-15trace/osnoise: make use of the helper function kthread_run_on_cpu()Cai Huoqing-2/+1
2022-01-15rcutorture: make use of the helper function kthread_run_on_cpu()Cai Huoqing-5/+2