summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds39-643/+1725
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-34/+96
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds29-706/+490
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds369-11557/+22394
2013-02-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-378/+1210
2013-02-26drm/tilcdc: only build on armStephen Rothwell1-1/+1
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-3/+3
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds47-1004/+3725
2013-02-24Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds466-8472/+31149
2013-02-24Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds14-137/+1517
2013-02-24tty vt: fix character insertion overflowNicolas Pitre1-1/+1
2013-02-24Merge tag 'stable/for-linus-3.9-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds12-54/+1210
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-9/+957
2013-02-24Merge branch 'drm/hdmi-for-3.9' of git://anongit.freedesktop.org/tegra/linux ...Dave Airlie14-1266/+1262
2013-02-24Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie4-51/+34
2013-02-23Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds10-35/+320
2013-02-23mm: rename page struct field helpersMel Gorman2-2/+2
2013-02-23usb: forbid memory allocation with I/O during bus resetMing Lei1-0/+13
2013-02-23pm / runtime: force memory allocation with no I/O during Runtime PM callbcackMing Lei1-1/+18
2013-02-23pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei1-0/+70
2013-02-23acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen1-10/+13
2013-02-23cpu-hotplug, memory-hotplug: try offlining the node when hotremoving a cpuWen Congyang1-0/+2
2013-02-23memory-hotplug: remove sysfs file of nodeTang Chen1-2/+6
2013-02-23memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu1-13/+183
2013-02-23memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu1-0/+6
2013-02-23drivers/md/persistent-data/dm-transaction-manager.c: rename HASH_SIZEAndrew Morton1-7/+7
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds21-37/+1956
2013-02-23Merge branch 'acpi-pm' into fixesRafael J. Wysocki3-29/+94
2013-02-23ACPI / PM: Take unusual configurations of power resources into accountRafael J. Wysocki3-29/+94
2013-02-22Merge branch 'parisc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds5-17/+11
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-8/+8
2013-02-23Merge branch 'acpi-cleanup' into fixesRafael J. Wysocki1-4/+1
2013-02-23Merge branch 'pm-cpufreq' into fixesRafael J. Wysocki1-1/+1
2013-02-23imx6q-cpufreq: fix return value check in imx6q_cpufreq_probe()Wei Yongjun1-1/+1
2013-02-23ACPI / APEI: Fix crash in apei_hest_parse() for acpi=offRafael J. Wysocki1-4/+1
2013-02-22drm/i915: Revert hdmi HDP pin checksDaniel Vetter1-29/+0
2013-02-22drm/tegra: Add list of framebuffers to debugfsThierry Reding1-0/+44
2013-02-22drm/tegra: Fix color expansionThierry Reding1-1/+1
2013-02-22drm/tegra: Split DC_CMD_STATE_CONTROL register writeThierry Reding1-2/+3
2013-02-22drm/tegra: Implement page-flipping supportThierry Reding4-0/+82
2013-02-22drm/tegra: Implement VBLANK supportThierry Reding3-17/+91
2013-02-22drm/tegra: Implement .mode_set_base()Thierry Reding1-0/+32
2013-02-22drm/tegra: Add plane supportThierry Reding3-95/+372
2013-02-22drm/tegra: Remove bogus tegra_framebuffer structureThierry Reding2-12/+1
2013-02-22drm: Add consistency check for page-flippingThierry Reding1-0/+7
2013-02-22drm/radeon: Use generic HDMI infoframe helpersThierry Reding2-161/+58
2013-02-22drm/tegra: Use generic HDMI infoframe helpersThierry Reding3-306/+110
2013-02-22drm: Add HDMI infoframe helpersThierry Reding2-0/+34
2013-02-22video: Add generic HDMI infoframe helpersThierry Reding3-0/+312
2013-02-22drm: Move mode tables to drm_edid.cThierry Reding2-781/+746