summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/mem-phys-addr.py
diff options
context:
space:
mode:
authorFrank Li <Frank.Li@nxp.com>2025-05-28 12:53:50 -0400
committerDaniel Lezcano <daniel.lezcano@linaro.org>2025-09-23 10:56:05 +0200
commitffc5870fc4e0ea72bf73ad5ab1d648aa0b4f7cbf (patch)
tree222644d6917e22a07aab8e2dbf49dcb346a09d72 /tools/perf/scripts/python/mem-phys-addr.py
parent409f8fe03e08f92bf5be96cedbcd7a3e8fb2eeaf (diff)
downloadkernel-ffc5870fc4e0ea72bf73ad5ab1d648aa0b4f7cbf.tar.gz
dt-bindings: timer: Add fsl,timrot.yaml
Add fsl,timrot.yaml for i.MX23/i.MX28 timer. Also add a generic fallback compatible string "fsl,timrot" for legacy devices, which have existed for over 15 years. Signed-off-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Acked-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20250528165351.691848-1-Frank.Li@nxp.com
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions
Miaohe Lin 2022-05-13swap: convert add_to_swap() to take a folioMatthew Wilcox (Oracle) 2022-05-13swap: turn get_swap_page() into folio_alloc_swap()Matthew Wilcox (Oracle) 2022-05-13mm: convert sysfs input to bool using kstrtobool()Jagdish Gediya 2022-05-09mm: submit multipage reads for SWP_FS_OPS swap-spaceNeilBrown 2022-05-09mm: drop swap_dirty_folioNeilBrown 2022-05-09mm: create new mm/swap.h header fileNeilBrown 2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds 2022-03-17mm: swap: get rid of livelock in swapin readaheadGuo Ziliang 2022-03-15mm: Convert swap_set_page_dirty() to swap_dirty_folio()Matthew Wilcox (Oracle) 2021-10-18mm/workingset: Convert workingset_refault() to take a folioMatthew Wilcox (Oracle) 2021-08-20Revert "mm: swap: check if swap backing device is congested or not"Yang Shi 2021-06-29swap: check mapping_empty() for swap cache before being freedHuang Ying 2021-06-29mm: free idle swap cache page after COWHuang Ying 2021-06-29mm/swap: remove unused local variable nr_shadowsMiaohe Lin 2021-06-29mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info()Miaohe Lin 2021-05-07mm: fix some typos and code style problemsShijie Luo 2021-05-05mm: stop accounting shadow entriesMatthew Wilcox (Oracle) 2021-04-30memcg: charge before adding to swapcache on swapinShakeel Butt 2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle) 2021-02-26mm/swap: optimise get_shadow_from_swap_cacheMatthew Wilcox (Oracle) 2021-02-24mm: memcg: add swapcache stat for memcg v2Shakeel Butt 2021-02-24mm/swap: don't SetPageWorkingset unconditionally during swapinYu Zhao 2021-02-24mm/swap_state: constify static struct attribute_groupRikard Falkeborn 2020-12-15mm: use sysfs_emit for struct kobject * usesJoe Perches 2020-12-15mm/swap_state: skip meaningless swap cache readahead when ra_info.win == 0Miaohe Lin