summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-181-2/+2
|\
| * of/base: release the node correctly in of_parse_phandle_with_args()Tang Yuantian2013-04-171-2/+2
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-05-176-32/+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/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-1720-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-173-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