aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-20hp-wmi: detect "2009 BIOS or later" flag by WMI 0x0d for wireless cmdAlex Hung1-1/+13
2013-11-20dell-wmi: Add KEY_MICMUTE to bios_to_linux_keycodeAlex Hung1-3/+4
2013-11-20platform:x86: Remove OOM message after input_allocate_deviceJoe Perches8-23/+8
2013-11-20sony-laptop: fixe typos in sony_laptop_input_keycode_mapStephen Gildea1-2/+2
2013-11-20sony-laptop: warn on multiple KBD backlight handlesMattia Dongili1-4/+12
2013-11-20dell-laptop: Only enable rfkill functionality on laptops with a hw killswitchHans de Goede1-3/+10
2013-11-20dell-laptop: Add a force_rfkill module parameterHans de Goede1-1/+5
2013-11-20dell-laptop: Wait less long before updating rfkill after an rfkill keypressHans de Goede1-1/+1
2013-11-20dell-laptop: Do not skip setting blocked bit rfkill_set while hw-blockedHans de Goede1-3/+2
2013-11-20dell-laptop: Sync current block state to BIOS on hw switch changeHans de Goede1-3/+11
2013-11-20dell-laptop: Allow changing the sw_state while the radio is blocked by hwHans de Goede1-5/+2
2013-11-20dell-laptop: Don't read-back sw_state on machines with a hardware switchHans de Goede1-1/+4
2013-11-20dell-laptop: Don't set sw_state from the query callbackHans de Goede1-8/+19
2013-11-20dell-laptop: Only get status from BIOS once when updatingHans de Goede1-9/+19
2013-11-20dell-laptop: If there is no hwswitch, then clear all hw-controlled bitsHans de Goede1-0/+3
2013-11-20dell-laptop: Only enable rfkill on LatitudesHans de Goede1-50/+7
2013-11-20Revert "dell-laptop: Remove rfkill code"Hans de Goede1-0/+289
2013-11-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alphaLinus Torvalds1-1/+9
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds43-241/+183
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds50-1941/+1363
2013-11-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2013-11-20Merge tag 'md/3.13' of git://neil.brown.name/mdLinus Torvalds6-186/+566
2013-11-19virtio-blk: virtqueue_kick() must be ordered with other virtqueue operationsShaohua Li1-2/+3
2013-11-19aacraid: prevent invalid pointer dereferenceMahesh Rajashekhara1-1/+2
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds65-379/+538
2013-11-19genetlink: make multicast groups const, prevent abuseJohannes Berg3-54/+21
2013-11-19genetlink: pass family to functions using groupsJohannes Berg4-5/+9
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2-4/+2
2013-11-19atm: idt77252: fix dev refcnt leakYing Xue1-1/+1
2013-11-19Merge branch 'acpi-hotplug'Rafael J. Wysocki1-1/+0
2013-11-19PCI / hotplug / ACPI: Drop unused acpiphp_debug declarationMika Westerberg1-1/+0
2013-11-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds12-315/+365
2013-11-19md/raid5: Use conf->device_lock protect changing of multi-thread resources.majianpeng1-24/+39
2013-11-19md/raid5: Before freeing old multi-thread worker, it should flush them.majianpeng1-0/+3
2013-11-19md/raid5: For stripe with R5_ReadNoMerge, we replace REQ_FLUSH with REQ_NOMERGE.majianpeng1-1/+1
2013-11-19raid1: Rewrite the implementation of iobarrier.majianpeng2-13/+129
2013-11-19raid1: Add some macros to make code clearly.majianpeng1-4/+4
2013-11-19raid1: Replace raise_barrier/lower_barrier with freeze_array/unfreeze_array when reconfiguring the array.majianpeng1-5/+6
2013-11-19raid1: Add a field array_frozen to indicate whether raid in freeze state.majianpeng2-8/+8
2013-11-19md: Convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2013-11-19md/raid5: avoid deadlock when raid5 array has unack badblocks during md_stop_writes.NeilBrown1-19/+49
2013-11-19md: use MD_RECOVERY_INTR instead of kthread_should_stop in resync thread.NeilBrown3-31/+34
2013-11-19md: fix some places where mddev_lock return value is not checked.NeilBrown1-5/+13
2013-11-19raid5: Retry R5_ReadNoMerge flag when hit a read error.Bian Yu1-0/+3
2013-11-19raid5: relieve lock contention in get_active_stripe()Shaohua Li2-1/+8
2013-11-19Merge branch 'pm-cpufreq'Rafael J. Wysocki3-4/+4
2013-11-19Merge branch 'pm-runtime'Rafael J. Wysocki1-0/+3
2013-11-19Merge branch 'pm-cpuidle'Rafael J. Wysocki1-1/+23
2013-11-19Merge branch 'acpi-video'Rafael J. Wysocki1-75/+12
2013-11-19Merge branch 'acpi-ec'Rafael J. Wysocki1-1/+2