index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-02-10
drm/i915: Make power domain masks 64 bit long
Ander Conselvan de Oliveira
2017-02-09
drm/i915: Use the size/type of address space to make decisions
Chris Wilson
2017-02-09
drm/i915: Enable atomic support by default on supported platforms.
Maarten Lankhorst
2017-02-09
drm/i915: Add __destroy_hw_context
Joonas Lahtinen
2017-02-09
drm/i915: Assert that we never create a vma for the aliasing_ppgtt
Chris Wilson
2017-02-09
drm/i915: Check for timeout completion when waiting for the rq to submitted
Chris Wilson
2017-02-09
drm/i915: A hotfix for making aliasing PPGTT work for GVT-g
Zhi Wang
2017-02-09
drm/i915/dp: Move initialization of hpd_pin to a new function
Ander Conselvan de Oliveira
2017-02-09
drm/i915: Remove WA for swapped HPD pins in broxton A stepping
Ander Conselvan de Oliveira
2017-02-08
drm/i915: Disable engine->irq_tasklet around resets
Chris Wilson
2017-02-08
drm/i915: Split GEM resetting into 3 phases
Chris Wilson
2017-02-08
drm/i915: Move calling engine->init_hw() to its own function
Chris Wilson
2017-02-08
drm/i915: i915_gem_shrink_all() needs an awake device
Chris Wilson
2017-02-08
drm/i915: Move ilk_pipe_pixel_rate() to intel_display.c
Ville Syrjälä
2017-02-08
drm/i915: Replace the .modeset_commit_cdclk() hook with a more direct .set_cd...
Ville Syrjälä
2017-02-08
drm/i915: Nuke the VLV/CHV PFI programming power domain workaround
Ville Syrjälä
2017-02-08
drm/i915: Move PFI credit reprogramming into vlv/chv_set_cdclk()
Ville Syrjälä
2017-02-08
drm/i915: Pass the cdclk state to the set_cdclk() functions
Ville Syrjälä
2017-02-08
drm/i915: Pass dev_priv to remainder of the cdclk functions
Ville Syrjälä
2017-02-08
drm/i915: Track full cdclk state for the logical and actual cdclk frequencies
Ville Syrjälä
2017-02-08
drm/i915: Start moving the cdclk stuff into a distinct state structure
Ville Syrjälä
2017-02-08
drm/i915: Pass computed vco to bxt_set_cdclk()
Ville Syrjälä
2017-02-08
drm/i915: Move most cdclk/rawclk related code to intel_cdclk.c
Ville Syrjälä
2017-02-08
drm/i915: Clean up the .get_cdclk() assignment if ladder
Ville Syrjälä
2017-02-08
drm/i915: s/get_display_clock_speed/get_cdclk/
Ville Syrjälä
2017-02-08
drm/i915: Nuke intel_mode_max_pixclk()
Ville Syrjälä
2017-02-08
drm/i915: Store the pipe pixel rate in the crtc state
Ville Syrjälä
2017-02-08
drm/i915/guc: Log significant events at the info level
Tvrtko Ursulin
2017-02-08
drm/i915: Use for_each_power_domain() in i915_power_domain_info()
Joonas Lahtinen
2017-02-08
drm/i915: Avoid BIT(max) - 1 and use GENMASK(max - 1, 0)
Joonas Lahtinen
2017-02-08
drm/i915: Always convert incoming exec offsets to non-canonical
Michał Winiarski
2017-02-07
drm/i915: Restore context and pd for ringbuffer submission after reset
Chris Wilson
2017-02-07
drm/i915: Get correct display clock on 945gm
Arthur Heymans
2017-02-07
drm/i915: Remove overzealous fence warn on runtime suspend
Chris Wilson
2017-02-06
drm/i915: Show the current i915_params in debugfs/i915_capabilites
Chris Wilson
2017-02-06
drm/i915: Capture module parameters for the GPU error state
Chris Wilson
2017-02-06
drm/i915: Use bool i915_param.alpha_support
Chris Wilson
2017-02-06
drm/i915: Generate i915_params {} using a macro
Chris Wilson
2017-02-06
drm/i915: Avoid unguarded reads from the request pointer
Chris Wilson
2017-02-06
drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()
Chris Wilson
2017-02-06
drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.
Zhi Wang
2017-02-06
drm/i915/gen5+, pch: Enable hotplug detection early
Imre Deak
2017-02-06
drm/i915/lspcon: Remove DPCD compare based resume time workaround
Imre Deak
2017-02-06
drm/i915/lspcon: Fix resume time initialization due to unasserted HPD
Imre Deak
2017-02-06
drm/i915/gen9+: Enable hotplug detection early
Imre Deak
2017-02-06
drm/i915: Use page coloring to provide the guard page at the end of the GTT
Chris Wilson
2017-02-06
drm/i915: Assign I915_COLOR_UNEVICTABLE to the address space head_node
Chris Wilson
2017-02-06
drm/i915: Manipulate the Global GTT size using I915_GTT_PAGE_SIZE
Chris Wilson
2017-02-06
drm/i915: Print execlists restart after reset
Chris Wilson
2017-02-06
drm/i915: Drain the freed state from the tail of the next commit
Chris Wilson
[next]