summaryrefslogtreecommitdiffstats
path: root/sound (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-16r128_drm.h: include drm/drm.hMikko Rapeli1-0/+2
2015-10-16savage_drm.h: include <drm/drm.h>Mikko Rapeli1-0/+2
2015-10-16gpu/doc: Convert to markdown harderLukas Wunner1-1/+1
2015-10-16gpu/doc: Add vga_switcheroo documentationLukas Wunner1-4/+72
2015-10-16gpu/doc: Fix up remaining occurrences of old document titleLukas Wunner1-6/+6
2015-10-16drm/doc: Rename docbook to gpu.tmplDaniel Vetter2-2/+2
2015-10-16drm: misc cleanupRob Clark1-3/+1
2015-10-16vga_switcheroo: Use enum vga_switcheroo_client_id instead of intLukas Wunner2-10/+13
2015-10-16vga_switcheroo: Use VGA_SWITCHEROO_UNKNOWN_ID instead of -1Lukas Wunner2-8/+13
2015-10-16vga_switcheroo: Use enum vga_switcheroo_state instead of intLukas Wunner2-5/+5
2015-10-16drm: Add DRM_DEBUG_VBL()Ville Syrjälä2-12/+21
2015-10-16drm: Don't use '\' for string literal concatenationVille Syrjälä1-2/+2
2015-10-16drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter11-152/+149
2015-10-16drm: Enforce unlocked ioctl operation for kms driver ioctlsDaniel Vetter2-3/+11
2015-10-16drm/i915: Mark getparam ioctl as DRM_UNLOCKEDDaniel Vetter1-1/+1
2015-10-07drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä15-13/+31
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding42-232/+239
2015-10-05drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASKJoonas Lahtinen5-7/+8
2015-10-05drm: Add DRM_ROTATE_MASK and DRM_REFLECT_MASKJoonas Lahtinen1-0/+2
2015-10-02vga_switcheroo: Add missing lockingLukas Wunner1-18/+32
2015-10-01vgaarb: use kzalloc in vga_arbiter_add_pci_device()Rasmus Villemoes1-3/+1
2015-10-01drm: Don't zero vblank timestamps from the irq handlerVille Syrjälä1-3/+4
2015-10-01drm: Hack around CONFIG_AGP=m build failuresDaniel Vetter1-0/+2
2015-09-30drm/i915: Remove setparam ioctlDaniel Vetter4-34/+3
2015-09-30drm: Remove dummy agp ioctl wrappersDaniel Vetter1-48/+0
2015-09-30drm/vmwgfx: Stop checking for DRM_UNLOCKEDDaniel Vetter1-8/+0
2015-09-30drm/drm_ioctl.c: kerneldocDaniel Vetter2-22/+55
2015-09-30drm: Define a drm_invalid_op ioctl implementationDaniel Vetter3-67/+36
2015-09-30drm: Remove __OS_HAS_AGPDaniel Vetter15-61/+55
2015-09-30drm/doc: Update docs about device instance setupDaniel Vetter4-85/+83
2015-09-27Linux 4.3-rc3v4.3-rc3Linus Torvalds1-1/+1
2015-09-26net: Fix panic in icmp_route_lookupDavid Ahern1-2/+2
2015-09-26net: update docbook comment for __mdiobus_register()Russell King1-2/+5
2015-09-26MAINTAINERS: remove amd5536udc USB gadget driver maintainerGreg Kroah-Hartman1-2/+1
2015-09-25ppp: fix lockdep splat in ppp_dev_uninit()Guillaume Nault1-1/+3
2015-09-25net: via/Kconfig: GENERIC_PCI_IOMAP required if PCI not selectedSudip Mukherjee1-1/+1
2015-09-25phy: marvell: add link partner advertised modesRussell King1-0/+9
2015-09-25KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand7-2/+8
2015-09-25KVM: x86: fix off-by-one in reserved bits checkPaolo Bonzini1-1/+1
2015-09-25KVM: x86: use correct page table format to check nested page table reserved bitsPaolo Bonzini1-6/+17
2015-09-25KVM: svm: do not call kvm_set_cr0 from init_vmcbPaolo Bonzini1-1/+2
2015-09-25iscsi-target: Avoid OFMarker + IFMarker negotiationNicholas Bellinger1-2/+3
2015-09-25target: Make TCM_WRITE_PROTECT failure honor D_SENSE bitNicholas Bellinger1-17/+23
2015-09-25target: Fix target_sense_desc_format NULL pointer dereferenceNicholas Bellinger1-1/+1
2015-09-25target: Propigate backend read-only to core_tpg_add_lunNicholas Bellinger3-1/+7
2015-09-25target: Fix PR registration + APTPL RCU conversion regressionNicholas Bellinger2-26/+70
2015-09-25net: fix net_device refcountingRussell King2-1/+13
2015-09-25phy: add phy_device_remove()Russell King4-7/+32
2015-09-25phy: fixed-phy: properly validate phy in fixed_phy_update_state()Russell King1-1/+1
2015-09-25net: fix phy refcounting in a bunch of driversRussell King5-9/+30