aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-22PM: EM: Implement em_notify_pd_created/updated()Changwoo Min2-0/+50
2025-10-22PM: EM: Implement em_notify_pd_deleted()Changwoo Min2-0/+47
2025-10-22PM: EM: Implement em_nl_get_pd_table_doit()Changwoo Min1-1/+107
2025-10-22PM: EM: Implement em_nl_get_pds_doit()Changwoo Min1-1/+81
2025-10-22PM: EM: Add an iterator and accessor for the performance domainChangwoo Min2-0/+52
2025-10-22PM: EM: Add a skeleton code for netlink notificationChangwoo Min3-1/+53
2025-10-22PM: EM: Add em.yaml and autogen filesChangwoo Min2-0/+71
2025-10-22PM: EM: Expose the ID of a performance domain via debugfsChangwoo Min1-0/+12
2025-10-22PM: EM: Assign a unique ID when creating a performance domainChangwoo Min1-1/+29
2025-10-22sched/fair: Start a cfs_rq on throttled hierarchy with PELT clock throttledK Prateek Nayak1-0/+12
2025-10-21bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal1-0/+2
2025-10-21seqlock: Change thread_group_cputime() to use scoped_seqlock_read()Oleg Nesterov1-15/+5
2025-10-21locking/spinlock/debug: Fix data-race in do_raw_write_lockAlexander Sverdlin1-2/+2
2025-10-20Merge tag 'cgroup-for-6.18-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2025-10-20PM: hibernate: Rework message printing in swsusp_save()Rafael J. Wysocki1-7/+6
2025-10-20genirq/msi: Slightly simplify msi_domain_alloc()Christophe JAILLET1-1/+1
2025-10-20timekeeping: Fix aux clocks sysfs initialization loop boundHaofeng Li1-1/+1
2025-10-20rv: Make rtapp/pagefault monitor depends on CONFIG_MMUNam Cao1-0/+1
2025-10-20rv: Fully convert enabled_monitors to use list_head as iteratorNam Cao1-6/+6
2025-10-19Merge tag 'sched_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-13/+18
2025-10-19Merge tag 'perf_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+7
2025-10-18PM: console: Fix memory allocation error handling in pm_vt_switch_required()Malaya Kumar Rout1-2/+6
2025-10-16sched_ext: fix flag check for deferred callbacksEmil Tsalapatis1-1/+1
2025-10-16bpf: Fix memory leak in __lookup_instance error pathShardul Bankar1-1/+3
2025-10-16sched/ext: Fold balance_scx() into pick_task_scx()Peter Zijlstra3-80/+12
2025-10-16sched: Add support to pick functions to take rfJoel Fernandes8-41/+46
2025-10-16sched: Detect per-class runqueue changesPeter Zijlstra8-2/+42
2025-10-16sched: Mandate shared flags for sched_changePeter Zijlstra1-0/+6
2025-10-16sched: Cleanup the sched_change NOCLOCK usagePeter Zijlstra3-31/+14
2025-10-16sched: Match __task_rq_{,un}lock()Peter Zijlstra3-10/+13
2025-10-16sched: Add locking comments to sched_class methodsPeter Zijlstra2-9/+105
2025-10-16sched: Make __do_set_cpus_allowed() use the sched_change patternPeter Zijlstra1-21/+5
2025-10-16sched: Rename do_set_cpus_allowed()Peter Zijlstra4-12/+12
2025-10-16sched: Fix do_set_cpus_allowed() lockingPeter Zijlstra3-24/+17
2025-10-16sched: Fix migrate_disable_switch() lockingPeter Zijlstra1-21/+6
2025-10-16sched: Move sched_class::prio_changed() into the change patternPeter Zijlstra9-44/+47
2025-10-16sched: Cleanup sched_delayed handling for class switchesPeter Zijlstra4-13/+15
2025-10-16sched: Fold sched_class::switch{ing,ed}_{to,from}() into the change patternPeter Zijlstra7-57/+55
2025-10-16sched/deadline: Prepare for switched_from() changePeter Zijlstra1-5/+5
2025-10-16sched: Re-arrange the {EN,DE}QUEUE flagsPeter Zijlstra1-21/+24
2025-10-16sched: Employ sched_change guardsPeter Zijlstra4-170/+126
2025-10-16sched/fair: Only update stats for allowed CPUs when looking for dst groupAdam Li1-1/+1
2025-10-16sched: Create architecture specific sched domain distancesTim Chen1-22/+86
2025-10-16sched/deadline: only set free_cpus for online runqueuesDoug Berger3-32/+14
2025-10-16sched/fair: Forfeit vruntime on yieldFernand Sieber1-1/+13
2025-10-15dma-debug: don't report false positives with DMA_BOUNCE_UNALIGNED_KMALLOCMarek Szyprowski1-1/+4
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_async_cb structures.Alexei Starovoitov2-11/+29
2025-10-14livepatch: Add CONFIG_KLP_BUILDJosh Poimboeuf1-0/+12
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf1-2/+2
2025-10-14x86/module: Improve relocation error messagesJosh Poimboeuf1-2/+2