index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
qnx6
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-06
drm/i915/guc: prevent a possible int overflow in wq offsets
Nikita Zhandarovich
1
-2
/
+2
2024-09-05
drm/i915: Remove extra unlikely helper
Hongbo Li
1
-1
/
+1
2024-08-28
drm/i915/hwmon: expose fan speed
Raag Jadav
3
-0
/
+98
2024-08-27
drm/i915: Do not attempt to load the GSC multiple times
Daniele Ceraolo Spurio
2
-1
/
+6
2024-08-27
drm/i915/guc: Fix missing enable of Wa_14019159160 on ARL
John Harrison
1
-1
/
+1
2024-08-26
drm/i915/gt: Whitelist COMMON_SLICE_CHICKEN1 for UMD access.
Dnyaneshwar Bhadane
1
-2
/
+2
2024-08-24
drm/i915/gt: Use kmemdup_array instead of kmemdup for multiple allocation
Yu Jiaoliang
1
-3
/
+2
2024-08-24
drm/i915/gt: Continue creating engine sysfs files even after a failure
Andi Shyti
1
-3
/
+2
2024-08-21
drm/i915/gem: Calculate object page offset for partial memory mapping
Andi Shyti
3
-3
/
+16
2024-08-21
drm/i915/gem: Do not look for the exact address in node
Andi Shyti
1
-3
/
+3
2024-08-17
drm/i915/gt: remove stray declaration of intel_gt_release_all()
Luca Coelho
1
-1
/
+0
2024-08-16
drm/i915/guc: Change GEM_WARN_ON to guc_err to prevent taints in CI
Jesus Narvaez
1
-2
/
+3
2024-08-09
drm/i915/gt: Mark the GT as dead when mmio is unreliable
Chris Wilson
4
-3
/
+24
2024-08-08
drm/i915: Replace double blank with single blank after comma in gem/ and gt/
Andi Shyti
4
-4
/
+4
2024-08-08
drm/i915/gem: Improve pfn calculation readability in vm_fault_gtt()
Andi Shyti
1
-6
/
+14
2024-08-07
drm/i915: 2 GiB of relocations ought to be enough for anybody*
Tvrtko Ursulin
1
-2
/
+2
2024-08-06
drm/i915: Attempt to get pages without eviction first
David Gow
1
-5
/
+7
2024-08-06
drm/i915: Allow evicting to use the requested placement
David Gow
1
-1
/
+0
2024-08-06
drm/i915/gem: Fix Virtual Memory mapping boundaries calculation
Andi Shyti
1
-6
/
+47
2024-08-06
drm/i915/gem: Adjust vma offset for framebuffer mmap offset
Andi Shyti
1
-0
/
+2
2024-08-06
drm/i915/gt: Empty uabi engines list during intel_engines_release()
Krzysztof Niemiec
1
-0
/
+2
2024-08-05
drm/i915/gt: Add Wa_14019789679
Nitin Gote
2
-1
/
+16
2024-07-18
drm/i915/guc: Extend w/a 14019159160
John Harrison
2
-9
/
+10
2024-07-18
drm/i915/arl: Enable Wa_14019159160 for ARL
John Harrison
2
-2
/
+2
2024-07-18
drm/i915: Allow NULL memory region
Jonathan Cavitt
1
-2
/
+4
2024-07-16
drm/i915/gt: Do not consider preemption during execlists_dequeue for gen8
Nitin Gote
1
-5
/
+1
2024-07-09
i915/perf: Remove code to update PWR_CLK_STATE for gen12
Umesh Nerlige Ramappa
1
-33
/
+0
2024-06-28
drm/i915/gem: Suppress oom warning in favour of ENOMEM to userspace
Nirmoy Das
1
-4
/
+4
2024-06-20
drm/i915/gem: Use the correct format specifier for resource_size_t
Andi Shyti
1
-2
/
+2
2024-06-20
drm/i915/gem: Return NULL instead of '0'
Andi Shyti
1
-1
/
+1
2024-06-19
drm/i915/gt: Fix potential UAF by revoke of fence registers
Janusz Krzysztofik
1
-0
/
+1
2024-06-15
drm/i915/gt/uc: Evaluate GuC priority within locks
Andi Shyti
1
-11
/
+16
2024-06-15
drm/i915/gt/uc: Fix typo in comment
Andi Shyti
1
-1
/
+1
2024-06-12
drm/i915/gem: Downgrade stolen lmem setup warning
Jonathan Cavitt
1
-2
/
+6
2024-06-11
drm/i915/gt: debugfs: Evaluate forcewake usage within locks
Andi Shyti
1
-0
/
+4
2024-06-11
drm/i915/mtl: Update workaround 14018575942
Angus Chen
1
-0
/
+8
2024-06-07
drm/i915/guc: Enable w/a 16021333562 for DG2, MTL and ARL
John Harrison
2
-12
/
+21
2024-06-06
drm/i915/gt: Delete the live_hearbeat_fast selftest
Niemiec, Krzysztof
1
-110
/
+0
2024-06-06
drm/i915: Increase FLR timeout from 3s to 9s
Andi Shyti
1
-1
/
+8
2024-05-22
drm/i915/gt: Fix CCS id's calculation for CCS mode setting
Andi Shyti
3
-1
/
+15
2024-05-16
drm/i915/guc: avoid FIELD_PREP warning
Arnd Bergmann
1
-3
/
+3
2024-05-16
drm/i915: Support replaying GPU hangs with captured context image
Tvrtko Ursulin
10
-3
/
+193
2024-05-16
drm/i915: Shadow default engine context image in the context
Tvrtko Ursulin
3
-6
/
+10
2024-05-16
drm/tests: Add a unit test for range bias allocation
Arunpravin Paneer Selvam
1
-1
/
+35
2024-05-16
drm/buddy: Fix the range bias clear memory allocation issue
Arunpravin Paneer Selvam
1
-1
/
+2
2024-05-14
drm/i915/gt: Disarm breadcrumbs if engines are already idle
Chris Wilson
1
-8
/
+7
2024-05-13
drm/i915/gem/i915_gem_ttm_move: Fix typo
Deming Wang
1
-1
/
+1
2024-05-09
drm/xe/ads: Use flexible-array
Lucas De Marchi
1
-1
/
+1
2024-05-09
drm/xe: Use ordered WQ for G2H handler
Matthew Brost
3
-1
/
+8
2024-05-08
drm/i915: Remove counter productive REGION_* wrappers
Ville Syrjälä
3
-9
/
+4
[next]