| Commit message (Expand) | Author | Age |
... | |
* | | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 2016-04-04 |
|/ |
|
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2016-03-23 |
|\ |
|
| * | simplefb: Remove impossible check for of_clk_get_parent_count() < 0 | Stephen Boyd | 2016-02-26 |
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2016-03-21 |
|\ \ |
|
| * \ | Merge drm-fixes into drm-next. | Dave Airlie | 2016-03-13 |
| |\ \ |
|
| * | | | drm/omap: move dss_mgr_* declarations to omapdrm/omapfb | Tomi Valkeinen | 2016-03-03 |
| * | | | drm/omap: move struct dss_mgr_ops to omapdrm/omapfb | Tomi Valkeinen | 2016-03-03 |
| * | | | drm/omap, omapfb: move exported dispc function declarations to omapdrm/omapfb | Tomi Valkeinen | 2016-03-03 |
| | |/
| |/| |
|
* | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-20 |
|\ \ \ |
|
| * | | | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm | Dave Hansen | 2016-02-16 |
| | |/
| |/| |
|
* | | | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2016-03-18 |
|\ \ \ |
|
| * | | | gpio: Include linux/gpio.h instead of asm/gpio.h | Bjorn Helgaas | 2016-02-15 |
| | |/
| |/| |
|
* | | | Merge tag 'fbdev-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/... | Linus Torvalds | 2016-03-16 |
|\ \ \ |
|
| * | | | xen kconfig: don't "select INPUT_XEN_KBDDEV_FRONTEND" | Arnd Bergmann | 2016-03-11 |
| * | | | video: fbdev: sis: remove unused variable | Sudip Mukherjee | 2016-03-03 |
| * | | | drivers/video: make fbdev/sunxvr2500.c explicitly non-modular | Paul Gortmaker | 2016-03-03 |
| * | | | drivers/video: make fbdev/sunxvr1000.c explicitly non-modular | Paul Gortmaker | 2016-03-03 |
| * | | | drivers/video: make fbdev/sunxvr500.c explicitly non-modular | Paul Gortmaker | 2016-03-03 |
| * | | | video: exynos: fix modular build | Arnd Bergmann | 2016-02-29 |
| * | | | fbdev: da8xx-fb: fix videomodes of lcd panels | Sushaanth Srirangapathi | 2016-02-29 |
| * | | | fbdev: kill fb_rotate | Rasmus Villemoes | 2016-02-26 |
| * | | | video: fbdev: bt431: Correct cursor format control macro | Maciej W. Rozycki | 2016-02-26 |
| * | | | video: fbdev: pmag-ba-fb: Optimize Bt455 colormap addressing | Maciej W. Rozycki | 2016-02-26 |
| * | | | video: fbdev: pmag-ba-fb: Fix and rework Bt455 colormap handling | Maciej W. Rozycki | 2016-02-26 |
| * | | | video: fbdev: bt455: Remove unneeded colormap helpers for cursor support | Maciej W. Rozycki | 2016-02-26 |
| * | | | video: fbdev: pmag-aa-fb: Report video timings | Maciej W. Rozycki | 2016-02-26 |
| * | | | video: fbdev: pmag-aa-fb: Enable building as a module | Maciej W. Rozycki | 2016-02-26 |
| * | | | video: fbdev: pmag-aa-fb: Adapt to current APIs | Maciej W. Rozycki | 2016-02-26 |
| * | | | video: fbdev: pmag-ba-fb: Fix the lower margin size | Maciej W. Rozycki | 2016-02-26 |
| * | | | fbdev: sh_mobile_lcdc: Use ARCH_RENESAS | Simon Horman | 2016-02-26 |
| * | | | fbdev: n411: check return value | Sudip Mukherjee | 2016-02-26 |
| * | | | fbdev: exynos: fix IS_ERR_VALUE usage | Andrzej Hajda | 2016-02-16 |
| * | | | video: Use bool instead int pointer for get_opt_bool() argument | Daniel Wagner | 2016-02-16 |
| * | | | video: fbdev: metronomefb: two harmless off by one bugs | Dan Carpenter | 2016-02-16 |
| | |/
| |/| |
|
* | | | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-03-16 |
|\ \ \ |
|
| * | | | PCI: Remove includes of asm/pci-bridge.h | Bjorn Helgaas | 2016-02-05 |
| | |/
| |/| |
|
* | | | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc() | Luis R. Rodriguez | 2016-03-09 |
| |/
|/| |
|
* | | video: fbdev: imxfb: Provide a reset mechanism | Fabio Estevam | 2016-01-29 |
* | | fbdev: mmp: print IRQ resource using %pR format string | Arnd Bergmann | 2016-01-29 |
* | | fbdev: da8xx-fb: remove incorrect type cast | Arnd Bergmann | 2016-01-29 |
* | | fbdev: s6e8ax0: avoid unused function warnings | Arnd Bergmann | 2016-01-29 |
* | | ocfb: fix tgdel and tvdel timing parameters | Andrea Merello | 2016-01-29 |
|/ |
|
* | wrappers for ->i_mutex access | Al Viro | 2016-01-22 |
* | Merge tag 'fbdev-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/... | Linus Torvalds | 2016-01-18 |
|\ |
|
| * | video: fbdev: pxafb: fix out of memory error path | Robert Jarzmik | 2016-01-18 |
| * | drm/omap: move omapdss & displays under omapdrm | Tomi Valkeinen | 2015-12-29 |
| * | omapfb: move vrfb into omapfb | Tomi Valkeinen | 2015-12-29 |
| * | omapfb: take omapfb's private omapdss into use | Tomi Valkeinen | 2015-12-29 |
| * | omapfb/displays: change CONFIG_DISPLAY_* to CONFIG_FB_OMAP2_* | Tomi Valkeinen | 2015-12-29 |
| * | omapfb/dss: change CONFIG_OMAP* to CONFIG_FB_OMAP* | Tomi Valkeinen | 2015-12-29 |