Age | Commit message (Expand) | Author | Files | Lines |
2021-03-24 | drm/i915: Prepare for obj->mm.lock removal, v2. |  Thomas Hellström | 3 | -7/+33 |
2021-03-24 | drm/i915: Fix workarounds selftest, part 1 |  Maarten Lankhorst | 3 | -27/+64 |
2021-03-24 | drm/i915: Fix pread/pwrite to work with new locking rules. |  Maarten Lankhorst | 4 | -211/+114 |
2021-03-24 | drm/i915: Defer pin calls in buffer pool until first use by caller. |  Maarten Lankhorst | 5 | -26/+35 |
2021-03-24 | drm/i915: Take obj lock around set_domain ioctl |  Maarten Lankhorst | 1 | -8/+10 |
2021-03-24 | drm/i915: Make __engine_unpark() compatible with ww locking. |  Maarten Lankhorst | 1 | -0/+4 |
2021-03-24 | drm/i915: Make lrc_init_wa_ctx compatible with ww locking, v3. |  Maarten Lankhorst | 1 | -11/+38 |
2021-03-24 | drm/i915: Take reservation lock around i915_vma_pin. |  Maarten Lankhorst | 4 | -14/+26 |
2021-03-24 | drm/i915: Move pinning to inside engine_wa_list_verify() |  Maarten Lankhorst | 7 | -10/+33 |
2021-03-24 | drm/i915: Add object locking to vm_fault_cpu |  Maarten Lankhorst | 1 | -0/+4 |
2021-03-24 | drm/i915: Pass ww ctx to intel_pin_to_display_plane |  Maarten Lankhorst | 8 | -64/+86 |
2021-03-24 | drm/i915: Rework clflush to work correctly without obj->mm.lock. |  Maarten Lankhorst | 1 | -8/+7 |
2021-03-24 | drm/i915: Handle ww locking in init_status_page |  Maarten Lankhorst | 1 | -13/+24 |
2021-03-24 | drm/i915: Make ring submission compatible with obj->mm.lock removal, v2. |  Maarten Lankhorst | 1 | -66/+118 |
2021-03-24 | drm/i915: Populate logical context during first pin. |  Maarten Lankhorst | 1 | -3/+23 |
2021-03-24 | drm/i915: Flatten obj->mm.lock |  Maarten Lankhorst | 6 | -47/+27 |
2021-03-24 | drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v7. |  Maarten Lankhorst | 8 | -584/+395 |
2021-03-24 | drm/i915: Make compilation of userptr code depend on MMU_NOTIFIER. |  Maarten Lankhorst | 5 | -37/+31 |
2021-03-24 | drm/i915: Reject UNSYNCHRONIZED for userptr, v2. |  Maarten Lankhorst | 1 | -8/+2 |
2021-03-24 | drm/i915: Reject more ioctls for userptr, v2. |  Maarten Lankhorst | 4 | -4/+19 |
2021-03-24 | drm/i915: No longer allow exporting userptr through dma-buf |  Maarten Lankhorst | 1 | -3/+2 |
2021-03-24 | drm/i915: Disable userptr pread/pwrite support. |  Maarten Lankhorst | 2 | -0/+25 |
2021-03-24 | drm/i915: make lockdep slightly happier about execbuf. |  Maarten Lankhorst | 4 | -19/+36 |
2021-03-24 | drm/i915: Convert i915_gem_object_attach_phys() to ww locking, v2. |  Maarten Lankhorst | 3 | -10/+22 |
2021-03-24 | drm/i915: Rework struct phys attachment handling |  Maarten Lankhorst | 4 | -60/+78 |
2021-03-24 | drm/i915: Move HAS_STRUCT_PAGE to obj->flags |  Maarten Lankhorst | 21 | -52/+63 |
2021-03-24 | drm/i915: Add gem object locking to madvise. |  Maarten Lankhorst | 1 | -1/+7 |
2021-03-24 | drm/i915: Ensure we hold the object mutex in pin correctly. |  Maarten Lankhorst | 3 | -2/+14 |
2021-03-24 | drm/i915: Add missing -EDEADLK handling to execbuf pinning, v2. |  Maarten Lankhorst | 1 | -11/+24 |
2021-03-24 | drm/i915: Move cmd parser pinning to execbuffer |  Maarten Lankhorst | 8 | -80/+142 |
2021-03-24 | drm/i915: Pin timeline map after first timeline pin, v4. |  Maarten Lankhorst | 5 | -44/+83 |
2021-03-24 | drm/i915: Do not share hwsp across contexts any more, v8. |  Maarten Lankhorst | 11 | -417/+178 |
2021-03-24 | i915_vma: Rename vma_lookup to i915_vma_lookup |  Liam Howlett | 1 | -2/+2 |
2021-03-18 | drm/i915: Disable pread/pwrite ioctl's for future platforms (v3) |  Ashutosh Dixit | 1 | -0/+14 |
2021-03-18 | drm/i915/gem: Drop relocation support on all new hardware (v6) |  Jason Ekstrand | 1 | -0/+7 |
2021-03-18 | drm/i915/gem: Drop legacy execbuffer support (v2) |  Jason Ekstrand | 4 | -103/+2 |
2021-03-15 | drm/i915/dp_link_training: Convert DRM_DEBUG_KMS to drm_dbg_kms |  Sean Paul | 1 | -7/+8 |
2021-03-15 | drm/i915/dp_link_training: Add newlines to debug messages |  Sean Paul | 1 | -2/+2 |
2021-03-15 | i915/perf: Start hrtimer only if sampling the OA buffer |  Umesh Nerlige Ramappa | 1 | -8/+5 |
2021-03-14 | Linux 5.12-rc3 |  Linus Torvalds | 1 | -1/+1 |
2021-03-14 | prctl: fix PR_SET_MM_AUXV kernel stack leak |  Alexey Dobriyan | 1 | -1/+1 |
2021-03-13 | zram: fix broken page writeback |  Minchan Kim | 1 | -3/+3 |
2021-03-13 | zram: fix return value on writeback_store |  Minchan Kim | 1 | -3/+8 |
2021-03-13 | mm/memcg: set memcg when splitting page |  Zhou Guanghui | 1 | -0/+1 |
2021-03-13 | mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_pages argument |  Zhou Guanghui | 3 | -14/+9 |
2021-03-13 | ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign |  Sergei Trofimovich | 1 | -1/+1 |
2021-03-13 | ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls |  Sergei Trofimovich | 1 | -6/+18 |
2021-03-13 | mm/userfaultfd: fix memory corruption due to writeprotect |  Nadav Amit | 1 | -0/+8 |
2021-03-13 | kasan: fix KASAN_STACK dependency for HW_TAGS |  Andrey Konovalov | 1 | -0/+1 |
2021-03-13 | kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC |  Andrey Konovalov | 1 | -2/+6 |