summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | OMAPDSS: convert pixel clock to common videomode styleTomi Valkeinen2014-03-0523-101/+100
| * | OMAPDSS: Remove unused get_context_loss_count supportTomi Valkeinen2014-02-284-20/+0
| * | OMAPDSS: use DISPC register to detect context lossTomi Valkeinen2014-02-281-13/+11
| * | video: da8xx-fb: Use "SIMPLE_DEV_PM_OPS" macroManish Badarkhe2014-02-281-12/+10
| * | video: imxfb: Convert to SIMPLE_DEV_PM_OPSAlexander Shiyan2014-02-281-38/+21
| * | video: imxfb: Resolve mismatch between backlight/contrastAlexander Shiyan2014-02-281-94/+30
| * | video: imxfb: Use module_platform_driver()Alexander Shiyan2014-02-281-39/+26
| * | video: imxfb: Remove unused fields from platform data structureAlexander Shiyan2014-02-282-57/+17
| * | video: imxfb: Remove dead declaration of set_imx_fb_info()Alexander Shiyan2014-02-281-1/+0
| * | video: s6e8ax0: Use devm_* APIsSachin Kamat2014-02-141-9/+4
| * | video: exynos: Remove OF dependency for Exynos DPSachin Kamat2014-02-141-1/+1
| * | video: xilinxfb: Move xilinxfb_platform_data directly to the driverMichal Simek2014-02-112-31/+14
| * | video: imxfb: Use regulator API with LCD class for poweringAlexander Shiyan2014-02-114-14/+114
| * | tgafb: avoid restriction on modes with line length not a multiple of 64Mikulas Patocka2014-02-111-3/+3
| * | tgafb: fix data copyingMikulas Patocka2014-02-111-213/+51
| * | tgafb: fix mode setting with fbsetMikulas Patocka2014-02-111-4/+14
| * | mach64: fix cursor when character width is not a multiple of 8 pixelsMikulas Patocka2014-02-111-6/+16
| * | atyfb: set FBINFO_READS_FASTMikulas Patocka2014-02-111-1/+2
| * | mach64: use unaligned accessMikulas Patocka2014-02-111-1/+2
| * | atyfb: remove resolution limit 1600Mikulas Patocka2014-02-111-2/+2
| * | framebuffer: fix cfb_copyareaMikulas Patocka2014-02-111-75/+78
| * | matroxfb: restore the registers M_ACCESS and M_PITCHMikulas Patocka2014-02-112-10/+30
| * | matroxfb: set FBINFO_READS_FASTMikulas Patocka2014-02-111-1/+2
| * | fbcon: Clean up fbcon data in fb_info on FB_EVENT_FB_UNBIND with 0 fbsKeith Packard2014-02-111-2/+25
* | | Merge tag 'ktest-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2014-04-051-0/+4
|\ \ \
| * | | ktest: Set CLOSE_CONSOLE_SIGNAL in the kvm.confSatoru Takeuchi2014-02-261-0/+4
* | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-054-109/+211
|\ \ \ \
| * | | | random: Add arch_has_random[_seed]()H. Peter Anvin2014-03-204-0/+23
| * | | | random: If we have arch_get_random_seed*(), try it before blockingH. Peter Anvin2014-03-201-0/+33
| * | | | random: Use arch_get_random_seed*() at init time and once a secondH. Peter Anvin2014-03-201-4/+20
| * | | | x86, random: Enable the RDSEED instructionH. Peter Anvin2014-03-203-1/+55
| * | | | random: use the architectural HWRNG for the SHA's IV in extract_buf()Theodore Ts'o2014-03-201-8/+8
| * | | | random: clarify bits/bytes in wakeup thresholdsGreg Price2014-03-201-17/+17
| * | | | random: entropy_bytes is actually bitsGreg Price2014-03-201-3/+3
| * | | | random: simplify accounting codeGreg Price2014-03-201-17/+10
| * | | | random: tighten bound on random_read_wakeup_threshGreg Price2014-03-201-1/+1
| * | | | random: forget lock in lockless accountingGreg Price2014-03-201-4/+0
| * | | | random: simplify accounting logicGreg Price2014-03-201-8/+4
| * | | | random: fix comment on "account"Greg Price2014-03-201-10/+21
| * | | | random: simplify loop in random_readGreg Price2014-03-201-39/+18
| * | | | random: fix description of get_random_bytesGreg Price2014-03-201-2/+3
| * | | | random: fix comment on proc_do_uuidGreg Price2014-03-201-4/+4
| * | | | random: fix typos / spelling errors in commentsGreg Price2014-03-201-3/+3
| | |/ / | |/| |
* | | | mm: get_user_pages(write,force) refuse to COW in shared areasHugh Dickins2014-04-051-21/+45
* | | | Merge tag 'xfs-for-linus-3.15-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-04-0556-415/+1215
|\ \ \ \
| * \ \ \ Merge branch 'xfs-bug-fixes-for-3.15-3' into for-nextDave Chinner2014-04-032-3/+3
| |\ \ \ \
| | * | | | xfs: fix directory hash ordering bugMark Tinguely2014-04-031-1/+1
| | * | | | xfs: extra semi-colon breaks a conditionDan Carpenter2014-04-031-2/+2
| * | | | | Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner2014-03-137-15/+201
| |\ \ \ \ \
| | * | | | | xfs: allow linkat() on O_TMPFILE filesZhi Yong Wu2014-01-062-3/+26