Tags give the ability to mark specific points in history as being important
-
-
homlet-elite-lichee-v0.2
874f5468 · ·V0.2 Based on tag 'exdroid4.0.4r1-a13-v1.5' in linux's a1x-stable branch.
-
mmc-merge-for-3.6-rc1
30b87c60 · ·MMC highlights for 3.6: Core: - Rename cd-gpio to slot-gpio and extend it to support more slot GPIO functions, such as write-protect. - Add a function to get regulators (Vdd and Vccq) for a host. Drivers: - sdhci-pxav2, sdhci-pxav3: Add device tree support. - sdhi: Add device tree support. - sh_mmcif: Add support for regulators, device tree, slot-gpio. - tmio: Add regulator support, use slot-gpio.
-
pm-for-3.6-rc1
75a4161a · ·Power management updates for 3.6 * ACPI conversion to PM handling based on struct dev_pm_ops. * Conversion of a number of platform drivers to PM handling based on struct dev_pm_ops and removal of empty legacy PM callbacks from a couple of PCI drivers. * Suspend-to-both for in-kernel hibernation from Bojan Smojver. * cpuidle fixes and cleanups from ShuoX Liu, Daniel Lezcano and Preeti U Murthy. * cpufreq bug fixes from Jonghwa Lee and Stephen Boyd. * Suspend and hibernate fixes from Srivatsa S. Bhat and Colin Cross. * Generic PM domains framework updates. * RTC CMOS wakeup signaling update from Paul Fox. * sparse warnings fixes from Sachin Kamat. * Build warnings fixes for the generic PM domains framework and PM sysfs code. * sysfs switch for printing device suspend times from Sameer Nanda. * Documentation fix from Oskar Schirmer.
-
-
-
pm-post-3.5-rc7
d9914cf6 · ·Last-minute PM update for 3.5 This renames CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPEND to encourage future reuse of the capability in question in related cases.
-
-
cpufreq-for-3.5-rc7
c4686c71 · ·cpufreq fix for 3.5-rc7 This fixes a regression preventing the ACPI cpufreq driver from loading on some systems where it worked previously without any problems.
-
for-linus-v3.5-rc7
1632dcc9 · ·xfs: regression fixes for 3.5-rc7 - Really fix a cursor leak in xfs_alloc_ag_vextent_near - Fix a performance regression related to doing allocation in workqueues - Prevent recursion in xfs_buf_iorequest which is causing stack overflows - Don't call xfs_bdstrat_cb in xfs_buf_iodone callbacks
-
-
pm-for-3.5-rc7
dc332fdf · ·Power management fix for 3.5-rc7 This removes ACPICA code that had been removed once from the kernel already by commit 2780cc4660e1 ([ACPI] Fix suspend/resume lockup issue by leaving Bus Master Arbitration enabled.), because it was known to cause systems to lock up during resume from suspend, but was re-introduced by mistake during the v3.4 merge window.
-
mmc-fixes-for-3.5-rc7
623b51fc · ·MMC fixes for 3.5-rc7: - Revert a patch that made failing to select power class fatal; it turns out that it fails non-fatally on Tegra boards. Regression against 3.5-rc1. - Add the IRQF_ONESHOT flag to the cd-gpio driver, which turned into a regression in 3.5-rc1 when IRQF_ONESHOT became required for threaded IRQs with no handler.