summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-09-20kdb: Replace deprecated strcpy() with memcpy() in kdb_strdup()Thorsten Blum
2025-09-20kernel: debug: gdbstub: Replace deprecated strcpy() with strscpy()Thorsten Blum
2025-09-20futex: Don't leak robust_list pointer on exec racePranav Tyagi
2025-09-20futex: Prevent use-after-free during requeue-PISebastian Andrzej Siewior
2025-09-19cpuset: fix missing error return in update_cpumaskChen Ridong
2025-09-19cpuset: Use new excpus for nocpu error check when enabling root partitionChen Ridong
2025-09-19cpuset: fix failure to enable isolated partition when containing isolcpusChen Ridong
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-19ns: use inode initializer for initial namespacesChristian Brauner
2025-09-19ns: rename to __ns_refChristian Brauner
2025-09-19user: port to ns_ref_*() helpersChristian Brauner
2025-09-19pid: port to ns_ref_*() helpersChristian Brauner
2025-09-19ns: add ns_common_free()Christian Brauner
2025-09-19nscommon: simplify initializationChristian Brauner
2025-09-19mnt: simplify ns_common_init() handlingChristian Brauner
2025-09-19nscommon: move to separate fileChristian Brauner
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner
2025-09-19uts: support ns lookupChristian Brauner
2025-09-19user: support ns lookupChristian Brauner
2025-09-19time: support ns lookupChristian Brauner
2025-09-19pid: support ns lookupChristian Brauner
2025-09-19cgroup: support ns lookupChristian Brauner
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner
2025-09-19nstree: make iterator genericChristian Brauner
2025-09-19uts: use ns_common_init()Christian Brauner
2025-09-19user: use ns_common_init()Christian Brauner
2025-09-19time: use ns_common_init()Christian Brauner
2025-09-19pid: use ns_common_init()Christian Brauner
2025-09-19cgroup: use ns_common_init()Christian Brauner
2025-09-19pid: use ns_capable_noaudit() when determining net sysctl permissionsChristian Göttsche
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-18Merge tag 'trace-rv-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-18smp: Fix up and expand the smp_call_function_many() kerneldocRafael J. Wysocki
2025-09-18sched_ext: Add migration-disabled counter to error state dumpAndrea Righi
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-17Merge tag 'probes-fixes-v6.17-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-18tracing: kprobe-event: Fix null-ptr-deref in trace_kprobe_create_internal()Wang Liang