summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-07-31uprobes: Fix NULL pointer dereference in hprobe_expire()Breno Leitao
2026-07-31swiotlb: remove unused SWIOTLB_FORCE flagAneesh Kumar K.V (Arm)
2026-07-31dma: swiotlb: handle set_memory_decrypted() failuresAneesh Kumar K.V (Arm)
2026-07-31dma: swiotlb: free dynamic pools from process contextAneesh Kumar K.V (Arm)
2026-07-31dma-direct: rename ret to cpu_addr in alloc helpersAneesh Kumar K.V (Arm)
2026-07-31dma-direct: select DMA address encoding from __DMA_ATTR_ALLOC_CC_SHAREDAneesh Kumar K.V (Arm)
2026-07-31dma-direct: set decrypted flag for remapped DMA allocationsAneesh Kumar K.V (Arm)
2026-07-31dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHAREDAneesh Kumar K.V (Arm)
2026-07-31dma-direct: Move dma_direct_map_phys() to dma/direct.cAneesh Kumar K.V (Arm)
2026-07-31dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checksAneesh Kumar K.V (Arm)
2026-07-31dma-mapping: make dma_pgprot() honor __DMA_ATTR_ALLOC_CC_SHAREDAneesh Kumar K.V (Arm)
2026-07-31dma: swiotlb: track pool encryption state and honor DMA_ATTR_CC_SHAREDAneesh Kumar K.V (Arm)
2026-07-31dma: swiotlb: pass mapping attributes by referenceAneesh Kumar K.V (Arm)
2026-07-31dma-pool: track decrypted atomic pools and select them via attrsAneesh Kumar K.V (Arm)
2026-07-31dma-direct: use __DMA_ATTR_ALLOC_CC_SHARED in alloc/free pathsAneesh Kumar K.V (Arm)
2026-07-31dma-direct: swiotlb: handle swiotlb alloc/free outside __dma_direct_alloc_pagesAneesh Kumar K.V (Arm)
2026-07-31swiotlb: Preserve allocation virtual address for dynamic poolsAneesh Kumar K.V (Arm)
2026-07-31dma: free atomic pool pages by physical addressAneesh Kumar K.V (Arm)
2026-07-31dma-pool: fix page leak in atomic_pool_expand() cleanupAneesh Kumar K.V (Arm)
2026-07-31dma-direct: return struct page from dma_direct_alloc_from_pool()Aneesh Kumar K.V (Arm)
2026-07-30bpf: Log error code on trampoline unlink failureXu Xin
2026-07-30bpf: Fix potential UAF when reading bpf link infoPu Lehui
2026-07-30bpf: Fix potential UAF in bpf_netns_link_update_progPu Lehui
2026-07-30Merge tag 'audit-pr-20260730' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-30Merge tag 'pm-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2026-07-30rcu-tasks: Fix some comments for call_rcu_tasks() and call_rcu_tasks_rude()Zqiang
2026-07-30rcu-tasks: Rename tasks_rcu_exit_srcu_stall_timer to tasks_rcu_exit_stall_timerZqiang
2026-07-30rcu: Mark interrupts-enabled accesses to rdp->cpu_no_qs.sPaul E. McKenney
2026-07-30rcu: Reduce stack usage in show_rcu_gp_kthreads()Zqiang
2026-07-30rcu: Mark accesses to ->rcu_urgent_qs and ->rcu_need_heavy_qsItai Handler
2026-07-30rcu: Remove unused rdp parameter from rcu_check_gp_start_stall()Zqiang
2026-07-30rcu: Mark interrupts-enabled accesses to rdp->cpu_no_qs.b.normPaul E. McKenney
2026-07-30sched/deadline: Use revised wakeup rule only for running dl_serverGabriele Monaco
2026-07-29ring-buffer: Fix reader page read offset for remote buffersVincent Donnefort
2026-07-29audit: fix potential use-after-free in audit_del_rule()Luxiao Xu
2026-07-29audit: fix potential integer overflow in audit_log_n_string()Zhan Xusheng
2026-07-29tracing/filters: Fix false positive match in regex_match_full()Masami Hiramatsu (Google)
2026-07-29tracing: Check return value of __register_event() in trace_module_add_events()Masami Hiramatsu (Google)
2026-07-29tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functionsMasami Hiramatsu (Google)
2026-07-29tracing/mmiotrace: Reset dropped_count in mmio_reset_data()Masami Hiramatsu (Google)
2026-07-29fprobe: Fix module reference count leak on error in register_fprobe()Masami Hiramatsu (Google)
2026-07-29futex: Optimise the size check get_futex_key()Sebastian Andrzej Siewior
2026-07-29futex: Use runtime constants for __futex_hash() hot pathPeter Zijlstra
2026-07-29kho: fix size calculation in kho_preserved_memory_reserve()Pratyush Yadav (Google)
2026-07-28mm: constify oom_control, scan_control, and alloc_context nodemaskGregory Price
2026-07-28audit: drop BUG_ON() from audit_signal_info_syscall()Ricardo Robaina
2026-07-28audit: drop BUG_ON() from audit_add_to_parent()Ricardo Robaina
2026-07-29tracing/fprobe: Roll back on enable_trace_fprobe() failureRaushan Patel
2026-07-28tracing/probes: Reject $arg0 in meta argument expansionRaushan Patel