aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-24drm/i915/dg1: Reserve first 1MB of local memoryImre Deak1-0/+41
2021-03-24drm/i915: introduce mem->reservedAbdiel Janulgue3-0/+96
2021-03-24drm/i915: reserve stolen for LMEM regionCQ Tang2-4/+12
2021-03-24drm/i915: setup the LMEM regionMatthew Auld3-1/+41
2021-03-24drm/i915: make local-memory probing a GT operationMatthew Auld6-7/+49
2021-03-24drm/i915/gt: use new tasklet API for execution listEmil Renner Berthing4-23/+23
2021-03-24drm/i915/buddy: document the unused header bitsMatthew Auld3-2/+56
2021-03-24drm/i915/gt: Move the defer_request waiter active assertionChris Wilson1-1/+1
2021-03-24drm/i915/selftests: Check for engine-reset errors in the middle of workaroundsChris Wilson1-3/+13
2021-03-24drm/i915/gem: consolidate 2big error checking for object sizesMatthew Auld4-34/+29
2021-03-24drm/i915/gem: don't trust the dma_buf->sizeMatthew Auld1-0/+10
2021-03-24drm/i915/gt: Replace 'return' with a fall-throughChris Wilson1-3/+3
2021-03-24drm/i915/gt: Add a space before '('Chris Wilson1-1/+1
2021-03-24drm/i915/gt: Replace unnecessary ',' with '; 'Chris Wilson2-3/+3
2021-03-24drm/i915/gt: Insert spaces into GEN3_L3LOG_SIZE/4Chris Wilson1-3/+5
2021-03-24drm/i915/gt: Wrap macro arg in ()Chris Wilson1-1/+1
2021-03-24drm/i915/gt: Remove a bonus newlineChris Wilson2-2/+0
2021-03-24drm/i915/gt: Fixup misaligned function parametersChris Wilson2-4/+3
2021-03-24drm/i915/gt: Remove repeated words from commentsChris Wilson5-5/+5
2021-03-24drm/i915/gt: Add some missing blank lines after declarationChris Wilson5-0/+7
2021-03-24drm/i915/gt: SPDX cleanupChris Wilson75-459/+78
2021-03-24drm/i915: Decrease number of subplatform bitsTvrtko Ursulin3-3/+4
2021-03-24drm/i915/gt: Call stop_ring() from ring resume, againChris Wilson1-52/+56
2021-03-24drm/i915: Remove I915_USER_PRIORITY_SHIFTChris Wilson7-48/+24
2021-03-24drm/i915: Strip out internal prioritiesChris Wilson8-87/+20
2021-03-15drm/i915/dp_link_training: Convert DRM_DEBUG_KMS to drm_dbg_kmsSean Paul1-7/+8
2021-03-15drm/i915/dp_link_training: Add newlines to debug messagesSean Paul1-2/+2
2021-03-15i915/perf: Start hrtimer only if sampling the OA bufferUmesh Nerlige Ramappa1-8/+5
2021-03-14Linux 5.12-rc3Linus Torvalds1-1/+1
2021-03-14prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan1-1/+1
2021-03-13zram: fix broken page writebackMinchan Kim1-3/+3
2021-03-13zram: fix return value on writeback_storeMinchan Kim1-3/+8
2021-03-13mm/memcg: set memcg when splitting pageZhou Guanghui1-0/+1
2021-03-13mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_pages argumentZhou Guanghui3-14/+9
2021-03-13ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signSergei Trofimovich1-1/+1
2021-03-13ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich1-6/+18
2021-03-13mm/userfaultfd: fix memory corruption due to writeprotectNadav Amit1-0/+8
2021-03-13kasan: fix KASAN_STACK dependency for HW_TAGSAndrey Konovalov1-0/+1
2021-03-13kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOCAndrey Konovalov1-2/+6
2021-03-13mm/madvise: replace ptrace attach requirement for process_madviseSuren Baghdasaryan1-1/+12
2021-03-13include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)1-1/+2
2021-03-13kfence: fix reports if constant function prefixes existMarco Elver1-6/+12
2021-03-13kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocationsMarco Elver1-1/+1
2021-03-13kfence: fix printk format for ptrdiff_tMarco Elver1-6/+6
2021-03-13linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*Arnd Bergmann1-0/+6
2021-03-13MAINTAINERS: exclude uapi directories in API/ABI sectionVlastimil Babka1-2/+2
2021-03-13binfmt_misc: fix possible deadlock in bm_register_writeLior Ribak1-15/+14
2021-03-13mm/highmem.c: fix zero_user_segments() with start > endOGAWA Hirofumi1-5/+12
2021-03-13hugetlb: do early cow when page pinned on src mmPeter Xu1-4/+62
2021-03-13mm: use is_cow_mapping() across tree where properPeter Xu4-9/+3