summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-11-13mmu_notifier: call mmu_notifier_invalidate_range() from VMMJoerg Roedel1-0/+41
2014-11-13mmu_notifier: add mmu_notifier_invalidate_range()Joerg Roedel1-0/+10
2014-11-12drm: Per-plane lockingDaniel Vetter2-1/+5
2014-11-12drm: export atomic wait_for_vblanks helper (v2)Rob Clark1-0/+3
2014-11-12Merge tag 'v3.18-rc4' into drm-nextDave Airlie29-130/+253
2014-11-10Merge tag 'topic/atomic-helpers-2014-11-09' of git://anongit.freedesktop.org/...Dave Airlie6-32/+431
2014-11-09Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-8/+31
2014-11-09Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+70
2014-11-07Merge tag 'topic/core-stuff-2014-11-05' of git://anongit.freedesktop.org/drm-...Dave Airlie4-25/+108
2014-11-06drm/atomic: Refcounting for plane_state->fbDaniel Vetter1-0/+2
2014-11-06drm/atomic-helpers: functions for state duplicate/destroy/resetDaniel Vetter1-0/+19
2014-11-06drm/atomic-helper: implement ->page_flipDaniel Vetter1-0/+5
2014-11-06drm/atomic: Integrate fence supportDaniel Vetter1-0/+3
2014-11-06drm/atomic-helper: implementatations for legacy interfacesDaniel Vetter1-0/+21
2014-11-06drm: Atomic crtc/connector updates using crtc/plane helper interfacesDaniel Vetter2-0/+18
2014-11-06Merge tag 'pci-v3.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+6
2014-11-05PCI: Don't oops on virtual buses in acpi_pci_get_bridge_handle()Yinghai Lu1-1/+6
2014-11-05drm/crtc-helper: Transitional functions using atomic plane helpersDaniel Vetter3-0/+15
2014-11-05drm/plane-helper: transitional atomic plane helpersDaniel Vetter1-0/+8
2014-11-05drm: Add atomic/plane helpersDaniel Vetter4-0/+78
2014-11-05drm: Global atomic state handlingDaniel Vetter2-8/+107
2014-11-05drm: Add atomic driver interface definitions for objectsDaniel Vetter1-0/+107
2014-11-05drm/modeset_lock: document trylock_only in kerneldocDaniel Vetter1-0/+1
2014-11-05drm/edid: add #defines and helpers for ELDJani Nikula1-0/+102
2014-11-05drm/dp: Add counters in the drm_dp_aux struct for I2C NACKs and DEFERsTodd Previte1-0/+1
2014-11-05drm: fixup kerneldoc in drm_crtc.hDaniel Vetter1-15/+36
2014-11-05drm: Pull drm_crtc.h into the kerneldoc templateDaniel Vetter1-14/+14
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2-3/+5
2014-11-04of: Fix overflow bug in string property parsing functionsGrant Likely1-14/+70
2014-11-04ARM: imx: clk-vf610: define PLL's clock treeStefan Agner1-8/+31
2014-11-03Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds1-4/+4
2014-11-02Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds1-18/+3
2014-11-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2-6/+5
2014-11-02Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+0
2014-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+22
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-2/+42
2014-10-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2014-10-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2014-10-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+9
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+20
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso1-0/+10
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso1-0/+10
2014-10-31Return short read or 0 at end of a raw device, not EIODavid Jeffery1-0/+1
2014-10-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings1-0/+2
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet1-2/+6
2014-10-30Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-9/+9
2014-10-29Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds4-52/+33
2014-10-29mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner1-41/+17
2014-10-29mm: page-writeback: inline account_page_dirtied() into single callerJohannes Weiner1-1/+0
2014-10-29mm, thp: fix collapsing of hugepages on madviseDavid Rientjes1-7/+10