aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-01gpu: drm: exynos_hdmi: Move PHY logic into single functionMilo Kim1-30/+33
2016-10-01gpu: drm: exynos_hdmi: Move DDC logic into single functionMilo Kim1-21/+25
2016-09-28drm/radeon: always apply pci shutdown callbacksAlex Deucher1-3/+4
2016-09-28drm/amdgpu: always apply pci shutdown callbacks (v2)Alex Deucher1-6/+4
2016-09-28drm/amdgpu: improve VM PTE trace pointsChristian König2-5/+25
2016-09-28drm/amdgpu: fix GART_DEBUGFS defineChristian König1-4/+4
2016-09-28drm/amdgpu: free userptrs even if GTT isn't boundChristian König1-3/+3
2016-09-28drm/amd/amdgpu: Various cleanups for DCEv6Tom St Denis1-36/+10
2016-09-28drm/amdgpu: fix BO move offsetsChristian König1-2/+2
2016-09-28drm/amdgpu: fix amdgpu_move_blit on 32bit systemsChristian König1-2/+2
2016-09-28drm/amdgpu: fix gtt_mgr bo's offsetFlora Cui1-2/+3
2016-09-28drm/amdgpu: fix initializing the VM BO shadowChristian König1-0/+15
2016-09-28drm/amdgpu: fix initializing the VM last eviction counterChristian König1-2/+6
2016-09-28drm/amdgpu: cleanup VM shadow BO unreferencingChristian König1-6/+10
2016-09-28drm/amdgpu: allocate GTT space for shadow VM page tablesChristian König1-0/+17
2016-09-28drm/amdgpu: rename all rbo variable to abo v2Christian König12-159/+159
2016-09-28drm/amdgpu: remove unused member from struct amdgpu_boChristian König2-3/+0
2016-09-28drm/amdgpu: add a custom GTT memory manager v2Christian König6-11/+265
2016-09-28drm/amdgpu/dce6: disable hpd on local panelsAlex Deucher1-9/+39
2016-09-28drm/amdgpu/dce8: disable hpd on local panelsAlex Deucher1-9/+39
2016-09-28drm/amdgpu/dce11: disable hpd on local panelsAlex Deucher1-10/+13
2016-09-28drm/amdgpu/dce10: disable hpd on local panelsAlex Deucher1-10/+13
2016-09-28drm/amdgpu/si/dpm: fix phase shedding setupAlex Deucher2-1/+2
2016-09-28drm/radeon/si/dpm: fix phase shedding setupAlex Deucher2-1/+2
2016-09-28drm/amdgpu/si/dpm: sync up quirks from radeonAlex Deucher1-0/+13
2016-09-27drm/amdgpu/vce3: don't forget to tear down some ringsGrazvydas Ignotas1-2/+4
2016-09-27drm/amdgpu/i2c: add const where appropriateGrazvydas Ignotas2-14/+14
2016-09-27drm/amdgpu: don't leave dangling pointers aroundGrazvydas Ignotas2-0/+3
2016-09-27drm/amdgpu: clear ring pointer in amdgpu_device on teardownGrazvydas Ignotas1-0/+2
2016-09-27drm/amdgpu/vce: take all rings into account for idle checksAlex Deucher1-2/+5
2016-09-27drm/amdgpu: add version bump for raster config programmingAlex Deucher1-1/+2
2016-09-27drm/amdgpu: fix addr handling in amdgpu_vm_bo_update_mappingChristian König1-0/+1
2016-09-27drm/amdgpu: bypass vce clock if vce is idle on Fiji.Rex Zhu1-1/+2
2016-09-25Linux 4.8-rc8Linus Torvalds1-1/+1
2016-09-25fault_in_multipages_readable() throws set-but-unused errorDave Chinner1-0/+1
2016-09-25mm: check VMA flags to avoid invalid PROT_NONE NUMA balancingLorenzo Stoakes2-8/+7
2016-09-25drm: bridge: analogix/dp: mark symbols static where possibleBaoyou Xie1-2/+2
2016-09-25drm/bochs: mark bochs_connector_get_modes() staticBaoyou Xie1-1/+1
2016-09-25radix tree: fix sibling entry handling in radix_tree_descend()Linus Torvalds1-4/+4
2016-09-25radix tree test suite: Test radix_tree_replace_slot() for multiorder entriesMatthew Wilcox2-5/+13
2016-09-25fix memory leaks in tracing_buffers_splice_read()Al Viro1-6/+8
2016-09-25tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)1-7/+8
2016-09-25MIPS: Fix delay slot emulation count in debugfsPaul Burton1-0/+1
2016-09-25MIPS: SMP: Fix possibility of deadlock when bringing CPUs onlineMatt Redfearn1-4/+3
2016-09-24mm: delete unnecessary and unsafe init_tlb_ubc()Hugh Dickins1-19/+0
2016-09-24huge tmpfs: fix Committed_AS leakHugh Dickins1-1/+2
2016-09-24shmem: fix tmpfs to handle the huge= option properlyToshi Kani1-1/+1
2016-09-24drm/bridge: analogix_dp: Improve panel on timeSean Paul1-10/+13
2016-09-24drm/bridge: analogix_dp: Don't read EDID if panel presentSean Paul1-8/+10
2016-09-24drm/bridge: analogix_dp: Remove duplicated codeTomeu Vizoso3-555/+210