summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-11-10net: Helper to move packet data and metadata after skb_push/pullJakub Sitnicki-0/+75
2025-11-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-196/+296
2025-11-10Revert "SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it"Chuck Lever-2/+1
2025-11-10nfsd: ensure SEQUENCE replay sends a valid reply.NeilBrown-19/+36
2025-11-10NFSD: Never cache a COMPOUND when the SEQUENCE operation failsChuck Lever-1/+14
2025-11-10NFSD: Skip close replay processing if XDR encoding failsChuck Lever-2/+1
2025-11-10NFSD: free copynotify stateid in nfs4_free_ol_stateid()Olga Kornievskaia-1/+2
2025-11-10wifi: cfg80211: fix doc of struct key_paramsChien Wong-2/+1
2025-11-10wifi: mac80211: remove unnecessary vlan NULL checkJohannes Berg-3/+0
2025-11-10wifi: mac80211: pass frame type to element parsingJohannes Berg-57/+123
2025-11-10wifi: mac80211: remove "disabling VHT" messageJohannes Berg-4/+1
2025-11-10wifi: mac80211: add and use chanctx usage iterationJohannes Berg-147/+195
2025-11-10wifi: mac80211: simplify ieee80211_recalc_chanctx_min_def() APIJohannes Berg-26/+32
2025-11-10wifi: mac80211: remove chanctx to link back-referencesJohannes Berg-78/+87
2025-11-10wifi: mac80211: make link iteration safe for 'break'Johannes Berg-5/+11
2025-11-10wifi: mac80211: fix EHT typoJohannes Berg-1/+1
2025-11-10wifi: cfg80211: fix EHT typoJohannes Berg-1/+1
2025-11-10wifi: ieee80211: split NAN definitions outJohannes Berg-17/+36
2025-11-10wifi: ieee80211: split P2P definitions outJohannes Berg-52/+72
2025-11-10wifi: ieee80211: split S1G definitions outJohannes Berg-569/+591
2025-11-10wifi: ieee80211: split EHT definitions outJohannes Berg-1162/+1184
2025-11-10wifi: ieee80211: split HE definitions outJohannes Berg-803/+827
2025-11-10wifi: ieee80211: split VHT definitions outJohannes Berg-215/+237
2025-11-10wifi: ieee80211: split HT definitions outJohannes Berg-271/+293
2025-11-10wifi: ieee80211: split mesh definitions outJohannes Berg-209/+232
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-09MAINTAINERS: add Chris and Kairui as the swap maintainerChris Li-2/+2
2025-11-09mm/secretmem: fix use-after-free race in fault handlerLance Yang-1/+1
2025-11-09mm/huge_memory: initialise the tags of the huge zero folioCatalin Marinas-2/+14
2025-11-09nilfs2: avoid having an active sc_timer before freeing sciEdward Adam Davis-1/+6
2025-11-09scripts/decode_stacktrace.sh: fix build ID and PC source parsingCarlos Llamas-6/+8
2025-11-09mm/damon/sysfs: change next_update_jiffies to a global variableQuanmin Yan-3/+7
2025-11-09mm/damon/stat: change last_refresh_jiffies to a global variableQuanmin Yan-3/+6
2025-11-09maple_tree: fix tracepoint string pointersMartin Kaiser-14/+16
2025-11-09codetag: debug: handle existing CODETAG_EMPTY in mark_objexts_empty for slabo...Hao Ge-1/+5
2025-11-09mm/mremap: honour writable bit in mremap pte batchingDev Jain-1/+1
2025-11-09gcov: add support for GCC 15Peter Oberparleiter-1/+3
2025-11-09mm/mm_init: fix hash table order logging in alloc_large_system_hash()Isaac J. Manjarres-1/+1
2025-11-09mm/truncate: unmap large folio on split failureKiryl Shutsemau-6/+29
2025-11-09mm/memory: do not populate page table entries beyond i_sizeKiryl Shutsemau-9/+39
2025-11-09fs/proc: fix uaf in proc_readdir_de()Wei Yang-3/+9
2025-11-09mm/huge_memory: preserve PG_has_hwpoisoned if a folio is split to >0 orderZi Yan-3/+20
2025-11-09ksm: use range-walk function to jump over holes in scan_get_next_rmap_itemPedro Demarchi Gomes-9/+104
2025-11-09mm/kmsan: fix kmsan kmalloc hook when no stack depots are allocated yetAleksei Nikiforov-6/+5
2025-11-09mm/shmem: fix THP allocation and fallback loopKairui Song-3/+6
2025-11-09kho: allocate metadata directly from the buddy allocatorPasha Tatashin-3/+6
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