summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2022-09-02 20:46:32 +0100
committerAndrew Morton <akpm@linux-foundation.org>2022-10-03 14:02:51 -0700
commitf102cd8b173e066179b472fb6e3b18e31a1cc394 (patch)
treeb911c3fcb713a228fe08c8e830b3246b15ea79e9 /tools/perf/scripts/python/stackcollapse.py
parent2c3f6194b008b23e52a8e135bdd56b67fdaa55ca (diff)
downloadkernel-f102cd8b173e066179b472fb6e3b18e31a1cc394.tar.gz
swapfile: convert unuse_pte_range() to use a folio
Delay fetching the precise page from the folio until we're in unuse_pte(). Saves many calls to compound_head(). Link: https://lkml.kernel.org/r/20220902194653.1739778-37-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
20crypto: qat - fix unregistration of compression algorithmsGiovanni Cabiddu 2023-09-20crypto: qat - fix unregistration of crypto algorithmsGiovanni Cabiddu 2023-09-20crypto: qat - ignore subsequent state up commandsGiovanni Cabiddu 2023-09-20crypto: qat - do not shadow error codeGiovanni Cabiddu 2023-09-20crypto: qat - fix state machines cleanup pathsGiovanni Cabiddu 2023-09-20crypto: qat - refactor deprecated strncpyJustin Stitt 2023-09-15crypto: qat - Use list_for_each_entry() helperJinjie Ruan 2023-08-25crypto: qat - fix crypto capability detection for 4xxxAdam Guerin 2023-08-18crypto: qat - Remove unused function declarationsYue Haibing 2023-08-11crypto: qat - use kfree_sensitive instead of memset/kfree()Yang Yingliang 2023-07-20crypto: qat - replace the if statement with min()You Kangren 2023-07-20crypto: qat - add heartbeat counters checkDamian Muszynski 2023-07-20crypto: qat - add heartbeat featureDamian Muszynski 2023-07-20crypto: qat - add measure clock frequencyDamian Muszynski 2023-07-20crypto: qat - drop obsolete heartbeat interfaceDamian Muszynski 2023-07-20crypto: qat - add internal timer for qat 4xxxDamian Muszynski 2023-07-20crypto: qat - add fw_counters debugfs fileLucas Segarra Fernandez 2023-07-14crypto: qat - change value of default idle filterGiovanni Cabiddu 2023-06-16crypto: qat - do not export adf_init_admin_pm()Giovanni Cabiddu 2023-06-16crypto: qat - expose pm_idle_enabled through sysfsLucas Segarra Fernandez 2023-06-16crypto: qat - extend configuration for 4xxxAdam Guerin 2023-06-16crypto: qat - make fw images name constantGiovanni Cabiddu 2023-06-16crypto: qat - move returns to default caseAdam Guerin 2023-06-16crypto: qat - unmap buffers before free for RSAHareshx Sankar Raj 2023-06-16crypto: qat - unmap buffer before free for DHHareshx Sankar Raj 2023-06-09crypto: qat - set deprecated capabilities as reservedKarthikeyan Gopal 2023-06-06crypto: qat - add missing function declaration in adf_dbgfs.hGiovanni Cabiddu 2023-06-02crypto: qat - move dbgfs init to separate fileDamian Muszynski 2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2023-04-06crypto: qat - Move driver to drivers/crypto/intel/qatTom Zanussi