aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-17mm/debug_vm_pgtable: Use pxdp_get() for accessing page table entriesAnshuman Khandual1-25/+25
2024-09-17set_memory: add __must_check to generic stubsChristophe Leroy1-4/+4
2024-09-17mm/vma: return the exact errno in vms_gather_munmap_vmas()Xiao Yang1-8/+14
2024-09-17memcg: cleanup with !CONFIG_MEMCG_V1Michal Koutný1-2/+0
2024-09-17mm/show_mem.c: report alloc tags in human readable unitsKent Overstreet1-4/+7
2024-09-17mm: support poison recovery from copy_present_page()Kefeng Wang1-3/+7
2024-09-17mm: support poison recovery from do_cow_fault()Kefeng Wang1-1/+5
2024-09-17resource, kunit: add test case for region_intersects()Huang Ying3-6/+158
2024-09-17resource: make alloc_free_mem_region() works for iomem_resourceHuang Ying1-1/+1
2024-09-17mm: z3fold: deprecate CONFIG_Z3FOLDYosry Ahmed3-8/+19
2024-09-17vfio/pci: implement huge_fault supportAlex Williamson1-17/+43
2024-09-17mm/arm64: support large pfn mappingsPeter Xu2-0/+30
2024-09-17mm/x86: support large pfn mappingsPeter Xu2-28/+53
2024-09-17mm: remove follow_pte()Peter Xu2-75/+0
2024-09-17mm/access_process_vm: use the new follow_pfnmap APIPeter Xu1-14/+14
2024-09-17acrn: use the new follow_pfnmap APIPeter Xu1-7/+9
2024-09-17vfio: use the new follow_pfnmap APIPeter Xu1-10/+6
2024-09-17mm/x86/pat: use the new follow_pfnmap APIPeter Xu1-10/+7
2024-09-17s390/pci_mmio: use follow_pfnmap APIPeter Xu1-10/+12
2024-09-17KVM: use follow_pfnmap APIPeter Xu1-12/+7
2024-09-17mm: new follow_pfnmap APIPeter Xu2-0/+181
2024-09-17mm: always define pxx_pgprot()Peter Xu5-0/+16
2024-09-17mm/fork: accept huge pfnmap entriesPeter Xu1-3/+26
2024-09-17mm/pagewalk: check pfnmap for folio_walk_start()Peter Xu2-6/+5
2024-09-17mm/gup: detect huge pfnmap entries in gup-fastPeter Xu1-0/+6
2024-09-17mm: allow THP orders for PFNMAPsPeter Xu2-5/+5
2024-09-17mm: mark special bits for huge pfn mappings when injectPeter Xu1-0/+4
2024-09-17mm: drop is_huge_zero_pud()Peter Xu2-22/+1
2024-09-17mm: introduce ARCH_SUPPORTS_HUGE_PFNMAP and special bits to pmd/pudPeter Xu2-0/+37
2024-09-17mm/madvise: process_madvise() drop capability check if same mmLorenzo Stoakes1-1/+1
2024-09-17mm/huge_memory: ensure huge_zero_folio won't have large_rmappable flag setMiaohe Lin1-0/+2
2024-09-17mm/hugetlb.c: fix UAF of vma in hugetlb fault pathwayVishal Moola (Oracle)1-2/+18
2024-09-17mm: change vmf_anon_prepare() to __vmf_anon_prepare()Vishal Moola (Oracle)2-6/+13
2024-09-17resource: fix region_intersects() vs add_memory_driver_managed()Huang Ying1-8/+50
2024-09-17zsmalloc: use unique zsmalloc caches namesSergey Senozhatsky1-6/+17
2024-09-17xen/swiotlb: fix allocated sizeJuergen Gross1-2/+2
2024-09-17xen/swiotlb: add alignment check for dma buffersJuergen Gross1-0/+6
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-211/+2123
2024-09-17Merge tag 'core-debugobjects-2024-09-16' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-14/+13
2024-09-17exfat: do not fallback to buffered writeYuezhang Mo5-74/+15
2024-09-17exfat: drop ->i_size_ondiskYuezhang Mo5-25/+12
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds58-377/+848
2024-09-17Merge tag 'irq-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds58-682/+1267
2024-09-16block: remove bogus unionKanchan Joshi1-3/+1
2024-09-17Merge tag 'timers-clocksource-2024-09-16' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-13/+32
2024-09-17Merge tag 'smp-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-6/+20
2024-09-17Merge tag 'drm-xe-next-fixes-2024-09-12' of https://gitlab.freedesktop.org/dr...Dave Airlie6-9/+38
2024-09-16block: change wait on bd_claiming to use a var_waitqueueNeilBrown1-2/+2
2024-09-16io_uring/sqpoll: do the napi busy poll outside the submission blockOlivier Langlois1-3/+4
2024-09-16smb: client: fix compression heuristic functionsEnzo Matsumiya1-50/+55