summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-01-01afs: Dispatch vlserver probes in priority orderDavid Howells
2024-01-01afs: Dispatch fileserver probes in priority orderDavid Howells
2024-01-01Merge tag 'nf-next-23-12-22' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller
2024-01-01Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...David S. Miller
2024-01-01net: mdio: get/put device node during (un)registrationLuiz Angelo Daros de Luca
2023-12-31Merge tag 'iio-for-6.8b' of https://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2023-12-30locking/osq_lock: Move the definition of optimistic_spin_node into osq_lock.cDavid Laight
2023-12-30ALSA: mark all struct bus_type as constGreg Kroah-Hartman
2023-12-29zswap: memcontrol: implement zswap writeback disablingNhat Pham
2023-12-29Merge tag 'mlx5-updates-2023-12-20' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2023-12-29kdump: remove redundant DEFAULT_CRASH_KERNEL_LOW_SIZEYouling Tang
2023-12-29lib: crc_ccitt_false() is identical to crc_itu_t()Mathis Marion
2023-12-29mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()David Hildenbrand
2023-12-29mm/rmap: remove page_try_dup_anon_rmap()David Hildenbrand
2023-12-29mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()David Hildenbrand
2023-12-29mm/rmap: convert page_dup_file_rmap() to folio_dup_file_rmap_[pte|ptes|pmd]()David Hildenbrand
2023-12-29mm/rmap: remove page_remove_rmap()David Hildenbrand
2023-12-29mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()David Hildenbrand
2023-12-29mm/rmap: remove RMAP_COMPOUNDDavid Hildenbrand
2023-12-29mm/rmap: remove page_add_anon_rmap()David Hildenbrand
2023-12-29mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()David Hildenbrand
2023-12-29mm/rmap: remove page_add_file_rmap()David Hildenbrand
2023-12-29mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|pt...David Hildenbrand
2023-12-29mm/rmap: introduce and use hugetlb_try_share_anon_rmap()David Hildenbrand
2023-12-29mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()David Hildenbrand
2023-12-29mm/rmap: introduce and use hugetlb_add_file_rmap()David Hildenbrand
2023-12-29mm/rmap: introduce and use hugetlb_remove_rmap()David Hildenbrand
2023-12-29mm/rmap: rename hugepage_add* to hugetlb_add*David Hildenbrand
2023-12-29mm, kasan: use KASAN_TAG_KERNEL instead of 0xffAndrey Konovalov
2023-12-29mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla
2023-12-29mm: remove VM_EXEC requirement for THP eligibilityFangrui Song
2023-12-29lib/stackdepot: fix comment in include/linux/stackdepot.hAndrey Konovalov
2023-12-29kasan: rename and document kasan_(un)poison_object_dataAndrey Konovalov
2023-12-29mempool: introduce mempool_use_prealloc_onlyAndrey Konovalov
2023-12-29kasan: save alloc stack traces for mempoolAndrey Konovalov
2023-12-29kasan: save free stack traces for slab mempoolsAndrey Konovalov
2023-12-29kasan: introduce kasan_mempool_unpoison_pagesAndrey Konovalov
2023-12-29kasan: introduce kasan_mempool_poison_pagesAndrey Konovalov
2023-12-29kasan: introduce kasan_mempool_unpoison_objectAndrey Konovalov
2023-12-29kasan: add return value for kasan_mempool_poison_objectAndrey Konovalov
2023-12-29kasan: document kasan_mempool_poison_objectAndrey Konovalov
2023-12-29kasan: move kasan_mempool_poison_objectAndrey Konovalov
2023-12-29kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_objectAndrey Konovalov
2023-12-29fs: remove the bh_end_io argument from __block_write_full_folioMatthew Wilcox (Oracle)
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)
2023-12-29fs: remove clean_page_buffers()Matthew Wilcox (Oracle)
2023-12-29mm: remove page_swap_info()Matthew Wilcox (Oracle)
2023-12-29mm: convert swap_page_sector() to swap_folio_sector()Matthew Wilcox (Oracle)
2023-12-29mm: return the folio from __read_swap_cache_async()Matthew Wilcox (Oracle)
2023-12-29mm/zswap: change per-cpu mutex and buffer to per-acomp_ctxChengming Zhou