summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-07-142-17/+15
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | * | | | | | | efi: fdt: Do not report an error during boot if UEFI is not availableCatalin Marinas2014-07-101-7/+15
| | | * | | | | | | efi/arm64: efistub: remove local copy of linux_bannerArd Biesheuvel2014-07-071-10/+0
| * | | | | | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-07-195-16/+39
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branches 'cxgb4' and 'mlx5' into for-nextRoland Dreier2014-07-172-5/+16
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | IB/mlx5: Enable "block multicast loopback" for kernel consumersOr Gerlitz2014-07-171-1/+1
| | | * | | | | | | | | mlx5_core: Fix possible race between mr tree insert/deleteSagi Grimberg2014-07-101-4/+15
| | * | | | | | | | | | RDMA/cxgb4: Call iwpm_init() only onceSteve Wise2014-07-133-9/+12
| | * | | | | | | | | | RDMA/cxgb4: Initialize the device status pageSteve Wise2014-07-091-0/+1
| | * | | | | | | | | | RDMA/cxgb4: Clean up connection on ARP errorHariprasad S2014-07-091-1/+10
| | * | | | | | | | | | RDMA/cxgb4: Fix skb_leak in reject_cr()Hariprasad S2014-07-091-1/+0
| | |/ / / / / / / / /
| * | | | | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-07-193-5/+5
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | hwmon: (adt7470) Fix writes to temperature limit registersGuenter Roeck2014-07-171-3/+3
| | * | | | | | | | | | hwmon: (da9055) Don't use dash in the name attributeAxel Lin2014-07-141-1/+1
| | * | | | | | | | | | hwmon: (da9052) Don't use dash in the name attributeAxel Lin2014-07-141-1/+1
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'iommu-fixes-v3.16-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-07-192-14/+12
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | iommu/fsl: Fix the error condition during iommu groupVarun Sethi2014-07-071-2/+5
| | * | | | | | | | | | iommu/fsl: Fix the device domain attach condition.Varun Sethi2014-07-071-7/+2
| | * | | | | | | | | | iommu/fsl: Fix PAMU window size check.Varun Sethi2014-07-072-5/+5
| | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'pm+acpi-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-07-195-10/+18
| |\ \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ Merge branches 'pm-sleep' and 'pm-cpufreq'Rafael J. Wysocki2014-07-184-9/+9
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / | | | |/| | | | | | | | |
| | | | * | | | | | | | | cpufreq: move policy kobj to policy->cpu at resumeViresh Kumar2014-07-171-2/+4
| | | | * | | | | | | | | cpufreq: cpu0: OPPs can be populated at runtimeViresh Kumar2014-07-161-5/+2
| | | | * | | | | | | | | cpufreq: kirkwood: Reinstate cpufreq driver for ARCH_KIRKWOODQuentin Armitage2014-07-161-1/+1
| | | | * | | | | | | | | cpufreq: imx6q: Select PM_OPPNicolas Del Piano2014-07-161-0/+1
| | | | * | | | | | | | | cpufreq: sa1110: set memory type for h3600Linus Walleij2014-07-161-1/+1
| | | |/ / / / / / / / /
| | * | | | | | | | | | ACPI / video: Add use_native_backlight quirk for HP ProBook 4540sHans de Goede2014-07-161-0/+8
| | * | | | | | | | | | Revert "ACPI / video: change acpi-video brightness_switch_enabled default to 0"Rafael J. Wysocki2014-07-141-1/+1
| | |/ / / / / / / / /
| * | | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-07-199-114/+125
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'drm-fixes-3.16' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2014-07-187-111/+119
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | drm/radeon: Make classic pageflip completion path less racy.Mario Kleiner2014-07-171-3/+3
| | | * | | | | | | | | | drm/radeon: Add missing vblank_put in pageflip ioctl error path.Mario Kleiner2014-07-171-1/+4
| | | * | | | | | | | | | drm/radeon: Remove redundant fence unref in pageflip path.Mario Kleiner2014-07-171-1/+0
| | | * | | | | | | | | | drm/radeon: Complete page flip even if waiting on the BO fence failsMichel Dänzer2014-07-171-15/+9
| | | * | | | | | | | | | drm/radeon: Move pinning the BO back to radeon_crtc_page_flip()Michel Dänzer2014-07-172-91/+93
| | | * | | | | | | | | | drm/radeon: Prevent too early kms-pageflips triggered by vblank.Mario Kleiner2014-07-174-9/+10
| | | * | | | | | | | | | drm/radeon: set default bl level to something reasonableAlex Deucher2014-07-171-3/+7
| | | * | | | | | | | | | drm/radeon: avoid leaking edid dataAlex Deucher2014-07-171-0/+5
| | * | | | | | | | | | | drm/qxl: return IRQ_NONE if it was not our irqJason Wang2014-07-171-0/+3
| | * | | | | | | | | | | Merge branch 'linux-3.16' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie2014-07-151-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | | * | | | | | | | | | drm/nouveau/therm: fix a potential deadlock in the therm monitoring codeMartin Peres2014-07-151-3/+3
| * | | | | | | | | | | | Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-07-191-3/+14
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | random: check for increase of entropy_count because of signed conversionHannes Frederic Sowa2014-07-191-3/+14
| | |/ / / / / / / / / / /
| * | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-07-192-8/+49
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | hwrng: virtio - ensure reads happen after successful probeAmit Shah2014-07-142-0/+16
| | * | | | | | | | | | | | hwrng: fetch randomness only after device initAmit Shah2014-07-141-8/+33
| * | | | | | | | | | | | | Merge tag 'dm-3.16-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-07-182-0/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | dm cache metadata: do not allow the data block size to changeMike Snitzer2014-07-151-0/+9
| | * | | | | | | | | | | | | dm thin metadata: do not allow the data block size to changeMike Snitzer2014-07-151-0/+9
| * | | | | | | | | | | | | | Merge tag 'upstream-3.16-rc6' of git://git.infradead.org/linux-ubifsLinus Torvalds2014-07-181-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \