summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-03-13sched_ext: Implement SCX_ENQ_IMMEDTejun Heo1-0/+5
2026-03-09Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo1-0/+1
2026-03-07sched_ext: Add SCX_TASK_REENQ_REASON flagsTejun Heo1-0/+15
2026-03-07sched_ext: Simplify task state handlingTejun Heo1-12/+16
2026-03-07sched_ext: Implement scx_bpf_dsq_reenq() for user DSQsTejun Heo1-0/+6
2026-03-07sched_ext: Factor out nldsq_cursor_next_task() and nldsq_cursor_lost_task()Tejun Heo1-3/+3
2026-03-07sched_ext: Add per-CPU data to DSQsTejun Heo1-0/+5
2026-03-06sched_ext: Implement cgroup sub-sched enabling and disablingTejun Heo1-0/+1
2026-03-06sched_ext: Introduce scx_task_sched[_rcu]()Tejun Heo1-0/+7
2026-03-06sched_ext: Introduce cgroup sub-sched supportTejun Heo2-0/+7
2026-03-06Merge branch 'for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Tejun Heo7-15/+120
2026-03-06Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo19-103/+115
2026-03-06Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar22-112/+155
2026-03-06cgroup: Expose some cgroup helpersTejun Heo1-2/+63
2026-03-05Merge tag 'net-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-12/+34
2026-03-05Merge tag 'trace-v7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior1-5/+22
2026-03-05Merge tag 'vfs-7.0-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+22
2026-03-04tracing: Fix WARN_ON in tracing_buffers_mmap_closeQing Wang1-0/+1
2026-03-03indirect_call_wrapper: do not reevaluate function pointerEric Dumazet1-7/+11
2026-03-02uaccess: Fix scoped_user_read_access() for 'pointer to const'David Laight1-34/+20
2026-03-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+1
2026-03-01Merge tag 'timers-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+38
2026-03-01Merge tag 'sched-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-4/+17
2026-03-01Merge tag 'irq-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-03-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-3/+12
2026-02-28KVM: remove CONFIG_KVM_GENERIC_MMU_NOTIFIERPaolo Bonzini1-6/+1
2026-02-28net: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels1-0/+1
2026-02-28bpf: Introduce tnum_step to step through tnum's membersHarishankar Vishwanathan1-0/+3
2026-02-28bpf: Lose const-ness of map in map_check_btf()Kumar Kartikeya Dwivedi2-3/+3
2026-02-28bpf: Register dtor for freeing special fieldsKumar Kartikeya Dwivedi1-0/+6
2026-02-28nsfs: tighten permission checks for ns iteration ioctlsChristian Brauner1-0/+2
2026-02-27Merge tag 'mmc-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds1-4/+5
2026-02-27Merge tag 'slab-for-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-12/+2
2026-02-27Merge tag 'mm-hotfixes-stable-2026-02-26-14-14' of git://git.kernel.org/pub/s...Linus Torvalds2-5/+11
2026-02-27Merge tag 'pm-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-14/+2
2026-02-26Merge tag 'kmalloc_obj-v7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2026-02-26mm/slub: drop duplicate kernel-doc for ksize()Sanjay Chitroda1-12/+0
2026-02-26mm/slab: mark alloc tags empty for sheaves allocated with __GFP_NO_OBJ_EXTSuren Baghdasaryan1-0/+2
2026-02-26kthread: consolidate kthread exit paths to prevent use-after-freeChristian Brauner1-1/+20
2026-02-25Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+0
2026-02-25overflow: Make sure size helpers are always inlinedKees Cook1-4/+4
2026-02-24liveupdate: luo_file: remember retrieve() statusPratyush Yadav (Google)1-3/+6
2026-02-24mm: change vma_alloc_folio_noprof() macro to inline functionArnd Bergmann1-2/+5
2026-02-24sched_ext: Optimize sched_ext_entity layout for cache localityDavid Carlier1-3/+3
2026-02-23sched_ext: Fix ops.dequeue() semanticsAndrea Righi1-0/+1
2026-02-23default_gfp(): avoid using the "newfangled" __VA_OPT__ trickLinus Torvalds1-2/+2
2026-02-23sched/fair: More complex proportional newidle balancePeter Zijlstra1-0/+1
2026-02-23PM: runtime: Change pm_runtime_put() return type to voidRafael J. Wysocki1-14/+2
2026-02-23mmc: core: Avoid bitfield RMW for claim/retune flagsPenghe Geng1-4/+5