summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-07-28bpf: Add log for attaching tracing programs to functions in deny listKaFai Wan
2025-07-28bpf: Show precise rejected function when attaching fexit/fmod_ret to __noretu...KaFai Wan
2025-07-28bpf: Fix various typos in verifier.c commentsSuchit Karunakaran
2025-07-28bpf: Add third round of bounds deductionPaul Chaignon
2025-07-28bpf: Improve bounds when s64 crosses sign boundaryPaul Chaignon
2025-07-27bpf: Simplify bounds refinement from s32Paul Chaignon
2025-07-26bpf: Move bpf_jit_get_prog_name() to core.cPuranjay Mohan
2025-07-26umd: Remove usermode driver frameworkThomas Weißschuh
2025-07-26bpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh
2025-07-21bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))Yonghong Song
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov
2025-07-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-07-17btf: Fix virt_to_phys() on arm64 when mmapping BTFLorenz Bauer
2025-07-17Merge tag 'pm-6.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-07-16bpf: Add struct bpf_token_infoTao Chen
2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang
2025-07-16bpf: Update iterators.lskel-big-endian.hIlya Leoshkevich
2025-07-16tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor
2025-07-15PM: suspend: clean up redundant filesystems_freeze/thaw() handlingZihuan Zhang
2025-07-15PM: suspend: Drop a misplaced pm_restore_gfp_mask() callRafael J. Wysocki
2025-07-13Merge tag 'perf_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-12Merge tag 'mm-hotfixes-stable-2025-07-11-16-16' of git://git.kernel.org/pub/s...Linus Torvalds
2025-07-11bpf: Remove attach_type in bpf_tracing_linkTao Chen
2025-07-11bpf: Remove attach_type in bpf_netns_linkTao Chen
2025-07-11bpf: Remove location field in tcx_linkTao Chen
2025-07-11bpf: Remove attach_type in bpf_cgroup_linkTao Chen
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen
2025-07-11bpf: Forget ranges when refining tnum after JSETPaul Chaignon
2025-07-11bpf/arena: add bpf_arena_reserve_pages kfuncEmil Tsalapatis
2025-07-11Merge tag 'dma-mapping-6.16-2025-07-11' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-07-09Revert "sched/numa: add statistics of numa balance task"Chen Yu
2025-07-09perf/core: Fix WARN in perf_sigtrap()Tetsuo Handa
2025-07-08module: Make sure relocations are applied to the per-CPU sectionSebastian Andrzej Siewior
2025-07-08module: Avoid unnecessary return value initialization in move_module()Petr Pavlu
2025-07-08module: Fix memory deallocation on error path in move_module()Petr Pavlu
2025-07-07bpf: Clean code with bpf_copy_to_user()Tao Chen
2025-07-07bpf: Fix aux usage after do_check_insn()Luis Gerhorst
2025-07-07bpf: Fix improper int-to-ptr cast in dump_stack_cbKumar Kartikeya Dwivedi
2025-07-07bpf: Fix bounds for bpf_prog_get_file_line linfo loopKumar Kartikeya Dwivedi
2025-07-07bpf: support for void/primitive __arg_untrusted global func paramsEduard Zingerman
2025-07-07bpf: attribute __arg_untrusted for global function parametersEduard Zingerman
2025-07-07bpf: rdonly_untrusted_mem for btf id walk pointer leafsEduard Zingerman
2025-07-07bpf: make makr_btf_ld_reg return error for unexpected reg typesEduard Zingerman
2025-07-06Merge tag 'sched_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-06Merge tag 'perf_urgent_for_v6.16_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-07-04Merge branch 'pm-sleep'Rafael J. Wysocki
2025-07-04sched/deadline: Fix dl_server runtime calculation formulakuyo chang
2025-07-03bpf: Avoid putting struct bpf_scc_callchain variables on the stackYonghong Song
2025-07-03bpf: Reduce stack frame size by using env->insn_buf for bpf insnsYonghong Song
2025-07-03bpf: Simplify assignment to struct bpf_insn pointer in do_misc_fixups()Yonghong Song