summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-25kernel: refactor: shorten has_pending_signalsAndrea Calabrese
2026-07-25riscv: mm: exclude invalid THP PMDs from page table checkYunhui Cui
2026-07-25tmpfs/ramfs: let memfd_create() work on nommuDaniel Palmer
2026-07-25fat: restore original value when fat_ent_write failedYemu Lu
2026-07-25lib/math: add KUnit test suite for polynomial_calc()Adi Nata
2026-07-25signal: avoid unconditional siginfo copy in send_signal_locked()Oleg Nesterov
2026-07-25signal: change sys_kill() to use SEND_SIG_NOINFOOleg Nesterov
2026-07-25signal: avoid shared siginfo namespace rewritesBradley Morgan
2026-07-25lib/xz: fix commentsLasse Collin
2026-07-25lib/xz: use size_t instead of uint32_t in a few placesLasse Collin
2026-07-25ipc: only destroy orphaned shm segments on sysctl writeJianlin Shi
2026-07-25watchdog/softlockup: fix softlockup typosMatthew Chen
2026-07-25kernel/params: fix a pr_debug(" %p ") in parse_one()Jim Cromie
2026-07-25lib/string: fix memchr_inv() for large rangesBradley Morgan
2026-07-25ocfs2: use inode_lock_nested() for orphan dir lockingDeepanshu Kartikey
2026-07-25ocfs2/cluster: keep heartbeat local node stableCen Zhang
2026-07-25lib/idr: fix ida_find_first_range() missing IDs across chunk boundariesJosh Law
2026-07-25drivers/media/v4l2-core/v4l2-vp9.c: reduce inliningAndrew Morton
2026-07-25resource: downgrade "resource sanity check" warning to debug levelManuel Quintero Fonseca
2026-07-25lib/xz: replace min_t with minThorsten Blum
2026-07-25mm/huge_memory: Initialise workingset state before folio splitMatt Fleming
2026-07-25mm/page_reporting: use system_freezable_wq to fix UAF during suspendLink Lin
2026-07-25selftests/mm: fix potential wild pointer access of getline due to missing initChris Gellermann
2026-07-25selftests/clone3: fix wild pointer access of getline due to missing initChris Gellermann
2026-07-25mm/page_table_check: skip special zero mappingsZhiling Zou
2026-07-25x86/mm/pat: allocate split page tables as kernel page tablesLorenzo Stoakes (ARM)
2026-07-25mm: vmscan: abort proactive reclaim early when freezing for suspendRichard Chang
2026-07-25MAINTAINERS: update Nico Pache's email addressNico Pache (Red Hat)
2026-07-25arm64, mailmap: update email address for Peter CollingbournePeter Collingbourne
2026-07-25MAINTAINERS: update address for Burak EmirBurak Emir
2026-07-25mm/huge_memory: unlock i_mmap_rwsem before releasing after-split foliosKiryl Shutsemau (Meta)
2026-07-25riscv/mm: use physical alignment for vmemmap_start_pfnJiakai Xu
2026-07-25mm/migrate: exclude hugetlb folios from MTHP_STAT_NR_ANON accountingNico Pache
2026-07-25mm: decrement MTHP_STAT_NR_ANON in free_zone_device_folio()Nico Pache
2026-07-25arm64: remove redundant concurrent ptdump UAF mitigationLorenzo Stoakes (ARM)
2026-07-25mm/ptdump: always stabilise against page table freeing using init_mmLorenzo Stoakes (ARM)
2026-07-25x86/mm/pat: acquire init_mm read lock on attribute change to avoid UAFLorenzo Stoakes (ARM)
2026-07-25x86/mm/pat: acquire init_mm write lock on collapse to avoid UAFLorenzo Stoakes (ARM)
2026-07-25mm/vmalloc: acquire init_mm lock on huge vmap to avoid ptdump UAFLorenzo Stoakes (ARM)
2026-07-25mm: memcg: initialize *locked in memcg1_oom_prepare() stubBreno Leitao
2026-07-25mm/hugetlb: fix null nodemask in alloc_fresh_hugetlb_folioSourav Panda
2026-07-20fs/proc/task_mmu: fix PAGEMAP_SCAN written state for PMD holesKiryl Shutsemau (Meta)
2026-07-20mm/hugetlb: fix list corruption in allocate_file_region_entries()Xiangfeng Cai
2026-07-20mm: mglru: fix stale batch updates after memcg reparentingQi Zheng
2026-07-20selftest: fix headers in fclog.cJori Koolstra
2026-07-20ocfs2: fix boundary check in ocfs2_check_dir_entry() to use buffer offsetJoseph Qi
2026-07-20mm/percpu-km: fix bitmap overflow and accounting in pcpu_create_chunk()Zi Yan
2026-07-20mm/util: don't read __page_2 for order-1 folios in snapshot_page()Aboorva Devarajan
2026-07-20mm/hugetlb: fix swap entry corruption when clearing uffd-wp at fork()Kiryl Shutsemau (Meta)
2026-07-20mm: migrate_device: fix pte_pfn/pte_dirty called on non-present PTEKefeng Wang