summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-01-23bpf: lookup struct_ops types from a given module BTF.Kui-Feng Lee-6/+7
2024-01-23bpf: pass btf object id in bpf_map_info.Kui-Feng Lee-0/+9
2024-01-23bpf: make struct_ops_map support btfs other than btf_vmlinux.Kui-Feng Lee-9/+15
2024-01-23bpf: add struct_ops_tab to btf.Kui-Feng Lee-0/+55
2024-01-23bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee-42/+46
2024-01-23bpf: get type information with BTF_ID_LISTKui-Feng Lee-9/+8
2024-01-23bpf: refactory struct_ops type initialization to a function.Kui-Feng Lee-74/+88
2024-01-23bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa-0/+15
2024-01-23bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa-0/+4
2024-01-23bpf: Refactor ptr alu checking rules to allow alu explicitlyHao Sun-7/+14
2024-01-23bpf: Track aligned st store as imprecise spilled registersYonghong Song-2/+15
2024-01-23bpf: Assign ID to scalars on spillMaxim Mikityanskiy-1/+7
2024-01-23bpf: Add the get_reg_width functionMaxim Mikityanskiy-2/+7
2024-01-23bpf: Add the assign_scalar_id_before_mov functionMaxim Mikityanskiy-14/+19
2024-01-23bpf: make infinite loop detection in is_state_visited() exactEduard Zingerman-1/+1
2024-01-23bpf: support multiple tags per argumentAndrii Nakryiko-23/+41
2024-01-23bpf: prepare btf_prepare_func_args() for multiple tags per argumentAndrii Nakryiko-17/+37
2024-01-23bpf: make sure scalar args don't accept __arg_nonnull tagAndrii Nakryiko-4/+4
2024-01-23bpf: Support inlining bpf_kptr_xchg() helperHou Tao-0/+28
2024-01-22tracing: Ensure visibility when inserting an element into tracing_mapPetr Pavlu-1/+6
2024-01-21Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+5
2024-01-19workqueue: mark power efficient workqueue as unbounded if nohz_full enabledMarcelo Tosatti-0/+7
2024-01-19tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugHeiko Carstens-0/+5
2024-01-19futex: Prevent the reuse of stale pi_stateSebastian Andrzej Siewior-6/+20
2024-01-18Merge tag 'kgdb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds-2/+0
2024-01-18Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-26/+209
2024-01-18Merge tag 'dma-mapping-6.8-2024-01-18' of git://git.infradead.org/users/hch/d...Linus Torvalds-1/+5
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2024-01-18Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds-363/+777
2024-01-18Merge tag 'probes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-2/+2
2024-01-18Merge tag 'sched-urgent-2024-01-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+5
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-31/+8
2024-01-17bpf: enforce types for __arg_ctx-tagged arguments in global subprogsAndrii Nakryiko-0/+160
2024-01-17bpf: extract bpf_ctx_convert_map logic and make it more reusableAndrii Nakryiko-26/+45
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2024-01-17Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...Linus Torvalds-3/+14
2024-01-17kdb: Fix a potential buffer overflow in kdb_local()Christophe JAILLET-2/+0
2024-01-16workqueue: Add rcu lock check at the end of work item executionXuewen Yan-4/+5
2024-01-16kernel/workqueue: Bind rescuer to unbound cpumask for WQ_UNBOUNDJuri Lelli-1/+4
2024-01-16workqueue.c: Increase workqueue name lengthAudra Mitchell-2/+6
2024-01-16bpf: Reject variable offset alu on PTR_TO_FLOW_KEYSHao Sun-0/+4
2024-01-16sched/fair: Fix frequency selection for non-invariant caseVincent Guittot-1/+5
2024-01-15dma-debug: fix kernel-doc warningsRandy Dunlap-1/+2
2024-01-12Merge tag 'rcu.release.v6.8' of https://github.com/neeraju/linuxLinus Torvalds-34/+80
2024-01-12kernel/crash_core.c: make __crash_hotplug_lock staticAndrew Morton-1/+1
2024-01-12kexec: do syscore_shutdown() in kernel_kexecJames Gowans-0/+1
2024-01-12kdump: defer the insertion of crashkernel resourcesHuacai Chen-2/+12
2024-01-11Merge tag 'dma-mapping-6.8-2024-01-08' of git://git.infradead.org/users/hch/d...Linus Torvalds-37/+58
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1792/+2574
2024-01-10Merge tag 'modules-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1