Age | Commit message (Expand) | Author | Files | Lines |
2017-04-19 | backlight: pwm_bl: Fix GPIO out for unimplemented .get_direction() | Geert Uytterhoeven | 1 | -3/+4 |
2017-04-14 | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+65 |
2017-04-14 | fbdev: omapfb: delete check_required_callbacks() | Aaro Koskinen | 1 | -15/+0 |
2017-04-07 | xen, fbfront: fix connecting to backend | Juergen Gross | 1 | -2/+2 |
2017-04-07 | fbdev/ssd1307fb: fix optional VBAT support | Bastian Stender | 1 | -8/+16 |
2017-04-05 | efi/fb: Avoid reconfiguration of BAR that covers the framebuffer | Ard Biesheuvel | 1 | -1/+65 |
2017-03-03 | sched/headers: Remove the <linux/mm_types.h> dependency from <linux/sched.h> | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2 | -1/+2 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+2 |
2017-02-27 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -1/+1 |
2017-02-27 | scripts/spelling.txt: add "applys" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
2017-02-25 | Merge tag 'fbdev-v4.11' of git://github.com/bzolnier/linux | Linus Torvalds | 31 | -523/+220 |
2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 1 | -9/+7 |
2017-02-23 | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie... | Linus Torvalds | 2 | -1/+25 |
2017-02-23 | Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -10/+9 |
2017-02-23 | Merge tag 'backlight-for-linus-4.11' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -24/+54 |
2017-02-22 | Merge tag 'tty-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -55/+136 |
2017-02-20 | video: fbdev: fsl-diu-fb: fix spelling mistake "palette" | Colin Ian King | 1 | -2/+2 |
2017-02-20 | fbdev: ssd1307fb: include linux/gpio/consumer.h | Arnd Bergmann | 1 | -0/+1 |
2017-02-08 | video: fbdev: fsl-diu-fb: remove impossible condition | Sachin Shukla | 1 | -8/+1 |
2017-02-08 | video: fbdev: amifb: remove impossible condition | Sachin Shukla | 1 | -5/+3 |
2017-02-08 | fbdev/ssd1307fb: clear screen in probe | Tomi Valkeinen | 1 | -3/+2 |
2017-02-08 | fbdev/ssd1307fb: add support to enable VBAT | Tomi Valkeinen | 1 | -1/+19 |
2017-02-08 | fbdev: ssd1307fb: Make reset gpio devicetree property optional | Jyri Sarha | 1 | -6/+13 |
2017-02-08 | fbdev: ssd1307fb: Start to use gpiod API for reset gpio | Jyri Sarha | 1 | -17/+8 |
2017-02-08 | video: fbdev: sh_mobile_lcdcfb: fix error return code in sh_mobile_lcdc_probe() | Wei Yongjun | 1 | -1/+3 |
2017-02-08 | video: fbdev: offb: switch to using for_each_node_by_type | Dmitry Torokhov | 1 | -2/+2 |
2017-02-08 | video/console: use setup_timer and mod_timer instead of init_timer | Jan Stourac | 1 | -5/+3 |
2017-02-04 | gpio: Rename devm_get_gpiod_from_child() | Boris Brezillon | 1 | -8/+8 |
2017-01-30 | fbdev: omap/lcd: Make callbacks optional | Lars-Peter Clausen | 10 | -183/+20 |
2017-01-30 | fbdev: omap/lcd: Staticize non-exported lcd_panel structs | Lars-Peter Clausen | 8 | -8/+8 |
2017-01-30 | fbdev: omap/lcd: Remove no-op driver callbacks | Lars-Peter Clausen | 9 | -167/+0 |
2017-01-30 | video/mbx: use simple_open() | Geliang Tang | 1 | -12/+6 |
2017-01-30 | video: fbdev: stifb: handle NULL return value from ioremap_nocache | Arvind Yadav | 1 | -0/+4 |
2017-01-30 | video: fbdev: pmagb-b-fb: Remove bad `__init' annotation | Maciej W. Rozycki | 1 | -1/+1 |
2017-01-30 | video: fbdev: pmag-ba-fb: Remove bad `__init' annotation | Maciej W. Rozycki | 1 | -1/+1 |
2017-01-30 | video: ARM CLCD: use panel device node for getting backlight and mode | Vladimir Zapolskiy | 1 | -15/+5 |
2017-01-30 | video: ARM CLCD: use panel device node for panel initialization | Vladimir Zapolskiy | 5 | -27/+14 |
2017-01-30 | video: ARM CLCD: sort included headers out alphabetically | Vladimir Zapolskiy | 1 | -14/+9 |
2017-01-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Dave Airlie | 1 | -12/+14 |
2017-01-26 | gpio: Pass GPIO label down to gpiod_request | Alexander Stein | 1 | -4/+8 |
2017-01-26 | gpiolib: Convert fwnode_get_named_gpiod() to configure GPIO | Andy Shevchenko | 1 | -10/+5 |
2017-01-25 | console: Make persistent scrollback a boot parameter | Manuel Schölling | 2 | -18/+19 |
2017-01-25 | console: Add persistent scrollback buffers for all VGA consoles | Manuel Schölling | 2 | -56/+111 |
2017-01-25 | console: Add callback to flush scrollback buffer to consw struct | Manuel Schölling | 1 | -1/+23 |
2017-01-25 | console: Move scrollback data into its own struct | Manuel Schölling | 1 | -44/+47 |
2017-01-24 | fbdev: color map copying bounds checking | Kees Cook | 1 | -12/+14 |
2017-01-11 | video: fbdev: wm8505fb use permission-specific DEVICE_ATTR variants | Julia Lawall | 1 | -1/+1 |
2017-01-11 | video: fbdev: simplefb: Separate clk / regulator get and enable steps | Hans de Goede | 1 | -16/+40 |
2017-01-11 | fbcon: Fix vc attr at deinit | Takashi Iwai | 1 | -27/+40 |