summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-10-14md: remove unnecessary test for MD_MAJOR in md_ioctl()NeilBrown1-4/+1
2014-10-14md: don't allow "-sync" to be set for device in an active array.NeilBrown1-4/+6
2014-10-14md: remove unwanted white space from md.cNeilBrown10-191/+114
2014-10-14md: don't start resync thread directly from md thread.NeilBrown1-23/+36
2014-10-14md: Just use RCU when checking for overlap between arrays.NeilBrown1-8/+7
2014-10-14md: avoid potential long delay under pers_lockChao Yu1-1/+2
2014-10-14md: simplify export_array()NeilBrown1-8/+4
2014-10-14md: discard find_rdev_nr in favour of find_rdev_nr_rcuNeilBrown1-14/+8
2014-10-14md: use wait_event() to simplify md_super_wait()NeilBrown1-8/+1
2014-10-14md: be more relaxed about stopping an array which isn't started.NeilBrown1-3/+3
2014-10-14md/raid1: process_checks doesn't use its return value.NeilBrown1-4/+3
2014-10-14md/raid5: fix init_stripe() inconsistenciesMarkus Stockhausen1-3/+1
2014-10-14md/raid10: another memory leak due to reshape.NeilBrown1-1/+3
2014-10-09md: use set_bit/clear_bit instead of shift/mask for bi_flags changes.NeilBrown3-5/+5
2014-10-09md/raid1: minor typos and reformatting.NeilBrown1-7/+7
2014-10-09md/bitmap: always wait for writes on unplug.NeilBrown1-10/+6
2014-10-02md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown1-1/+17
2014-09-29Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+5
2014-09-28Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-38/+58
2014-09-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2014-09-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+7
2014-09-26Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds1-0/+1
2014-09-26drivers/rtc/rtc-efi.c: add missing module aliasPali Rohár1-0/+1
2014-09-26Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-23/+134
2014-09-26Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-391/+420
2014-09-26Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki1-4/+6
2014-09-26Merge branches 'acpi-hotplug', 'acpi-scan', 'acpi-lpss', 'acpi-gpio' and 'acp...Rafael J. Wysocki95-263/+565
2014-09-25Merge tag 'gpio-v3.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds1-2/+2
2014-09-25Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar1-1/+1
2014-09-25Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds3-7/+26
2014-09-25i2c: acpi: Fix NULL Pointer dereferencePeter Hüwe1-2/+12
2014-09-25i2c: move acpi code back into the coreWolfram Sang3-368/+355
2014-09-25of/fdt: fix memory range checkSrinivas Kandagatla1-4/+4
2014-09-25Input: i8042 - fix Asus X450LCP touchpad detectionMarcos Paulo de Souza1-0/+7
2014-09-25Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds10-32/+71
2014-09-25gpio / ACPI: Use pin index and bit lengthSrinivas Pandruvada1-1/+4
2014-09-25ACPICA: Update to GPIO region handler interface.Bob Moore6-16/+104
2014-09-25Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie8-26/+63
2014-09-25ACPI / platform / LPSS: disable async suspend/resume of LPSS devicesFu Zhonghui1-1/+0
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-10/+20
2014-09-24Merge tag 'master-2014-09-23' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller5-10/+20
2014-09-24Merge tag 'pci-v3.17-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-16/+6
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-1/+19
2014-09-24Merge tag 'media/v3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-27/+54
2014-09-24Merge tag 'md/3.17-more-fixes' of git://git.neil.brown.name/mdLinus Torvalds1-18/+22
2014-09-24gpio: Fix potential NULL handler data in chained irqchip handlerJarkko Nikula1-1/+1
2014-09-24gpio: Fix gpio direction flags not getting setAdrian Hunter1-1/+1
2014-09-24crypto: ccp - Check for CCP before registering crypto algsTom Lendacky2-0/+18
2014-09-24drivers/soc: qcom: do not disable the iface clock in probeSrinivas Kandagatla1-13/+33
2014-09-24Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds18-155/+276