summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-09rust: zerocopy-derive: avoid generating non-ASCII identifiersMiguel Ojeda
2026-06-09rust: zerocopy-derive: add SPDX License IdentifiersMiguel Ojeda
2026-06-09rust: zerocopy-derive: import crateMiguel Ojeda
2026-06-09rust: zerocopy: enable support in kbuildMiguel Ojeda
2026-06-09rust: zerocopy: add `README.md`Miguel Ojeda
2026-06-09rust: zerocopy: remove float `Display` supportMiguel Ojeda
2026-06-09rust: zerocopy: add SPDX License IdentifiersMiguel Ojeda
2026-06-09rust: zerocopy: import crateMiguel Ojeda
2026-06-09rust: kbuild: support `skip_clippy` for `rustc_procmacro`Miguel Ojeda
2026-06-09rust: kbuild: support per-target environment variablesMiguel Ojeda
2026-06-09rust: kbuild: define `procmacro-extension` variableMiguel Ojeda
2026-06-09rust: kbuild: define `procmacro-name` functionMiguel Ojeda
2026-06-09rust: sync: add `UniqueArc::as_ptr`Andreas Hindborg
2026-06-09rust: kbuild: remove unused variableMiguel Ojeda
2026-06-09rust: inline some init methodsAlexandre Courbot
2026-06-09rust: kbuild: show the right `quiet_cmd_rustc_procmacrolibrary`Miguel Ojeda
2026-06-09scripts: generate_rust_analyzer: support passing env varsMiguel Ojeda
2026-06-09rust: io: use the `bitfield!` macro in `register!`Alexandre Courbot
2026-06-09rust: bitfield: Add KUnit tests for bitfieldJoel Fernandes
2026-06-09rust: extract `bitfield!` macro from `register!`Alexandre Courbot
2026-06-08net: garp: reload skb header pointers after pskb_may_pull()David Carlier
2026-06-08ipv6: sit: reload inner IPv6 header after GSO offloadsKyle Zeng
2026-06-08net/mlx5: Use effective affinity mask for IRQ selectionFushuai Wang
2026-06-08net/mlx5: Simplify cpumask operations in comp_irq_request_sf()Fushuai Wang
2026-06-08net/mlx5e: xsk: Fix DMA and xdp_frame leak on XDP_TX xmit failureDragos Tatulea
2026-06-08net/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_listDragos Tatulea
2026-06-08net: qrtr: fix refcount saturation and potential UAF in qrtr_port_removeMingyu Wang
2026-06-08selftests/mm/hmm-tests: test pagemap reads of PMD device-private entriesDev Jain
2026-06-08fs/proc/task_mmu: do not warn on seeing non-migration pmd entryDev Jain
2026-06-08lib/test_hmm: check alloc_page_vma() return value and handle OOMQiang Liu
2026-06-08mm/compaction: cap compact_gap() at COMPACT_CLUSTER_MAXJP Kobryn
2026-06-08mm/swap: remove redundant swap device reference in alloc/freeYoungjun Park
2026-06-08mm/swap, PM: hibernate: fix swapoff race in uswsusp by pinning swap deviceYoungjun Park
2026-06-08mm/filemap: use folio_next_index() for starttanze
2026-06-08vmalloc: fix NULL pointer dereference in is_vm_area_hugepages()Hui Zhu
2026-06-08sparc/mm: drop vmemmap_check_pmd helper and use generic codeMuchun Song
2026-06-08loongarch/mm: drop vmemmap_check_pmd helper and use generic codeMuchun Song
2026-06-08riscv/mm: drop vmemmap_pmd helpers and use generic codeMuchun Song
2026-06-08arm64/mm: drop vmemmap_pmd helpers and use generic codeMuchun Song
2026-06-08mm/sparse-vmemmap: provide generic vmemmap_set_pmd() and vmemmap_check_pmd()Muchun Song
2026-06-08rust: page: mark Page::nid as inlineNakamura Shuta
2026-06-08userfaultfd: build __VMA_UFFD_FLAGS from config-gated masksKiryl Shutsemau (Meta)
2026-06-08userfaultfd: gate must_wait writability check on pte_present()Kiryl Shutsemau (Meta)
2026-06-08mm/huge_memory: preserve pmd_swp_uffd_wp on device-private PMD downgradeKiryl Shutsemau (Meta)
2026-06-08fs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()Kiryl Shutsemau (Meta)
2026-06-08fs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()Kiryl Shutsemau (Meta)
2026-06-08fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update raceKiryl Shutsemau (Meta)
2026-06-08MAINTAINERS: add testing ABI documents for mmSeongJae Park
2026-06-08mm: delete stale comment about cachelinesBrendan Jackman
2026-06-08lib/test_hmm: fix memory leak in dmirror_migrate_to_system()Hao Ge