summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* slab.h: sprinkle __assume_aligned attributesRasmus Villemoes2015-11-201-17/+26
* Merge tag 'pm+acpi-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-2011-299/+95
|\
| *---. Merge branches 'acpi-smbus', 'acpi-ec' and 'acpi-pci'Rafael J. Wysocki2015-11-203-44/+10
| |\ \ \
| | | | * PCI: Fix OF logic in pci_dma_configure()Suravee Suthikulpanit2015-11-201-2/+2
| | | * | ACPI-EC: Drop unnecessary check made before calling acpi_ec_delete_query()Markus Elfring2015-11-161-1/+1
| | * | | Revert "ACPI / SBS: Add 5 us delay to fix SBS hangs on MacBook"Chris Bainbridge2015-11-161-22/+0
| | * | | ACPI / SMBus: Fix boot stalls / high CPU caused by reentrant codeChris Bainbridge2015-11-161-19/+7
| | |/ /
| * | | Merge branch 'pm-sleep'Rafael J. Wysocki2015-11-201-0/+6
| |\ \ \
| | * | | PM / wakeirq: check that wake IRQ is valid before accepting itDmitry Torokhov2015-11-161-0/+6
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'pm-cpufreq' and 'acpi-cppc'Rafael J. Wysocki2015-11-205-249/+74
| |\ \ \ \ \
| | | * | | | ACPI / CPPC: Use h/w reduced version of the PCCT structureAshwin Chaugule2015-11-141-1/+1
| | * | | | | Revert "Documentation: kernel_parameters for Intel P state driver"Rafael J. Wysocki2015-11-191-3/+0
| | * | | | | cpufreq: mediatek: fix build errorArnd Bergmann2015-11-191-0/+1
| | * | | | | cpufreq: intel_pstate: Add separate support for Airmont coresPhilippe Longepe2015-11-191-11/+46
| | * | | | | cpufreq: intel_pstate: Replace BYT with ATOMPhilippe Longepe2015-11-191-29/+29
| | * | | | | Revert "cpufreq: intel_pstate: Use ACPI perf configuration"Rafael J. Wysocki2015-11-192-171/+1
| | * | | | | Revert "cpufreq: intel_pstate: Avoid calculation for max/min"Rafael J. Wysocki2015-11-181-43/+5
| * | | | | | Merge branch 'pm-tools'Rafael J. Wysocki2015-11-162-6/+5
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | x86: remove unused definition of MSR_NHM_PLATFORM_INFOLen Brown2015-11-131-2/+1
| | * | | | | tools/power turbostat: use new name for MSR_PLATFORM_INFOLen Brown2015-11-131-4/+4
* | | | | | | Merge tag 'powerpc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-203-1/+3
|\ \ \ \ \ \ \
| * | | | | | | powerpc: Wire up sys_mlock2()Michael Ellerman2015-11-163-1/+3
| |/ / / / / /
* | | | | | | Merge tag 'dmaengine-fix-4.4-rc2' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2015-11-197-30/+35
|\ \ \ \ \ \ \
| * | | | | | | dmaengine: at_hdmac: use %pad format string for dma_addr_tArnd Bergmann2015-11-162-13/+13
| * | | | | | | dmaengine: at_xdmac: use %pad format string for dma_addr_tArnd Bergmann2015-11-161-10/+10
| * | | | | | | dmaengine: imx-sdma: remove __init annotation on sdma_event_remapJason Liu2015-11-161-1/+1
| * | | | | | | dmaengine: edma: predecence bug in GET_NUM_QDMACH()Dan Carpenter2015-11-161-1/+1
| * | | | | | | dmaengine: edma: fix build without CONFIG_OFArnd Bergmann2015-11-161-1/+1
| * | | | | | | dmaengine: of_dma: Correct return code for of_dma_request_slave_channel in ca...Peter Ujfalusi2015-11-161-1/+1
| * | | | | | | dmaengine: sh: usb-dmac: Fix pm_runtime_{enable,disable}() imbalanceGeert Uytterhoeven2015-11-161-1/+2
| * | | | | | | dmaengine: sh: usb-dmac: Fix crash on runtime suspendGeert Uytterhoeven2015-11-161-2/+6
| |/ / / / / /
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-1940-537/+954
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'drm-intel-fixes-2015-11-19' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-11-207-52/+118
| |\ \ \ \ \ \ \
| | * | | | | | | Revert "drm/i915: skip modeset if compatible for everyone."Jani Nikula2015-11-193-1/+8
| | * | | | | | | drm/i915: Consider SPLL as another shared pll, v2.Maarten Lankhorst2015-11-184-41/+83
| | * | | | | | | drm/i915: Fix gpu frequency change tracingMika Kuoppala2015-11-181-1/+1
| | * | | | | | | drm/i915: Don't clobber the addfb2 ioctl paramsVille Syrjälä2015-11-171-3/+4
| | * | | | | | | drm/i915: Clear intel_crtc->atomic before updating it.Maarten Lankhorst2015-11-171-0/+3
| | * | | | | | | drm/i915: get runtime PM reference around GEM set_caching IOCTLImre Deak2015-11-161-1/+7
| | * | | | | | | drm/i915: Fix GT frequency roundingMika Kuoppala2015-11-161-3/+5
| | * | | | | | | drm/i915: quirk backlight present on Macbook 4, 1Jani Nikula2015-11-161-0/+3
| | * | | | | | | drm/i915: Fix crtc_y assignment in intel_find_initial_plane_obj()Ville Syrjälä2015-11-161-2/+4
| | |/ / / / / /
| * | | | | | | Merge tag 'topic/drm-fixes-2015-11-19' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-11-204-65/+79
| |\ \ \ \ \ \ \
| | * | | | | | | drm/atomic-helper: Check encoder/crtc constraintsDaniel Vetter2015-11-191-0/+8
| | * | | | | | | drm: Fix primary plane size for stereo doubled modes for legacy setcrtcVille Syrjälä2015-11-171-6/+9
| | * | | | | | | drm/core: Fix old_fb handling in pan_display_atomic.Maarten Lankhorst2015-11-171-22/+8
| | * | | | | | | drm/core: Fix old_fb handling in restore_fbdev_mode_atomic.Maarten Lankhorst2015-11-171-15/+6
| | * | | | | | | drm/atomic: add a drm_atomic_clean_old_fb helper.Maarten Lankhorst2015-11-172-18/+43
| | * | | | | | | drm/core: Fix old_fb handling in drm_mode_atomic_ioctl.Maarten Lankhorst2015-11-171-1/+2
| | * | | | | | | drm/core: Set legacy_cursor_update in drm_atomic_helper_disable_plane.Maarten Lankhorst2015-11-171-3/+3
| | |/ / / / / /