1. 0d8ee5b drm/i915: Don't back up pinned LMEM context images and rings during suspend by Thomas Hellström · 3 years, 3 months ago
  2. 3e42cc6 drm/i915/gt: Register the migrate contexts with their engines by Thomas Hellström · 3 years, 3 months ago
  3. c56ce95 drm/i915 Implement LMEM backup and restore for suspend / resume by Thomas Hellström · 3 years, 3 months ago
  4. 81387fc drm/i915/gt: Increase suspend timeout by Thomas Hellström · 3 years, 3 months ago
  5. d80ee88 drm/i915/gem: Implement a function to process all gem objects of a region by Thomas Hellström · 3 years, 3 months ago
  6. 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
  7. 2dfa597 drm/i915/gem: Fix a lockdep warning the __i915_gem_is_lmem() function by Thomas Hellström · 3 years, 3 months ago
  8. 017792a drm/i915/guc, docs: Fix pdfdocs build error by removing nested grid by Akira Yokosawa · 3 years, 3 months ago
  9. 54fc4f1 drm/i915/uncore: fwtable read handlers are now used on all forcewake platforms by Matt Roper · 3 years, 3 months ago
  10. 68c03c0 drm/i915/debugfs: Do not report currently active engine when describing objects by Tvrtko Ursulin · 3 years, 4 months ago
  11. c74e66d drm/i915/dg2: Add DG2-specific shadow register table by Matt Roper · 3 years, 4 months ago
  12. e5b32ae drm/i915/uncore: Drop gen11 mmio read handlers by Matt Roper · 3 years, 4 months ago
  13. aef0273 drm/i915/uncore: Drop gen11/gen12 mmio write handlers by Matt Roper · 3 years, 4 months ago
  14. 09b2a59 drm/i915/uncore: Replace gen8 write functions with general fwtable by Matt Roper · 3 years, 4 months ago
  15. 6cdbb10 drm/i915/uncore: Associate shadow table with uncore by Matt Roper · 3 years, 4 months ago
  16. 1ab2b4c drm/i915/uncore: Convert gen6/gen7 read operations to fwtable by Matt Roper · 3 years, 4 months ago
  17. 45f6379 drm/i915: Check SFC fusing before recording/dumping SFC_DONE by Matt Roper · 3 years, 4 months ago
  18. ff04f8b drm/i915/xehp: Check new fuse bits for SFC availability by Matt Roper · 3 years, 4 months ago
  19. 91160c8 drm/i915: Take pinning into account in __i915_gem_object_is_lmem by Matthew Brost · 3 years, 4 months ago
  20. 9175ffff drm/i915/guc: Enable GuC submission by default on DG1 by Matthew Brost · 3 years, 4 months ago
  21. 87ba15d drm/i915/guc: Add DG1 GuC / HuC firmware defs by Daniele Ceraolo Spurio · 3 years, 4 months ago
  22. 7acbbc7 drm/i915/guc: put all guc objects in lmem when available by Daniele Ceraolo Spurio · 3 years, 4 months ago
  23. ea97e44 drm/i915: Do not define vma on stack by Venkata Sandeep Dhanalakota · 3 years, 4 months ago
  24. 53718bf drm/i915/gt: Add "intel_" as prefix in set_mocs_index() by Ayaz A Siddiqui · 3 years, 4 months ago
  25. d0a6524 drm/i915: Make wa list per-gt by Venkata Sandeep Dhanalakota · 3 years, 4 months ago
  26. 9a6b201 Merge remote-tracking branch 'tip/locking/wwmutex' into drm-intel-gt-next by Joonas Lahtinen · 3 years, 3 months ago
  27. d0c5603 drm/i915: deduplicate frequency dump on debugfs by Lucas De Marchi · 3 years, 4 months ago
  28. 23f6a82 drm/i915: rename debugfs_gt_pm files by Lucas De Marchi · 3 years, 4 months ago
  29. 00142bc drm/i915: rename debugfs_engines files by Lucas De Marchi · 3 years, 4 months ago
  30. 022f324 drm/i915: rename debugfs_gt files by Lucas De Marchi · 3 years, 4 months ago
  31. 12235da kernel/locking: Add context to ww_mutex_trylock() by Maarten Lankhorst · 3 years, 4 months ago
  32. 48b0961 drm/i915: Move __i915_gem_free_object to ttm_bo_destroy by Maarten Lankhorst · 3 years, 4 months ago
  33. dc34ca9 drm/i915: Mark GPU wedging on driver unregister unrecoverable by Janusz Krzysztofik · 3 years, 4 months ago
  34. ce079f6 drm/i915: Add mmap lock around vma_lookup() in the mman selftest. by Maarten Lankhorst · 3 years, 4 months ago
  35. d5dd580 Merge drm/drm-next into drm-intel-gt-next by Joonas Lahtinen · 3 years, 4 months ago
  36. e935405 drm/i915/dg2: Define MOCS table for DG2 by Matt Roper · 3 years, 4 months ago
  37. 50bc648 drm/i915/xehpsdv: Define MOCS table for XeHP SDV by Lucas De Marchi · 3 years, 4 months ago
  38. 4319261 drm/i915: Enable -Wsometimes-uninitialized by Nathan Chancellor · 3 years, 4 months ago
  39. 46f20a35 drm/i915/selftests: Always initialize err in igt_dmabuf_import_same_driver_lmem() by Nathan Chancellor · 3 years, 4 months ago
  40. 4796054b drm/i915/selftests: Do not use import_obj uninitialized by Nathan Chancellor · 3 years, 4 months ago
  41. 4f41ddc drm/i915/guc: Add GuC kernel doc by Matthew Brost · 3 years, 4 months ago
  42. af5bc9f drm/i915/guc: Drop guc_active move everything into guc_state by Matthew Brost · 3 years, 4 months ago
  43. 3cb3e34 drm/i915/guc: Move fields protected by guc->contexts_lock into sub structure by Matthew Brost · 3 years, 4 months ago
  44. 9798b17 drm/i915/guc: Move GuC priority fields in context under guc_active by Matthew Brost · 3 years, 4 months ago
  45. 5b116c1 drm/i915/guc: Drop pin count check trick between sched_disable and re-pin by Matthew Brost · 3 years, 4 months ago
  46. 1424ba8 drm/i915/guc: Proper xarray usage for contexts_lookup by Matthew Brost · 3 years, 4 months ago
  47. 0f79765 drm/i915/guc: Rework and simplify locking by Matthew Brost · 3 years, 4 months ago
  48. 52d66c0 drm/i915/guc: Move guc_blocked fence to struct guc_state by Matthew Brost · 3 years, 4 months ago
  49. b0d8388 drm/i915/guc: Release submit fence from an irq_work by Matthew Brost · 3 years, 4 months ago
  50. ae36b62 drm/i915/guc: Reset LRC descriptor if register returns -ENODEV by Matthew Brost · 3 years, 4 months ago
  51. f16d5cb drm/i915/guc: Don't touch guc_state.sched_state without a lock by Matthew Brost · 3 years, 4 months ago
  52. 422cda4 drm/i915/guc: Take context ref when cancelling request by Matthew Brost · 3 years, 4 months ago
  53. d2420c2 drm/i915/selftests: Add initial GuC selftest for scrubbing lost G2H by Matthew Brost · 3 years, 4 months ago
  54. d135865c drm/i915/guc: Copy whole golden context, set engine state size of subset by Matthew Brost · 3 years, 4 months ago
  55. 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
  56. cf37e5c drm/i915/guc: Kick tasklet after queuing a request by Matthew Brost · 3 years, 4 months ago
  57. ac653dd Revert "drm/i915/gt: Propagate change in error status to children on unhold" by Matthew Brost · 3 years, 4 months ago
  58. 1ca36cf drm/i915/guc: Workaround reset G2H is received after schedule done G2H by Matthew Brost · 3 years, 4 months ago
  59. d67e3d5 drm/i915/guc: Process all G2H message at once in work queue by Matthew Brost · 3 years, 4 months ago
  60. 88209a8 drm/i915/guc: Don't drop ce->guc_active.lock when unwinding context by Matthew Brost · 3 years, 4 months ago
  61. c39f51c drm/i915/guc: Unwind context requests in reverse order by Matthew Brost · 3 years, 4 months ago
  62. 669b949 drm/i915/guc: Fix outstanding G2H accounting by Matthew Brost · 3 years, 4 months ago
  63. fc30a67 drm/i915/guc: Fix blocked context accounting by Matthew Brost · 3 years, 4 months ago
  64. 6880fa6 Linux 5.15-rc1 by Linus Torvalds · 3 years, 4 months ago
  65. 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
  66. 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
  67. d41adc4 Merge tag 'auxdisplay-for-linus-v5.15-rc1' of git://github.com/ojeda/linux by Linus Torvalds · 3 years, 4 months ago
  68. 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
  69. 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
  70. 1791596 Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 3 years, 4 months ago
  71. 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
  72. 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
  73. 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
  74. 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
  75. 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
  76. 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
  77. 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
  78. 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
  79. 17a99e5 tools headers UAPI: Update tools's copy of drm.h headers by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  80. 4dc24d7 tools headers UAPI: Sync drm/i915_drm.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 4 months ago
  81. 2bae3e6 tools headers UAPI: Sync linux/fs.h with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 8 months ago
  82. ee286c6 tools headers UAPI: Sync linux/in.h copy with the kernel sources by Arnaldo Carvalho de Melo · 3 years, 7 months ago
  83. 0d1c50a perf tools: Add an option to build without libbfd by Ian Rogers · 3 years, 4 months ago
  84. 4a86d41 perf tools: Allow build-id with trailing zeros by Namhyung Kim · 3 years, 4 months ago
  85. 99fc594 perf tools: Fix hybrid config terms list corruption by Adrian Hunter · 3 years, 4 months ago
  86. a7d212f perf tools: Factor out copy_config_terms() and free_config_terms() by Adrian Hunter · 3 years, 4 months ago
  87. eb34363 perf tools: Fix perf_event_attr__fprintf() missing/dupl. fields by Adrian Hunter · 3 years, 4 months ago
  88. da4572d perf tools: Ignore Documentation dependency file by Ian Rogers · 3 years, 4 months ago
  89. 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
  90. c0f7e49 Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  91. 8177a5c Merge tag 'libata-5.15-2021-09-11' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 4 months ago
  92. 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
  93. 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
  94. 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
  95. 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
  96. 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
  97. 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
  98. 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
  99. 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
  100. 6f55ab3 riscv: Move EXCEPTION_TABLE to RO_DATA segment by Jisheng Zhang · 3 years, 4 months ago