summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-09-05dma-mapping: use IOMMU DMA calls for common alloc/free page callsLeon Romanovsky2-15/+11
2024-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar43-462/+325
2024-09-04Merge branch 'bpf/master' into for-6.12Tejun Heo54-778/+1365
2024-09-04cgroup/cpuset: Move cpu.h include to cpuset-internal.hWaiman Long2-4/+4
2024-09-04sched_ext: Add cgroup supportTejun Heo4-19/+594
2024-09-04sched: Introduce CONFIG_GROUP_SCHED_WEIGHTTejun Heo2-8/+10
2024-09-04sched: Make cpu_shares_read_u64() use tg_weight()Tejun Heo1-8/+6
2024-09-04sched: Expose css_tg()Tejun Heo2-5/+5
2024-09-04sched_ext: TASK_DEAD tasks must be switched into SCX on ops_enableTejun Heo1-17/+13
2024-09-04sched_ext: TASK_DEAD tasks must be switched out of SCX on ops_disableTejun Heo1-16/+8
2024-09-04bpf: Fix indentation issue in epilogue_idxMartin KaFai Lau1-1/+1
2024-09-04bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()Martin KaFai Lau1-41/+42
2024-09-04bpf: add check for invalid name in btf_name_valid_section()Jeongjun Park1-1/+3
2024-09-04perf/aux: Fix AUX buffer serializationPeter Zijlstra3-6/+15
2024-09-04Merge tag 'mm-hotfixes-stable-2024-09-03-20-19' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2024-09-04printk: Avoid false positive lockdep report for legacy printingJohn Ogness1-20/+63
2024-09-04printk: nbcon: Assign nice -20 for printing threadsJohn Ogness2-0/+12
2024-09-04printk: Implement legacy printer kthread for PREEMPT_RTJohn Ogness3-18/+159
2024-09-04printk: nbcon: Show replay message on takeoverJohn Ogness3-0/+38
2024-09-04printk: Provide helper for message prependingJohn Ogness1-11/+25
2024-09-04printk: nbcon: Rely on kthreads for normal operationJohn Ogness3-7/+84
2024-09-04printk: nbcon: Use thread callback if in task context for legacyJohn Ogness3-45/+59
2024-09-04printk: nbcon: Relocate nbcon_atomic_emit_one()John Ogness1-39/+39
2024-09-04printk: nbcon: Introduce printer kthreadsThomas Gleixner3-0/+380
2024-09-04printk: nbcon: Init @nbcon_seq to highest possibleJohn Ogness2-1/+9
2024-09-04printk: nbcon: Add context to usable() and emit()John Ogness3-21/+27
2024-09-04printk: Flush console on unregister_console()John Ogness1-2/+7
2024-09-04printk: Fail pr_flush() if before SYSTEM_SCHEDULINGJohn Ogness1-0/+4
2024-09-04printk: nbcon: Add function for printers to reacquire ownershipJohn Ogness1-7/+67
2024-09-04printk: nbcon: Use raw_cpu_ptr() instead of open codingJohn Ogness1-2/+1
2024-09-04cpu: Fix W=1 build kernel-doc warningThorsten Blum1-3/+1
2024-09-04Merge branch 'linus' into smp/coreThomas Gleixner41-459/+294
2024-09-04timers: Annotate possible non critical data race of next_expiryAnna-Maria Behnsen1-5/+37
2024-09-04printk: Use the BITS_PER_LONG macroJinjie Ruan1-1/+2
2024-09-03sched_ext: Remove sched_class->switch_class()Tejun Heo2-13/+1
2024-09-03sched_ext: Remove switch_class_scx()Tejun Heo1-5/+4
2024-09-03sched_ext: Relocate functions in kernel/sched/ext.cTejun Heo1-78/+78
2024-09-03sched_ext: Unify regular and core-sched pick task pathsTejun Heo1-67/+11
2024-09-03sched_ext: Replace SCX_TASK_BAL_KEEP with SCX_RQ_BAL_KEEPTejun Heo2-11/+10
2024-09-03sched_ext: Don't call put_prev_task_scx() before picking the next taskTejun Heo1-68/+62
2024-09-03sched/numa: Fix the vma scan starving issueYujie Liu1-0/+9
2024-09-03mm: support only one page_type per pageMatthew Wilcox (Oracle)1-4/+4
2024-09-03mm: move kernel/numa.c to mm/Mike Rapoport (Microsoft)2-27/+0
2024-09-04dma-direct: optimize page freeing when it is not addressableChen Yu1-1/+1
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig2-8/+3
2024-09-03Merge branch 'tip/sched/core' into for-6.12Tejun Heo8-217/+180
2024-09-03audit: Make use of str_enabled_disabled() helperHongbo Li1-1/+1
2024-09-03uprobes: Use kzalloc to allocate xol areaSven Schnelle1-2/+1
2024-09-03sched: Add put_prev_task(.next)Peter Zijlstra6-8/+8
2024-09-03sched: Rework dl_serverPeter Zijlstra4-34/+32