aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/uvesafb.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-29framebuffer: Use fb_<level>Gravatar Joe Perches 1-4/+2
2013-09-26video: uvesafb: Remove redundant NULL checkGravatar Sachin Kamat 1-12/+7
2013-07-16uvesafb: Really allow mtrr being 0, as documented and warn()edGravatar Sylvain 'ythier' Hitier 1-1/+1
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-53/+17
2013-06-26uvesafb: Correct/simplify warning messageGravatar Borislav Petkov 1-2/+2
2013-05-31uvesafb: Clean up MTRR codeGravatar Andy Lutomirski 1-53/+17
2013-04-29video/uvesafb: rename random32() to prandom_u32()Gravatar Akinobu Mita 1-1/+1
2013-04-02video:uvesafb: Fix dereference NULL pointer code pathGravatar Wang YanQing 1-1/+2
2013-01-03Drivers: video: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-38/+36
2012-08-23video:uvesafb: check the return value of kzallocGravatar Wang YanQing 1-0/+2
2012-05-10connector/userns: replace netlink uses of cap_raised() with capable()Gravatar Eric W. Biederman 1-1/+1
2012-04-09video:uvesafb: Fix oops that uvesafb try to execute NX-protected pageGravatar Wang YanQing 1-2/+9
2012-03-23usermodehelper: use UMH_WAIT_PROC consistentlyGravatar Oleg Nesterov 1-1/+1
2012-03-21Revert "video:uvesafb: Fix oops that uvesafb try to execute NX-protected page"Gravatar Florian Tobias Schandinat 1-10/+2
2012-03-08video:uvesafb: notice user when we failed to save hardware stateGravatar Wang YanQing 1-3/+11
2012-03-08video:uvesafb: Fix oops that uvesafb try to execute NX-protected pageGravatar Wang YanQing 1-2/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-3/+3
2011-03-22uvesafb,vesafb: create WC or WB PAT-entriesGravatar Thomas Schlichter 1-14/+35
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsGravatar Patrick McHardy 1-1/+1
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyGravatar Rusty Russell 1-3/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-11-12fb: remove fb_save_state() and fb_restore_state operationsGravatar Krzysztof Helt 1-28/+0
2009-10-02uvesafb/connector: Disallow unpliviged users to send netlink packetsGravatar Philipp Reisner 1-0/+3
2009-10-02connector: Provide the sender's credentials to the callbackGravatar Philipp Reisner 1-1/+1
2009-07-17connector: make callback argument type explicitGravatar Mike Frysinger 1-2/+1
2009-06-12uvesafb: improve parameter handling.Gravatar Rusty Russell 1-6/+4
2009-04-13uvesafb: fix color component length for pseudocolor modesGravatar Michal Januszewski 1-25/+10
2009-04-01uvesafb: fix selecting mode with the vbemode optionGravatar Michal Januszewski 1-4/+9
2009-04-01uvesafb: bitwise OR has higher precedence than ?:Gravatar Roel Kluin 1-1/+1
2009-04-01drivers/video/uvesafb.c: don't use gfp_any()Gravatar Andrew Morton 1-1/+1
2009-02-05netlink: change return-value logic of netlink_broadcast()Gravatar Pablo Neira Ayuso 1-1/+4
2008-10-16uvesafb: don't treat mode info retrieval failures as errorsGravatar Michal Januszewski 1-3/+8
2008-07-24uvesafb: change mode parameter to mode_optionGravatar Krzysztof Helt 1-2/+2
2008-04-28drivers/video/uvesafb.c: fix error-path memory leakGravatar Andrew Morton 1-3/+4
2008-04-28uvesafb: don't treat valid modes returned byfb_find_mode() as errorsGravatar Michal Januszewski 1-1/+1
2008-02-23drivers/video/uvesafb.c: fix section mismatch warning in param_set_scroll()Gravatar Sergio Luis 1-1/+1
2008-02-06uvesafb: small cleanupsGravatar Randy Dunlap 1-4/+4
2008-01-14uvesafb: fix section mismatch warningsGravatar Randy Dunlap 1-2/+2
2007-11-14uvesafb: fix warnings about unused variables on non-x86Gravatar Frank Lichtenheld 1-2/+4
2007-10-16uvesafb: the driver coreGravatar Michal Januszewski 1-0/+2066