summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* virtio_balloon: leak_balloon(): only tell host if we got pages deflatedLuiz Capitulino2013-07-021-1/+2
* virtio-pci: fix leaks of msix_affinity_masksAndrew Vagin2013-07-021-2/+3
* Fix comment typo "CONFIG_PAE"Paul Bolle2013-07-021-1/+1
* virtio: remove virtqueue_add_buf().Rusty Russell2013-05-201-34/+3
* virtio_blk: Add missing 'static' qualifiersJonghwan Choi2013-05-201-1/+1
* Merge tag 'pm+acpi-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-1620-168/+150
|\
| * 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-141-6/+6
| |\ \ \
| | * | | 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-145-17/+65
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | 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 / PM: Move processor suspend/resume to syscore_opsRafael J. Wysocki2013-05-122-14/+23
| | |/
| * | 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
| * | cpufreq / intel_pstate: use lowest requested max performanceDirk Brandewie2013-05-121-3/+9
| * | cpufreq / intel_pstate: remove idle time and duration from sample and calcula...Dirk Brandewie2013-05-121-37/+8
| * | cpufreq: Fix incorrect dependecies for ARM SA11xx driversAlexander Shiyan2013-05-121-1/+1
| * | cpufreq: ARM big LITTLE: Fix Kconfig entriesViresh Kumar2013-05-121-8/+8
| * | cpufreq: cpufreq-cpu0: Free parent node for error casesViresh Kumar2013-05-121-1/+4
| * | cpufreq: cpufreq-cpu0: defer probe when regulator is not readyNishanth Menon2013-05-121-6/+16
| * | cpufreq: Issue CPUFREQ_GOV_POLICY_EXIT notifier before dropping policy refcountViresh Kumar2013-05-121-3/+3
| * | cpufreq: governors: Fix CPUFREQ_GOV_POLICY_{INIT|EXIT} notifiersViresh Kumar2013-05-122-4/+8
| * | cpufreq: ARM big LITTLE: Improve print messageViresh Kumar2013-05-121-1/+1
| * | cpufreq: ARM big LITTLE: Move cpu_to_cluster() to arm_big_little.hViresh Kumar2013-05-122-5/+5
| * | cpufreq: ARM big LITTLE DT: Return CPUFREQ_ETERNAL if clock-latency isn't foundViresh Kumar2013-05-121-3/+4
| * | cpufreq: ARM big LITTLE DT: Return correct transition latencyViresh Kumar2013-05-121-1/+1
| * | cpufreq: ARM big LITTLE: Select PM_OPPViresh Kumar2013-05-121-0/+1
| |/
* | Merge tag 'ntb-bugfixes-3.10' of git://github.com/jonmason/ntbLinus Torvalds2013-05-163-66/+121
|\ \
| * | NTB: Multiple NTB client fixJon Mason2013-05-151-2/+3
| * | ntb_netdev: remove from list on exitJon Mason2013-05-151-0/+2
| * | NTB: memcpy lockup workaroundJon Mason2013-05-151-3/+8
| * | NTB: Correctly handle receive buffers of the minimal sizeJon Mason2013-05-151-3/+5
| * | NTB: reset tx_index on link toggleJon Mason2013-05-151-1/+1
| * | NTB: Link toggle memory leakJon Mason2013-05-151-12/+20
| * | NTB: Handle 64bit BAR sizesJon Mason2013-05-152-50/+75
| * | NTB: fix pointer math issuesDan Carpenter2013-05-151-2/+2
| * | ntb: off by one sanity checksDan Carpenter2013-05-151-3/+3
| * | NTB: variable dereferenced before checkJon Mason2013-05-151-2/+14
| |/
* | Merge branch 'ipmi' (minor ipmi fixes from Corey)Linus Torvalds2013-05-164-11/+26
|\ \
| * | ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutexBenjamin LaHaise2013-05-161-1/+13
| * | ipmi: Improve error messages on failed irq enableCorey Minyard2013-05-161-6/+10