summaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-11video: fbdev: mxsfb: remove set but not used variable 'line_count'YueHaibing1-2/+0
2019-04-11video: fbdev: pvr2fb: remove set but not used variable 'size'YueHaibing1-2/+0
2019-04-11fbdev: fix WARNING in __alloc_pages_nodemask bugJiufei Xue1-0/+2
2019-04-11video: amba-clcd: Decomission Versatile and NomadikLinus Walleij8-996/+2
2019-04-02fbdev: sm712fb: fix memory frequency by avoiding a switch/case fallthroughYifeng Li1-0/+1
2019-04-01fbdev: fix divide error in fb_var_to_videomodeShile Zhang1-0/+3
2019-04-01fbdev: sm712fb: use 1024x768 by default on non-MIPS, fix garbled displayYifeng Li2-16/+44
2019-04-01fbdev: sm712fb: fix support for 1024x768-16 modeYifeng Li1-0/+59
2019-04-01fbdev: sm712fb: fix crashes and garbled display during DPMS modesettingYifeng Li1-26/+38
2019-04-01fbdev: sm712fb: fix crashes during framebuffer writes by correctly mapping VRAMYifeng Li2-9/+44
2019-04-01fbdev: sm712fb: fix boot screen glitch when sm712fb replaces VGAYifeng Li1-1/+5
2019-04-01fbdev: sm712fb: fix VRAM detection, don't set SR70/71/74/75Yifeng Li1-1/+3
2019-04-01fbdev: sm712fb: fix brightness control on reboot, don't set SR30Yifeng Li1-2/+2
2019-04-01fbdev: sm712fb: fix white screen of death on reboot, don't set CR3B-CR3FYifeng Li1-1/+5
2019-04-01video: imsttfb: fix potential NULL pointer dereferencesKangjie Lu1-0/+5
2019-04-01video: hgafb: fix potential NULL pointer dereferenceKangjie Lu1-0/+2
2019-04-01fbdev: list all pci memory bars as conflicting aperturesGerd Hoffmann1-4/+25
2019-04-01drivers: video: fbdev: Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult6-190/+188
2019-04-01omapfb: Fix potential NULL pointer dereference in kmallocAditya Pakki1-0/+2
2019-04-01xen, fbfront: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-04-01udlfb: introduce a rendering mutexMikulas Patocka2-11/+31
2019-04-01udlfb: fix sleeping inside spinlockMikulas Patocka2-3/+59
2019-04-01udlfb: delete the unused parameter for dlfb_handle_damageMikulas Patocka1-12/+9
2019-04-01video: fbdev: atmel_lcdfb: drop AVR and platform_data supportAlexandre Belloni2-113/+7
2019-04-01omapfb: add missing of_node_put after of_device_is_availableJulia Lawall1-1/+3
2019-04-01video/macfb: Always initialize DAFB colour table pointer registerFinn Thain1-1/+1
2019-04-01video/macfb: Call fb_invert_cmaps()Finn Thain1-2/+1
2019-04-01fbdev: atafb: Modernize printing of kernel messagesGeert Uytterhoeven1-12/+13
2019-04-01fbdev: atafb: Fix broken frame buffer after kexecGeert Uytterhoeven1-4/+30
2019-04-01fbdev: atafb: Remove obsolete module supportGeert Uytterhoeven5-107/+1
2019-04-01fbdev: atafb: Stop printing virtual screen_baseGeert Uytterhoeven1-2/+2
2019-04-01video/macfb: Remove redundant codeFinn Thain1-24/+0
2019-04-01video: fbdev: savage: fix indentation issueColin Ian King1-3/+3
2019-04-01video: fbdev: vesafb: fix indentation issueColin Ian King1-2/+2
2019-04-01fbdev: mxsfb: implement FB_PRE_INIT_FB optionMelchior Franz2-1/+13
2019-03-31Linux 5.1-rc3v5.1-rc3Linus Torvalds1-1/+1
2019-03-30leds: trigger: netdev: use memcpy in device_name_storeRasmus Villemoes1-1/+2
2019-03-30leds: pca9532: fix a potential NULL pointer dereferenceKangjie Lu1-2/+6
2019-03-29LSM: Revive CONFIG_DEFAULT_SECURITY_* for "make oldconfig"Kees Cook1-0/+38
2019-03-29fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing1-1/+2
2019-03-29fs: fs_parser: fix printk format warningRandy Dunlap1-1/+1
2019-03-29checkpatch: add %pt as a valid vsprintf extensionAlexandre Belloni1-1/+1
2019-03-29mm/migrate.c: add missing flush_dcache_page for non-mapped page migrateLars Persson1-3/+8
2019-03-29drivers/block/zram/zram_drv.c: fix idle/writeback string compareMinchan Kim1-26/+6
2019-03-29mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate()Qian Cai1-1/+2
2019-03-29mm/memory_hotplug.c: fix notification in offline error pathQian Cai1-1/+1
2019-03-29ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin2-2/+31
2019-03-29fs/proc/kcore.c: make kcore_modules staticYueHaibing1-1/+1
2019-03-29include/linux/list.h: fix list_is_first() kernel-docRandy Dunlap1-1/+1
2019-03-29mm/debug.c: fix __dump_page when mapping->host is not setOscar Salvador1-1/+1