summaryrefslogtreecommitdiffstats
path: root/drivers/amba/bus.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-10filemap: add a kiocb_invalidate_post_direct_write helperChristoph Hellwig5-40/+25
2023-06-10filemap: add a kiocb_invalidate_pages helperChristoph Hellwig2-20/+29
2023-06-10filemap: add a kiocb_write_and_wait helperChristoph Hellwig3-27/+23
2023-06-10filemap: update ki_pos in generic_perform_writeChristoph Hellwig5-14/+7
2023-06-10iomap: update ki_pos a little later in iomap_dio_completeChristoph Hellwig1-10/+11
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig12-38/+2
2023-06-10mm: zswap: shrink until can acceptDomenico Cerasuolo1-3/+14
2023-06-10mm/mm_init.c: move set_pageblock_order() to free_area_init()Haifeng Xu1-1/+2
2023-06-10mm: khugepaged: avoid pointless allocation for "struct mm_slot"Xin Hao1-7/+5
2023-06-10mm/page_alloc: don't wake kswapd from rmqueue() unless __GFP_KSWAPD_RECLAIM i...Tetsuo Handa1-1/+2
2023-06-10mm/mm_init.c: remove free_area_init_memoryless_node()Haifeng Xu1-6/+1
2023-06-10THP: avoid lock when check whether THP is in deferred listYin Fengwei1-5/+12
2023-06-10swap: comments get_swap_device() with usage ruleHuang Ying1-3/+9
2023-06-10swap: remove get/put_swap_device() in __swap_duplicate()Huang Ying1-4/+1
2023-06-10swap: remove __swp_swapcount()Huang Ying3-22/+4
2023-06-10swap, __read_swap_cache_async(): enlarge get/put_swap_device protection rangeHuang Ying1-10/+21
2023-06-10swap: remove get/put_swap_device() in __swap_count()Huang Ying1-8/+2
2023-06-10mm/mm_init.c: do not calculate zone_start_pfn/zone_end_pfn in zone_absent_pag...Haifeng Xu1-18/+12
2023-06-10mm/mm_init.c: introduce reset_memoryless_node_totalpages()Haifeng Xu1-9/+22
2023-06-10Docs/mm/damon/design: add a section for the modules layerSeongJae Park1-0/+61
2023-06-10Docs/mm/damon/design: add a section for DAMON core APISeongJae Park1-0/+12
2023-06-10Docs/mm/damon/design: add sections for advanced features of DAMOSSeongJae Park1-0/+86
2023-06-10Docs/mm/damon/design: add sections for basic parts of DAMOSSeongJae Park1-0/+70
2023-06-10Docs/mm/damon/design: add a section for the relation between Core and Modules...SeongJae Park1-0/+10
2023-06-10Docs/mm/damon/design: rewrite configurable layersSeongJae Park1-15/+14
2023-06-10Docs/mm/damon/design: update the layout based on the layersSeongJae Park1-10/+14
2023-06-10Docs/mm/damon/design: add a section for overall architectureSeongJae Park1-0/+15
2023-06-10Docs/mm/damon/maintainer-profile: fix typos and grammar errorsSeongJae Park1-2/+2
2023-06-10Docs/mm/damon/faq: remove old questionsSeongJae Park1-23/+0
2023-06-10Multi-gen LRU: fix workingset accountingKalesh Singh2-4/+7
2023-06-10maple_tree: relocate the declaration of mas_empty_area_rev().Peng Zhang1-6/+6
2023-06-10maple_tree: simplify and clean up mas_wr_node_store()Peng Zhang1-61/+26
2023-06-10maple_tree: rework mas_wr_slot_store() to be cleaner and more efficient.Peng Zhang1-34/+19
2023-06-10maple_tree: add comments and some minor cleanups to mas_wr_append()Peng Zhang1-24/+23
2023-06-10maple_tree: add mas_wr_new_end() to calculate new_end accuratelyPeng Zhang1-11/+23
2023-06-10maple_tree: make the code symmetrical in mas_wr_extend_null()Peng Zhang1-12/+14
2023-06-10maple_tree: simplify mas_is_span_wr()Peng Zhang1-23/+11
2023-06-10maple_tree: fix the arguments to __must_hold()Peng Zhang1-3/+3
2023-06-10maple_tree: drop mas_{rev_}alloc() and mas_fill_gap()Peng Zhang1-108/+0
2023-06-10maple_tree: rework mtree_alloc_{range,rrange}()Peng Zhang1-25/+32
2023-06-10mm/memcontrol: export memcg.swap watermark via sysfs for v2 memcgLars R. Damerow2-0/+20
2023-06-10mm: shmem: fix UAF bug in shmem_show_options()Tu Jinjiang1-1/+4
2023-06-10mm: compaction: skip fast freepages isolation if enough freepages are isolatedBaolin Wang1-0/+4
2023-06-10mm: compaction: add trace event for fast freepages isolationBaolin Wang2-1/+16
2023-06-10mm: compaction: only set skip flag if cc->no_set_skip_hint is falseBaolin Wang1-1/+1
2023-06-10mm: compaction: skip more fully scanned pageblockBaolin Wang1-1/+1
2023-06-10mm: compaction: change fast_isolate_freepages() to void typeBaolin Wang1-5/+3
2023-06-10mm: compaction: drop the redundant page validation in update_pageblock_skip()Baolin Wang1-3/+0
2023-06-10mm/vmalloc: dont purge usable blocks unnecessarilyThomas Gleixner1-8/+20
2023-06-10mm/vmalloc: add missing READ/WRITE_ONCE() annotationsThomas Gleixner1-5/+8