summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-01-04Merge branches 'acpi-scan' and 'acpi-processor'Rafael J. Wysocki2-0/+100
2024-01-03kunit: Protect string comparisons against NULLRichard Fitzgerald1-1/+1
2024-01-03kunit: Allow passing function pointer to kunit_activate_static_stub()Richard Fitzgerald1-1/+1
2024-01-03nubus: Make nubus_bus_type static and constantGreg Kroah-Hartman1-2/+0
2024-01-03OPP: Move dev_pm_opp_icc_bw to internal opp.hViresh Kumar1-12/+0
2024-01-03async: Introduce async_schedule_dev_nocall()Rafael J. Wysocki1-0/+2
2024-01-02net: phy: linux/phy.h: fix Excess kernel-doc description warningRandy Dunlap1-1/+0
2024-01-02Merge tag 'thermal-v6.8-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Rafael J. Wysocki1-1/+11
2024-01-02platform/x86: wmi: linux/wmi.h: fix Excess kernel-doc description warningRandy Dunlap1-2/+0
2024-01-02Merge tag 'v6.7-rc8' into locking/core, to pick up dependent changesIngo Molnar83-275/+461
2024-01-02reboot: Introduce thermal_zone_device_critical_reboot()Fabio Estevam1-0/+5
2024-01-02thermal/core: Prepare for introduction of thermal rebootFabio Estevam1-1/+6
2023-12-30locking/osq_lock: Move the definition of optimistic_spin_node into osq_lock.cDavid Laight1-5/+0
2023-12-30zswap: memcontrol: implement zswap writeback disablingNhat Pham2-0/+19
2023-12-29kdump: remove redundant DEFAULT_CRASH_KERNEL_LOW_SIZEYouling Tang1-6/+0
2023-12-29lib: crc_ccitt_false() is identical to crc_itu_t()Mathis Marion2-9/+2
2023-12-29mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()David Hildenbrand1-25/+71
2023-12-29mm/rmap: remove page_try_dup_anon_rmap()David Hildenbrand1-13/+3
2023-12-29mm/rmap: introduce folio_try_dup_anon_rmap_[pte|ptes|pmd]()David Hildenbrand2-50/+106
2023-12-29mm/rmap: convert page_dup_file_rmap() to folio_dup_file_rmap_[pte|ptes|pmd]()David Hildenbrand1-5/+54
2023-12-29mm/rmap: remove page_remove_rmap()David Hildenbrand1-3/+1
2023-12-29mm/rmap: introduce folio_remove_rmap_[pte|ptes|pmd]()David Hildenbrand1-0/+6
2023-12-29mm/rmap: remove RMAP_COMPOUNDDavid Hildenbrand1-9/+3
2023-12-29mm/rmap: remove page_add_anon_rmap()David Hildenbrand1-2/+0
2023-12-29mm/rmap: introduce folio_add_anon_rmap_[pte|ptes|pmd]()David Hildenbrand1-0/+6
2023-12-29mm/rmap: remove page_add_file_rmap()David Hildenbrand1-2/+0
2023-12-29mm/rmap: convert folio_add_file_rmap_range() into folio_add_file_rmap_[pte|pt...David Hildenbrand1-2/+44
2023-12-29mm/rmap: introduce and use hugetlb_try_share_anon_rmap()David Hildenbrand1-0/+25
2023-12-29mm/rmap: introduce and use hugetlb_try_dup_anon_rmap()David Hildenbrand2-3/+27
2023-12-29mm/rmap: introduce and use hugetlb_add_file_rmap()David Hildenbrand1-0/+8
2023-12-29mm/rmap: introduce and use hugetlb_remove_rmap()David Hildenbrand1-0/+7
2023-12-29mm/rmap: rename hugepage_add* to hugetlb_add*David Hildenbrand1-2/+2
2023-12-29mm, kasan: use KASAN_TAG_KERNEL instead of 0xffAndrey Konovalov2-2/+3
2023-12-29mm/sparsemem: fix race in accessing memory_section->usageCharan Teja Kalla1-3/+11
2023-12-29mm: remove VM_EXEC requirement for THP eligibilityFangrui Song1-1/+0
2023-12-29lib/stackdepot: fix comment in include/linux/stackdepot.hAndrey Konovalov1-2/+0
2023-12-29kasan: rename and document kasan_(un)poison_object_dataAndrey Konovalov1-8/+27
2023-12-29mempool: introduce mempool_use_prealloc_onlyAndrey Konovalov1-0/+1
2023-12-29kasan: save alloc stack traces for mempoolAndrey Konovalov1-3/+4
2023-12-29kasan: save free stack traces for slab mempoolsAndrey Konovalov1-2/+3
2023-12-29kasan: introduce kasan_mempool_unpoison_pagesAndrey Konovalov1-0/+25
2023-12-29kasan: introduce kasan_mempool_poison_pagesAndrey Konovalov1-0/+27
2023-12-29kasan: introduce kasan_mempool_unpoison_objectAndrey Konovalov1-0/+31
2023-12-29kasan: add return value for kasan_mempool_poison_objectAndrey Konovalov1-5/+12
2023-12-29kasan: document kasan_mempool_poison_objectAndrey Konovalov1-0/+18
2023-12-29kasan: move kasan_mempool_poison_objectAndrey Konovalov1-8/+8
2023-12-29kasan: rename kasan_slab_free_mempool to kasan_mempool_poison_objectAndrey Konovalov1-4/+4
2023-12-29fs: remove the bh_end_io argument from __block_write_full_folioMatthew Wilcox (Oracle)1-3/+1
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)1-2/+2
2023-12-29fs: remove clean_page_buffers()Matthew Wilcox (Oracle)1-1/+0