index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-25
udlfb: allow reallocating the framebuffer
Mikulas Patocka
1
-25
/
+49
2018-07-25
udlfb: set line_length in dlfb_ops_set_par
Mikulas Patocka
1
-0
/
+1
2018-07-25
udlfb: handle allocation failure
Mikulas Patocka
1
-9
/
+17
2018-07-25
udlfb: make a local copy of fb_ops
Mikulas Patocka
1
-1
/
+2
2018-07-25
udlfb: don't switch if we are switching to the same videomode
Mikulas Patocka
1
-2
/
+16
2018-07-25
udlfb: fix display corruption of the last line
Mikulas Patocka
1
-10
/
+20
2018-07-25
udlfb: fix semaphore value leak
Mikulas Patocka
1
-25
/
+2
2018-07-25
fb: fix lost console when the user unplugs a USB adapter
Mikulas Patocka
1
-6
/
+32
2018-07-24
efifb: BGRT: Do not copy the boot graphics for non native resolutions
Hans de Goede
1
-0
/
+43
2018-07-24
fbdev: fix omap2/omapfb/dss/ indentation warning
Randy Dunlap
1
-1
/
+1
2018-07-24
omapfb: encoder-tpd12s015: remove redundant pointer 'in'
Colin Ian King
1
-4
/
+1
2018-07-24
video: fbdev: tridentfb: remove deadcode on unreachable case statement
Colin Ian King
1
-3
/
+0
2018-07-24
fbdev: omapfb: off by one in omapfb_register_client()
Dan Carpenter
1
-1
/
+1
2018-07-24
video: fbdev: mark expected switch fall-throughs
Gustavo A. R. Silva
4
-0
/
+5
2018-07-24
omapfb: Mark expected switch fall-throughs
Gustavo A. R. Silva
2
-0
/
+3
2018-07-24
fbdev: fbmem: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-07-24
fbdev/via: fix defined but not used warning
Randy Dunlap
1
-1
/
+2
2018-07-24
omapfb: rename omap2 module to omap2fb.ko
Arnd Bergmann
1
-2
/
+2
2018-07-24
video: goldfishfb: fix memory leak on driver remove
Anton Vasilyev
1
-0
/
+1
2018-07-24
fbdev: fix modedb docs in fb_find_mode
Daniel Vetter
1
-30
/
+32
2018-07-24
video: fbdev: metronomefb: fix some off by one bugs
Dan Carpenter
1
-5
/
+5
2018-07-24
video/console/vgacon: Print big fat warning with nomodeset
Lyude Paul
1
-0
/
+5
2018-07-24
fbcon: introduce for_each_registered_fb() helper
Yisheng Xie
2
-23
/
+12
2018-07-24
video: fbdev: fsl-diu-fb: Remove VLA usage
Kees Cook
1
-10
/
+13
2018-07-24
video: fbdev: pxafb: Add support for lcd-supply regulator
Daniel Mack
2
-0
/
+27
2018-07-24
video: fbdev: pxafb: handle errors from pxafb_init_fbinfo() correctly
Daniel Mack
1
-5
/
+4
2018-07-24
video: fbdev: pxafb: switch to devm_* API
Daniel Mack
1
-47
/
+17
2018-07-24
video: fbdev: pxafb: clear allocated memory for video modes
Daniel Mack
1
-2
/
+2
2018-07-24
video: fbdev: pxa3xx_gcu: add devicetree bindings
Daniel Mack
1
-0
/
+10
2018-07-24
fbdev: Distinguish between interlaced and progressive modes
Fredrik Noring
1
-11
/
+30
2018-07-03
efifb: Copy the ACPI BGRT boot graphics to the framebuffer
Hans de Goede
1
-0
/
+140
2018-07-03
efi/bgrt: Drop __initdata from bgrt_image_size
Hans de Goede
1
-1
/
+1
2018-07-03
video: fbdev: simplefb: Stop including <linux/clk-provider.h>
Geert Uytterhoeven
1
-1
/
+1
2018-07-03
omapfb: encoder-tpd12s015: fix error return code
Julia Lawall
1
-3
/
+9
2018-07-03
video: fbdev: Set pixclock = 0 in goldfishfb
Christoffer Dall
1
-1
/
+1
2018-07-03
video: fbdev: Enable ACPI-based enumeration for goldfishfb
Yu Ning
1
-0
/
+8
2018-07-03
video: fbdev: Fix checkpatch warnings in goldfishfb.c
Roman Kiryanov
1
-1
/
+3
2018-06-29
console: dummycon: export dummycon_[un]register_output_notifier
Hans de Goede
1
-0
/
+2
2018-06-28
console/fbcon: Add support for deferred console takeover
Hans de Goede
3
-8
/
+142
2018-06-28
fbcon: Call WARN_CONSOLE_UNLOCKED() where applicable
Hans de Goede
1
-0
/
+11
2018-06-24
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2018-06-24
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+3
2018-06-24
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-16
/
+58
2018-06-24
Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block
Linus Torvalds
10
-56
/
+125
2018-06-24
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2
-5
/
+11
2018-06-23
Merge tag 'for-linus-4.18-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
9
-18
/
+279
2018-06-22
lightnvm: Remove depends on HAS_DMA in case of platform dependency
Geert Uytterhoeven
1
-1
/
+1
2018-06-22
Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linus
Jens Axboe
6
-45
/
+88
2018-06-22
irqchip/gic-v3-its: Fix reprogramming of redistributors on CPU hotplug
Marc Zyngier
1
-0
/
+10
2018-06-22
irqchip/gic-v3-its: Only emit VSYNC if targetting a valid collection
Marc Zyngier
1
-5
/
+13
[next]