summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-02-11Daniel Borkmann says:Jakub Kicinski14-85/+530
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski1-1/+1
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-35/+54
2023-02-08sched/topology: Introduce sched_numa_hop_mask()Valentin Schneider1-0/+33
2023-02-08sched: add sched_numa_find_nth_cpu()Yury Norov1-0/+57
2023-02-07Merge tag 'trace-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-3/+0
2023-02-06cpuset: Call set_cpus_allowed_ptr() with appropriate mask for taskWill Deacon1-7/+11
2023-02-06cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpu...Waiman Long1-2/+25
2023-02-05Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-02-05Merge tag 'perf_urgent_for_v6.2_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-22/+17
2023-02-03kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-03bpf: devmap: check XDP features in __xdp_enqueue routineLorenzo Bianconi1-3/+13
2023-02-03bpf: Drop always true do_idr_lock parameter to bpf_map_free_idTobias Klauser2-18/+7
2023-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-30/+70
2023-02-03Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-12/+23
2023-02-03tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose1-3/+0
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet5-56/+57
2023-02-01cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long1-1/+2
2023-01-31perf: Fix perf_event_pmu_context serializationJames Clark1-22/+17
2023-01-29Merge tag 'irq_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+6
2023-01-28bpf: btf: Add BTF_FMODEL_SIGNED_ARG flagIlya Leoshkevich1-1/+15
2023-01-28bpf: iterators: Split iterators.lskel.h into little- and big- endian versionsIlya Leoshkevich5-7/+435
2023-01-28bpf: Build-time assert that cpumask offset is zeroDavid Vernet1-0/+3
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski11-304/+1460
2023-01-28Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-12/+23
2023-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-28/+60
2023-01-28Merge tag 'trace-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-15/+39
2023-01-27bpf: Fix the kernel crash caused by bpf_setsockopt().Kui-Feng Lee1-1/+0
2023-01-25bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet1-1/+1
2023-01-25bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepableDavid Vernet1-2/+3
2023-01-25bpf/docs: Document cpumask kfuncs in a new fileDavid Vernet1-0/+208
2023-01-25bpf: Enable cpumasks to be queried and used as kptrsDavid Vernet2-0/+269
2023-01-25bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet1-0/+6
2023-01-25rv: remove redundant initialization of pointer ptrColin Ian King1-1/+1
2023-01-25tracing/filter: fix kernel-doc warningsRandy Dunlap1-4/+4
2023-01-25bpf: Allow trusted args to walk struct when checking BTF IDsDavid Vernet2-1/+90
2023-01-25bpf: Enable annotating trusted nested pointersDavid Vernet2-3/+90
2023-01-25trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova1-0/+2
2023-01-25tracing/osnoise: Use built-in RCU list checkingChuang Wang1-3/+2
2023-01-24module: Don't wait for GOING modulesPetr Pavlu1-5/+21
2023-01-24tracing: Kconfig: Fix spelling/grammar/punctuationRandy Dunlap1-4/+4
2023-01-24tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)3-2/+4
2023-01-24ftrace: Export ftrace_free_filter() to modulesMark Rutland1-1/+22
2023-01-23bpf: Support consuming XDP HW metadata from fext programsToke Høiland-Jørgensen3-32/+92
2023-01-23bpf: XDP metadata RX kfuncsStanislav Fomichev3-1/+76
2023-01-23bpf: Introduce device-bound XDP programsStanislav Fomichev3-30/+78
2023-01-23bpf: Reshuffle some parts of bpf/offload.cStanislav Fomichev1-105/+117
2023-01-23bpf: Move offload initialization into late_initcallStanislav Fomichev1-15/+7
2023-01-23bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev4-24/+24
2023-01-22Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-23/+35