summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-09-19bpf: table based bpf_insn_successors()Eduard Zingerman
2025-09-19bpf: disable and remove registers chain based livenessEduard Zingerman
2025-09-19bpf: signal error if old liveness is more conservative than newEduard Zingerman
2025-09-19bpf: enable callchain sensitive stack liveness trackingEduard Zingerman
2025-09-19bpf: callchain sensitive stack liveness tracking using CFGEduard Zingerman
2025-09-19bpf: compute instructions postorder per subprogramEduard Zingerman
2025-09-19bpf: declare a few utility functions as internal apiEduard Zingerman
2025-09-19bpf: remove redundant REG_LIVE_READ check in stacksafe()Eduard Zingerman
2025-09-19bpf: use compute_live_registers() info in clean_func_stateEduard Zingerman
2025-09-19bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONEEduard Zingerman
2025-09-18bpf: Move the signature kfuncs to helpers.cKP Singh
2025-09-18bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh
2025-09-18bpf: Implement exclusive map creationKP Singh
2025-09-18bpf: Update the bpf_prog_calc_tag to use SHA256KP Singh
2025-09-18bpf: Enforce RCU protection for KF_RCU_PROTECTEDKumar Kartikeya Dwivedi
2025-09-17bpf: dont report verifier bug for missing bpf_scc_visit on speculative pathEduard Zingerman
2025-09-15bpf: potential double-free of env->insn_aux_dataEduard Zingerman
2025-09-15bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan
2025-09-11bpf: core: introduce main_prog_aux for stream accessPuranjay Mohan
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2025-09-11Merge tag 'pm-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-09-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-09-11Merge branches 'pm-sleep' and 'pm-em'Rafael J. Wysocki
2025-09-10bpf: Reject bpf_timer for PREEMPT_RTLeon Hwang
2025-09-10Merge tag 'trace-v6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-09-10PM: hibernate: Restrict GFP mask in hibernation_snapshot()Rafael J. Wysocki
2025-09-10PM: EM: Add function for registering a PD without capacity updateRafael J. Wysocki
2025-09-09bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()Peilin Ye
2025-09-09bpf: Allow fall back to interpreter for programs with stack size <= 512KaFai Wan
2025-09-09rqspinlock: Choose trylock fallback for NMI waitersKumar Kartikeya Dwivedi
2025-09-09bpf: Fix bpf_strnstr() to handle suffix match cases betterRong Tao
2025-09-09bpf: Fix out-of-bounds dynptr write in bpf_crypto_cryptDaniel Borkmann
2025-09-09Merge tag 'dma-mapping-6.17-2025-09-09' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-09-08tracing: Silence warning when chunk allocation fails in trace_pid_writePu Lehui
2025-09-08bpf: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-08bpf: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2025-09-08bpf: replace use of system_wq with system_percpu_wqMarco Crivellari
2025-09-07Merge tag 'timers-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-09-07Merge tag 'locking-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-09-07Merge tag 'perf-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-06tracing/osnoise: Fix null-ptr-deref in bitmap_parselist()Wang Liang
2025-09-06trace/fgraph: Fix error handlingGuenter Roeck
2025-09-05Merge tag 'audit-pr-20250905' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-09-04bpf: add bpf_strcasecmp kfuncRong Tao
2025-09-03audit: fix out-of-bounds read in audit_compare_dname_path()Stanislav Fort
2025-09-03sched: Fix sched_numa_find_nth_cpu() if mask offlineChristian Loehle
2025-09-03vdso/vsyscall: Avoid slow division loop in auxiliary clock updateThomas Weißschuh
2025-09-03perf: Fix the POLL_HUP delivery breakageKan Liang
2025-09-02tracing: Fix tracing_marker may trigger page fault during preempt_disableLuo Gengkun