summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorBrendan Jackman <jackmanb@google.com>2025-02-11 13:00:23 +0000
committerAndrew Morton <akpm@linux-foundation.org>2025-03-16 22:06:12 -0700
commit026e8b55aa05b728e5f5f7858cd91385bf0642e4 (patch)
treec6444a7663aa02f8348957a0b4c696030c37703d /tools/perf/scripts/python/bin/stackcollapse-record
parent6340584e489f1f8ddb65e44a7ad2ab9f3503c4d3 (diff)
downloadkernel-026e8b55aa05b728e5f5f7858cd91385bf0642e4.tar.gz
mm/mmu_gather: update comment on RCU freeing
Some recent discussion on LMKL [0] brought up some interesting and useful additional context on RCU-freeing for pagetables. Note down some extra info in here, in particular a) be concrete about the reason why an arch might not have an IPI and b) add the interesting paravirt details. [0] https://lore.kernel.org/linux-kernel/20250206044346.3810242-2-riel@surriel.com/ Link: https://lkml.kernel.org/r/20250211-mmugather-comment-v1-1-1ac1e0c765d2@google.com Signed-off-by: Brendan Jackman <jackmanb@google.com> Cc: "Aneesh Kumar K.V" <aneesh.kumar@kernel.org> Cc: Brendan Jackman <jackmanb@google.com> Cc: Nicholas Piggin <npiggin@gmail.com> Cc: Peter Zijlstra (Intel) <peterz@infradead.org> Cc: Rik van Riel <riel@surriel.com> Cc: Will Deacon <will@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle) 2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle) 2022-02-02block: remove genhd.hChristoph Hellwig 2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2021-11-09hfs/hfsplus: use WARN_ON for sanity checkArnd Bergmann 2021-10-18hfs: use bdev_nr_sectors instead of open coding itChristoph Hellwig 2021-07-15hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi 2021-07-15hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi 2021-07-15hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi 2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig 2021-01-24fs: make helpers idmap mount awareChristian Brauner 2021-01-24acl: handle idmapped mountsChristian Brauner 2021-01-24attr: handle idmapped mountsChristian Brauner 2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva 2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro 2020-06-24block: move block-related definitions out of fs.hChristoph Hellwig 2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds 2020-05-09hfs: stop using ioctl_by_bdevChristoph Hellwig 2020-04-20docs: filesystems: fix renamed referencesMauro Carvalho Chehab 2019-12-18hfs/hfsplus: use 64-bit inode timestampsArnd Bergmann 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-05-01hfs: switch to ->free_inode()Al Viro