- 0d8ee5b drm/i915: Don't back up pinned LMEM context images and rings during suspend by Thomas Hellström · 3 years, 3 months ago
- 3e42cc6 drm/i915/gt: Register the migrate contexts with their engines by Thomas Hellström · 3 years, 3 months ago
- c56ce95 drm/i915 Implement LMEM backup and restore for suspend / resume by Thomas Hellström · 3 years, 3 months ago
- 81387fc drm/i915/gt: Increase suspend timeout by Thomas Hellström · 3 years, 3 months ago
- d80ee88 drm/i915/gem: Implement a function to process all gem objects of a region by Thomas Hellström · 3 years, 3 months ago
- 0d93886 drm/i915/ttm: Implement a function to copy the contents of two TTM-based objects by Thomas Hellström · 3 years, 3 months ago
- 2dfa597 drm/i915/gem: Fix a lockdep warning the __i915_gem_is_lmem() function by Thomas Hellström · 3 years, 3 months ago
- 017792a drm/i915/guc, docs: Fix pdfdocs build error by removing nested grid by Akira Yokosawa · 3 years, 3 months ago
- 54fc4f1 drm/i915/uncore: fwtable read handlers are now used on all forcewake platforms by Matt Roper · 3 years, 3 months ago
- 68c03c0 drm/i915/debugfs: Do not report currently active engine when describing objects by Tvrtko Ursulin · 3 years, 4 months ago
- c74e66d drm/i915/dg2: Add DG2-specific shadow register table by Matt Roper · 3 years, 4 months ago
- e5b32ae drm/i915/uncore: Drop gen11 mmio read handlers by Matt Roper · 3 years, 4 months ago
- aef0273 drm/i915/uncore: Drop gen11/gen12 mmio write handlers by Matt Roper · 3 years, 4 months ago
- 09b2a59 drm/i915/uncore: Replace gen8 write functions with general fwtable by Matt Roper · 3 years, 4 months ago
- 6cdbb10 drm/i915/uncore: Associate shadow table with uncore by Matt Roper · 3 years, 4 months ago
- 1ab2b4c drm/i915/uncore: Convert gen6/gen7 read operations to fwtable by Matt Roper · 3 years, 4 months ago
- 45f6379 drm/i915: Check SFC fusing before recording/dumping SFC_DONE by Matt Roper · 3 years, 4 months ago
- ff04f8b drm/i915/xehp: Check new fuse bits for SFC availability by Matt Roper · 3 years, 4 months ago
- 91160c8 drm/i915: Take pinning into account in __i915_gem_object_is_lmem by Matthew Brost · 3 years, 4 months ago
- 9175ffff drm/i915/guc: Enable GuC submission by default on DG1 by Matthew Brost · 3 years, 4 months ago
- 87ba15d drm/i915/guc: Add DG1 GuC / HuC firmware defs by Daniele Ceraolo Spurio · 3 years, 4 months ago
- 7acbbc7 drm/i915/guc: put all guc objects in lmem when available by Daniele Ceraolo Spurio · 3 years, 4 months ago
- ea97e44 drm/i915: Do not define vma on stack by Venkata Sandeep Dhanalakota · 3 years, 4 months ago
- 53718bf drm/i915/gt: Add "intel_" as prefix in set_mocs_index() by Ayaz A Siddiqui · 3 years, 4 months ago
- d0a6524 drm/i915: Make wa list per-gt by Venkata Sandeep Dhanalakota · 3 years, 4 months ago
- 9a6b201 Merge remote-tracking branch 'tip/locking/wwmutex' into drm-intel-gt-next by Joonas Lahtinen · 3 years, 3 months ago
- d0c5603 drm/i915: deduplicate frequency dump on debugfs by Lucas De Marchi · 3 years, 4 months ago
- 23f6a82 drm/i915: rename debugfs_gt_pm files by Lucas De Marchi · 3 years, 4 months ago
- 00142bc drm/i915: rename debugfs_engines files by Lucas De Marchi · 3 years, 4 months ago
- 022f324 drm/i915: rename debugfs_gt files by Lucas De Marchi · 3 years, 4 months ago
- 12235da kernel/locking: Add context to ww_mutex_trylock() by Maarten Lankhorst · 3 years, 4 months ago
- 48b0961 drm/i915: Move __i915_gem_free_object to ttm_bo_destroy by Maarten Lankhorst · 3 years, 4 months ago
- dc34ca9 drm/i915: Mark GPU wedging on driver unregister unrecoverable by Janusz Krzysztofik · 3 years, 4 months ago
- ce079f6 drm/i915: Add mmap lock around vma_lookup() in the mman selftest. by Maarten Lankhorst · 3 years, 4 months ago
- d5dd580 Merge drm/drm-next into drm-intel-gt-next by Joonas Lahtinen · 3 years, 4 months ago
- e935405 drm/i915/dg2: Define MOCS table for DG2 by Matt Roper · 3 years, 4 months ago
- 50bc648 drm/i915/xehpsdv: Define MOCS table for XeHP SDV by Lucas De Marchi · 3 years, 4 months ago
- 4319261 drm/i915: Enable -Wsometimes-uninitialized by Nathan Chancellor · 3 years, 4 months ago
- 46f20a35 drm/i915/selftests: Always initialize err in igt_dmabuf_import_same_driver_lmem() by Nathan Chancellor · 3 years, 4 months ago
- 4796054b drm/i915/selftests: Do not use import_obj uninitialized by Nathan Chancellor · 3 years, 4 months ago
- 4f41ddc drm/i915/guc: Add GuC kernel doc by Matthew Brost · 3 years, 4 months ago
- af5bc9f drm/i915/guc: Drop guc_active move everything into guc_state by Matthew Brost · 3 years, 4 months ago
- 3cb3e34 drm/i915/guc: Move fields protected by guc->contexts_lock into sub structure by Matthew Brost · 3 years, 4 months ago
- 9798b17 drm/i915/guc: Move GuC priority fields in context under guc_active by Matthew Brost · 3 years, 4 months ago
- 5b116c1 drm/i915/guc: Drop pin count check trick between sched_disable and re-pin by Matthew Brost · 3 years, 4 months ago
- 1424ba8 drm/i915/guc: Proper xarray usage for contexts_lookup by Matthew Brost · 3 years, 4 months ago
- 0f79765 drm/i915/guc: Rework and simplify locking by Matthew Brost · 3 years, 4 months ago
- 52d66c0 drm/i915/guc: Move guc_blocked fence to struct guc_state by Matthew Brost · 3 years, 4 months ago
- b0d8388 drm/i915/guc: Release submit fence from an irq_work by Matthew Brost · 3 years, 4 months ago
- ae36b62 drm/i915/guc: Reset LRC descriptor if register returns -ENODEV by Matthew Brost · 3 years, 4 months ago
- f16d5cb drm/i915/guc: Don't touch guc_state.sched_state without a lock by Matthew Brost · 3 years, 4 months ago
- 422cda4 drm/i915/guc: Take context ref when cancelling request by Matthew Brost · 3 years, 4 months ago
- d2420c2 drm/i915/selftests: Add initial GuC selftest for scrubbing lost G2H by Matthew Brost · 3 years, 4 months ago
- d135865c drm/i915/guc: Copy whole golden context, set engine state size of subset by Matthew Brost · 3 years, 4 months ago
- 9888bea drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid, not registered by Matthew Brost · 3 years, 4 months ago
- cf37e5c drm/i915/guc: Kick tasklet after queuing a request by Matthew Brost · 3 years, 4 months ago
- ac653dd Revert "drm/i915/gt: Propagate change in error status to children on unhold" by Matthew Brost · 3 years, 4 months ago
- 1ca36cf drm/i915/guc: Workaround reset G2H is received after schedule done G2H by Matthew Brost · 3 years, 4 months ago
- d67e3d5 drm/i915/guc: Process all G2H message at once in work queue by Matthew Brost · 3 years, 4 months ago
- 88209a8 drm/i915/guc: Don't drop ce->guc_active.lock when unwinding context by Matthew Brost · 3 years, 4 months ago
- c39f51c drm/i915/guc: Unwind context requests in reverse order by Matthew Brost · 3 years, 4 months ago
- 669b949 drm/i915/guc: Fix outstanding G2H accounting by Matthew Brost · 3 years, 4 months ago
- fc30a67 drm/i915/guc: Fix blocked context accounting by Matthew Brost · 3 years, 4 months ago
- 6880fa6 Linux 5.15-rc1 by Linus Torvalds · 3 years, 4 months ago
- b5b65f1 Merge tag 'perf-tools-for-v5.15-2021-09-11' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 4 months ago
- c3e4687 Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/ojeda/linux by Linus Torvalds · 3 years, 4 months ago
- d41adc4 Merge tag 'auxdisplay-for-linus-v5.15-rc1' of git://github.com/ojeda/linux by Linus Torvalds · 3 years, 4 months ago
- f306b90 Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
- d8e988b Merge tag 'char-misc-5.15-rc1-lkdtm' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 4 months ago
- 1791596 Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 3 years, 4 months ago
- 56c2443 Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
- 165d05d Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
- 7bf3142 Merge tag 'timers_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 4 months ago
- fdfc346 Merge branch 'misc.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 4 months ago
- 8d4a0b5 Merge tag '5.15-rc-cifs-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 3 years, 4 months ago
- 78e7095 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 4 months ago
- b79bd0d Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 3 years, 4 months ago
- 4e1c754 Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux by Linus Torvalds · 3 years, 4 months ago
- 17a99e5 tools headers UAPI: Update tools's copy of drm.h headers by Arnaldo Carvalho de Melo · 3 years, 8 months ago
- 4dc24d7 tools headers UAPI: Sync drm/i915_drm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 4 months ago
- 2bae3e6 tools headers UAPI: Sync linux/fs.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
- ee286c6 tools headers UAPI: Sync linux/in.h copy with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 7 months ago
- 0d1c50a perf tools: Add an option to build without libbfd by Ian Rogers · 3 years, 4 months ago
- 4a86d41 perf tools: Allow build-id with trailing zeros by Namhyung Kim · 3 years, 4 months ago
- 99fc594 perf tools: Fix hybrid config terms list corruption by Adrian Hunter · 3 years, 4 months ago
- a7d212f perf tools: Factor out copy_config_terms() and free_config_terms() by Adrian Hunter · 3 years, 4 months ago
- eb34363 perf tools: Fix perf_event_attr__fprintf() missing/dupl. fields by Adrian Hunter · 3 years, 4 months ago
- da4572d perf tools: Ignore Documentation dependency file by Ian Rogers · 3 years, 4 months ago
- c605c39 Merge tag 'io_uring-5.15-2021-09-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
- c0f7e49 Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
- 8177a5c Merge tag 'libata-5.15-2021-09-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
- ce4c8f8 Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 4 months ago
- a1406e4 Merge tag 'devicetree-fixes-for-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 4 months ago
- 2aae0a9 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 3 years, 4 months ago
- 107ccc4 Merge tag 'rtc-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 3 years, 4 months ago
- 5292622 Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 3 years, 4 months ago
- 6701e7e Merge tag 'pwm/for-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 3 years, 4 months ago
- dd47038 Merge tag 'thermal-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux by Linus Torvalds · 3 years, 4 months ago
- 765092e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 3 years, 4 months ago
- 6f55ab3 riscv: Move EXCEPTION_TABLE to RO_DATA segment by Jisheng Zhang · 3 years, 4 months ago