summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/vblank: Use drm_event_reserve_initDaniel Vetter2016-02-081-0/+4
* drm: Create drm_send_event helpersDaniel Vetter2016-01-251-0/+2
* drm: Add functions to setup/tear down drm_events.Daniel Vetter2016-01-251-1/+6
* drm: kerneldoc for drm_fops.cDaniel Vetter2016-01-251-9/+8
* Merge tag 'topic/drm-misc-2016-01-17' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-01-175-9/+49
|\
| * drm/atomic: Remove drm_atomic_connectors_for_crtc.Maarten Lankhorst2016-01-061-4/+0
| * drm/docs: more leftovers from the big vtable documentation pileDaniel Vetter2016-01-051-3/+41
| * drm/atomic-helper: Reject legacy flips on a disabled pipeDaniel Vetter2016-01-051-1/+2
| * drm/atomic: add connector mask to drm_crtc_state.Maarten Lankhorst2016-01-051-0/+3
| * drm/atomic: Add __drm_atomic_helper_connector_reset, v2.Maarten Lankhorst2016-01-051-0/+2
| * drm/dp/mst: constify drm_dp_mst_topology_cbs structuresJulia Lawall2016-01-041-1/+1
* | drm/ttm: add ttm_bo_move_to_lru_tail function v2Christian König2016-01-131-0/+10
* | drm/dp/mst: always send reply for UP requestMykola Lysenko2016-01-041-2/+0
* | drm/omap: remove unused plugin definesTomi Valkeinen2015-12-311-6/+0
* | Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-2341-104/+213
|\ \
| * \ Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-12-191-0/+4
| |\ \
| | * | ses: fix additional element traversal bugJames Bottomley2015-12-111-0/+4
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-12-181-0/+1
| |\ \ \
| | * | | include/linux/mmdebug.h: should include linux/bug.hJames Morse2015-12-181-0/+1
| * | | | Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-181-0/+14
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | xen: Add RING_COPY_REQUEST()David Vrabel2015-12-181-0/+14
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-1714-28/+100
| |\ \ \ \
| | * | | | net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa2015-12-161-1/+1
| | * | | | inet: tcp: fix inetpeer_set_addr_v4()Eric Dumazet2015-12-161-0/+1
| | * | | | net: fix IP early demux racesEric Dumazet2015-12-152-1/+34
| | * | | | net: add validation for the socket syscall protocol argumentHannes Frederic Sowa2015-12-141-0/+1
| | * | | | openvswitch: fix trivial comment typoPaolo Abeni2015-12-141-1/+1
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-12-141-1/+1
| | |\ \ \ \
| | | * | | | netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso2015-12-101-1/+1
| | * | | | | uapi: export ila.hstephen hemminger2015-12-121-0/+1
| | * | | | | xfrm: add rcu protection to sk->sk_policy[]Eric Dumazet2015-12-122-10/+16
| | * | | | | xfrm: add rcu grace period in xfrm_policy_destroy()Eric Dumazet2015-12-121-0/+1
| | * | | | | xfrm: take care of request socketsEric Dumazet2015-12-071-4/+23
| | * | | | | qed: fix handling of concurrent ramrods.Tomer Tayar2015-12-071-0/+2
| | * | | | | qed: Fix corner case for chain in-between pagesTomer Tayar2015-12-071-1/+2
| | * | | | | net: remove unnecessary semicolon in netdev_alloc_pcpu_stats()Felix Fietkau2015-12-071-1/+1
| | * | | | | sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien2015-12-071-1/+2
| | * | | | | sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner2015-12-061-0/+2
| | * | | | | vxlan: fix incorrect RCO bit in VXLAN headerJiri Benc2015-12-061-1/+1
| | * | | | | rhashtable: Prevent spurious EBUSY errors on insertionHerbert Xu2015-12-041-7/+11
| * | | | | | Merge tag 'dmaengine-fix-4.4-rc6' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2015-12-151-1/+1
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'fix/edma' into fixesVinod Koul2015-12-101-1/+1
| | |\ \ \ \ \ \
| | | * | | | | | dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit typePeter Ujfalusi2015-12-101-1/+1
| * | | | | | | | sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-131-5/+5
| * | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-12-131-0/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | irqchip/gic-v3: Add missing struct device_node declarationMarc Zyngier2015-12-101-0/+1
| * | | | | | | | | Merge tag 'usb-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-12-131-0/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | USB: add quirk for devices with broken LPMAlan Stern2015-12-121-0/+3
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-12-122-4/+4
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | kernel: remove stop_machine() Kconfig dependencyChris Wilson2015-12-121-3/+3