aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-02Merge tag 'bpf-next-6.17' into loongarch-nextHuacai Chen29-1513/+3599
2025-07-28bpf: Add log for attaching tracing programs to functions in deny listKaFai Wan1-0/+2
2025-07-28bpf: Show precise rejected function when attaching fexit/fmod_ret to __noretu...KaFai Wan1-1/+2
2025-07-28bpf: Fix various typos in verifier.c commentsSuchit Karunakaran1-5/+5
2025-07-28bpf: Add third round of bounds deductionPaul Chaignon1-0/+1
2025-07-28bpf: Improve bounds when s64 crosses sign boundaryPaul Chaignon1-0/+52
2025-07-27bpf: Simplify bounds refinement from s32Paul Chaignon1-14/+0
2025-07-27Merge tag 'timers-urgent-2025-07-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2025-07-26bpf: Move bpf_jit_get_prog_name() to core.cPuranjay Mohan1-0/+7
2025-07-26umd: Remove usermode driver frameworkThomas Weißschuh3-196/+0
2025-07-26bpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh1-1/+0
2025-07-24Merge tag 'mm-hotfixes-stable-2025-07-24-18-03' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+3
2025-07-24resource: fix false warning in __request_region()Akinobu Mita1-2/+3
2025-07-22timekeeping: Zero initialize system_counterval when querying time from phc dr...Markus Blöchl1-1/+1
2025-07-21bpf: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))Yonghong Song1-2/+2
2025-07-20Merge tag 'trace-v6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+6
2025-07-20Merge tag 'sched-urgent-2025-07-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2025-07-19tracing: Add down_write(trace_event_sem) when adding trace eventSteven Rostedt1-0/+5
2025-07-19Merge tag 'sched_ext-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-5/+9
2025-07-19Merge tag 'cgroup-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-19/+4
2025-07-18tracing/osnoise: Fix crash in timerlat_dump_stack()Tomas Glozar1-1/+1
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov17-74/+73
2025-07-18Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-4/+9
2025-07-17btf: Fix virt_to_phys() on arm64 when mmapping BTFLorenz Bauer1-1/+1
2025-07-17sched_ext: idle: Handle migration-disabled tasks in idle selectionAndrea Righi1-1/+1
2025-07-17Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"Chen Ridong1-7/+1
2025-07-17sched,freezer: Remove unnecessary warning in __thaw_taskChen Ridong1-12/+3
2025-07-17Merge tag 'pm-6.16-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-4/+1
2025-07-16bpf: Add struct bpf_token_infoTao Chen2-1/+42
2025-07-16bpf: Clean up individual BTF_ID codeFeng Yang5-10/+5
2025-07-16bpf: Update iterators.lskel-big-endian.hIlya Leoshkevich1-237/+255
2025-07-16sched/ext: Prevent update_locked_rq() calls with NULL rqBreno Leitao1-4/+8
2025-07-16tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor1-1/+1
2025-07-15PM: suspend: clean up redundant filesystems_freeze/thaw() handlingZihuan Zhang1-3/+1
2025-07-15PM: suspend: Drop a misplaced pm_restore_gfp_mask() callRafael J. Wysocki1-1/+0
2025-07-14sched: Change nr_uninterruptible type to unsigned longAruna Ramakrishna2-2/+2
2025-07-13Merge tag 'perf_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+7
2025-07-12Merge tag 'mm-hotfixes-stable-2025-07-11-16-16' of git://git.kernel.org/pub/s...Linus Torvalds2-11/+2
2025-07-11bpf: Remove attach_type in bpf_tracing_linkTao Chen1-3/+2
2025-07-11bpf: Remove attach_type in bpf_netns_linkTao Chen1-5/+3
2025-07-11bpf: Remove location field in tcx_linkTao Chen1-7/+6
2025-07-11bpf: Remove attach_type in bpf_cgroup_linkTao Chen1-7/+6
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen8-26/+40
2025-07-11bpf: Forget ranges when refining tnum after JSETPaul Chaignon1-0/+4
2025-07-11bpf/arena: add bpf_arena_reserve_pages kfuncEmil Tsalapatis1-0/+43
2025-07-11Merge tag 'dma-mapping-6.16-2025-07-11' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+4
2025-07-09Revert "sched/numa: add statistics of numa balance task"Chen Yu2-11/+2
2025-07-09perf/core: Fix WARN in perf_sigtrap()Tetsuo Handa1-7/+7
2025-07-08module: Make sure relocations are applied to the per-CPU sectionSebastian Andrzej Siewior1-2/+8
2025-07-08module: Avoid unnecessary return value initialization in move_module()Petr Pavlu1-2/+1