summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-06-29workqueue: split kick_pool() into kick_pool_pick()Breno Leitao1-5/+30
2026-06-29smp: Use release stores for csd_lock_record() stateUsama Arif1-7/+19
2026-06-29irqdomain: Remove unnedded NULL check in __irq_domain_[de]activate_irq()Kemeng Shi1-2/+2
2026-06-29genirq/manage: Use irqd_get_parent_data() helper in __irq_get_irqchip_state()Kemeng Shi1-5/+1
2026-06-29irqdomain: Plug leak in irq_domain_alloc_irqs_locked() error pathKemeng Shi1-1/+3
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/raf...Linus 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/g...Linus 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...Linus Torvalds1-1/+1
2026-06-24cgroup/cpuset: Rebind/migrate mm only for threadgroup leader in cpuset_update...Waiman Long1-0/+4
2026-06-24cgroup/cpuset: Avoid unnecessary cpus & mems update in cpuset_hotplug_update_...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/ke...Linus Torvalds4-6/+7
2026-06-23Merge tag 'smp-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-12/+8
2026-06-23Merge tag 'perf-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+1
2026-06-23Merge tag 'locking-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+24
2026-06-23Merge tag 'core-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+13
2026-06-23Merge tag 'irq-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2026-06-23Merge tag 'sched_ext-for-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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/...Linus 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