aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-04-24drm/test: Add test cases for drm_rect_rotate_inv()Arthur Grillo1-0/+11
2023-04-24drm/tests: Add test cases for drm_rect_rotate()Arthur Grillo1-0/+72
2023-04-24drm/tests: Add test cases for drm_rect_calc_vscale()Arthur Grillo1-0/+12
2023-04-24drm/tests: Add test cases for drm_rect_calc_hscale()Arthur Grillo1-0/+72
2023-04-24drm/tests: Add test cases for drm_rect_intersect()Arthur Grillo1-0/+148
2023-04-24drm/scheduler: add drm_sched_entity_error and use rcu for last_scheduledChristian König2-9/+33
2023-04-24drm/scheduler: properly forward fence errorsChristian König4-15/+13
2023-04-24drm/tve200: Use devm_platform_ioremap_resource()Yang Li1-3/+1
2023-04-22drm/sti: Drop of_gpio headerMaíra Canal1-1/+1
2023-04-22drm/bridge: anx7625: Drop of_gpio headerMaíra Canal1-1/+0
2023-04-21drm/display: Add missing OLED Vesa brightnesses definitionsRodrigo Siqueira1-0/+3
2023-04-21drm/panel: simple: Add InnoLux G070ACE-L01Richard Leitner1-0/+35
2023-04-21dt-bindings: display: simple: add support for InnoLux G070ACE-L01Richard Leitner1-0/+2
2023-04-21drm/armada: Implement fbdev emulation as in-kernel clientThomas Zimmermann4-69/+73
2023-04-21drm/armada: Initialize fbdev DRM clientThomas Zimmermann1-4/+39
2023-04-21drm/armada: Hide fbdev support behind config optionThomas Zimmermann2-3/+14
2023-04-21drm/armada: Include <linux/of.h>Thomas Zimmermann1-0/+1
2023-04-20drm/bridge: ti-sn65dsi86: Implement wait_hpd_assertedNikita Travkin1-0/+19
2023-04-20arch/x86: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-3/+8
2023-04-20arch/sparc: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-8/+8
2023-04-20arch/sparc: Implement fb_is_primary_device() in source fileThomas Zimmermann4-18/+33
2023-04-20arch/sh: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-14/+1
2023-04-20arch/powerpc: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-5/+3
2023-04-20arch/parisc: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-14/+4
2023-04-20arch/parisc: Implement fb_is_primary_device() under arch/pariscThomas Zimmermann6-20/+35
2023-04-20arch/parisc: Remove trailing whitespacesThomas Zimmermann1-1/+1
2023-04-20video: Move HP PARISC STI core code to shared locationThomas Zimmermann9-8/+14
2023-04-20video: Remove trailing whitespacesThomas Zimmermann4-138/+138
2023-04-20arch/mips: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-6/+4
2023-04-20arch/m68k: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-6/+4
2023-04-20arch/m68k: Merge variants of fb_pgprotect() into single functionThomas Zimmermann1-9/+3
2023-04-20arch/loongarch: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-14/+1
2023-04-20arch/ia64: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-6/+5
2023-04-20arch/arm64: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-14/+1
2023-04-20arch/arm: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-14/+1
2023-04-20arch/arc: Implement <asm/fb.h> with generic helpersThomas Zimmermann1-14/+2
2023-04-20fbdev: Prepare generic architecture helpersThomas Zimmermann1-2/+22
2023-04-19drm/gem: Check for valid formatsMaíra Canal2-5/+11
2023-04-19drm/i915/dp_mst: Fix active port PLL selection for secondary MST streamsImre Deak3-7/+30
2023-04-18drm/scheduler: set entity to NULL in drm_sched_entity_pop_job()Danilo Krummrich2-0/+10
2023-04-17drm/nouveau/therm: Move an assignment statement behind a null pointer check i...Markus Elfring2-2/+2
2023-04-17drm/nouveau/pci: Move an expression into a function call parameter in nvkm_pc...Markus Elfring1-3/+1
2023-04-17drm/nouveau/pci: Move a variable assignment behind condition checks in nvkm_p...Markus Elfring1-1/+2
2023-04-17drm/nouveau/clk: Move a variable assignment behind a null pointer check in nv...Markus Elfring1-1/+1
2023-04-17drm/nouveau/bios/power_budget: Move an expression into a macro call parameter...Markus Elfring1-2/+1
2023-04-17drm/nouveau/debugfs: Replace five seq_printf() calls by seq_puts() in nouveau...Markus Elfring1-5/+5
2023-04-17drm/nouveau/debugfs: Use seq_putc() in nouveau_debugfs_pstate_get()Markus Elfring1-1/+1
2023-04-17drm/nouveau/debugfs: Move a variable assignment behind a null pointer check i...Markus Elfring1-1/+2
2023-04-17drm/nouveau/debugfs: Move an expression into a function call parameter in nou...Markus Elfring1-2/+2
2023-04-17drm/panel: nt36523: Add Lenovo J606F panelKonrad Dybcio1-0/+486