summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-11-21ipc: Added support for IPC interrupt modeKuppuswamy Sathyanarayanan
2013-11-20ipc: Handle error conditions in ipc commandKuppuswamy Sathyanarayanan
2013-11-20ipc: Enabled ipc support for additional intel platformsKuppuswamy Sathyanarayanan
2013-11-20ipc: Added platform data structureKuppuswamy Sathyanarayanan
2013-11-20thinkpad_acpi: Fix build error when CONFIG_SND_MAX_CARDS > 32Takashi Iwai
2013-11-20platform: add chrome platform directoryOlof Johansson
2013-11-20hp-wmi: detect "2009 BIOS or later" flag by WMI 0x0d for wireless cmdAlex Hung
2013-11-20dell-wmi: Add KEY_MICMUTE to bios_to_linux_keycodeAlex Hung
2013-11-20platform:x86: Remove OOM message after input_allocate_deviceJoe Perches
2013-11-20sony-laptop: fixe typos in sony_laptop_input_keycode_mapStephen Gildea
2013-11-20sony-laptop: warn on multiple KBD backlight handlesMattia Dongili
2013-11-20dell-laptop: Only enable rfkill functionality on laptops with a hw killswitchHans de Goede
2013-11-20dell-laptop: Add a force_rfkill module parameterHans de Goede
2013-11-20dell-laptop: Wait less long before updating rfkill after an rfkill keypressHans de Goede
2013-11-20dell-laptop: Do not skip setting blocked bit rfkill_set while hw-blockedHans de Goede
2013-11-20dell-laptop: Sync current block state to BIOS on hw switch changeHans de Goede
2013-11-20dell-laptop: Allow changing the sw_state while the radio is blocked by hwHans de Goede
2013-11-20dell-laptop: Don't read-back sw_state on machines with a hardware switchHans de Goede
2013-11-20dell-laptop: Don't set sw_state from the query callbackHans de Goede
2013-11-20dell-laptop: Only get status from BIOS once when updatingHans de Goede
2013-11-20dell-laptop: If there is no hwswitch, then clear all hw-controlled bitsHans de Goede
2013-11-20dell-laptop: Only enable rfkill on LatitudesHans de Goede
2013-11-20Revert "dell-laptop: Remove rfkill code"Hans de Goede
2013-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-11-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-11-20Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds
2013-11-20virtio-blk: virtqueue_kick() must be ordered with other virtqueue operationsShaohua Li
2013-11-20aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg
2013-11-19genetlink: pass family to functions using groupsJohannes Berg
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-19atm: idt77252: fix dev refcnt leakYing Xue
2013-11-19Merge branch 'acpi-hotplug'Rafael J. Wysocki
2013-11-19PCI / hotplug / ACPI: Drop unused acpiphp_debug declarationMika Westerberg
2013-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2013-11-19md/raid5: Use conf->device_lock protect changing of multi-thread resources.majianpeng
2013-11-19md/raid5: Before freeing old multi-thread worker, it should flush them.majianpeng
2013-11-19md/raid5: For stripe with R5_ReadNoMerge, we replace REQ_FLUSH with REQ_NOMERGE.majianpeng
2013-11-19raid1: Rewrite the implementation of iobarrier.majianpeng
2013-11-19raid1: Add some macros to make code clearly.majianpeng
2013-11-19raid1: Replace raise_barrier/lower_barrier with freeze_array/unfreeze_array w...majianpeng
2013-11-19raid1: Add a field array_frozen to indicate whether raid in freeze state.majianpeng
2013-11-19md: Convert use of typedef ctl_table to struct ctl_tableJoe Perches
2013-11-19md/raid5: avoid deadlock when raid5 array has unack badblocks during md_stop_...NeilBrown
2013-11-19md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread.NeilBrown
2013-11-19md: fix some places where mddev_lock return value is not checked.NeilBrown
2013-11-19raid5: Retry R5_ReadNoMerge flag when hit a read error.Bian Yu