summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds2013-11-2221-62/+472
|\
| * x86, wmi fix modalias_show return valuesPrarit Bhargava2013-11-201-2/+4
| * ipc: Added support for IPC interrupt modeKuppuswamy Sathyanarayanan2013-11-201-3/+45
| * ipc: Handle error conditions in ipc commandKuppuswamy Sathyanarayanan2013-11-201-3/+5
| * ipc: Enabled ipc support for additional intel platformsKuppuswamy Sathyanarayanan2013-11-201-0/+24
| * ipc: Added platform data structureKuppuswamy Sathyanarayanan2013-11-201-8/+29
| * thinkpad_acpi: Fix build error when CONFIG_SND_MAX_CARDS > 32Takashi Iwai2013-11-201-1/+6
| * platform: add chrome platform directoryOlof Johansson2013-11-207-12/+32
| * hp-wmi: detect "2009 BIOS or later" flag by WMI 0x0d for wireless cmdAlex Hung2013-11-201-1/+13
| * dell-wmi: Add KEY_MICMUTE to bios_to_linux_keycodeAlex Hung2013-11-201-3/+4
| * platform:x86: Remove OOM message after input_allocate_deviceJoe Perches2013-11-208-23/+8
| * sony-laptop: fixe typos in sony_laptop_input_keycode_mapStephen Gildea2013-11-201-2/+2
| * sony-laptop: warn on multiple KBD backlight handlesMattia Dongili2013-11-201-4/+12
| * dell-laptop: Only enable rfkill functionality on laptops with a hw killswitchHans de Goede2013-11-201-3/+10
| * dell-laptop: Add a force_rfkill module parameterHans de Goede2013-11-201-1/+5
| * dell-laptop: Wait less long before updating rfkill after an rfkill keypressHans de Goede2013-11-201-1/+1
| * dell-laptop: Do not skip setting blocked bit rfkill_set while hw-blockedHans de Goede2013-11-201-3/+2
| * dell-laptop: Sync current block state to BIOS on hw switch changeHans de Goede2013-11-201-3/+11
| * dell-laptop: Allow changing the sw_state while the radio is blocked by hwHans de Goede2013-11-201-5/+2
| * dell-laptop: Don't read-back sw_state on machines with a hardware switchHans de Goede2013-11-201-1/+4
| * dell-laptop: Don't set sw_state from the query callbackHans de Goede2013-11-201-8/+19
| * dell-laptop: Only get status from BIOS once when updatingHans de Goede2013-11-201-9/+19
| * dell-laptop: If there is no hwswitch, then clear all hw-controlled bitsHans de Goede2013-11-201-0/+3
| * dell-laptop: Only enable rfkill on LatitudesHans de Goede2013-11-201-50/+7
| * Revert "dell-laptop: Remove rfkill code"Hans de Goede2013-11-201-0/+289
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-11-2249-318/+989
|\ \
| * | drm/sysfs: fix hotplug regression since lifetime changesDavid Herrmann2013-11-211-7/+33
| * | drm/exynos: g2d: fix memory leak to userptrInki Dae2013-11-211-0/+2
| * | Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux ...Dave Airlie2013-11-213-9/+59
| |\ \
| | * | drm/ttm: Remove set_need_resched from the ttm fault handlerThomas Hellstrom2013-11-202-7/+54
| | * | drm/ttm: Don't move non-existing dataThomas Hellstrom2013-11-201-2/+5
| * | | Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2013-11-218-67/+472
| |\ \ \
| | * | | drm/vmwgfx: Make vmwgfx dma buffers prime awareThomas Hellstrom2013-11-181-20/+25
| | * | | drm/vmwgfx: Make surfaces prime-awareThomas Hellstrom2013-11-182-15/+17
| | * | | drm/vmwgfx: Hook up the prime ioctlsThomas Hellstrom2013-11-184-3/+157
| | * | | drm/ttm: Add a minimal prime implementation for ttm base objectsThomas Hellstrom2013-11-181-6/+248
| | * | | drm/vmwgfx: Fix false lockdep warningThomas Hellstrom2013-11-181-10/+6
| | * | | drm/ttm: Allow execbuf util reserves without ticketThomas Hellstrom2013-11-181-13/+19
| | |/ /
| * | | Merge tag 'drm-intel-fixes-2013-11-20' of git://people.freedesktop.org/~danve...Dave Airlie2013-11-218-22/+79
| |\ \ \
| | * | | drm/i915: Fix gen3 self-refresh watermarksDaniel Vetter2013-11-201-1/+1
| | * | | drm/i915: Replicate BIOS eDP bpp clamping hack for hswDaniel Vetter2013-11-191-0/+20
| | * | | drm/i915: Do not enable package C8 on unsupported hardwareChris Wilson2013-11-192-0/+16
| | * | | drm/i915: Hold pc8 lock around toggling pc8.gpu_idleChris Wilson2013-11-191-2/+6
| | * | | drm/i915: encoder->get_config is no longer optionalDaniel Vetter2013-11-181-4/+2
| | * | | drm/i915/tv: add ->get_config callbackDaniel Vetter2013-11-181-0/+8
| | * | | drm/i915: restore the early forcewake cleanupDaniel Vetter2013-11-171-12/+14
| | * | | Partially revert "drm/i915: tune the RC6 threshold for stability"Daniel Vetter2013-11-161-1/+1
| | * | | drm/i915: flush cursors harderDaniel Vetter2013-11-151-0/+4
| | * | | i915: Use 120MHz LVDS SSC clock for gen5/gen6/gen7Duncan Laurie2013-11-151-1/+6
| | * | | drm/i915/dp: set sink to power down mode on dp disableJani Nikula2013-11-141-1/+1