aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-23time/sched_clock: Export symbol for sched_clock register functionDaniel Lezcano1-2/+2
2025-09-22kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader) in sys_prlim...Oleg Nesterov1-2/+20
2025-09-22bpf: Implement signature verification for BPF programsKP Singh2-2/+45
2025-09-22cpuset: remove is_prs_invalid helperChen Ridong1-8/+3
2025-09-22cpuset: remove impossible warning in update_parent_effective_cpumaskChen Ridong1-1/+0
2025-09-22cpuset: remove redundant special case for null input in node mask updateChen Ridong1-14/+8
2025-09-22Merge tag 'sched_ext-for-6.17-rc7-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+27
2025-09-22sched_ext: idle: Handle migration-disabled tasks in BPF codeAndrea Righi1-1/+27
2025-09-22ns: add ns_debug()Christian Brauner1-0/+53
2025-09-22ns: simplify ns_common_init() furtherChristian Brauner5-5/+5
2025-09-21vhost: Take a reference on the task in struct vhost_task.Sebastian Andrzej Siewior1-1/+2
2025-09-21mm/oom_kill: thaw the entire OOM victim processzhongjinji1-1/+19
2025-09-21resource: improve child resource handling in release_mem_region_adjustable()Sumanth Korikkar1-5/+45
2025-09-21dma-remap: drop nth_page() in dma_common_contiguous_remap()David Hildenbrand1-1/+1
2025-09-21task_stack.h: clean-up stack_not_used() implementationPasha Tatashin1-9/+14
2025-09-21fork: check charging success before zeroing stackPasha Tatashin1-5/+5
2025-09-21time: Fix spelling mistakes in commentsHaofeng Li4-4/+4
2025-09-20kdb: remove redundant check for scancode 0xe0Colin Ian King1-3/+0
2025-09-20kdb: Replace deprecated strcpy() with helper function in kdb_defcmd()Thorsten Blum3-10/+32
2025-09-20kdb: Replace deprecated strcpy() with memcpy() in parse_grep()Thorsten Blum1-1/+1
2025-09-20kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()Thorsten Blum1-6/+8
2025-09-20kdb: Replace deprecated strcpy() with memcpy() in kdb_strdup()Thorsten Blum1-2/+4
2025-09-20kernel: debug: gdbstub: Replace deprecated strcpy() with strscpy()Thorsten Blum1-14/+15
2025-09-20futex: Don't leak robust_list pointer on exec racePranav Tyagi1-50/+56
2025-09-20futex: Prevent use-after-free during requeue-PISebastian Andrzej Siewior1-2/+4
2025-09-19cpuset: fix missing error return in update_cpumaskChen Ridong1-1/+2
2025-09-19cpuset: Use new excpus for nocpu error check when enabling root partitionChen Ridong1-5/+1
2025-09-19cpuset: fix failure to enable isolated partition when containing isolcpusChen Ridong1-1/+1
2025-09-19bpf: table based bpf_insn_successors()Eduard Zingerman2-71/+57
2025-09-19bpf: disable and remove registers chain based livenessEduard Zingerman2-316/+25
2025-09-19bpf: signal error if old liveness is more conservative than newEduard Zingerman1-0/+9
2025-09-19bpf: enable callchain sensitive stack liveness trackingEduard Zingerman1-8/+53
2025-09-19bpf: callchain sensitive stack liveness tracking using CFGEduard Zingerman2-1/+678
2025-09-19bpf: compute instructions postorder per subprogramEduard Zingerman1-13/+55
2025-09-19bpf: declare a few utility functions as internal apiEduard Zingerman1-18/+16
2025-09-19bpf: remove redundant REG_LIVE_READ check in stacksafe()Eduard Zingerman1-7/+0
2025-09-19bpf: use compute_live_registers() info in clean_func_stateEduard Zingerman1-6/+9
2025-09-19bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONEEduard Zingerman2-13/+6
2025-09-19ns: use inode initializer for initial namespacesChristian Brauner4-4/+4
2025-09-19ns: rename to __ns_refChristian Brauner5-5/+5
2025-09-19user: port to ns_ref_*() helpersChristian Brauner1-1/+1
2025-09-19pid: port to ns_ref_*() helpersChristian Brauner1-2/+2
2025-09-19ns: add ns_common_free()Christian Brauner6-7/+12
2025-09-19nscommon: simplify initializationChristian Brauner6-14/+13
2025-09-19mnt: simplify ns_common_init() handlingChristian Brauner1-1/+1
2025-09-19nscommon: move to separate fileChristian Brauner2-1/+22
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner5-25/+0
2025-09-19uts: support ns lookupChristian Brauner1-1/+6
2025-09-19user: support ns lookupChristian Brauner1-1/+6
2025-09-19time: support ns lookupChristian Brauner1-1/+10