summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-03-03bpf: Mark cgroups and dfl_cgrp fields as trusted.Alexei Starovoitov
2023-03-03bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.Alexei Starovoitov
2023-03-02bpf: Add support for absolute value BPF timersTero Kristo
2023-03-02bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program typesTejun Heo
2023-03-02panic: fix the panic_print NMI backtrace settingGuilherme G. Piccoli
2023-03-02genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner
2023-03-01bpf: Fix bpf_dynptr_slice{_rdwr} to return NULL instead of 0Joanne Koong
2023-03-01bpf: Fix doxygen comments for dynptr slice kfuncsDavid Vernet
2023-03-01bpf: Support kptrs in local storage mapsKumar Kartikeya Dwivedi
2023-03-01bpf: Support kptrs in percpu hashmap and percpu LRU hashmapKumar Kartikeya Dwivedi
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds
2023-03-01bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwrJoanne Koong
2023-03-01bpf: Add xdp dynptrsJoanne Koong
2023-03-01bpf: Add skb dynptrsJoanne Koong
2023-03-01bpf: Add __uninit kfunc annotationJoanne Koong
2023-03-01bpf: Refactor verifier dynptr into get_dynptr_arg_regJoanne Koong
2023-03-01bpf: Allow initializing dynptrs in kfuncsJoanne Koong
2023-03-01bpf: Refactor process_dynptr_funcJoanne Koong
2023-03-01bpf: Support "sk_buff" and "xdp_buff" as valid kfunc arg typesJoanne Koong
2023-02-28bpf: Fix bpf_cgroup_from_id() doxygen headerDavid Vernet
2023-02-27Merge tag 'dma-mapping-6.3-2022-02-27' of git://git.infradead.org/users/hch/d...Linus Torvalds
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-02-25Merge tag 'probes-v6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2023-02-24Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-24Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-24genirq/msi: Drop dead domain name assignmentJohan Hovold
2023-02-23Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-24kernel/trace: extract common part in process_fetch_insnSong Chen
2023-02-24kernel/trace: Provide default impelentations defined in trace_probe_tmpl.hSong Chen
2023-02-24kernel/trace: Introduce trace_probe_print_args and use it in *probesSong Chen
2023-02-23Merge tag 'sysctl-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-02-23Merge tag 'modules-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-23Merge tag 'livepatching-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-02-23Merge tag 'printk-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2023-02-23Merge tag 'probes-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-02-23cpufreq: schedutil: make kobj_type structure constantThomas Weißschuh
2023-02-23Merge tag 'trace-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-02-23Merge tag 'trace-v6.2-rc7-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-02-23bpf: Add bpf_cgroup_from_id() kfuncTejun Heo
2023-02-23irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()Juergen Gross
2023-02-23Merge branch 'irq/core' into irq/urgentThomas Gleixner
2023-02-22bpf: Check for helper calls in check_subprogs()Ilya Leoshkevich
2023-02-22bpf: Only allocate one bpf_mem_cache for bpf_cpumask_maHou Tao
2023-02-22bpf: Wrap register invalidation with a helperKumar Kartikeya Dwivedi
2023-02-22bpf: Fix check_reg_type for PTR_TO_BTF_IDKumar Kartikeya Dwivedi
2023-02-22bpf: Remove unused MEM_ALLOC | PTR_TRUSTED checksKumar Kartikeya Dwivedi