summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpufreq-dt: free OPP table created during ->init()Viresh Kumar2014-12-011-2/+4
* Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki2014-12-012-42/+166
|\
| * PM / OPP replace kfree_rcu() with call_srcu() in opp_set_availability()Viresh Kumar2014-11-291-1/+1
| * PM / OPP Introduce APIs to remove OPPsViresh Kumar2014-11-292-1/+113
| * PM / OPP mark OPPs as 'static' or 'dynamic'Viresh Kumar2014-11-291-25/+34
| * PM / OPP don't match for existing OPPs when list is emptyViresh Kumar2014-11-291-6/+9
| * PM / OPP rename 'head' as 'rcu_head' or 'srcu_head' based on its typeViresh Kumar2014-11-291-10/+10
* | Merge back earlier cpufreq material for 3.19-rc1.Rafael J. Wysocki2014-12-0114-115/+543
|\ \
| * | cpufreq-dt: register cooling device from ->ready() callbackViresh Kumar2014-11-291-19/+32
| * | cpufreq: Introduce ->ready() callback for cpufreq driversViresh Kumar2014-11-292-0/+9
| * | cpufreq-dt: pass 'policy->related_cpus' to of_cpufreq_cooling_register()Viresh Kumar2014-11-291-1/+1
| * | cpufreq: Fix formatting issues in 'struct cpufreq_driver'Viresh Kumar2014-11-291-25/+25
| * | cpufreq: pxa2xx: Add Kconfig entryPetr Cvek2014-11-272-2/+9
| * | cpufreq: Ref the policy object soonerTomeu Vizoso2014-11-251-21/+21
| * | cpufreq: Kconfig: Remove architecture specific menu entriesViresh Kumar2014-11-181-31/+19
| * | Merge back cpufreq material for 3.19-rc1.Rafael J. Wysocki2014-11-1812-19/+430
| |\ \
| | * | cpufreq: pcc: Enable autoload of pcc-cpufreq for ACPI processorsLenny Szubowicz2014-11-141-0/+7
| | * | intel_pstate: Add CPUID for BDW-H CPUDirk Brandewie2014-11-121-0/+1
| | * | intel_pstate: Add support for HWPDirk Brandewie2014-11-124-14/+167
| | * | x86: Add support for Intel HWP feature detection.Dirk Brandewie2014-11-122-0/+10
| | * | cpufreq: respect the min/max settings from user spaceVince Hsu2014-11-111-2/+4
| | * | cpufreq: cpufreq-dt: Handle regulator_get_voltage() failureStefan Wahren2014-11-061-2/+2
| | * | cpufreq: cpufreq-dt: Improve debug about matching OPPStefan Wahren2014-11-061-0/+5
| | * | cpufreq: Loongson1: Add cpufreq driver for Loongson1BKelvin Cheung2014-11-063-0/+234
| | * | cpufreq: allow powersave governor as the default without expert modeJames Geboski2014-11-061-1/+0
* | | | Linux 3.18-rc7v3.18-rc7Linus Torvalds2014-12-011-1/+1
* | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-12-013-1/+23
|\ \ \ \
| * \ \ \ Merge tag 'drm-intel-fixes-2014-11-27' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-11-282-0/+5
| |\ \ \ \
| | * | | | drm/i915: Cancel vdd off work before suspendVille Syrjälä2014-11-261-0/+1
| | * | | | drm/i915: Ignore SURFLIVE and flip counter when the GPU gets resetVille Syrjälä2014-11-241-0/+4
| | | |_|/ | | |/| |
| * | | | Merge branch 'drm-fixes-3.18' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2014-11-271-1/+18
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | drm/radeon: report disconnected for LVDS/eDP with PX if ddc failsAlex Deucher2014-11-271-1/+18
* | | | | btrfs: zero out left over bytes after processing compression streamsChris Mason2014-11-304-5/+67
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-11-293-7/+7
|\ \ \ \ \
| * | | | | irqchip: brcmstb-l2: Fix error handling of irq_of_parse_and_mapDmitry Torokhov2014-11-261-2/+2
| * | | | | irqchip: bcm7120-l2: Fix error handling of irq_of_parse_and_mapDmitry Torokhov2014-11-261-2/+2
| * | | | | irqchip: atmel-aic: Fix irqdomain initializationBoris Brezillon2014-11-111-3/+3
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2014-11-295-52/+77
|\ \ \ \ \ \
| * | | | | | ufs: fix NULL dereference when no regulators are definedAkinobu Mita2014-11-261-0/+6
| * | | | | | ufs: ensure clk gating work is finished before module unloadingAkinobu Mita2014-11-261-0/+2
| * | | | | | scsi: ufs: fix static checker warning in ufshcd_parse_clock_infoDolev Raviv2014-11-201-6/+3
| * | | | | | scsi: ufs: fix static checker warning in __ufshcd_setup_clocksDolev Raviv2014-11-201-1/+1
| * | | | | | scsi: ufs: fix static checker warning in ufshcd_populate_vregDolev Raviv2014-11-201-4/+2
| * | | | | | scsi: ufs: fix static checker errors in ufshcd_system_suspendDolev Raviv2014-11-201-1/+1
| * | | | | | ufs: fix power info after link start-upYaniv Gardi2014-11-201-0/+18
| * | | | | | ufs: fix reference counting of W-LUsAkinobu Mita2014-11-202-40/+36
| * | | | | | scsi: add Intel Multi-Flex to scsi scan blacklistChristian Sünkenberg2014-11-201-0/+1
| * | | | | | bnx2fc: do not add shared skbs to the fcoe_rx_listMaurizio Lombardi2014-11-201-0/+7
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'staging-3.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-11-299-30/+105
|\ \ \ \ \ \
| * | | | | | staging: r8188eu: Add new device ID for DLink GO-USB-N150Larry Finger2014-11-271-0/+1