summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2025-05-06 13:57:18 +0300
committerJani Nikula <jani.nikula@intel.com>2025-05-07 09:59:19 +0300
commit32119a07c94a41be8ab02b259dbc8404541232f9 (patch)
tree0c1de682a95d5d70a02aade9cc165539bd0d0fea /tools/perf/scripts/python/bin/stackcollapse-record
parente4db15ea947717277f6f9b40e17fbdd728f26bbc (diff)
downloadkernel-32119a07c94a41be8ab02b259dbc8404541232f9.tar.gz
drm/i915/bios: fix a comment referencing struct drm_i915_private
struct intel_vbt_data is within struct intel_display nowadays, not struct drm_i915_private. Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com> Link: https://lore.kernel.org/r/b7a9a7c64f41cf61749a42ed4102e04b500fde83.1746529001.git.jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
nux-6.6.y&id=30934843019a18df975217e4a819f1c362994764'>mm/smaps: add Pss_DirtyVincent Whitchurch 2022-05-13mm/pagemap: recognize uffd-wp bit for shmem/hugetlbfsPeter Xu 2022-04-28fs/proc/task_mmu.c: remove redundant page validation of pte_pageXianting Tian 2022-03-05proc: fix documentation and description of pagemapYun Zhou 2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan 2022-02-11fs/proc: task_mmu.c: don't read mapcount for migration entryYang Shi 2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann 2022-01-15mm: add a field to store names for private anonymous memoryColin Cross 2021-11-06mm/smaps: simplify shmem handling of pte holesPeter Xu 2021-11-06mm/smaps: fix shmem pte hole swap calculationPeter Xu 2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand 2021-07-01mm: remove special swap entry functionsAlistair Popple 2021-06-30mm/pagemap: export uffd-wp protection informationPeter Xu 2021-06-30mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...Miaohe Lin 2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli 2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen 2021-03-13mm: use is_cow_mapping() across tree where properPeter Xu 2021-01-29mm: proc: Invalidate TLB after clearing soft-dirty page stateWill Deacon 2021-01-16mm: don't play games with pinned pages in clear_page_refsLinus Torvalds 2021-01-16mm: fix clear_refs_write lockingLinus Torvalds 2020-12-11proc: use untagged_addr() for pagemap_read addressesMiles Chen