summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-08-21printk: Make console_is_usable() available to nbcon.cJohn Ogness
2024-08-21printk: nbcon: Do not rely on proxy headersJohn Ogness
2024-08-21nbcon: Add API to acquire context for non-printing operationsJohn Ogness
2024-08-21printk: nbcon: Use driver synchronization while (un)registeringJohn Ogness
2024-08-21printk: nbcon: Remove return value for write_atomic()John Ogness
2024-08-21printk: nbcon: Clarify rules of the owner/waiter matchingJohn Ogness
2024-08-21printk: Check printk_deferred_enter()/_exit() usageSebastian Andrzej Siewior
2024-08-21printk: Properly deal with nbcon consoles on seq initPetr Mladek
2024-08-21printk: nbcon: Consolidate alloc() and init()John Ogness
2024-08-21printk: Add notation to console_srcu lockingJohn Ogness
2024-08-20workqueue: Don't call va_start / va_end twiceMatthew Brost
2024-08-20sched_ext: Allow dequeue_task_scx to failYipeng Zou
2024-08-20Merge branch 'tip/sched/core' into for-6.12Tejun Heo
2024-08-20cgroup/cpuset: remove use_parent_ecpus of cpusetChen Ridong
2024-08-20cgroup/cpuset: remove fetch_xcpusChen Ridong
2024-08-20cgroup/cpuset: Correct invalid remote parition prsChen Ridong
2024-08-20softirq: Remove unused 'action' parameter from action callbackCaleb Sander Mateos
2024-08-20irqdomain: Always associate interrupts for legacy domainsMatti Vaittinen
2024-08-20x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner
2024-08-19bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*Matteo Croce
2024-08-19bpf: Enable generic kfuncs for BPF_CGROUP_* programsMatteo Croce
2024-08-19cgroup: update some statememt about delegationChen Ridong
2024-08-19module: Clean up the description of MODULE_SIG_<type>Petr Pavlu
2024-08-19module: Split modules_install compression and in-kernel decompressionPetr Pavlu
2024-08-19Merge tag 'printk-for-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-08-17Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/s...Linus Torvalds
2024-08-17Merge tag 'powerpc-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-08-17sched/eevdf: Propagate min_slice up the cgroup hierarchyPeter Zijlstra
2024-08-17sched/eevdf: Use sched_attr::sched_runtime to set request/slice suggestionPeter Zijlstra
2024-08-17sched/eevdf: Allow shorter slices to wakeup-preemptPeter Zijlstra
2024-08-17sched/fair: Avoid re-setting virtual deadline on 'migrations'Peter Zijlstra
2024-08-17sched/eevdf: Fixup PELT vs DELAYED_DEQUEUEPeter Zijlstra
2024-08-17sched/fair: Implement DELAY_ZEROPeter Zijlstra
2024-08-17sched/fair: Implement delayed dequeuePeter Zijlstra
2024-08-17sched: Teach dequeue_task() about special task statesPeter Zijlstra
2024-08-17sched,freezer: Mark TASK_FROZEN specialPeter Zijlstra
2024-08-17sched/fair: Implement ENQUEUE_DELAYEDPeter Zijlstra
2024-08-17sched/fair: Prepare pick_next_task() for delayed dequeuePeter Zijlstra
2024-08-17sched/fair: Prepare exit/cleanup paths for delayed_dequeuePeter Zijlstra
2024-08-17sched/fair: Assert {set_next,put_prev}_entity() are properly balancedPeter Zijlstra
2024-08-17sched/uclamg: Handle delayed dequeuePeter Zijlstra
2024-08-17sched: Prepare generic code for delayed dequeuePeter Zijlstra
2024-08-17sched: Split DEQUEUE_SLEEP from deactivate_task()Peter Zijlstra
2024-08-17sched/fair: Re-organize dequeue_task_fair()Peter Zijlstra
2024-08-17sched: Allow sched_class::dequeue_task() to failPeter Zijlstra
2024-08-17sched/fair: Unify pick_{,next_}_task_fair()Peter Zijlstra
2024-08-17sched/fair: Cleanup pick_task_fair()'s currPeter Zijlstra
2024-08-17sched/fair: Cleanup pick_task_fair() vs throttlePeter Zijlstra
2024-08-17sched/eevdf: Remove min_vruntime_copyPeter Zijlstra
2024-08-17sched/eevdf: Add feature commentsPeter Zijlstra