aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-05-07ACPI/NUMA: Remove architecture dependent remainingsRobert Richter1-5/+0
2024-05-07x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()Robert Richter1-6/+1
2024-05-07dma: avoid redundant calls for sync operationsAlexander Lobakin3-5/+64
2024-05-07dma: compile-out DMA sync op calls when not usedAlexander Lobakin1-29/+33
2024-05-07iommu/dma: fix zeroing of bounce buffer padding used by untrusted devicesMichael Kelley1-0/+5
2024-05-07swiotlb: remove alloc_size argument to swiotlb_tbl_map_single()Michael Kelley1-1/+1
2024-05-07printk: cleanup deprecated uses of strncpy/strcpyJustin Stitt1-1/+1
2024-05-07gpiolib: Discourage to use formatting strings in line namesAndy Shevchenko1-3/+1
2024-05-07Merge tag 'intel-gpio-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski1-4/+4
2024-05-07regmap: Reorder fields in 'struct regmap_config' to save some memoryChristophe JAILLET1-31/+31
2024-05-06Reapply "drm/qxl: simplify qxl_fence_wait"Linus Torvalds1-7/+0
2024-05-06Merge tag 'slab-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-05-06printk: Change type of CONFIG_BASE_SMALL to boolYoann Congal3-4/+4
2024-05-06SUNRPC: add a new svc_find_listener helperJeff Layton1-0/+2
2024-05-06SUNRPC: introduce svc_xprt_create_from_sa utility routineLorenzo Bianconi1-0/+3
2024-05-06nfsd: trivial GET_DIR_DELEGATION supportJeff Layton1-0/+6
2024-05-06Merge back thermal cotntrol material for v6.10.Rafael J. Wysocki1-107/+2
2024-05-06alpha: drop pre-EV56 supportArnd Bergmann2-16/+4
2024-05-06firewire: Annotate struct fw_iso_packet with __counted_by()Gustavo A. R. Silva1-1/+2
2024-05-06regulator: new API for voltage reference suppliesMark Brown22-42/+168
2024-05-05mm/pagemap: make trylock_page return boolHao Ge1-1/+1
2024-05-05mm/damon: add DAMOS filter type YOUNGSeongJae Park1-0/+2
2024-05-05mm: simplify thp_vma_allowable_orderMatthew Wilcox1-14/+15
2024-05-05writeback: support retrieving per group debug writeback stats of bdiKemeng Shi1-0/+1
2024-05-05mm: remove PageReferencedMatthew Wilcox (Oracle)1-3/+3
2024-05-05mm: remove page_ref_sub_return()Matthew Wilcox (Oracle)1-8/+3
2024-05-05mm: convert put_devmap_managed_page_refs() to put_devmap_managed_folio_refs()Matthew Wilcox (Oracle)1-6/+6
2024-05-05mm: remove put_devmap_managed_page()Matthew Wilcox (Oracle)1-6/+1
2024-05-05mm: remove page_cache_alloc()Matthew Wilcox (Oracle)1-5/+0
2024-05-05mm/memory-failure: pass the folio to collect_procs_ksm()Matthew Wilcox (Oracle)1-11/+3
2024-05-05mm: convert hugetlb_page_mapping_lock_write to folioMatthew Wilcox (Oracle)1-3/+3
2024-05-05mm/memory-failure: convert shake_page() to shake_folio()Matthew Wilcox (Oracle)1-1/+0
2024-05-05mm: return the address from page_mapped_in_vma()Matthew Wilcox (Oracle)1-1/+1
2024-05-05xarray: don't use "proxy" headersAndy Shevchenko1-1/+5
2024-05-05xarray: use BITS_PER_LONGS()Andy Shevchenko1-1/+1
2024-05-05memcg: simple cleanup of stats update functionsShakeel Butt1-17/+0
2024-05-05mm/page-flags: make PageUptodate return boolHao Ge1-1/+1
2024-05-05mm/madvise: introduce clear_young_dirty_ptes() batch helperLance Yang2-30/+53
2024-05-05buffer: add kernel-doc for bforget() and __bforget()Matthew Wilcox (Oracle)1-0/+10
2024-05-05buffer: add kernel-doc for brelse() and __brelse()Matthew Wilcox (Oracle)1-0/+16
2024-05-05buffer: fix __bread and __bread_gfp kernel-docMatthew Wilcox (Oracle)1-9/+13
2024-05-05mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song1-0/+2
2024-05-05mm: add per-order mTHP anon_fault_alloc and anon_fault_fallback countersBarry Song1-0/+21
2024-05-05mm/hugetlb: rename dissolve_free_huge_pages() to dissolve_free_hugetlb_folios()Sidhartha Kumar1-2/+2
2024-05-05mm/hugetlb: convert dissolve_free_huge_pages() to foliosSidhartha Kumar1-2/+2
2024-05-05mm: make folio_mapcount() return 0 for small typed foliosDavid Hildenbrand1-2/+12
2024-05-05mm: improve folio_likely_mapped_shared() using the mapcount of large foliosDavid Hildenbrand1-2/+17
2024-05-05mm: track mapcount of large folios in single valueDavid Hildenbrand3-26/+33
2024-05-05mm/rmap: add fast-path for small folios when adding/removing/duplicatingDavid Hildenbrand1-0/+13
2024-05-05mm/rmap: always inline anon/file rmap duplication of a single PTEDavid Hildenbrand1-4/+13