aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-23sched_ext: Separate out scx_kick_cpu() and add @sch to itTejun Heo1-16/+27
2025-09-23sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()Tejun Heo2-0/+14
2025-09-23sched_ext: Use bitfields for boolean warning flagsTejun Heo1-2/+2
2025-09-23sched_ext: Fix stray scx_root usage in task_can_run_on_remote_rq()Tejun Heo1-2/+1
2025-09-23sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()Tejun Heo1-1/+1
2025-09-23sched_ext: Verify RCU protection in scx_bpf_cpu_curr()Andrea Righi1-1/+1
2025-09-18sched_ext: Add migration-disabled counter to error state dumpAndrea Righi1-1/+2
2025-09-04sched_ext: Fix NULL dereference in scx_bpf_cpu_rq() warningAndrea Righi1-2/+5
2025-09-03sched_ext: deprecation warn for scx_bpf_cpu_rq()Christian Loehle2-0/+10
2025-09-03sched_ext: Introduce scx_bpf_cpu_curr()Christian Loehle1-0/+14
2025-09-03sched_ext: Introduce scx_bpf_locked_rq()Christian Loehle1-0/+23
2025-09-03sched_ext: Use cgroup_lock/unlock() to synchronize against cgroup operationsTejun Heo3-56/+14
2025-09-03sched_ext: Put event_stats_cpu in struct scx_sched_pcpuTejun Heo2-16/+19
2025-09-03sched_ext: Move internal type and accessor definitions to ext_internal.hTejun Heo4-1057/+1062
2025-09-03sched_ext: Keep bypass on between enable failure and scx_disable_workfn()Tejun Heo1-1/+1
2025-09-03sched_ext: Make explicit scx_task_iter_relock() calls unnecessaryTejun Heo1-20/+23
2025-08-10Merge tag 'smp_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+1
2025-08-10Merge tag 'irq_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+3
2025-08-10Merge tag 'locking_urgent_for_v6.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2025-08-09Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+3
2025-08-06cpu: Remove obsolete comment from takedown_cpu()Waiman Long1-3/+0
2025-08-06genirq/test: Resolve irq lock inversion warningsBrian Norris1-1/+3
2025-08-06Merge tag 'kbuild-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds3-79/+69
2025-08-06Merge tag 'perf-fixes-27504' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.gitLinus Torvalds1-8/+28
2025-08-06kheaders: make it possible to override TARMichał Górny1-3/+3
2025-08-05perf/core: Prevent VMA split of buffer mappingsThomas Gleixner1-0/+10
2025-08-05perf/core: Handle buffer mapping fail correctly in perf_mmap()Thomas Gleixner1-2/+10
2025-08-05perf/core: Exit early on perf_mmap() failThomas Gleixner1-2/+4
2025-08-05perf/core: Don't leak AUX buffer refcount on allocation failureThomas Gleixner1-3/+4
2025-08-05perf/core: Preserve AUX buffer allocation failure resultThomas Gleixner1-2/+1
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-14/+8
2025-08-04Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds3-33/+78
2025-08-04sched/psi: Fix psi_seq initializationPeter Zijlstra1-5/+1
2025-08-04Merge branch 'rework/fixes' into for-linusPetr Mladek1-22/+41
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds17-171/+424
2025-08-03Merge tag 'trace-v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds4-200/+117
2025-08-03Merge tag 'modules-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/modules/linuxLinus Torvalds3-6/+15
2025-08-02execmem: introduce execmem_alloc_rw()Mike Rapoport (Microsoft)1-11/+2
2025-08-02mm: add process info to bad rss-counter warningXuanye Liu1-3/+6
2025-08-02ucount: use atomic_long_try_cmpxchg() in atomic_long_inc_below()Uros Bizjak1-8/+6
2025-08-02ucount: fix atomic_long_inc_below() argument typeUros Bizjak1-1/+1
2025-08-02kexec: enable CMA based contiguous allocationAlexander Graf4-11/+144
2025-08-02bpf: Fix memory leak of bpf_scc_info objectsEduard Zingerman1-0/+3
2025-08-02futex: Move futex cleanup to __mmdrop()Thomas Gleixner1-1/+1
2025-08-02smp: Fix spelling in on_each_cpu_cond_mask()'s doc-commentRoman Kisel1-1/+1
2025-08-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-24/+62
2025-08-01tracing: Have unsigned int function args displayed as hexadecimalSteven Rostedt1-1/+7
2025-08-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+7
2025-08-01ring-buffer: Convert ring_buffer_write() to use guard(preempt_notrace)Steven Rostedt1-10/+6