Tags give the ability to mark specific points in history as being important
-
sound-3.4
sound fixes for 3.4 A few last-minute regression fixes for 3.4 final kernel. All trivial, and Cc'ed to stable kernel.
-
regulator-3.4
968c2c17 · ·regulator: A couple of fixes for 3.4 One small fix for an edge condition in the max8997 driver and a fix for a surprise in the devres API which caused devm_regulator_put() to not actually put the regulator - a nicer version of this based on an improvement of the devres API is queued for 3.5.
-
intr-remapping-ops-for-ingo
8a8f422d · ·Interrupt remapping ops for x86 This patchset introduces a generic ops-interface for accessing interrupt remapping hardware on x86. It factors out the VT-d specific code from io_apic.c and moves it to drivers/iommu. These changes will be used to add support for AMD interrupt remapping hardware.
-
pm-for-3.4-rc5
26e0f90f · ·Power management fixes for 3.4 Fix for an issue causing hibernation to hang on systems with highmem (that practically means i386) due to broken memory management (bug introduced in 3.2, so -stable material) and PM documentation update making the freezer documentation follow the code again after some recent updates.
-
staging-3.4-rc4
89f21cc0 · ·Staging tree fixes for 3.4-rc4 Here are some tiny drivers/staging/ bugfixes. Some build fixes that were recently reported, as well as one kfree bug that is hitting a number of users. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
regulator-max8997-typo
f55205f4 · ·regulator: Fix a simple typo in the max8997 driver Small and obvious bugfix.
-
staging-3.4-rc2
474a8988 · ·Staging tree fixes for 3.4-rc2 Here are a number of bugfixes for the drivers/staging/ portion of the kernel that have been reported recently. Nothing major here, with maybe the exception of the ramster code can now be built so it is enabled in the build again, and lots of memory leaks that people like to have fixed on their systems. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
pm-for-3.4-part-2
c4772d19 · ·More power management updates for 3.4 Fixes mostly, including: * Patch series that hopefully fixes races between the freezer and request_firmware() and request_firmware_nowait() for good, with two cleanups from Stephen Boyd on top. * Runtime PM fix from Alan Stern preventing tasks from getting stuck indefinitely in the runtime PM wait queue. * Device PM QoS update from MyungJoo Ham introducing a new variant of pm_qos_update_request() allowing the callers to specify a timeout.
-
iommu-updates-v3.4
7de47306 · ·The IOMMU updates for this round are not very large patch-wise. But they contain two new IOMMU drivers for the ARM Tegra 2 and 3 platforms. Besides that there are also a few patches for the AMD IOMMU which prepare the driver for adding intr-remapping support and a couple of fixes.
-
staging-3.3
bc01caf5 · ·staging driver merge for 3.4-rc1 Here is the big drivers/staging/ merge for 3.4-rc1 Lots of new driver updates here, with the addition of a few new ones, and only one moving out of the staging tree to the "real" part of the kernel (the hyperv scsi driver, acked by the scsi maintainer). There are also loads of cleanups, fixes, and other minor things in here, all self-contained in the drivers/staging/ tree. Overall we reversed the recent trend by adding more lines than we removed: 379 files changed, 37952 insertions(+), 14153 deletions(-) Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
pm-for-3.4
98e8bdaf · ·Power management updates for 3.4 Assorted extensions and fixes including: * Introduction of early/late suspend/hibernation device callbacks. * Generic PM domains extensions and fixes. * devfreq updates from Axel Lin and MyungJoo Ham. * Device PM QoS updates. * Fixes of concurrency problems with wakeup sources. * System suspend and hibernation fixes.