aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-06-29fs: add umh argument to struct kernel_clone_argsChristian Brauner2-8/+23
2026-06-29fs: add real_fs to track task's actual fs_structChristian Brauner2-2/+8
2026-06-29fs: add switch_fs_struct()Christian Brauner1-16/+6
2026-06-29kernel: exit: fix coding style missing spacesmingzhu wang1-1/+1
2026-06-26Merge tag 'pm-7.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2026-06-25bpf: Fix insn_aux_data leak on verifier err_free_env pathKaFai Wan1-1/+1
2026-06-25bpf: Mask pseudo pointer values in verifier logsNuoqi Gui1-1/+4
2026-06-25bpf: Preserve scalar zero spills for stack readsWoojin Ji1-11/+42
2026-06-25bpf: Reject offset refcount acquire argumentsYiyang Chen1-10/+22
2026-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds8-198/+339
2026-06-25sched_ext: Convert scx_arena_grow() to use scx_arena_to_kaddr()Cheng-Yang Chou1-11/+2
2026-06-25Merge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linuxLinus Torvalds2-4/+9
2026-06-25tracing: probes: fix typo in a log messageMartin Kaiser1-1/+1
2026-06-24sched_ext, rcu: Upgrade RCU stall paths to report cpumask of stalled CPUsCheng-Yang Chou5-14/+81
2026-06-24sched_ext: Fix exit_cpu accuracy for lockup pathsCheng-Yang Chou2-8/+9
2026-06-24sched_ext: Remove deprecated scx_bpf_cpu_rq()Christian Loehle2-31/+0
2026-06-24sched_ext: Annotate ksyncs with __rcu in alloc/free_kick_syncs()Tejun Heo1-2/+2
2026-06-24sched_ext: Check remote rq eligibility under task's rq lockKuba Piecuch2-18/+29
2026-06-24sched_ext: Reset dsq_vtime and slice when a task leaves SCXAndrea Righi1-0/+7
2026-06-24Merge tag 'pci-v7.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+1
2026-06-24cgroup/cpuset: Rebind/migrate mm only for threadgroup leader in cpuset_update_tasks_nodemask()Waiman Long1-0/+4
2026-06-24cgroup/cpuset: Avoid unnecessary cpus & mems update in cpuset_hotplug_update_tasks()Waiman Long1-19/+26
2026-06-24sched_ext: Avoid flooding the log with deprecation warningsBreno Leitao1-2/+2
2026-06-23Merge tag 'timers-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-6/+7
2026-06-23Merge tag 'smp-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+8
2026-06-23Merge tag 'perf-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2026-06-23Merge tag 'locking-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+24
2026-06-23Merge tag 'core-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+13
2026-06-23Merge tag 'irq-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2026-06-23Merge tag 'sched_ext-for-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds12-155/+201
2026-06-23resource: Make resource_alignment() input const resourceIlpo Järvinen1-1/+1
2026-06-22bpf: Disable xfrm_decode_session hook attachmentBradley Morgan1-0/+3
2026-06-22bpf: Reset register bounds before narrowing retval range in check_mem_access()Tristan Madani1-0/+1
2026-06-22sched_ext: Move shared helpers from ext.c into internal.h and cid.hTejun Heo3-141/+142
2026-06-22sched_ext: Make kernel/sched/ext/ sources self-contained for clangdTejun Heo9-0/+45
2026-06-22bpf: Preserve pointer spill metadata during half-slot cleanupNuoqi Gui1-6/+7
2026-06-22genirq/msi: Correct CONFIG_PCI_MSI_ARCH_FALLBACKS macro name in commentEthan Nelson-Moore1-1/+1
2026-06-22sched_ext: Move sources under kernel/sched/ext/Tejun Heo12-14/+14
2026-06-22Merge tag 's390-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2026-06-22time: Fix off-by-one in compat settimeofday() usec validationWang Yan1-1/+1
2026-06-21bpf: Fix effective prog array index with BPF_F_PREORDERAmery Hung1-46/+62
2026-06-21bpf: Fix BPF_PROG_ASSOC_STRUCT_OPS last field checkThiébaud Weksteen1-1/+1
2026-06-21bpf: Add missing access_ok call to copy_user_symsJiri Olsa1-5/+6
2026-06-21bpf: Allow type tag BTF records to succeed other modifier recordsEmil Tsalapatis1-86/+123
2026-06-21bpf: Emit verbose message when prog-specific btf_struct_access rejects a writeAlexei Starovoitov1-0/+4
2026-06-21bpf: Fix build_id caching in stack_map_get_build_id_offset()Ihor Solodrai1-53/+130
2026-06-21bpf: Fix stack slot index in nospec checksNuoqi Gui1-1/+2
2026-06-21Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-77/+91
2026-06-21cpu: hotplug: Bound hotplug states sysfs outputBradley Morgan1-8/+4
2026-06-21cpu: hotplug: Preserve per instance callback errorsBradley Morgan1-4/+4