#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm 0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/mm/readahead.c
h?id=593a10dabe08dcf93259fce2badd8dc2528859a8'>mm: refactor folio_undo_large_rmappable()
AgeCommit message (Expand)Author
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton
2024-07-03mm/readahead: limit page cache size in page_cache_ra_order()Gavin Shan
2024-07-03readahead: simplify gotos in page_cache_sync_ra()Jan Kara
2024-07-03readahead: fold try_context_readahead() into its single callerJan Kara
2024-07-03readahead: disentangle async and sync readaheadJan Kara
2024-07-03readahead: drop dead code in ondemand_readahead()Jan Kara
2024-07-03readahead: drop dead code in page_cache_ra_order()Jan Kara
2024-07-03readahead: drop pointless index from force_page_cache_ra()Jan Kara
2024-07-03readahead: properly shorten readahead when falling back to do_page_cache_ra()Jan Kara
2024-07-03readahead: make sure sync readahead reads needed pageJan Kara
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-05mm: use memalloc_nofs_save() in page_cache_ra_order()Kefeng Wang
2024-04-25mm/readahead: break read-ahead loop if filemap_add_folio return -ENOMEMLiu Shixin
2024-03-04mm: support order-1 folios in the page cacheMatthew Wilcox (Oracle)
2024-02-22readahead: use ilog2 instead of a while loop in page_cache_ra_order()Pankaj Raghav
2024-01-25readahead: avoid multiple marked readahead pagesJan Kara
2023-12-12mm/readahead: do not allow order-1 folioRyan Roberts
Kefeng Wang
2024-07-03mm: pass meminit_context to __free_pages_core()David Hildenbrand
2024-07-03mm: rename alloc_demote_folio to alloc_migrate_folioHonggyu Kim
2024-07-03mm: make alloc_demote_folio externally invokable for migrationHonggyu Kim
2024-07-03mm/memory-failure: move some function declarations into internal.hMiaohe Lin
2024-07-03mm: introduce pmd|pte_needs_soft_dirty_wp helpers for softdirty write-protectBarry Song
2024-07-03mm: introduce pte_move_swp_offset() helper which can move offset bidirectionallyBarry Song