index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: amba: Fix race condition with driver_override
Geert Uytterhoeven
2018-04-26
1
-2
/
+9
*
ARM: amba: Make driver_override output consistent with other buses
Geert Uytterhoeven
2018-04-26
1
-3
/
+0
*
Revert "ARM: amba: Fix race condition with driver_override"
Greg Kroah-Hartman
2018-04-26
1
-9
/
+2
*
ARM: amba: Don't read past the end of sysfs "driver_override" buffer
Geert Uytterhoeven
2018-04-25
1
-1
/
+2
*
ARM: amba: Fix race condition with driver_override
Geert Uytterhoeven
2018-04-25
1
-2
/
+9
*
virt: vbox: Log an error when we fail to get the host version
Hans de Goede
2018-04-23
1
-1
/
+3
*
virt: vbox: Use __get_free_pages instead of kmalloc for DMA32 memory
Hans de Goede
2018-04-23
2
-5
/
+19
*
virt: vbox: Add vbg_req_free() helper function
Hans de Goede
2018-04-23
3
-34
/
+47
*
virt: vbox: Move declarations of vboxguest private functions to private header
Hans de Goede
2018-04-23
1
-0
/
+8
*
slimbus: Fix out-of-bounds access in slim_slicesize()
Geert Uytterhoeven
2018-04-23
1
-1
/
+1
*
fpga-manager: altera-ps-spi: preserve nCONFIG state
Anatolij Gustschin
2018-04-23
1
-1
/
+1
*
uio_hv_generic: fix subchannel ring mmap
Stephen Hemminger
2018-04-23
1
-40
/
+9
*
uio_hv_generic: use correct channel in isr
Stephen Hemminger
2018-04-23
1
-7
/
+7
*
uio_hv_generic: make ring buffer attribute for primary channel
Stephen Hemminger
2018-04-23
1
-0
/
+5
*
uio_hv_generic: set size of ring buffer attribute
Stephen Hemminger
2018-04-23
1
-2
/
+2
*
ANDROID: binder: prevent transactions into own process.
Martijn Coenen
2018-04-23
1
-0
/
+8
*
Merge tag 'drm-fixes-for-v4.17-rc2' of git://people.freedesktop.org/~airlied/...
Linus Torvalds
2018-04-23
21
-135
/
+193
|
\
|
*
Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2018-04-23
3
-14
/
+13
|
|
\
|
|
*
drm/amd/powerplay: header file interface to SMU update
Kenneth Feng
2018-04-19
1
-1
/
+3
|
|
*
drm/amd/pp: Fix bug voltage can't be OD separately on VI
Rex Zhu
2018-04-19
1
-6
/
+10
|
|
*
drm/amd/display: Don't program bypass on linear regamma LUT
Harry Wentland
2018-04-19
1
-7
/
+0
|
*
|
Merge tag 'exynos-drm-fixes-for-v4.17-rc2' of git://git.kernel.org/pub/scm/li...
Dave Airlie
2018-04-23
3
-67
/
+29
|
|
\
\
|
|
*
|
drm/exynos: exynos_drm_fb -> drm_framebuffer
Daniel Stone
2018-04-17
1
-20
/
+8
|
|
*
|
drm/exynos: Move dma_addr out of exynos_drm_fb
Daniel Stone
2018-04-17
1
-5
/
+3
|
|
*
|
drm/exynos: Move GEM BOs to drm_framebuffer
Daniel Stone
2018-04-17
1
-35
/
+4
|
*
|
|
Merge tag 'drm-intel-next-fixes-2018-04-19' of git://anongit.freedesktop.org/...
Dave Airlie
2018-04-23
14
-55
/
+131
|
|
\
\
\
|
|
*
|
|
drm/i915/audio: Fix audio detection issue on GLK
Gaurav K Singh
2018-04-18
1
-1
/
+1
|
|
*
|
|
drm/i915: Call i915_perf_fini() on init_hw error unwind
Chris Wilson
2018-04-18
1
-12
/
+15
|
|
*
|
|
drm/i915/bios: filter out invalid DDC pins from VBT child devices
Jani Nikula
2018-04-18
1
-4
/
+9
|
|
*
|
|
drm/i915/pmu: Inspect runtime PM state more carefully while estimating RC6
Tvrtko Ursulin
2018-04-18
1
-10
/
+27
|
|
*
|
|
drm/i915: Do no use kfree() to free a kmem_cache_alloc() return value
Xidong Wang
2018-04-18
1
-1
/
+1
|
|
*
|
|
drm/i915/execlists: Clear user-active flag on preemption completion
Chris Wilson
2018-04-04
1
-0
/
+9
|
|
*
|
|
Merge tag 'gvt-fixes-2018-04-03' of https://github.com/intel/gvt-linux into d...
Joonas Lahtinen
2018-04-04
8
-27
/
+69
|
|
|
\
\
\
|
|
|
*
|
|
drm/i915/gvt: Add drm_format_mod update
Tina Zhang
2018-03-30
1
-0
/
+1
|
|
|
*
|
|
drm/i915/gvt: Disable primary/sprite/cursor plane at virtual display initiali...
Xiong Zhang
2018-03-30
1
-0
/
+10
|
|
|
*
|
|
drm/i915/gvt: Delete redundant error message in fb_decode.c
Xiong Zhang
2018-03-30
1
-18
/
+9
|
|
|
*
|
|
drm/i915/gvt: Cancel dma map when resetting ggtt entries
Changbin Du
2018-03-30
2
-6
/
+18
|
|
|
*
|
|
drm/i915/gvt: Missed to cancel dma map for ggtt entries
Changbin Du
2018-03-30
1
-2
/
+28
|
|
|
*
|
|
drm/i915/gvt: Make MI_USER_INTERRUPT nop in cmd parser
Zhipeng Gong
2018-03-28
1
-0
/
+1
|
|
|
*
|
|
drm/i915/gvt: Mark expected switch fall-through in handle_g2v_notification
Gustavo A. R. Silva
2018-03-28
1
-0
/
+1
|
|
|
*
|
|
drm/i915/gvt: throw error on unhandled vfio ioctls
Gerd Hoffmann
2018-03-22
1
-1
/
+1
|
*
|
|
|
|
drm/i915: Fix LSPCON TMDS output buffer enabling from low-power state
Imre Deak
2018-04-18
1
-7
/
+32
|
*
|
|
|
|
Merge airlied/drm-next into drm-misc-fixes
Sean Paul
2018-04-16
1164
-38757
/
+143510
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
drm/vc4: Fix memory leak during BO teardown
Daniel J Blueman
2018-04-09
2
-0
/
+3
*
|
|
|
|
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2018-04-22
1
-1
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
clocksource/imx-tpm: Correct -ETIME return condition check
Anson Huang
2018-04-19
1
-1
/
+1
*
|
|
|
|
|
|
Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-04-22
1
-31
/
+97
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
random: add new ioctl RNDRESEEDCRNG
Theodore Ts'o
2018-04-14
1
-1
/
+12
|
*
|
|
|
|
|
|
random: crng_reseed() should lock the crng instance that it is modifying
Theodore Ts'o
2018-04-14
1
-2
/
+2
|
*
|
|
|
|
|
|
random: set up the NUMA crng instances after the CRNG is fully initialized
Theodore Ts'o
2018-04-14
1
-19
/
+27
[next]