aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/uvesafb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-16uvesafb: Really allow mtrr being 0, as documented and warn()edSylvain 'ythier' Hitier1-1/+1
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-53/+17
2013-06-26uvesafb: Correct/simplify warning messageBorislav Petkov1-2/+2
2013-05-31uvesafb: Clean up MTRR codeAndy Lutomirski1-53/+17
2013-04-29video/uvesafb: rename random32() to prandom_u32()Akinobu Mita1-1/+1
2013-04-02video:uvesafb: Fix dereference NULL pointer code pathWang YanQing1-1/+2
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman1-38/+36
2012-08-23video:uvesafb: check the return value of kzallocWang YanQing1-0/+2
2012-05-10connector/userns: replace netlink uses of cap_raised() with capable()Eric W. Biederman1-1/+1
2012-04-09video:uvesafb: Fix oops that uvesafb try to execute NX-protected pageWang YanQing1-2/+9
2012-03-23usermodehelper: use UMH_WAIT_PROC consistentlyOleg Nesterov1-1/+1
2012-03-21Revert "video:uvesafb: Fix oops that uvesafb try to execute NX-protected page"Florian Tobias Schandinat1-10/+2
2012-03-08video:uvesafb: notice user when we failed to save hardware stateWang YanQing1-3/+11
2012-03-08video:uvesafb: Fix oops that uvesafb try to execute NX-protected pageWang YanQing1-2/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-3/+3
2011-03-22uvesafb,vesafb: create WC or WB PAT-entriesThomas Schlichter1-14/+35
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy1-1/+1
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell1-3/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-12fb: remove fb_save_state() and fb_restore_state operationsKrzysztof Helt1-28/+0
2009-10-02uvesafb/connector: Disallow unpliviged users to send netlink packetsPhilipp Reisner1-0/+3
2009-10-02connector: Provide the sender's credentials to the callbackPhilipp Reisner1-1/+1
2009-07-17connector: make callback argument type explicitMike Frysinger1-2/+1
2009-06-12uvesafb: improve parameter handling.Rusty Russell1-6/+4
2009-04-13uvesafb: fix color component length for pseudocolor modesMichal Januszewski1-25/+10
2009-04-01uvesafb: fix selecting mode with the vbemode optionMichal Januszewski1-4/+9
2009-04-01uvesafb: bitwise OR has higher precedence than ?:Roel Kluin1-1/+1
2009-04-01drivers/video/uvesafb.c: don't use gfp_any()Andrew Morton1-1/+1
2009-02-05netlink: change return-value logic of netlink_broadcast()Pablo Neira Ayuso1-1/+4
2008-10-16uvesafb: don't treat mode info retrieval failures as errorsMichal Januszewski1-3/+8
2008-07-24uvesafb: change mode parameter to mode_optionKrzysztof Helt1-2/+2
2008-04-28drivers/video/uvesafb.c: fix error-path memory leakAndrew Morton1-3/+4
2008-04-28uvesafb: don't treat valid modes returned byfb_find_mode() as errorsMichal Januszewski1-1/+1
2008-02-23drivers/video/uvesafb.c: fix section mismatch warning in param_set_scroll()Sergio Luis1-1/+1
2008-02-06uvesafb: small cleanupsRandy Dunlap1-4/+4
2008-01-14uvesafb: fix section mismatch warningsRandy Dunlap1-2/+2
2007-11-14uvesafb: fix warnings about unused variables on non-x86Frank Lichtenheld1-2/+4
2007-10-16uvesafb: the driver coreMichal Januszewski1-0/+2066