Age | Commit message (Expand) | Author |
2020-11-27 | via/via_irq: use __func__ to replace string function name | Bernard Zhao |
2020-11-22 | drm/via: Fix fall-through warnings for Clang | Gustavo A. R. Silva |
2020-11-18 | drm/via: fix assignment in if condition | Bernard Zhao |
2020-11-12 | drm/via/via_dma: Remove set but unused variable 'agp_base' | Lee Jones |
2020-10-17 | drm/via: reduce no need mutex_lock area | Bernard Zhao |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-01-31 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2020-01-31 | mm, tree-wide: rename put_user_page*() to unpin_user_page*() | John Hubbard |
2020-01-31 | drm/via: set FOLL_PIN via pin_user_pages_fast() | John Hubbard |
2019-12-05 | drm/via: Don't include <drm/drm_pci.h> | Thomas Zimmermann |
2019-09-24 | drivers/gpu/drm/via: convert put_page() to put_user_page*() | John Hubbard |
2019-07-25 | drm/via: drop use of drmP.h | Sam Ravnborg |
2019-07-25 | drm/via: make via_drv.h self-contained | Sam Ravnborg |
2019-07-25 | drm/via: copy DRM_WAIT_ON as VIA_WAIT_ON and use it | Sam Ravnborg |
2019-07-25 | drm/via: drop use of DRM(READ|WRITE) macros | Sam Ravnborg |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-14 | mm/gup: change GUP fast to use flags rather than a write 'bool' | Ira Weiny |
2019-01-30 | drm/via: mark expected switch fall-throughs | Gustavo A. R. Silva |
2019-01-29 | drm/irq: Ditch DRIVER_IRQ_SHARED | Daniel Vetter |
2018-06-12 | treewide: Use array_size() in vzalloc() | Kees Cook |
2017-12-04 | Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie |
2017-11-27 | drm/via: use monotonic time for VIA_WAIT_IRQ | Arnd Bergmann |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook |
2017-11-17 | Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds |
2017-11-06 | drm: via: use ktime_get() instead of do_gettimeofday | Arnd Bergmann |
2017-10-16 | drm/via: use ARRAY_SIZE | Jérémy Lefaure |
2017-09-22 | via_dmablit(): use get_user_pages_fast() | Al Viro |
2017-06-20 | drm/pci: Deprecate drm_pci_init/exit completely | Daniel Vetter |
2017-06-20 | drm: Remove drm_driver->set_busid hook | Daniel Vetter |
2017-05-18 | drm/via: remove unneeded -Iinclude/drm compiler flag | Masahiro Yamada |
2017-02-28 | drm/via: use get_user_pages_unlocked() | Lorenzo Stoakes |
2017-02-03 | drm: Improve drm_mm search (and fix topdown allocation) with rbtrees | Chris Wilson |
2017-01-09 | drm: Change the return type of the unload hook to void | Gabriel Krisman Bertazi |
2016-11-02 | drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs | Jani Nikula |
2016-10-19 | mm: replace get_user_pages() write/force parameters with gup_flags | Lorenzo Stoakes |
2016-08-08 | drm: Mark up legacy/dri1 drivers with DRM_LEGACY | Daniel Vetter |
2016-06-21 | drm: Move master pointer from drm_minor to drm_device | Daniel Vetter |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov |
2016-02-16 | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm | Dave Hansen |
2015-10-16 | via_drm.h: move struct via_file_private definition to drivers/gpu/drm/via/via... | Mikko Rapeli |
2015-10-06 | drm/irq: Use unsigned int pipe in public API | Thierry Reding |
2015-08-07 | treewide: fix typos in comment blocks | Masahiro Yamada |
2014-09-24 | drm: move drm_mmap to <drm/drm_legacy.h> | Daniel Vetter |
2014-09-12 | drm: Move legacy buffer structures to <drm/drm_legacy.h> | Daniel Vetter |
2014-09-12 | drm: Move drm_memory.c map support declarations to <drm/drm_legacy.h> | Daniel Vetter |
2014-09-12 | drm: Create drm legacy driver header | Daniel Vetter |
2014-09-10 | drm: move drm-lock API to drm_legacy.h | David Herrmann |
2014-09-10 | drm: add driver->set_busid() callback | David Herrmann |
2014-09-10 | drm: mark drm_buf and drm_map as legacy | David Herrmann |
2014-06-10 | drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE() | Damien Lespiau |