aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/event_analyzing_sample.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-11mm: pass page directly instead of using folio_pageDev Jain1-13/+10
2025-08-11selftests/proc: fix string literal warning in proc-maps-race.cSukrut Heroorkar1-3/+3
2025-08-05fs/proc/task_mmu: hold PTL in pagemap_hugetlb_range and gather_hugetlb_statsJinjiang Tu1-3/+11
2025-08-05mm/smaps: fix race between smaps_hugetlb_range and migrationJinjiang Tu1-1/+5
2025-08-05mm: fix the race between collapse and PT_RECLAIM under per-vma lockBarry Song1-1/+1
2025-08-05mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()Waiman Long1-0/+5
2025-08-05MAINTAINERS: add Masami as a reviewer of hung task detectorMasami Hiramatsu (Google)1-0/+1
2025-08-05mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lockBreno Leitao1-1/+4
2025-08-05kasan/test: fix protection against compiler elisionJann Horn1-1/+1
2025-08-04sched/psi: Fix psi_seq initializationPeter Zijlstra1-5/+1
2025-08-04apparmor: fix: oops when trying to free null rulesetJohn Johansen1-1/+4
2025-08-03i2c: muxes: mule: Fix an error handling path in mule_i2c_mux_probe()Christophe JAILLET1-2/+1
2025-08-03i2c: Force DLL0945 touchpad i2c freq to 100khzfangzhong.zhou1-0/+1
2025-08-03i2c: apple: Drop default ARCH_APPLE in KconfigSven Peter1-1/+0
2025-08-03rtc: ds1685: Update Joshua Kinard's email address.Joshua Kinard3-4/+4
2025-08-03rtc: rv3032: convert from round_rate() to determine_rate()Brian Masney1-8/+13
2025-08-03rtc: rv3028: convert from round_rate() to determine_rate()Brian Masney1-6/+11
2025-08-03rtc: pcf8563: convert from round_rate() to determine_rate()Brian Masney1-6/+11
2025-08-03rtc: pcf85063: convert from round_rate() to determine_rate()Brian Masney1-6/+11
2025-08-03rtc: nct3018y: convert from round_rate() to determine_rate()Brian Masney1-6/+11
2025-08-03rtc: max31335: convert from round_rate() to determine_rate()Brian Masney1-5/+7
2025-08-03rtc: m41t80: convert from round_rate() to determine_rate()Brian Masney1-10/+11
2025-08-03rtc: hym8563: convert from round_rate() to determine_rate()Brian Masney1-6/+11
2025-08-03rtc: ds1307: convert from round_rate() to determine_rate()Brian Masney1-6/+11
2025-08-03rtc: rv3028: fix incorrect maximum clock rate handlingBrian Masney1-1/+1
2025-08-03rtc: pcf8563: fix incorrect maximum clock rate handlingBrian Masney1-1/+1
2025-08-03rtc: pcf85063: fix incorrect maximum clock rate handlingBrian Masney1-1/+1
2025-08-03rtc: nct3018y: fix incorrect maximum clock rate handlingBrian Masney1-1/+1
2025-08-03rtc: hym8563: fix incorrect maximum clock rate handlingBrian Masney1-1/+1
2025-08-03rtc: ds1307: fix incorrect maximum clock rate handlingBrian Masney1-1/+1
2025-08-02mm: mempool: fix crash in mempool_free() for zero-minimum poolsYadan Fan1-14/+10
2025-08-02mm: correct type for vmalloc vm_flags fieldsLorenzo Stoakes4-7/+7
2025-08-02mm/shmem, swap: fix major fault countingKairui Song1-7/+5
2025-08-02mm/shmem, swap: rework swap entry and index calculation for large swapinKairui Song1-34/+33
2025-08-02mm/shmem, swap: simplify swapin path and result handlingKairui Song1-26/+19
2025-08-02mm/shmem, swap: never use swap cache and readahead for SWP_SYNCHRONOUS_IOKairui Song1-13/+28
2025-08-02mm/shmem, swap: tidy up swap entry splittingKairui Song1-33/+23
2025-08-02mm/shmem, swap: tidy up THP swapin checksKairui Song1-21/+18
2025-08-02mm/shmem, swap: avoid redundant Xarray lookup during swapinKairui Song1-9/+25
2025-08-02x86/ftrace: enable EXECMEM_ROX_CACHE for ftrace allocationsMike Rapoport (Microsoft)2-2/+9
2025-08-02x86/kprobes: enable EXECMEM_ROX_CACHE for kprobes allocationsMike Rapoport (Microsoft)2-19/+8
2025-08-02execmem: drop writable parameter from execmem_fill_trapping_insns()Mike Rapoport (Microsoft)3-10/+5
2025-08-02execmem: add fallback for failures in vmalloc(VM_ALLOW_HUGE_VMAP)Mike Rapoport (Microsoft)1-1/+6
2025-08-02execmem: move execmem_force_rw() and execmem_restore_rox() before useMike Rapoport (Microsoft)1-23/+21
2025-08-02execmem: rework execmem_cache_free()Mike Rapoport (Microsoft)1-23/+102
2025-08-02execmem: introduce execmem_alloc_rw()Mike Rapoport (Microsoft)4-30/+51
2025-08-02execmem: drop unused execmem_update_copy()Mike Rapoport (Microsoft)2-18/+0
2025-08-02mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got droppedSuren Baghdasaryan2-7/+33
2025-08-02mm/rmap: add anon_vma lifetime debug checkJann Horn1-0/+22
2025-08-02mm: remove mm/io-mapping.cLorenzo Stoakes5-39/+0