summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-25sched_ext: Refuse cross-task select_cpu_from_kfunc callsTejun Heo1-2/+17
2026-04-25sched_ext: Align cgroup #ifdef guards with SUB_SCHED vs GROUP_SCHEDTejun Heo1-19/+22
2026-04-25sched_ext: Make bypass LB cpumasks per-schedulerTejun Heo2-14/+21
2026-04-25sched_ext: Pass held rq to SCX_CALL_OP() for core_sched_beforeTejun Heo1-1/+1
2026-04-25sched_ext: Pass held rq to SCX_CALL_OP() for dump_cpu/dump_taskTejun Heo1-8/+6
2026-04-25sched_ext: Save and restore scx_locked_rq across SCX_CALL_OPTejun Heo1-19/+30
2026-04-25sched_ext: Use dsq->first_task instead of list_empty() in dispatch_enqueue() ...Tejun Heo1-4/+6
2026-04-25sched_ext: Resolve caller's scheduler in scx_bpf_destroy_dsq() / scx_bpf_dsq_...Tejun Heo1-8/+9
2026-04-25sched_ext: Read scx_root under scx_cgroup_ops_rwsem in cgroup settersTejun Heo1-3/+6
2026-04-25sched_ext: Don't disable tasks in scx_sub_enable_workfn() abort pathTejun Heo1-6/+30
2026-04-25sched_ext: Skip tasks with stale task_rq in bypass_lb_cpu()Tejun Heo1-0/+9
2026-04-25sched_ext: Guard scx_dsq_move() against NULL kit->dsq after failed iter_newTejun Heo1-1/+11
2026-04-25sched_ext: Unregister sub_kset on scheduler disableTejun Heo1-0/+6
2026-04-25sched_ext: Defer scx_hardlockup() out of NMITejun Heo1-6/+27
2026-04-25Merge tag 'trace-ring-buffer-v7.1-3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+7
2026-04-25Merge tag 'block-7.1-20260424' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds61-187/+347
2026-04-25Merge tag 'io_uring-7.1-20260424' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-24/+111
2026-04-25Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds25-215/+443
2026-04-24Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds20-50/+1144
2026-04-24Merge tag 'ntfs-for-7.1-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-42/+114
2026-04-24Merge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linuxLinus Torvalds4-30/+95
2026-04-24Merge tag 'spdx-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-2/+13
2026-04-24Merge tag 'char-misc-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds356-4299/+12801
2026-04-24Merge tag 'spi-fix-v7.1-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds13-58/+110
2026-04-24Merge tag 'regulator-fix-v7.1-merge-window' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-2/+2
2026-04-24ring-buffer: Do not double count the reader_pageMasami Hiramatsu (Google)1-6/+7
2026-04-24Merge tag 'regmap-fix-v7.1-merge-window' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-1/+56
2026-04-24Merge tag 'gpio-fixes-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2026-04-24Merge tag 'sound-fix-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds32-259/+340
2026-04-24Merge tag 'drm-fixes-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds16-19/+73
2026-04-24Merge tag 'drm-next-2026-04-24' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds98-532/+1377
2026-04-24bpf: Fix sk_local_storage diag dumping uninitialized special fieldsAmery Hung1-0/+1
2026-04-24netfilter: nf_conntrack_sip: don't use simple_strtoulFlorian Westphal2-34/+119
2026-04-24netfilter: reject zero shift in nft_bitwiseKai Ma1-1/+2
2026-04-24netfilter: xt_policy: fix strict mode inbound policy matchingJiexun Wang1-1/+1
2026-04-24sched_ext: sync disable_irq_work in bpf_scx_unreg()Richard Cheng1-3/+17
2026-04-24Merge tag 'locking-urgent-2026-04-24' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-20/+67
2026-04-24Merge tag 'x86-urgent-2026-04-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-27/+43
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds56-538/+734
2026-04-24Merge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds39-201/+726
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds311-138161/+14
2026-04-24Merge tag 'slab-for-7.1-fix' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+12
2026-04-24Merge tag 'clang-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+5
2026-04-24Merge tag 'apparmor-pr-2026-04-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-26/+22
2026-04-24drm/amdkfd: check if vm ready in svm map and unmap to gpuYuanShang1-0/+11
2026-04-24drm/amdkfd: validate SVM ioctl nattr against buffer sizeAlysa Liu2-2/+27
2026-04-24drm/amdgpu: Avoid reset in AMDGPU unload path for APUs with GFX V11 and higher.Shubhankar Milind Sardeshpande1-1/+5
2026-04-24drm/amdgpu: Only send RMA CPER when threshold is exceededKent Russell1-1/+1
2026-04-24drm/amdgpu: fix root reservation in amdgpu_vm_handle_faultPierre-Eric Pelloux-Prayer1-3/+14
2026-04-24drm/amdgpu/gfx6: Support harvested SI chips with disabled TCCs (v2)Timur Kristóf1-0/+66