summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86-64, init: Fix a possible wraparound bug in switchover in head_64.SZhang Yanfei2013-05-281-2/+4
* Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2013-05-223-8/+16
|\
| * x86, efi: initial the local variable of DataSize to zeroLee, Chun-Yi2013-05-141-1/+1
| * efivar: fix oops in efivar_update_sysfs_entries() caused by memory reuseSeiji Aguchi2013-05-131-5/+3
| * efivarfs: Never return ENOENT from firmware againLingzhu Xiang2013-05-131-2/+12
* | x86, range: fix missing merge during add rangeYinghai Lu2013-05-171-3/+5
* | Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2013-05-179-37/+53
|\ \
| * | ALSA: usb-audio: proc: use found syncmaxsize to determine feedback formatTorstein Hegge2013-05-171-11/+11
| * | ALSA: hda - Add headset mic support for another Dell machineDavid Henningsson2013-05-161-0/+1
| * | ALSA: snd-aoa: Add a layout entry for PowerBook6,5Michael Ellerman2013-05-162-1/+10
| * | Merge tag 'asoc-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai2013-05-163-22/+23
| |\ \
| | * \ Merge remote-tracking branch 'asoc/fix/wm0010' into asoc-linusMark Brown2013-05-141-0/+1
| | |\ \
| | | * | ASoC: wm0010: fix error return code in wm0010_boot()Wei Yongjun2013-05-071-0/+1
| | * | | Merge remote-tracking branch 'asoc/fix/ux500' into asoc-linusMark Brown2013-05-141-18/+18
| | |\ \ \
| | | * | | ASoC: ux500: Swap even/odd AD slot definitionsFabio Baltieri2013-05-081-18/+18
| | | |/ /
| | * | | Merge remote-tracking branch 'asoc/fix/da7213' into asoc-linusMark Brown2013-05-141-4/+4
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | ASoC: da7213: Fix setting dmic_samplephase and dmic_clk_rateAxel Lin2013-05-091-4/+4
| | | |/
| * | | ALSA: hda - Check the activity of the NID to be powered downTakashi Iwai2013-05-161-2/+7
| * | | sound: Fix make allmodconfig on MIPS correctlyPaul Bolle2013-05-131-1/+1
| |/ /
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-05-167-41/+36
|\ \ \
| * | | drm/radeon: restore nomodeset operation (v2)Dave Airlie2013-05-171-1/+11
| * | | qxl: fix bug with object eviction and update areaDave Airlie2013-05-171-0/+1
| * | | drm/qxl: drop active_user_framebuffer as its unneededDave Airlie2013-05-172-18/+4
| * | | qxl: drop unused variable.Dave Airlie2013-05-172-2/+0
| * | | drm/qxl: fix ioport interactions for kernel submitted commands.Dave Airlie2013-05-171-10/+19
| * | | drm: remove unused wrapper macrosDave Airlie2013-05-131-9/+0
| * | | drm/radeon: check incoming cliprects pointerKees Cook2013-05-131-1/+1
* | | | Merge tag 'pm+acpi-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-1626-195/+190
|\ \ \ \
| * \ \ \ Merge branch 'acpi-fixes'Rafael J. Wysocki2013-05-161-1/+2
| |\ \ \ \
| | * | | | ACPI / scan: Fix memory leak on acpi_scan_init_hotplug() error pathCatalin Marinas2013-05-151-1/+2
| * | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-05-162-6/+5
| |\ \ \ \ \
| | * | | | | cpufreq: Preserve sysfs files across suspend/resumeSrivatsa S. Bhat2013-05-152-6/+5
| * | | | | | Merge branch 'pm-fixes'Rafael J. Wysocki2013-05-145-30/+37
| |\ \ \ \ \ \
| | * | | | | | PM / hibernate: Correct documentationBorislav Petkov2013-05-141-2/+4
| | * | | | | | PM / Documentation: remove inaccurate suspend/hibernate transition lantency s...Zhang Rui2013-05-141-10/+0
| | * | | | | | PM: Documentation update for freeze stateZhang Rui2013-05-143-12/+27
| | * | | | | | PM: Avoid calling kfree() under spinlock in dev_pm_put_subsys_data()Shuah Khan2013-05-121-6/+6
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'acpi-fixes'Rafael J. Wysocki2013-05-147-20/+74
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | ACPI / AC: Add sleep quirk for Thinkpad e530Lan Tianyu2013-05-121-0/+33
| | * | | | | ACPI / EC: Restart transaction even when the IBF flag setLan Tianyu2013-05-121-3/+1
| | * | | | | ACPI video: ignore BIOS initial backlight value for HP 1000Alex Hung2013-05-121-0/+8
| | * | | | | ACPI: Fix section to __init. Align with usage in acpixf.hJan-Simon Möller2013-05-121-1/+1
| | * | | | | ACPI / PM: Move processor suspend/resume to syscore_opsRafael J. Wysocki2013-05-123-16/+31
| | |/ / / /
| * | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-05-1412-138/+72
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| | * | | cpufreq / intel_pstate: use vzalloc() instead of vmalloc()/memset(0)Wei Yongjun2013-05-141-2/+1
| | * | | cpufreq, ondemand: Remove leftover debug lineBorislav Petkov2013-05-131-1/+0
| | * | | cpufreq / kirkwood: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-121-4/+0
| | * | | cpufreq / intel_pstate: remove #ifdef MODULE compile fenceDirk Brandewie2013-05-121-2/+1
| | * | | cpufreq / intel_pstate: Remove idle mode PIDDirk Brandewie2013-05-121-49/+0
| | * | | cpufreq / intel_pstate: fix ffmpeg regressionDirk Brandewie2013-05-121-8/+2
OpenPOWER on IntegriCloud