summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-094-35/+54
|\
| * Merge tag 'trace-v6.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-02-071-3/+0
| |\
| | * tracing: Fix poll() and select() do not work on per_cpu trace_pipe and trace_...Shiju Jose2023-02-021-3/+0
| * | cpuset: Call set_cpus_allowed_ptr() with appropriate mask for taskWill Deacon2023-02-061-7/+11
| * | cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpu...Waiman Long2023-02-061-2/+25
| * | Merge tag 'char-misc-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-051-1/+1
| |\ \
| | * | kernel/irq/irqdomain.c: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-031-1/+1
| * | | Merge tag 'perf_urgent_for_v6.2_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-02-051-22/+17
| |\ \ \
| | * | | perf: Fix perf_event_pmu_context serializationJames Clark2023-01-311-22/+17
* | | | | sched/topology: Introduce sched_numa_hop_mask()Valentin Schneider2023-02-071-0/+33
* | | | | sched: add sched_numa_find_nth_cpu()Yury Norov2023-02-071-0/+57
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-0217-30/+70
|\| | | |
| * | | | Merge tag 'net-6.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-02-025-12/+23
| |\ \ \ \
| | * \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-275-12/+23
| | |\ \ \ \
| | | * | | | bpf: Fix the kernel crash caused by bpf_setsockopt().Kui-Feng Lee2023-01-261-1/+0
| | | * | | | bpf: Add missing btf_put to register_btf_id_dtor_kfuncsJiri Olsa2023-01-201-2/+2
| | | * | | | bpf: Fix to preserve reg parent/live fields when copying range infoEduard Zingerman2023-01-191-7/+18
| | | * | | | bpf: Fix a possible task gone issue with bpf_send_signal[_thread]() helpersYonghong Song2023-01-181-1/+2
| | | * | | | bpf: Fix off-by-one error in bpf_mem_cache_idx()Hou Tao2023-01-181-1/+1
| * | | | | | cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long2023-01-311-1/+2
| | |_|/ / / | |/| | | |
| * | | | | Merge tag 'irq_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-292-2/+6
| |\ \ \ \ \
| | * | | | | genirq/msi: Free the fwnode created by msi_create_device_irq_domain()Jason Gunthorpe2023-01-172-2/+6
| * | | | | | Merge tag 'trace-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-01-279-15/+39
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | rv: remove redundant initialization of pointer ptrColin Ian King2023-01-251-1/+1
| | * | | | tracing/filter: fix kernel-doc warningsRandy Dunlap2023-01-251-4/+4
| | * | | | trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova2023-01-241-0/+2
| | * | | | tracing/osnoise: Use built-in RCU list checkingChuang Wang2023-01-241-3/+2
| | * | | | tracing: Kconfig: Fix spelling/grammar/punctuationRandy Dunlap2023-01-241-4/+4
| | * | | | tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)2023-01-243-2/+4
| | * | | | ftrace: Export ftrace_free_filter() to modulesMark Rutland2023-01-241-1/+22
| | | |_|/ | | |/| |
* | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-2811-304/+1460
|\ \ \ \ \
| * | | | | bpf: Pass const struct bpf_prog * to .check_memberDavid Vernet2023-01-251-1/+1
| * | | | | bpf: Allow BPF_PROG_TYPE_STRUCT_OPS programs to be sleepableDavid Vernet2023-01-251-2/+3
| * | | | | bpf/docs: Document cpumask kfuncs in a new fileDavid Vernet2023-01-251-0/+208
| * | | | | bpf: Enable cpumasks to be queried and used as kptrsDavid Vernet2023-01-252-0/+269
| * | | | | bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet2023-01-251-0/+6
| * | | | | bpf: Allow trusted args to walk struct when checking BTF IDsDavid Vernet2023-01-242-1/+90
| * | | | | bpf: Enable annotating trusted nested pointersDavid Vernet2023-01-242-3/+90
| * | | | | bpf: Support consuming XDP HW metadata from fext programsToke Høiland-Jørgensen2023-01-233-32/+92
| * | | | | bpf: XDP metadata RX kfuncsStanislav Fomichev2023-01-233-1/+76
| * | | | | bpf: Introduce device-bound XDP programsStanislav Fomichev2023-01-233-30/+78
| * | | | | bpf: Reshuffle some parts of bpf/offload.cStanislav Fomichev2023-01-231-105/+117
| * | | | | bpf: Move offload initialization into late_initcallStanislav Fomichev2023-01-231-15/+7
| * | | | | bpf: Rename bpf_{prog,map}_is_dev_bound to is_offloadedStanislav Fomichev2023-01-234-24/+24
| * | | | | bpf: Avoid recomputing spi in process_dynptr_funcKumar Kartikeya Dwivedi2023-01-201-13/+11
| * | | | | bpf: Combine dynptr_get_spi and is_spi_bounds_validKumar Kartikeya Dwivedi2023-01-201-42/+33
| * | | | | bpf: Allow reinitializing unreferenced dynptr stack slotsKumar Kartikeya Dwivedi2023-01-201-8/+26
| * | | | | bpf: Invalidate slices on destruction of dynptrs on stackKumar Kartikeya Dwivedi2023-01-201-12/+62
| * | | | | bpf: Fix partial dynptr stack slot reads/writesKumar Kartikeya Dwivedi2023-01-201-0/+88
| * | | | | bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi2023-01-201-18/+66