aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-11-10ns: return EFAULT on put_user() errorChristian Brauner1-2/+2
2025-11-10ns: make sure reference are dropped outside of rcu lockChristian Brauner1-9/+23
2025-11-10ns: don't increment or decrement initial namespacesChristian Brauner1-0/+6
2025-11-10ns: don't skip active reference count initializationChristian Brauner1-5/+4
2025-11-09kho: warn and exit when unpreserved page wasn't preservedPratyush Yadav1-4/+4
2025-11-09kho: fix unpreservation of higher-order vmalloc preservationsPratyush Yadav1-3/+4
2025-11-09kho: fix out-of-bounds access of vmalloc chunkPratyush Yadav1-2/+2
2025-11-09gcov: add support for GCC 15Peter Oberparleiter1-1/+3
2025-11-09kho: allocate metadata directly from the buddy allocatorPasha Tatashin1-3/+3
2025-11-09kho: increase metadata bitmap size to PAGE_SIZEPasha Tatashin1-10/+11
2025-11-09kho: warn and fail on metadata or preserved memory in scratch areaPasha Tatashin5-19/+93
2025-11-08Merge tag 'sched-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-10/+7
2025-11-08Merge tag 'perf-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+15
2025-11-08Merge tag 'locking-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+6
2025-11-07audit: merge loops in __audit_inode_child()Ricardo Robaina1-24/+19
2025-11-07audit: Use kzalloc() instead of kmalloc()/memset() in audit_krule_to_data()Gongwei Li1-2/+1
2025-11-07Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+8
2025-11-07PM: hibernate: Fix style issues in save_compressed_image()Mario Limonciello (AMD)1-2/+3
2025-11-07PM: hibernate: Use atomic64_t for compressed_size variableMario Limonciello (AMD)1-5/+5
2025-11-07PM: hibernate: Emit an error when image writing failsMario Limonciello (AMD)1-4/+7
2025-11-07refscale: Do not disable interrupts for tests involving local_bh_enable()Paul E. McKenney1-4/+10
2025-11-07refscale: Add non-atomic per-CPU increment readersPaul E. McKenney1-2/+153
2025-11-07refscale: Add this_cpu_inc() readersPaul E. McKenney1-4/+32
2025-11-07refscale: Add preempt_disable() readersPaul E. McKenney1-1/+32
2025-11-07refscale: Add local_bh_disable() readersPaul E. McKenney1-1/+33
2025-11-07refscale: Add local_irq_disable() and local_irq_save() readersPaul E. McKenney1-1/+65
2025-11-07printk: nbcon: Allow unsafe write_atomic() for panicJohn Ogness1-15/+32
2025-11-07srcu: Add SRCU_READ_FLAVOR_FAST_UPDOWN CPP macroPaul E. McKenney1-6/+18
2025-11-07rcu: Mark diagnostic functions as notracePaul E. McKenney2-5/+5
2025-11-06tracing: Fix memory leaks in create_field_var()Zilin Guan1-2/+4
2025-11-06ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt1-0/+4
2025-11-06bpf: Use kmalloc_nolock() in range treePuranjay Mohan1-15/+6
2025-11-06cgroup: Fix sleeping from invalid context warning on PREEMPT_RTTejun Heo1-1/+54
2025-11-07tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobeMasami Hiramatsu (Google)1-0/+4
2025-11-07tracing: tprobe-events: Fix to register tracepoint correctlyMasami Hiramatsu (Google)1-1/+2
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-10/+22
2025-11-06futex: Optimize per-cpu reference countingPeter Zijlstra1-6/+6
2025-11-06sched/fair: Prevent cfs_rq from being unthrottled with zero runtime_remainingAaron Lu2-10/+7
2025-11-05bpf: disasm: add support for BPF_JMP|BPF_JA|BPF_XAnton Protopopov1-0/+3
2025-11-05bpf, x86: add support for indirect jumpsAnton Protopopov5-6/+387
2025-11-05bpf: support instructions arrays with constants blindingAnton Protopopov2-1/+30
2025-11-05bpf, x86: add new map type: instructions arrayAnton Protopopov4-1/+354
2025-11-06rcutorture: Remove redundant rcutorture_one_extend() from rcu_torture_one_read()Paul E. McKenney1-3/+1
2025-11-06locktorture: Fix memory leak in param_set_cpumask()Wang Liang1-2/+6
2025-11-05srcu: Require special srcu_struct define/init for SRCU-fast readersPaul E. McKenney1-0/+1
2025-11-05rcutorture: Exercise DEFINE_STATIC_SRCU_FAST() and init_srcu_struct_fast()Paul E. McKenney1-4/+15
2025-11-05srcu: Make grace-period determination use ssp->srcu_reader_flavorPaul E. McKenney1-1/+1
2025-11-05srcu: Create a DEFINE_SRCU_FAST()Paul E. McKenney1-2/+34
2025-11-05rcutorture: Test srcu_expedite_current()Paul E. McKenney1-0/+12
2025-11-05srcu: Create an srcu_expedite_current() functionPaul E. McKenney1-0/+58