summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-2611-110/+119
|\
| * drm/radeon: fix ATPX regression in acpi reworkAlex Deucher2012-10-241-1/+1
| * drm/radeon: fix ATPX function documentationAlex Deucher2012-10-241-2/+2
| * drm/radeon: move the retry to gem_object_createChristian König2012-10-242-11/+7
| * drm/radeon: move size limits to gem_object_create.Christian König2012-10-242-9/+10
| * drm/radeon: use vzalloc for gart pagesChristian König2012-10-241-6/+5
| * drm/radeon: fix and simplify pot argument checks v3Christian König2012-10-241-36/+24
| * drm/radeon: fix header size estimation in VM codeChristian König2012-10-231-3/+3
| * drm/radeon: remove set_page check from VM codeChristian König2012-10-231-2/+1
| * drm/radeon: fix si_set_page v2Christian König2012-10-231-19/+24
| * drm/radeon: fix cayman_vm_set_page v2Christian König2012-10-231-18/+23
| * drm/radeon: fix PFP sync in vm_flushChristian König2012-10-233-0/+9
| * drm/radeon: add error output if VM CS fails on caymanAlex Deucher2012-10-231-0/+1
| * drm/radeon: give each backlight a unique idAlex Deucher2012-10-232-2/+8
| * drm/radeon: fix sparse warningAlex Deucher2012-10-231-1/+1
* | Merge branch 'akpm' (Andrew's fixes)Linus Torvalds2012-10-264-6/+28
|\ \
| * | drivers/rtc/rtc-imxdi.c: add missing spin lock initializationJan Luebbe2012-10-251-0/+2
| * | drivers/dma/dw_dmac: make driver's endianness configurableHein Tibosch2012-10-252-5/+24
| * | backlight: ili9320: add missing SPI dependencyJingoo Han2012-10-251-1/+2
* | | Input: wacom - add touch sensor support for Cintiq 24HD touchJason Gerecke2012-10-263-3/+104
* | | Input: wacom - handle split-sensor devices with internal hubsJason Gerecke2012-10-263-2/+35
* | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-10-261-0/+2
|\ \ \
| * \ \ Merge tag 'fixes-for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Russell King2012-10-222-0/+3
| |\ \ \
| | * | | ARM: Xen: fix initial build problemsArnd Bergmann2012-10-092-0/+3
* | | | | Merge branch 'fixes_for_linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2012-10-263-8/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | drivers: cma: Fix wrong CMA selected region size default valueLaurent Pinchart2012-10-231-1/+1
| * | | | drivers: dma-coherent: Fix typo in dma_mmap_from_coherent documentationLaurent Pinchart2012-10-231-3/+2
| * | | | drivers: dma-contiguous: Don't redefine SZ_1MLaurent Pinchart2012-10-231-4/+1
* | | | | Merge tag 'spi-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2012-10-252-25/+34
|\ \ \ \ \
| * | | | | spi/pl022: Revert recent runtime PM changesUlf Hansson2012-10-231-3/+0
| * | | | | spi: spi-rspi: fix build error for the latest shdma driverShimoda, Yoshihiro2012-10-171-22/+34
| | |/ / / | |/| | |
* | | | | Merge tag 'iommu-fixes-v3.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-252-8/+33
|\ \ \ \ \
| * | | | | iommu/tegra: smmu: Fix deadly typoHiro Sugawara2012-10-241-1/+1
| * | | | | iommu/amd: Work around wrong IOAPIC device-id in IVRS tableJoerg Roedel2012-10-161-7/+32
| |/ / / /
* | | | | Merge tag 'pinctrl-v3.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-10-255-21/+19
|\ \ \ \ \
| * | | | | pinctrl/nomadik: pass DT node to the irqdomainLinus Walleij2012-10-231-1/+1
| * | | | | pinctrl/nomadik: use zero as default irq_startLinus Walleij2012-10-231-1/+1
| * | | | | pinctrl: fix missing unlock on error in pinctrl_groups_show()Wei Yongjun2012-10-231-1/+3
| * | | | | pinctrl/nomadik: use irq_create_mapping()Linus Walleij2012-10-231-1/+1
| * | | | | pinctrl: remove mutex lock in groups showHaojian Zhuang2012-10-181-4/+0
| * | | | | pinctrl: tegra: correct bank for pingroup and drv pingroupPritesh Raithatha2012-10-171-12/+12
| * | | | | pinctrl: tegra: set low power mode bank width to 2Pritesh Raithatha2012-10-171-1/+1
* | | | | | Merge tag 'edac_scrubrates_fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-10-251-7/+4
|\ \ \ \ \ \
| * | | | | | amd64_edac:__amd64_set_scrub_rate(): avoid overindexing scrubrates[]Andrew Morton2012-10-241-7/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'stable/for-linus-3.7-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-10-247-11/+26
|\ \ \ \ \ \
| * | | | | | xen: dbgp: Fix warning when CONFIG_PCI is not enabled.Ian Campbell2012-10-191-0/+2
| * | | | | | Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-10-195619-161122/+350841
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | xen: balloon: use correct type for frame_listIan Campbell2012-10-191-1/+1
| * | | | | | xen: balloon: don't include e820.hIan Campbell2012-10-191-1/+0
| * | | | | | xen: grant: use xen_pfn_t type for frame_list.Ian Campbell2012-10-191-4/+4