summaryrefslogtreecommitdiffstats
path: root/net (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-30drm/armada: enable atomic modeset supportRussell King2-5/+7
2018-07-30drm/armada: implement atomic_enable()/atomic_disable() methodsRussell King1-0/+71
2018-07-30drm/armada: unhook dpms state from armada_drm_crtc_update()Russell King1-6/+5
2018-07-30drm/armada: push responsibility for clock management to backendRussell King3-13/+27
2018-07-30drm/armada: handle atomic modeset crtc eventsRussell King2-0/+34
2018-07-30drm/armada: clean up SPU_ADV_REGRussell King3-9/+8
2018-07-30drm/armada: update debug in armada_drm_crtc_mode_set_nofb()Russell King1-10/+9
2018-07-30drm/armada: move sync signal polarity to mode_set_nofb() methodRussell King2-26/+22
2018-07-30drm/armada: push interlace calculation into armada_drm_plane_calc()Russell King3-28/+30
2018-07-30drm/armada: provide pitches from armada_drm_plane_calc_addrs()Russell King3-13/+20
2018-07-30drm/armada: pass plane state into armada_drm_plane_calc_addrs()Russell King3-18/+16
2018-07-30drm/armada: move armada_drm_mode_config_funcs to armada_drv.cRussell King5-11/+11
2018-07-30drm/armada: add plane colorspace propertiesRussell King1-1/+32
2018-07-30drm/armada: remove crtc YUV colourspace propertiesRussell King3-122/+0
2018-07-30drm/armada: move colorkey properties into overlay plane stateRussell King1-119/+132
2018-07-30drm/armada: move CBSH properties into overlay plane stateRussell King2-29/+136
2018-07-30drm/armada: move plane works to overlayRussell King3-12/+8
2018-07-30drm/armada: move primary plane to separate fileRussell King6-283/+318
2018-07-30drm/armada: use old_state for update tracking in atomic_update()Russell King3-173/+144
2018-07-30drm/armada: remove temporary crtc stateRussell King1-6/+6
2018-07-30drm/armada: convert overlay plane to atomic stateRussell King3-120/+145
2018-07-30drm/armada: convert page_flip to use primary plane atomic_update()Russell King1-26/+55
2018-07-30drm/armada: convert primary plane to atomic stateRussell King2-159/+157
2018-07-30drm/armada: reset all atomic state during driver initialisationRussell King1-0/+2
2018-07-30drm/armada: merge armada_drm_gra_plane_regs() into only callerRussell King1-31/+24
2018-07-30drm/armada: use core of primary update_plane for mode setRussell King1-78/+59
2018-07-30drm/armada: move mode set vblank handling and disable/enableRussell King2-21/+21
2018-07-30drm/armada: add rectangle helpersRussell King3-9/+21
2018-07-30drm/armada: clean up armada_drm_crtc_page_flip()Russell King1-12/+0
2018-07-30drm/armada: Adding new typedef vm_fault_tSouptick Joarder1-13/+2
2018-07-30drm/armada: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-3/+3
2018-07-29Linux 4.18-rc7v4.18-rc7Linus Torvalds1-1/+1
2018-07-29squashfs: be more careful about metadata corruptionLinus Torvalds4-5/+16
2018-07-29ext4: fix check to prevent initializing reserved inodesTheodore Ts'o2-8/+5
2018-07-27Revert "MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratum"Rafał Miłecki2-9/+0
2018-07-27block: reset bi_iter.bi_done after splitting bioGreg Edwards1-0/+1
2018-07-27kvm, mm: account shadow page tables to kmemcgShakeel Butt1-1/+1
2018-07-27zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang1-0/+9
2018-07-27include/linux/eventfd.h: include linux/errno.hArnd Bergmann1-0/+1
2018-07-27mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov5-0/+15
2018-07-27mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov10-7/+17
2018-07-27mm: introduce vma_init()Kirill A. Shutemov2-4/+8
2018-07-27mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPLDan Williams1-2/+2
2018-07-27ipc/sem.c: prevent queue.status tearing in semopDavidlohr Bueso1-1/+1
2018-07-27mm: disallow mappings that conflict for devm_memremap_pages()Dave Jiang1-1/+17
2018-07-27kasan: only select SLUB_DEBUG with SYSFS=yArnd Bergmann1-1/+1
2018-07-27delayacct: fix crash in delayacct_blkio_end() after delayacct init failureTejun Heo1-1/+1
2018-07-26block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsMartin Wilck1-3/+32
2018-07-26blkdev: __blkdev_direct_IO_simple: fix leak in error caseMartin Wilck1-4/+5
2018-07-26block: bio_iov_iter_get_pages: fix size of last iovecMartin Wilck1-10/+8