summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2015-09-11' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-10-021-0/+7
|\
| * Merge tag 'drm-intel-next-fixes-2015-09-02' into drm-intel-next-queuedDaniel Vetter2015-09-0219-96/+366
| |\
| * | drm/dp: add drm_dp_tps3_supported helperJani Nikula2015-09-011-0/+7
| * | Merge tag 'drm-intel-fixes-2015-08-14' into drm-intel-next-fixesDaniel Vetter2015-08-1432-48/+170
| |\ \
* | \ \ Merge tag 'topic/drm-misc-2015-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie2015-09-3011-46/+171
|\ \ \ \
| * | | | drm/irq: Add drm_crtc_vblank_count_and_time()Thierry Reding2015-09-241-0/+2
| * | | | vga_switcheroo: Set active attribute to false for audio clientsLukas Wunner2015-09-241-2/+2
| * | | | drm: Kill pixeldur_nsVille Syrjälä2015-09-241-1/+0
| * | | | drm: Stop using linedur_ns and pixeldur_ns for vblank timestampsVille Syrjälä2015-09-241-2/+4
| * | | | drm: Move timestamping constants into drm_vblank_crtcVille Syrjälä2015-09-242-7/+3
| * | | | drm: fix kernel-doc warnings in drm_crtc.hGeliang Tang2015-09-241-1/+0
| * | | | drm: Spell vga_switcheroo consistentlyLukas Wunner2015-09-241-1/+1
| * | | | Merge tag 'v4.3-rc2' into topic/drm-miscDaniel Vetter2015-09-24554-6717/+15892
| |\ \ \ \
| * | | | | vga_switcheroo: Document _ALL_ the things!Lukas Wunner2015-09-221-3/+82
| * | | | | drm/fb-helper: atomic restore_fbdev_mode()..Rob Clark2015-09-162-0/+17
| * | | | | drm/fb-helper: add headerdoc for drm_fb_helperRob Clark2015-09-161-0/+14
| * | | | | drm: Nuke drm_framebuffer->helper_privateDaniel Vetter2015-09-111-2/+0
| * | | | | drm: Make drm_av_sync_delay() 'mode' argument constVille Syrjälä2015-09-091-1/+1
| * | | | | drm: Remove the 'mode' argument from drm_select_eld()Ville Syrjälä2015-09-091-2/+1
| * | | | | drm/dp: s/I2C_STATUS/I2C_WRITE_STATUS_UPDATE/Ville Syrjälä2015-09-081-1/+1
| * | | | | drm/atomic-helper: Implement drm_atomic_helper_duplicate_state()Thierry Reding2015-09-081-0/+3
| * | | | | drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter2015-09-081-1/+2
| * | | | | drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.Maarten Lankhorst2015-09-081-2/+0
| * | | | | drm: Constify TV mode namesVille Syrjälä2015-09-081-1/+1
| * | | | | drm/fb-helper: Use -errno return in restore_mode_unlockedDaniel Vetter2015-09-081-3/+3
| * | | | | drm/doc: Fixing xml documentation warningDanilo Cesar Lemes de Paula2015-09-081-5/+5
| * | | | | drm: cleanup modesetting ioctls, one param per lineRob Clark2015-09-081-12/+30
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2015-09-271-0/+1
|\ \ \ \ \ \
| * | | | | | target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger2015-09-251-0/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-2611-27/+62
|\ \ \ \ \ \ \
| * | | | | | | phy: add phy_device_remove()Russell King2015-09-251-0/+1
| * | | | | | | phy: fix mdiobus module safetyRussell King2015-09-251-1/+4
| * | | | | | | lwtunnel: remove source and destination UDP port config optionJiri Benc2015-09-241-4/+0
| * | | | | | | ipv4: send arp replies to the correct tunnelJiri Benc2015-09-241-0/+2
| * | | | | | | skbuff: Fix skb checksum flag on skb pullPravin B Shelar2015-09-241-0/+3
| * | | | | | | netpoll: Close race condition between poll_one_napi and napi_disableNeil Horman2015-09-231-0/+1
| * | | | | | | tcp/dccp: fix timewait races in timer handlingEric Dumazet2015-09-221-1/+13
| * | | | | | | ip6tunnel: make rx/tx bytes counters consistentNicolas Dichtel2015-09-211-1/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-09-211-3/+3
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: bridge: fix routing of bridge frames with call-iptables=1Florian Westphal2015-09-141-3/+3
| * | | | | | | | net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-211-11/+19
| * | | | | | | | net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-182-1/+2
| * | | | | | | | ipv6: include NLM_F_REPLACE in route replace notificationsRoopa Prabhu2015-09-181-1/+2
| * | | | | | | | ipv6: Replace spinlock with seqlock and rcu in ip6_tunnelMartin KaFai Lau2015-09-151-2/+2
| * | | | | | | | ipv6: Fix dst_entry refcnt bugs in ip6_tunnelMartin KaFai Lau2015-09-151-2/+9
| * | | | | | | | ipv6: Rename the dst_cache helper functions in ip6_tunnelMartin KaFai Lau2015-09-151-2/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'for-4.3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-09-261-2/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | cgroup, writeback: don't enable cgroup writeback on traditional hierarchiesTejun Heo2015-09-241-2/+9
* | | | | | | | | Merge tag 'nfs-for-4.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-09-251-0/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | SUNRPC: Ensure that we wait for connections to complete before retryingTrond Myklebust2015-09-181-0/+3
| | |_|/ / / / / / | |/| | | | | | |