aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/event_analyzing_sample.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-05irqchip/gic-v5: iwb: Fix iounmap probe failure pathLorenzo Pieralisi1-9/+2
2025-08-05irqchip/mvebu-gicp: Clear pending interrupts on initElad Nachman1-0/+10
2025-08-05irqchip/msi-lib: Fix fwnode refcount in msi_lib_irq_domain_select()Lorenzo Pieralisi1-3/+3
2025-08-05irqchip/riscv-imsic: Don't dereference before NULL pointer checkThomas Gleixner1-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-02tools/getdelays: add backward compatibility for taskstats versionFan Yu1-67/+100
2025-08-02kho: add test for kexec handoverMike Rapoport (Microsoft)8-0/+627
2025-08-02delaytop: enhance error logging and add PSI feature descriptionfan.yu9@zte.com.cn2-80/+143
2025-08-02samples: Kconfig: fix spelling mistake "instancess" -> "instances"Colin Ian King1-1/+1
2025-08-02fat: fix too many log in fat_chain_add()OGAWA Hirofumi1-3/+3
2025-08-02scripts/spelling.txt: add notifer||notifier to spelling.txtWangYuli1-0/+1
2025-08-02xen/xenbus: fix typo "notifer"WangYuli1-1/+1
2025-08-02net: mvneta: fix typo "notifer"WangYuli1-1/+1
2025-08-02drm/xe: fix typo "notifer"WangYuli1-1/+1
2025-08-02cxl: mce: fix typo "notifer"WangYuli1-1/+1
2025-08-02KVM: x86: fix typo "notifer"WangYuli1-2/+2
2025-08-02MAINTAINERS: add maintainers for delaytopWang Yaxin1-0/+10
2025-08-02ucount: use atomic_long_try_cmpxchg() in atomic_long_inc_below()Uros Bizjak1-8/+6
2025-08-02ucount: fix atomic_long_inc_below() argument typeUros Bizjak1-1/+1
2025-08-02kexec: enable CMA based contiguous allocationAlexander Graf7-11/+156
2025-08-02stackdepot: make max number of pools boot-time configurableMatt Fleming2-9/+63
2025-08-02lib/xxhash: remove unused functionsDr. David Alan Gilbert2-133/+0
2025-08-02init/Kconfig: restore CONFIG_BROKEN help textAndrew Morton1-0/+4
2025-08-01tracing: Have unsigned int function args displayed as hexadecimalSteven Rostedt1-1/+7
2025-08-01selftests/bpf: Test for unaligned flow_dissector ctx accessPaul Chaignon1-1/+22
2025-08-01ring-buffer: Convert ring_buffer_write() to use guard(preempt_notrace)Steven Rostedt1-10/+6
2025-08-01tracing: Use __free(kfree) in trace.c to remove gotosSteven Rostedt1-24/+12
2025-08-01tracing: Add guard() around locks and mutexes in trace.cSteven Rostedt1-98/+46
2025-08-01tracing: Add guard(ring_buffer_nest)Steven Rostedt3-44/+34
2025-08-01tracing: Remove unneeded goto out logicSteven Rostedt1-23/+15