summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-11-10tracing: Report wrong dynamic event commandMasami Hiramatsu (Google)-2/+9
2025-11-10tracing: Use switch statement instead of ifs in set_tracer_flag()Steven Rostedt-15/+23
2025-11-10tracing: Exit out immediately after update_marker_trace()Steven Rostedt-1/+4
2025-11-10tracing: Have add_tracer_options() error pass up to callersSteven Rostedt-21/+34
2025-11-10tracing: Remove dummy options and flagsSteven Rostedt-32/+16
2025-11-10tracing: Hide __NR_utimensat and _NR_mq_timedsend when not definedSteven Rostedt-0/+4
2025-11-10bpf: Export necessary symbols for modules with struct_opsD. Wythe-0/+3
2025-11-10bpf: Unclone skb head on bpf_dynptr_write to skb metadataJakub Sitnicki-4/+2
2025-11-10workqueue: Remove unused assert_rcu_or_wq_mutex_or_pool_mutexzhang jiao-6/+0
2025-11-10printk_ringbuffer: Create a helper function to decide whether more space is n...Petr Mladek-4/+28
2025-11-10printk_ringbuffer: Fix check of valid data size when blk_lpos overflowsPetr Mladek-3/+6
2025-11-10ns: add asserts for active refcount underflowChristian Brauner-4/+14
2025-11-10ns: handle setns(pidfd, ...) cleanlyChristian Brauner-17/+12
2025-11-10ns: return EFAULT on put_user() errorChristian Brauner-2/+2
2025-11-10ns: make sure reference are dropped outside of rcu lockChristian Brauner-9/+23
2025-11-10ns: don't increment or decrement initial namespacesChristian Brauner-0/+6
2025-11-10ns: don't skip active reference count initializationChristian Brauner-5/+4
2025-11-09kho: warn and exit when unpreserved page wasn't preservedPratyush Yadav-4/+4
2025-11-09kho: fix unpreservation of higher-order vmalloc preservationsPratyush Yadav-3/+4
2025-11-09kho: fix out-of-bounds access of vmalloc chunkPratyush Yadav-2/+2
2025-11-09gcov: add support for GCC 15Peter Oberparleiter-1/+3
2025-11-09kho: allocate metadata directly from the buddy allocatorPasha Tatashin-3/+3
2025-11-09kho: increase metadata bitmap size to PAGE_SIZEPasha Tatashin-10/+11
2025-11-09kho: warn and fail on metadata or preserved memory in scratch areaPasha Tatashin-19/+93
2025-11-08Merge tag 'sched-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-10/+7
2025-11-08Merge tag 'perf-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+15
2025-11-08Merge tag 'locking-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+6
2025-11-07audit: merge loops in __audit_inode_child()Ricardo Robaina-24/+19
2025-11-07audit: Use kzalloc() instead of kmalloc()/memset() in audit_krule_to_data()Gongwei Li-2/+1
2025-11-07Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+8
2025-11-07PM: hibernate: Fix style issues in save_compressed_image()Mario Limonciello (AMD)-2/+3
2025-11-07PM: hibernate: Use atomic64_t for compressed_size variableMario Limonciello (AMD)-5/+5
2025-11-07PM: hibernate: Emit an error when image writing failsMario Limonciello (AMD)-4/+7
2025-11-07refscale: Do not disable interrupts for tests involving local_bh_enable()Paul E. McKenney-4/+10
2025-11-07refscale: Add non-atomic per-CPU increment readersPaul E. McKenney-2/+153
2025-11-07refscale: Add this_cpu_inc() readersPaul E. McKenney-4/+32
2025-11-07refscale: Add preempt_disable() readersPaul E. McKenney-1/+32
2025-11-07refscale: Add local_bh_disable() readersPaul E. McKenney-1/+33
2025-11-07refscale: Add local_irq_disable() and local_irq_save() readersPaul E. McKenney-1/+65
2025-11-07printk: nbcon: Allow unsafe write_atomic() for panicJohn Ogness-15/+32
2025-11-07srcu: Add SRCU_READ_FLAVOR_FAST_UPDOWN CPP macroPaul E. McKenney-6/+18
2025-11-07rcu: Mark diagnostic functions as notracePaul E. McKenney-5/+5
2025-11-06tracing: Fix memory leaks in create_field_var()Zilin Guan-2/+4
2025-11-06ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt-0/+4
2025-11-06bpf: Use kmalloc_nolock() in range treePuranjay Mohan-15/+6
2025-11-06cgroup: Fix sleeping from invalid context warning on PREEMPT_RTTejun Heo-1/+54
2025-11-07tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobeMasami Hiramatsu (Google)-0/+4
2025-11-07tracing: tprobe-events: Fix to register tracepoint correctlyMasami Hiramatsu (Google)-1/+2
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+22
2025-11-06futex: Optimize per-cpu reference countingPeter Zijlstra-6/+6