index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
symbol lookup: introduce dereference_symbol_descriptor()
Sergey Senozhatsky
2018-01-09
4
-61
/
+68
*
parisc64: Add .opd based function descriptor dereference
Sergey Senozhatsky
2018-01-09
5
-0
/
+35
*
powerpc64: Add .opd based function descriptor dereference
Sergey Senozhatsky
2018-01-09
4
-0
/
+31
*
ia64: Add .opd based function descriptor dereference
Sergey Senozhatsky
2018-01-09
3
-1
/
+23
*
sections: split dereference_function_descriptor()
Sergey Senozhatsky
2018-01-09
3
-2
/
+22
*
openrisc: Fix conflicting types for _exext and _stext
Joel Stanley
2018-01-09
1
-2
/
+1
*
sched/autogroup: move sched.h include
Sergey Senozhatsky
2017-12-08
1
-2
/
+2
*
sched/autogroup: remove unneeded kallsyms include
Sergey Senozhatsky
2017-12-08
1
-1
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
2017-11-21
3
-6
/
+4
|
\
|
*
added new line symbol after warning about dropped messages
Maxim Akristiniy
2017-10-30
1
-1
/
+1
|
*
printk: fix typo in printk_safe.c
Baoquan He
2017-10-30
1
-1
/
+1
|
*
printk: simplify no_printk()
Masahiro Yamada
2017-10-19
1
-4
/
+2
*
|
Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linux
Linus Torvalds
2017-11-21
28
-748
/
+164
|
\
\
|
*
|
OMAPFB: prevent buffer underflow in omapfb_parse_vram_param()
Dan Carpenter
2017-11-17
1
-1
/
+1
|
*
|
video: fbdev: sm501fb: fix potential null pointer dereference on fbi
Colin Ian King
2017-11-17
1
-2
/
+4
|
*
|
fbcon: Initialize ops->info early
Thierry Reding
2017-11-13
1
-0
/
+1
|
*
|
video: fbdev: Convert timers to use timer_setup()
Kees Cook
2017-11-10
5
-18
/
+13
|
*
|
video: fbdev: pxa3xx_gcu: Convert timers to use timer_setup()
Kees Cook
2017-11-10
1
-8
/
+10
|
*
|
fbdev: controlfb: Add missing modes to fix out of bounds access
Geert Uytterhoeven
2017-11-09
1
-0
/
+2
|
*
|
video: fbdev: sis_main: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-11-09
1
-0
/
+4
|
*
|
video: fbdev: cirrusfb: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-11-09
1
-2
/
+4
|
*
|
video: fbdev: aty: radeon_pm: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-11-09
1
-0
/
+3
|
*
|
video: fbdev: sm501fb: mark expected switch fall-through in sm501fb_blank_crt
Gustavo A. R. Silva
2017-11-09
1
-0
/
+1
|
*
|
video: fbdev: intelfb: remove redundant variables
Colin Ian King
2017-11-09
1
-7
/
+2
|
*
|
video/fbdev/dnfb: Use common error handling code in dnfb_probe()
Markus Elfring
2017-11-09
1
-6
/
+7
|
*
|
sm501fb: suspend and resume fb if it exists
Sudip Mukherjee
2017-11-09
1
-0
/
+6
|
*
|
sm501fb: unregister framebuffer only if registered
Sudip Mukherjee
2017-11-09
1
-2
/
+4
|
*
|
sm501fb: deallocate colormap only if allocated
Sudip Mukherjee
2017-11-09
1
-0
/
+3
|
*
|
video: goldfishfb: Add support for device tree bindings
Aleksandar Markovic
2017-11-09
1
-1
/
+7
|
*
|
Documentation: Add device tree binding for Goldfish FB driver
Aleksandar Markovic
2017-11-09
1
-0
/
+17
|
*
|
video: udlfb: Fix read EDID timeout
Ladislav Michl
2017-11-09
1
-5
/
+5
|
*
|
video: fbdev: remove dead igafb driver
Bartlomiej Zolnierkiewicz
2017-11-09
4
-614
/
+0
|
*
|
video: fbdev: mxsfb: fix pixelclock polarity
Stefan Agner
2017-11-09
1
-2
/
+11
|
*
|
video: fbdev: au1200fb: Style clean up
Christophe JAILLET
2017-11-09
1
-4
/
+4
|
*
|
video: fbdev: au1200fb: Propagate an error code
Christophe JAILLET
2017-11-09
1
-3
/
+4
|
*
|
video: fbdev: au1200fb: Remove some dead code
Christophe JAILLET
2017-11-09
1
-6
/
+0
|
*
|
video: fbdev: au1200fb: Fix error handling path
Christophe JAILLET
2017-11-09
1
-2
/
+10
|
*
|
video: fbdev: au1200fb: Fix incorrect IRQ freeing
Christophe JAILLET
2017-11-09
1
-2
/
+0
|
*
|
video: fbdev: au1200fb: Release some resources if a memory allocation fails
Christophe JAILLET
2017-11-09
1
-1
/
+2
|
*
|
video: fbdev: au1200fb: Return an error code if a memory allocation fails
Christophe JAILLET
2017-11-09
1
-1
/
+3
|
*
|
video: fbdev: au1200fb: Fix a potential double free
Christophe JAILLET
2017-11-09
1
-1
/
+0
|
*
|
video: sa1100fb: move pseudo palette into sa1100fb_info structure
Russell King
2017-10-17
2
-6
/
+5
|
*
|
video: sa1100fb: fix video memory allocation leak
Russell King
2017-10-17
1
-5
/
+5
|
*
|
video: sa1100fb: clean up failure path
Russell King
2017-10-17
1
-13
/
+8
|
*
|
video: sa1100fb: use devm_gpio_request_one()
Russell King
2017-10-17
1
-10
/
+7
|
*
|
video: sa1100fb: use devm_request_irq()
Russell King
2017-10-17
1
-9
/
+8
|
*
|
video: sa1100fb: use devm_ioremap_resource()
Russell King
2017-10-17
1
-12
/
+8
|
*
|
video: sa1100fb: use devm_clk_get()
Russell King
2017-10-17
1
-4
/
+1
|
*
|
video: sa1100fb: use devm_kzalloc()
Russell King
2017-10-17
1
-4
/
+2
|
*
|
video: fbdev: pxa3xx_gcu: Use setup_timer and mod_timer
Himanshu Jha
2017-10-17
1
-6
/
+2
[next]