index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-12-02
drm/i915: Kill the get_fence tracepoint
Chris Wilson
2
-25
/
+0
2010-12-02
drm/i915: Remove inactive LRU tracking from set_domain_ioctl
Chris Wilson
1
-17
/
+0
2010-12-02
drm/i915: Pipelined fencing [infrastructure]
Chris Wilson
6
-166
/
+274
2010-12-02
drm/i915: Prevent stalling for a GTT read back from a read-only GPU target
Chris Wilson
3
-3
/
+13
2010-12-01
drm/i915/lvds: Disable panel-fitter on gen4 for 1:1 scale factors
Chris Wilson
1
-12
/
+15
2010-11-30
drm/i915/ringbuffer: Handle cliprects in the caller
Chris Wilson
5
-79
/
+67
2010-11-30
drm/i915: Move instruction state invalidation from execbuffer to flush
Chris Wilson
1
-11
/
+4
2010-11-28
drm/i915: Release fenced GTT mapping on suspend
Chris Wilson
1
-2
/
+9
2010-11-28
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
3
-85
/
+28
2010-11-28
drm/i915/execbuffer: On error, starting unwinding from the previous object
Chris Wilson
1
-0
/
+3
2010-11-28
drm/i915: fix regression due to ba3d8d749b01548b9
Daniel Vetter
1
-25
/
+18
2010-11-26
drm/i915: Avoid allocation for execbuffer object list
Chris Wilson
4
-229
/
+199
2010-11-26
drm/i915: Split i915_gem_execbuffer into its own file.
Chris Wilson
4
-1152
/
+1188
2010-11-25
drm/i915: Defer accounting until read from debugfs
Chris Wilson
3
-128
/
+95
2010-11-25
drm/i915: Mark a few functions as __must_check
Chris Wilson
2
-56
/
+58
2010-11-25
drm/i915: Tweak on-error bbaddr parsing for clarity
Chris Wilson
1
-11
/
+8
2010-11-25
drm/i915: Only save and restore fences for UMS
Chris Wilson
2
-53
/
+61
2010-11-25
drm/i915: Add a mechanism for pipelining fence register updates
Daniel Vetter
2
-43
/
+98
2010-11-24
drm/i915/sdvo: Always add a 30ms delay to make SDVO TV detection reliable
Chris Wilson
1
-3
/
+5
2010-11-24
drm/i915: More accurately track last fence usage by the GPU
Chris Wilson
3
-52
/
+78
2010-11-24
drm/i915: Rework execbuffer pinning
Chris Wilson
1
-23
/
+58
2010-11-24
MAINTAINERS: INTEL DRM DRIVERS list (intel-gfx) is subscribers-only
Joe Perches
1
-1
/
+1
2010-11-24
drm/i915/sdvo: Always fallback to querying the shared DDC line
Chris Wilson
1
-45
/
+6
2010-11-23
drm/i915: Thread the pipelining ring through the callers.
Chris Wilson
4
-20
/
+18
2010-11-23
drm/i915: Extend hangcheck timeout
Chris Wilson
1
-1
/
+1
2010-11-23
drm/i915: Remove a defunct BUG_ON
Chris Wilson
1
-1
/
+0
2010-11-23
drm/i915: Move the implementation details of PIPE_CONTROL to the ringbuffer
Chris Wilson
3
-81
/
+97
2010-11-23
drm/i915: Record fence registers on error.
Chris Wilson
3
-0
/
+34
2010-11-23
agp/intel: Remove duplicate const
Chris Wilson
1
-1
/
+1
2010-11-23
drm/i915: Not all mappable regions require GTT fence regions
Chris Wilson
1
-31
/
+22
2010-11-23
drm/i915: Use drm_i915_gem_object as the preferred type
Chris Wilson
16
-1157
/
+1019
2010-11-23
drm/i915: no more agp for gem
Daniel Vetter
2
-22
/
+50
2010-11-23
intel-gtt: export api for drm/i915
Daniel Vetter
2
-52
/
+80
2010-11-23
drm/i915: move gtt handling to i915_gem_gtt.c
Daniel Vetter
3
-11
/
+33
2010-11-23
agp: kill agp_rebind_memory
Daniel Vetter
2
-21
/
+0
2010-11-23
drm/i915: restore gtt on resume in the drm instead of in intel-gtt.ko
Daniel Vetter
5
-5
/
+54
2010-11-23
drm/i915: track objects in the gtt
Daniel Vetter
2
-0
/
+8
2010-11-23
agp: kill agp_flush_chipset and corresponding ioctl
Daniel Vetter
7
-25
/
+0
2010-11-23
drm: kill drm_agp_chipset_flush
Daniel Vetter
2
-7
/
+0
2010-11-23
drm/i915/gtt: call chipset flush directly
Daniel Vetter
3
-6
/
+12
2010-11-23
drm/i915|intel-gtt: consolidate intel-gtt.h headers
Daniel Vetter
4
-26
/
+12
2010-11-23
intel-gtt: fold i81x-only dcache support into the generic driver
Daniel Vetter
1
-89
/
+61
2010-11-23
intel-gtt: switch i81x to the common initialization helpers
Daniel Vetter
1
-127
/
+71
2010-11-23
intel-gtt: switch i81x to the write_entry helpers
Daniel Vetter
1
-92
/
+60
2010-11-23
intel-gtt: kill unneeded sandybridge memory types
Daniel Vetter
1
-6
/
+0
2010-11-23
intel-gtt: drop dcache support for i830 and later
Daniel Vetter
1
-7
/
+1
2010-11-23
Merge branch 'drm-intel-fixes' into drm-intel-next
Chris Wilson
2
-179
/
+307
2010-11-23
drm/i915: Handle pagefaults in execbuffer user relocations
Chris Wilson
1
-168
/
+293
2010-11-23
drm/i915: Contract the magic IPS constants into a direct LUT
Chris Wilson
1
-160
/
+144
2010-11-23
agp/intel: Remove confusion of stolen entries not stolen memory
Chris Wilson
4
-42
/
+15
[next]