summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-11-11sched/core: Remove double update_rq_clock() in __set_cpus_allowed_ptr_locked()Hao Jia
2025-11-11sched/eevdf: Fix min_vruntime vs avg_vruntimePeter Zijlstra
2025-11-11sched/core: Add comment explaining force-idle vruntime snapshotsPeter Zijlstra
2025-11-11sched/core: Optimize core cookie matching checkFernand Sieber
2025-11-11sched/proxy: Yield the donor taskFernand Sieber
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner
2025-11-11pid: rely on common reference count behaviorChristian Brauner
2025-11-11ns: rename is_initial_namespace()Christian Brauner
2025-11-11nstree: use guards for ns_tree_lockChristian Brauner
2025-11-11nstree: simplify owner list iterationChristian Brauner
2025-11-11nstree: switch to new structuresChristian Brauner
2025-11-11nstree: add helper to operate on struct ns_tree_{node,root}Christian Brauner
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner
2025-11-10tracing: Report wrong dynamic event commandMasami Hiramatsu (Google)
2025-11-10tracing: Use switch statement instead of ifs in set_tracer_flag()Steven Rostedt
2025-11-10tracing: Exit out immediately after update_marker_trace()Steven Rostedt
2025-11-10tracing: Have add_tracer_options() error pass up to callersSteven Rostedt
2025-11-10tracing: Remove dummy options and flagsSteven Rostedt
2025-11-10tracing: Hide __NR_utimensat and _NR_mq_timedsend when not definedSteven Rostedt
2025-11-10bpf: Export necessary symbols for modules with struct_opsD. Wythe
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki
2025-11-10workqueue: Remove unused assert_rcu_or_wq_mutex_or_pool_mutexzhang jiao
2025-11-10printk_ringbuffer: Create a helper function to decide whether more space is n...Petr Mladek
2025-11-10printk_ringbuffer: Fix check of valid data size when blk_lpos overflowsPetr Mladek
2025-11-10ns: add asserts for active refcount underflowChristian Brauner
2025-11-10ns: handle setns(pidfd, ...) cleanlyChristian Brauner
2025-11-10ns: return EFAULT on put_user() errorChristian Brauner
2025-11-10ns: make sure reference are dropped outside of rcu lockChristian Brauner
2025-11-10ns: don't increment or decrement initial namespacesChristian Brauner
2025-11-10ns: don't skip active reference count initializationChristian Brauner
2025-11-09kho: warn and exit when unpreserved page wasn't preservedPratyush Yadav
2025-11-09kho: fix unpreservation of higher-order vmalloc preservationsPratyush Yadav
2025-11-09kho: fix out-of-bounds access of vmalloc chunkPratyush Yadav
2025-11-09gcov: add support for GCC 15Peter Oberparleiter
2025-11-09kho: allocate metadata directly from the buddy allocatorPasha Tatashin
2025-11-09kho: increase metadata bitmap size to PAGE_SIZEPasha Tatashin
2025-11-09kho: warn and fail on metadata or preserved memory in scratch areaPasha Tatashin
2025-11-08Merge tag 'sched-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-11-08Merge tag 'perf-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-11-08Merge tag 'locking-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-11-07audit: merge loops in __audit_inode_child()Ricardo Robaina
2025-11-07audit: Use kzalloc() instead of kmalloc()/memset() in audit_krule_to_data()Gongwei Li
2025-11-07Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-11-07PM: hibernate: Fix style issues in save_compressed_image()Mario Limonciello (AMD)
2025-11-07PM: hibernate: Use atomic64_t for compressed_size variableMario Limonciello (AMD)
2025-11-07PM: hibernate: Emit an error when image writing failsMario Limonciello (AMD)
2025-11-07refscale: Do not disable interrupts for tests involving local_bh_enable()Paul E. McKenney
2025-11-07refscale: Add non-atomic per-CPU increment readersPaul E. McKenney
2025-11-07refscale: Add this_cpu_inc() readersPaul E. McKenney
2025-11-07refscale: Add preempt_disable() readersPaul E. McKenney