| Commit message (Expand) | Author | Age | Files | Lines |
* | video: move fbdev to drivers/video/fbdev | Tomi Valkeinen | 2014-04-17 | 1 | -2028/+0 |
* | Merge tag 'fbdev-main-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-04-05 | 1 | -11/+4 |
|\ |
|
| * | video: fbdev: uvesafb: Remove impossible code path in uvesafb_init_info | Wang YanQing | 2014-03-06 | 1 | -6/+1 |
| * | video: fbdev: uvesafb: Remove redundant NULL check in uvesafb_remove | Wang YanQing | 2014-03-06 | 1 | -5/+3 |
* | | connector: add portid to unicast in addition to broadcasting | David Fries | 2014-02-08 | 1 | -2/+2 |
|/ |
|
* | framebuffer: Use fb_<level> | Joe Perches | 2013-10-29 | 1 | -4/+2 |
* | video: uvesafb: Remove redundant NULL check | Sachin Kamat | 2013-09-26 | 1 | -12/+7 |
* | uvesafb: Really allow mtrr being 0, as documented and warn()ed | Sylvain 'ythier' Hitier | 2013-07-16 | 1 | -1/+1 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-07-10 | 1 | -53/+17 |
|\ |
|
| * | uvesafb: Clean up MTRR code | Andy Lutomirski | 2013-05-31 | 1 | -53/+17 |
* | | uvesafb: Correct/simplify warning message | Borislav Petkov | 2013-06-26 | 1 | -2/+2 |
|/ |
|
* | video/uvesafb: rename random32() to prandom_u32() | Akinobu Mita | 2013-04-30 | 1 | -1/+1 |
* | video:uvesafb: Fix dereference NULL pointer code path | Wang YanQing | 2013-04-02 | 1 | -1/+2 |
* | Drivers: video: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -38/+36 |
* | video:uvesafb: check the return value of kzalloc | Wang YanQing | 2012-08-23 | 1 | -0/+2 |
* | connector/userns: replace netlink uses of cap_raised() with capable() | Eric W. Biederman | 2012-05-11 | 1 | -1/+1 |
* | video:uvesafb: Fix oops that uvesafb try to execute NX-protected page | Wang YanQing | 2012-04-09 | 1 | -2/+9 |
* | usermodehelper: use UMH_WAIT_PROC consistently | Oleg Nesterov | 2012-03-24 | 1 | -1/+1 |
* | Revert "video:uvesafb: Fix oops that uvesafb try to execute NX-protected page" | Florian Tobias Schandinat | 2012-03-21 | 1 | -10/+2 |
* | video:uvesafb: notice user when we failed to save hardware state | Wang YanQing | 2012-03-08 | 1 | -3/+11 |
* | video:uvesafb: Fix oops that uvesafb try to execute NX-protected page | Wang YanQing | 2012-03-08 | 1 | -2/+10 |
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -3/+3 |
* | uvesafb,vesafb: create WC or WB PAT-entries | Thomas Schlichter | 2011-03-22 | 1 | -14/+35 |
* | netlink: kill eff_cap from struct netlink_skb_parms | Patrick McHardy | 2011-03-03 | 1 | -1/+1 |
* | param: use ops in struct kernel_param, rather than get and set fns directly | Rusty Russell | 2010-08-11 | 1 | -3/+4 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | fb: remove fb_save_state() and fb_restore_state operations | Krzysztof Helt | 2009-11-12 | 1 | -28/+0 |
* | uvesafb/connector: Disallow unpliviged users to send netlink packets | Philipp Reisner | 2009-10-02 | 1 | -0/+3 |
* | connector: Provide the sender's credentials to the callback | Philipp Reisner | 2009-10-02 | 1 | -1/+1 |
* | connector: make callback argument type explicit | Mike Frysinger | 2009-07-17 | 1 | -2/+1 |
* | uvesafb: improve parameter handling. | Rusty Russell | 2009-06-12 | 1 | -6/+4 |
* | uvesafb: fix color component length for pseudocolor modes | Michal Januszewski | 2009-04-14 | 1 | -25/+10 |
* | uvesafb: fix selecting mode with the vbemode option | Michal Januszewski | 2009-04-01 | 1 | -4/+9 |
* | uvesafb: bitwise OR has higher precedence than ?: | Roel Kluin | 2009-04-01 | 1 | -1/+1 |
* | drivers/video/uvesafb.c: don't use gfp_any() | Andrew Morton | 2009-04-01 | 1 | -1/+1 |
* | netlink: change return-value logic of netlink_broadcast() | Pablo Neira Ayuso | 2009-02-06 | 1 | -1/+4 |
* | uvesafb: don't treat mode info retrieval failures as errors | Michal Januszewski | 2008-10-16 | 1 | -3/+8 |
* | uvesafb: change mode parameter to mode_option | Krzysztof Helt | 2008-07-24 | 1 | -2/+2 |
* | drivers/video/uvesafb.c: fix error-path memory leak | Andrew Morton | 2008-04-28 | 1 | -3/+4 |
* | uvesafb: don't treat valid modes returned byfb_find_mode() as errors | Michal Januszewski | 2008-04-28 | 1 | -1/+1 |
* | drivers/video/uvesafb.c: fix section mismatch warning in param_set_scroll() | Sergio Luis | 2008-02-24 | 1 | -1/+1 |
* | uvesafb: small cleanups | Randy Dunlap | 2008-02-06 | 1 | -4/+4 |
* | uvesafb: fix section mismatch warnings | Randy Dunlap | 2008-01-14 | 1 | -2/+2 |
* | uvesafb: fix warnings about unused variables on non-x86 | Frank Lichtenheld | 2007-11-15 | 1 | -2/+4 |
* | uvesafb: the driver core | Michal Januszewski | 2007-10-16 | 1 | -0/+2066 |