summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-08-04mm: split out mm_init and memblock declarations from internal.hMike Rapoport (Microsoft)
2026-08-04bpf, cgroup: Fix invalid storage access after __cgroup_bpf_attach failedPu Lehui
2026-08-04Merge tag 'locking-urgent-2026-08-04' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-08-04rv: Fix 32-bit build of nomiss KUnit testGabriele Monaco
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig
2026-08-04futex: Avoid private hash use-after-free on final putFelix Hoffmann
2026-08-04bpf: Invalidate RCU pointers after final spin unlockNing Ding
2026-08-04Merge branch 'misc' into nextMike Rapoport (Microsoft)
2026-08-04Merge branch 'crashkernel-cma' into kexec-nextMike Rapoport (Microsoft)
2026-08-04Merge branch 'kexec-misc' into kexec-nextMike Rapoport (Microsoft)
2026-08-04kho: exclude hugetlb memory from scratch size calculationPratyush Yadav (Google)
2026-08-04kho: extend scratchPratyush Yadav (Google)
2026-08-04kho: initialize preserved memory map radix tree earlierPratyush Yadav (Google)
2026-08-04kho: initialize kho_scratch pointer earlier in bootPratyush Yadav (Google)
2026-08-04kho: expose kho_scratch_overlap() to kexec_handover.hPratyush Yadav (Google)
2026-08-04kho: add kho_radix_init_tree()Pratyush Yadav (Google)
2026-08-04kho: allow destroying KHO radix treePratyush Yadav (Google)
2026-08-04kho: allow early-boot usage of the KHO radix treePratyush Yadav (Google)
2026-08-04kho: add data argument to radix walk callbackPratyush Yadav (Google)
2026-08-04kho: add callback for table pagesPratyush Yadav (Google)
2026-08-04kho: add a struct for radix callbacksPratyush Yadav (Google)
2026-08-04kho: move all memory retrieval logic to kho_mem_retrieve()Pratyush Yadav (Google)
2026-08-04kho: store incoming radix tree in kho_inPratyush Yadav (Google)
2026-08-03taskstats: return -EBADF when cgroupstats receives an invalid fdYiyang Chen
2026-08-03kernel/fork: declare max_threads __read_mostlyJianChunfu
2026-08-03kernel: refactor: shorten has_pending_signalsAndrea Calabrese
2026-08-03signal: avoid unconditional siginfo copy in send_signal_locked()Oleg Nesterov
2026-08-03signal: change sys_kill() to use SEND_SIG_NOINFOOleg Nesterov
2026-08-03signal: avoid shared siginfo namespace rewritesBradley Morgan
2026-08-03watchdog/softlockup: fix softlockup typosMatthew Chen
2026-08-03kernel/params: fix a pr_debug(" %p ") in parse_one()Jim Cromie
2026-08-03resource: downgrade "resource sanity check" warning to debug levelManuel Quintero Fonseca
2026-08-03binfmt_misc: correctly account pre-opened interpretersChristian Brauner
2026-08-03sched_ext: Eject the top rescue consumer on overloadTejun Heo
2026-08-03sched_ext: Add bandwidth-limited rescue execution for stranded tasksTejun Heo
2026-08-03sched_ext: Add SCX_TASK_PROTECTEDTejun Heo
2026-08-03sched_ext: Synchronize slice and dsq_vtime writesTejun Heo
2026-08-03sched_ext: Make SCX_ENQ_IGNORE_CAPS waive the preemption cap tooTejun Heo
2026-08-03sched_ext: Reject internal enq_flags in the dsq move kfuncsTejun Heo
2026-08-03sched_ext: Factor out __scx_bpf_now()Tejun Heo
2026-08-03sched_ext: Make several ext.c helpers available outside ext.cTejun Heo
2026-08-03sched_ext: Rename scx_local_or_reject_dsq() to scx_resolve_local_dsq()Tejun Heo
2026-08-03kho: disallow wide keys in radix treePratyush Yadav (Google)
2026-08-03kho: make radix max key width more obviousPratyush Yadav (Google)
2026-08-03kho: generalize radix tree APIsPratyush Yadav (Google)
2026-08-03Merge tag 'liveupdate-fixes-2026-08-03' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-08-03sched_ext: Initialize idle masks as busyAndrea Righi
2026-08-03Merge tag 'sched_ext-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-08-03Merge tag 'cgroup-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-08-03bpf: Remove unused BTF_FMODEL_STRUCT_ARGYonghong Song