summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-10-245-18/+52
|\
| * ALSA: hda - Add missing terminating entry to SND_HDA_PIN_QUIRK macroDavid Henningsson2014-10-241-2/+2
| * ALSA: pcm: Fix false lockdep warningsTakashi Iwai2014-10-211-7/+5
| * ALSA: hda - Fix inverted LED gpio setup for Lenovo IdeapadTakashi Iwai2014-10-201-2/+2
| * ALSA: hda - hdmi: Fix missing ELD change event on plug/unplugAnssi Hannula2014-10-201-6/+9
| * ALSA: usb-audio: Add support for Steinberg UR22 USB interfaceVlad Catoi2014-10-201-0/+30
| * ALSA: ALC283 codec - Avoid pop noise on headphones during suspend/resumeHarsha Priya2014-10-201-0/+3
| * ALSA: pcm: use the same dma mmap codepath both for arm and arm64Anatol Pomozov2014-10-181-1/+1
* | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-2410-19/+36
|\ \
| * | crypto: memzero_explicit - make sure to clear out sensitive dataDaniel Borkmann2014-10-177-13/+13
| * | random: add and use memzero_explicit() for clearing dataDaniel Borkmann2014-10-173-6/+23
* | | Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-10-2436-150/+527
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki2014-10-236-37/+183
| |\ \ \ \
| | | * | | intel_pstate: Correct BYT VID values.Dirk Brandewie2014-10-231-1/+12
| | | * | | intel_pstate: Fix BYT frequency reportingDirk Brandewie2014-10-231-6/+36
| | | * | | intel_pstate: Don't lose sysfs settings during cpu offlineDirk Brandewie2014-10-231-3/+3
| | | * | | cpufreq: intel_pstate: Reflect current no_turbo state correctlyGabriele Mazzotta2014-10-231-12/+36
| | | * | | cpufreq: expose scaling_cur_freq sysfs file for set_policy() driversDirk Brandewie2014-10-231-6/+17
| | | * | | cpufreq: intel_pstate: Fix setting max_perf_pct in performance policyPali Rohár2014-10-231-0/+1
| | | * | | cpufreq: cpufreq-dt: adjust message related to regulatorsThomas Petazzoni2014-10-211-2/+2
| | | * | | cpufreq: cpufreq-dt: extend with platform_dataThomas Petazzoni2014-10-212-2/+37
| | | * | | cpufreq: allow driver-specific dataThomas Petazzoni2014-10-212-0/+17
| | * | | | cpuidle: powernv: Populate cpuidle state details by querying the device-treePreeti U. Murthy2014-10-211-5/+22
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'acpi-pm' and 'pm-genirq'Rafael J. Wysocki2014-10-232-3/+5
| |\ \ \ \ \
| | | * | | | PCI / PM: handle failure to enable wakeup on PCIe PMELucas Stach2014-10-231-2/+4
| | | |/ / /
| | * | | | ACPI: invoke acpi_device_wakeup() with correct parametersZhang Rui2014-10-231-1/+1
| * | | | | Merge branch 'freezer'Rafael J. Wysocki2014-10-235-15/+79
| |\ \ \ \ \
| | * | | | | PM / freezer: Clean up code after recent fixesRafael J. Wysocki2014-10-221-15/+16
| | * | | | | PM: convert do_each_thread to for_each_process_threadMichal Hocko2014-10-211-8/+8
| | * | | | | OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2014-10-214-1/+67
| | * | | | | freezer: remove obsolete comments in __thaw_task()Cong Wang2014-10-211-6/+0
| | * | | | | freezer: Do not freeze tasks killed by OOM killerCong Wang2014-10-211-0/+3
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'pm-qos'Rafael J. Wysocki2014-10-233-3/+33
| |\ \ \ \ \
| | * | | | | PM / QoS: Add PM_QOS_MEMORY_BANDWIDTH classTomeu Vizoso2014-09-253-3/+33
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'acpi-ec' and 'acpi-platform'Rafael J. Wysocki2014-10-232-38/+71
| |\ \ \ \ \ \ \
| | | * | | | | | ACPI / platform: provide default DMA maskHeikki Krogerus2014-10-211-0/+2
| | | | |/ / / / | | | |/| | | |
| | * | | | | | ACPI / EC: Cleanup coding style.Lv Zheng2014-10-211-26/+30
| | * | | | | | ACPI / EC: Refine event/query debugging messages.Lv Zheng2014-10-211-6/+8
| | * | | | | | ACPI / EC: Add detailed command/query debugging information.Lv Zheng2014-10-211-5/+29
| | * | | | | | ACPI / EC: Enhance the logs to apply to QR_EC transactions.Lv Zheng2014-10-211-3/+3
| | * | | | | | ACPI / EC: Add CPU ID to debugging messages.Lv Zheng2014-10-211-1/+2
| | |/ / / / /
| * | | | | | Merge branch 'acpica'Rafael J. Wysocki2014-10-2118-54/+156
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | ACPICA: Update version to 20140926.Bob Moore2014-10-211-1/+1
| | * | | | | ACPICA: acpiexec: Do not put STDIN into raw mode unless it is a terminal.Bob Moore2014-10-211-0/+8
| | * | | | | ACPICA: iASL/Disassembler: Add support for hardware summary mapfiles.Bob Moore2014-10-211-0/+34
| | * | | | | ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng2014-10-215-6/+6
| | * | | | | ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng2014-10-214-19/+35
| | * | | | | ACPICA: Events: Update GPE handler removal, match behavior of handler install.Lv Zheng2014-10-211-3/+5
| | * | | | | ACPICA: Events: Reduce source code difference in acpi_install_gpe_handler().Lv Zheng2014-10-211-1/+9
| | * | | | | ACPICA: Events: Reduce indent divergences of events files.Lv Zheng2014-10-217-25/+25
OpenPOWER on IntegriCloud