aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-12-11EDAC, mpc85xx: Make mpc85xx-pci-edac a platform deviceScott Wood1-0/+8
2015-12-11crypto: akcipher - fix typos in include/crypto/akcipher.hLABBE Corentin1-5/+5
2015-12-11gpio: rcar: Remove obsolete platform data supportGeert Uytterhoeven1-29/+0
2015-12-11drm: Drop drm_helper_probe_single_connector_modes_nomerge()Ville Syrjälä2-5/+1
2015-12-11drm: Rename MODE_UNVERIFIED to MODE_STALEVille Syrjälä1-2/+2
2015-12-11drm: Add plane->name and use it in debug printsVille Syrjälä1-0/+2
2015-12-11drm: Add crtc->name and use it in debug messagesVille Syrjälä1-0/+2
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-4/+5
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä1-7/+9
2015-12-11drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä1-5/+7
2015-12-10time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz1-0/+26
2015-12-11Merge branch 'drm-header-fixes' of https://github.com/GabrielL/linux into drm...Dave Airlie24-509/+508
2015-12-10Merge branches 'pci/aspm', 'pci/hotplug', 'pci/misc' and 'pci/msi' into nextBjorn Helgaas2-2/+6
2015-12-10PCI: Add Netronome vendor and device IDsJason S. McMullan1-0/+6
2015-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds3-0/+14
2015-12-10PM / OPP: Parse 'opp-<prop>-<name>' bindingsViresh Kumar1-0/+9
2015-12-10PM / OPP: Parse 'opp-supported-hw' bindingViresh Kumar1-0/+13
2015-12-10Merge tag 'sound-4.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+3
2015-12-10irqchip/gic-v3: Add missing struct device_node declarationMarc Zyngier1-0/+1
2015-12-10Merge tag 'renesas-dt-for-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-0/+1
2015-12-10Merge tag 'reset-for-4.5' of git://git.pengutronix.de/git/pza/linux into next...Arnd Bergmann2-4/+17
2015-12-10ALSA: hda - Move audio component accesses to hdac_i915.cTakashi Iwai1-0/+14
2015-12-10Merge tag 'drm-i915-get-eld' into topic/hdmi-jackTakashi Iwai45-290/+453
2015-12-10netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso1-1/+1
2015-12-10drm/i915: Add get_eld audio componentTakashi Iwai1-0/+14
2015-12-10ipv6: add ipv6_addr_prefix_copyAlexander Aring1-0/+15
2015-12-10drm: fix inclusion of drm.h in via_drm.hGabriel Laskar1-1/+1
2015-12-10drm: fix inclusion of drm.h in vmwgfx_drm.hGabriel Laskar1-3/+1
2015-12-10drm: fix inclusion of drm.h in virtgpu_drm.hGabriel Laskar1-2/+1
2015-12-10drm: fix inclusion of drm.h in tegra_drm.hGabriel Laskar1-1/+1
2015-12-10drm: fix inclusion of drm.h in savage_drm.hGabriel Laskar1-1/+1
2015-12-10drm: fix inclusion of drm.h in r128_drm.hGabriel Laskar1-1/+1
2015-12-10drm: fix inclusion of drm.h in qxl_drm.hGabriel Laskar1-2/+1
2015-12-10drm: fix inclusion of drm.h in omap_drm.hGabriel Laskar1-1/+1
2015-12-10drm: fix inclusion of drm.h in msm_drm.hGabriel Laskar1-2/+1
2015-12-10drm: fix inclusion of drm.h in mga_drm.hGabriel Laskar1-1/+1
2015-12-10drm: fix inclusion of drm.h in exynos_sarea.hGabriel Laskar1-1/+1
2015-12-10drm: fix inclusion of drm.h in i810_drm.hGabriel Laskar1-1/+1
2015-12-10drm: fix inclusion of drm.h in exynos_sarea.hGabriel Laskar1-1/+1
2015-12-10drm: fix inclusion of drm.h in drm_sarea.hGabriel Laskar1-1/+1
2015-12-10drm: drm_mode.h fix includesGabriel Laskar1-1/+1
2015-12-10drm: drm_fourcc.h fix includesGabriel Laskar1-1/+1
2015-12-10drm: include drm.h in armada_drm.hGabriel Laskar1-0/+2
2015-12-10include/uapi/drm/amdgpu_drm.h: use __u32 and __u64 from <linux/types.h>Mikko Rapeli1-145/+145
2015-12-10drm: Kbuild: add admgpu_drm.h to the installed headersGabriel Laskar1-0/+1
2015-12-10drm: use __u{32,64} instead of uint{32,64}_t in virtgpu_drm.hGabriel Laskar1-49/+49
2015-12-10include/uapi/linux/agpgart.h: include stdlib.h in userspaceMikko Rapeli1-0/+1
2015-12-10include/uapi/linux/virtio_gpu.h: use __u8 from <linux/types.h>Mikko Rapeli1-1/+1
2015-12-10include/uapi/drm/qxl_drm.h: use __s32, __u32 and __u64 from linux/types.hMikko Rapeli1-37/+37
2015-12-10include/uapi/drm/vmwgfx_drm.h: use __s32, __u32 and __u64 from linux/types.hMikko Rapeli1-132/+132