summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-10-21bpf: save the start of functions in bpf_prog_auxAnton Protopopov
2025-10-21bpf: fix the return value of push_stackAnton Protopopov
2025-10-21bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal
2025-10-21bpf: Clarify get_outer_instance() handling in propagate_to_outer_instance()Shardul Bankar
2025-10-21seqlock: Change thread_group_cputime() to use scoped_seqlock_read()Oleg Nesterov
2025-10-21locking/spinlock/debug: Fix data-race in do_raw_write_lockAlexander Sverdlin
2025-10-20Merge tag 'cgroup-for-6.18-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-10-20PM: hibernate: Rework message printing in swsusp_save()Rafael J. Wysocki
2025-10-20genirq/msi: Slightly simplify msi_domain_alloc()Christophe JAILLET
2025-10-20timekeeping: Fix aux clocks sysfs initialization loop boundHaofeng Li
2025-10-20cgroup/cpuset: Don't track # of local child partitionsWaiman Long
2025-10-20rv: Make rtapp/pagefault monitor depends on CONFIG_MMUNam Cao
2025-10-20rv: Fully convert enabled_monitors to use list_head as iteratorNam Cao
2025-10-19Merge tag 'sched_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-19Merge tag 'perf_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-10-18bpf: mark vma->{vm_mm,vm_file} as __safe_trusted_or_nullYafang Shao
2025-10-18bpf: mark mm->owner as __safe_rcu_or_nullYafang Shao
2025-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2Alexei Starovoitov
2025-10-18sched_ext: Allow forcibly picking an scx taskAndrea Righi
2025-10-18dma: contiguous: Reserve default CMA heapMaxime Ripard
2025-10-18dma: contiguous: Register reusable CMA regions at bootMaxime Ripard
2025-10-18PM: console: Fix memory allocation error handling in pm_vt_switch_required()Malaya Kumar Rout
2025-10-16sched_ext: Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/ke...Tejun Heo
2025-10-16sched_ext: Merge branch 'for-6.18-fixes' into for-6.19Tejun Heo
2025-10-16sched_ext: fix flag check for deferred callbacksEmil Tsalapatis
2025-10-16bpf: Fix memory leak in __lookup_instance error pathShardul Bankar
2025-10-16sched/ext: Fold balance_scx() into pick_task_scx()Peter Zijlstra
2025-10-16sched: Add support to pick functions to take rfJoel Fernandes
2025-10-16sched: Detect per-class runqueue changesPeter Zijlstra
2025-10-16sched: Mandate shared flags for sched_changePeter Zijlstra
2025-10-16sched: Cleanup the sched_change NOCLOCK usagePeter Zijlstra
2025-10-16sched: Match __task_rq_{,un}lock()Peter Zijlstra
2025-10-16sched: Add locking comments to sched_class methodsPeter Zijlstra
2025-10-16sched: Make __do_set_cpus_allowed() use the sched_change patternPeter Zijlstra
2025-10-16sched: Rename do_set_cpus_allowed()Peter Zijlstra
2025-10-16sched: Fix do_set_cpus_allowed() lockingPeter Zijlstra
2025-10-16sched: Fix migrate_disable_switch() lockingPeter Zijlstra
2025-10-16sched: Move sched_class::prio_changed() into the change patternPeter Zijlstra
2025-10-16sched: Cleanup sched_delayed handling for class switchesPeter Zijlstra
2025-10-16sched: Fold sched_class::switch{ing,ed}_{to,from}() into the change patternPeter Zijlstra
2025-10-16sched/deadline: Prepare for switched_from() changePeter Zijlstra
2025-10-16sched: Re-arrange the {EN,DE}QUEUE flagsPeter Zijlstra
2025-10-16sched: Employ sched_change guardsPeter Zijlstra
2025-10-16sched/fair: Only update stats for allowed CPUs when looking for dst groupAdam Li
2025-10-16sched: Create architecture specific sched domain distancesTim Chen
2025-10-16sched/deadline: only set free_cpus for online runqueuesDoug Berger
2025-10-16sched/fair: Forfeit vruntime on yieldFernand Sieber
2025-10-15dma-debug: don't report false positives with DMA_BOUNCE_UNALIGNED_KMALLOCMarek Szyprowski
2025-10-15sched_ext: Add lockless peek operation for DSQsRyan Newton
2025-10-15livepatch: Match old_sympos 0 and 1 in klp_find_func()Song Liu