aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/uvesafb.c
AgeCommit message (Expand)Author
2013-04-29video/uvesafb: rename random32() to prandom_u32()Akinobu Mita
2013-04-02video:uvesafb: Fix dereference NULL pointer code pathWang YanQing
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman
2012-08-23video:uvesafb: check the return value of kzallocWang YanQing
2012-05-10connector/userns: replace netlink uses of cap_raised() with capable()Eric W. Biederman
2012-04-09video:uvesafb: Fix oops that uvesafb try to execute NX-protected pageWang YanQing
2012-03-23usermodehelper: use UMH_WAIT_PROC consistentlyOleg Nesterov
2012-03-21Revert "video:uvesafb: Fix oops that uvesafb try to execute NX-protected page"Florian Tobias Schandinat
2012-03-08video:uvesafb: notice user when we failed to save hardware stateWang YanQing
2012-03-08video:uvesafb: Fix oops that uvesafb try to execute NX-protected pageWang YanQing
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-03-22uvesafb,vesafb: create WC or WB PAT-entriesThomas Schlichter
2011-03-03netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-12fb: remove fb_save_state() and fb_restore_state operationsKrzysztof Helt
2009-10-02uvesafb/connector: Disallow unpliviged users to send netlink packetsPhilipp Reisner
2009-10-02connector: Provide the sender's credentials to the callbackPhilipp Reisner
2009-07-17connector: make callback argument type explicitMike Frysinger
2009-06-12uvesafb: improve parameter handling.Rusty Russell
2009-04-13uvesafb: fix color component length for pseudocolor modesMichal Januszewski
2009-04-01uvesafb: fix selecting mode with the vbemode optionMichal Januszewski
2009-04-01uvesafb: bitwise OR has higher precedence than ?:Roel Kluin
2009-04-01drivers/video/uvesafb.c: don't use gfp_any()Andrew Morton
2009-02-05netlink: change return-value logic of netlink_broadcast()Pablo Neira Ayuso
2008-10-16uvesafb: don't treat mode info retrieval failures as errorsMichal Januszewski
2008-07-24uvesafb: change mode parameter to mode_optionKrzysztof Helt
2008-04-28drivers/video/uvesafb.c: fix error-path memory leakAndrew Morton
2008-04-28uvesafb: don't treat valid modes returned byfb_find_mode() as errorsMichal Januszewski
2008-02-23drivers/video/uvesafb.c: fix section mismatch warning in param_set_scroll()Sergio Luis
2008-02-06uvesafb: small cleanupsRandy Dunlap
2008-01-14uvesafb: fix section mismatch warningsRandy Dunlap
2007-11-14uvesafb: fix warnings about unused variables on non-x86Frank Lichtenheld
2007-10-16uvesafb: the driver coreMichal Januszewski