aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds8-22/+23
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-27/+15
2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds1-0/+1
2018-06-04Merge tag 'regmap-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2-2/+3
2018-06-04Merge tag 'spi-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds26-1256/+1167
2018-06-04Merge tag 'chrome-platform-for-linus-4.18' of git://git.kernel.org/pub/scm/li...Linus Torvalds8-57/+426
2018-06-04Merge tag 'hwmon-for-linus-v4.18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-140/+336
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds21-113/+81
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds90-2258/+326
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds143-2509/+2465
2018-06-04Merge branch 'regmap-4.17' into regmap-4.18 for the merge windowMark Brown1-1/+2
2018-06-04Merge branch 'spi-4.17' into spi-4.18 for the merge windowMark Brown4-12/+35
2018-06-02dm-crypt: fix warning in shutdown pathKent Overstreet1-4/+3
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-51/+90
2018-06-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+20
2018-06-02Merge tag 'drm-fixes-for-v4.17-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds7-43/+90
2018-06-02Merge tag 'mips_fixes_4.17_3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-36/+0
2018-06-02Merge tag 'vfio-v4.17' of git://github.com/awilliam/linux-vfioLinus Torvalds1-15/+10
2018-06-02Merge tag 'char-misc-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+8
2018-06-02Merge tag 'staging-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-65/+90
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds10-58/+168
2018-06-02Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2018-06-02Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"Alex Williamson1-15/+10
2018-06-01net: usb: cdc_mbim: add flag FLAG_SEND_ZLPDaniele Palmas1-1/+1
2018-06-01hwmon: (asus_atk0110) Make use of device managed memoryBastian Germann1-36/+8
2018-06-01hwmon: (asus_atk0110) Replace deprecated device register callBastian Germann1-50/+25
2018-06-01hwmon: (k10temp) Make function get_raw_temp staticColin Ian King1-1/+1
2018-06-01net: dsa: b53: Add BCM5389 supportDamien Thébault3-1/+18
2018-06-01lightnvm: pblk: take bitmap alloc. out of critical sectionJavier González1-41/+56
2018-06-01lightnvm: pblk: kick writer on new flush pointsHans Holmberg4-7/+10
2018-06-01lightnvm: pblk: only try to recover lines with written smetaHans Holmberg1-9/+21
2018-06-01lightnvm: pblk: remove unnecessary bio_get/putJavier González1-37/+28
2018-06-01lightnvm: pblk: add possibility to set write buffer size manuallyMarcin Dziegielewski1-2/+12
2018-06-01lightnvm: fix partial read error pathIgor Konopko1-4/+4
2018-06-01lightnvm: proper error handling for pblk_bio_add_pagesIgor Konopko1-2/+4
2018-06-01lightnvm: pblk: fix smeta write error pathHans Holmberg1-3/+4
2018-06-01lightnvm: pblk: garbage collect lines with failed writesHans Holmberg7-64/+200
2018-06-01lightnvm: pblk: rework write error recovery pathHans Holmberg5-229/+181
2018-06-01lightnvm: pblk: remove dead functionJavier González2-8/+0
2018-06-01lightnvm: pass flag on graceful teardown to targetsJavier González5-17/+34
2018-06-01lightnvm: pblk: check for chunk size before allocating itJavier González1-3/+3
2018-06-01lightnvm: pblk: remove unnecessary argumentJavier González3-5/+5
2018-06-01lightnvm: pblk: remove unnecessary indirectionJavier González1-12/+2
2018-06-01lightnvm: pblk: return NVM_ error on failed submissionJavier González1-14/+8
2018-06-01lightnvm: pblk: warn in case of corrupted write bufferJavier González1-3/+2
2018-06-01lightnvm: pblk: improve error msg on corrupted LBAsJavier González1-10/+32
2018-06-01lightnvm: pblk: check read lba on gc pathJavier González1-6/+33
2018-06-01lightnvm: pblk: recheck for bad lines at runtimeJavier González2-14/+35
2018-06-01lightnvm: pblk: fail gracefully on line alloc. failureJavier González2-9/+29
2018-06-01Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe10-191/+337
2018-06-01nvme: use the changed namespaces list log to clear ns data changed AENsChristoph Hellwig2-4/+49
2018-06-01nvme: mark nvme_queue_scan staticChristoph Hellwig2-11/+9
2018-06-01nvme: submit AEN event configuration on startupHannes Reinecke2-0/+18
2018-06-01nvmet: mask pending AENsChristoph Hellwig3-1/+10
2018-06-01nvmet: add AEN configuration supportChristoph Hellwig3-2/+32
2018-06-01nvmet: implement the changed namespaces logChristoph Hellwig3-9/+76
2018-06-01nvmet: split log page implementationChristoph Hellwig1-63/+36
2018-06-01nvmet: add a new nvmet_zero_sgl helperChristoph Hellwig2-0/+8
2018-05-31ixgbe: fix parsing of TC actions for HW offloadOndřej Hlavatý1-5/+4
2018-05-31net: ethernet: davinci_emac: fix error handling in probe()Dan Carpenter1-10/+12
2018-05-31Merge tag 'wireless-drivers-for-davem-2018-05-30' of git://git.kernel.org/pub...David S. Miller2-9/+8
2018-05-31net/sonic: Use dma_mapping_error()Finn Thain1-1/+1
2018-05-31drm/amd/display: Update color props when modeset is requiredLeo (Sunpeng) Li1-2/+6
2018-05-31drm/amd/display: Make atomic-check validate underscan changesDavid Francis1-7/+16
2018-05-31nvme.h: untangle AEN notice definitionsChristoph Hellwig1-12/+18
2018-05-31nvmet: fix error return code in nvmet_file_ns_enable()Wei Yongjun1-2/+6
2018-05-31nvmet: fix a typo in nvmet_file_ns_enable()Wei Yongjun1-1/+1
2018-05-31nvme-fabrics: allow internal passthrough command on deleting controllersChristoph Hellwig1-48/+31
2018-05-31Merge tag 'platform-drivers-x86-v4.17-4' of git://git.infradead.org/linux-pla...Linus Torvalds1-10/+13
2018-05-31platform/x86: asus-wmi: Fix NULL pointer dereferenceJoão Paulo Rechi Vita1-10/+13
2018-05-31spi: Fix typo on SPI_MEM help textFabio Estevam1-1/+1
2018-05-31Merge tag 'drm-misc-fixes-2018-05-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-12/+5
2018-05-30Merge tag 'for-linus-20180530' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-05-30target: convert to bioset_init()/mempool_init()Kent Overstreet2-9/+7
2018-05-30dm: convert to bioset_init()/mempool_init()Kent Overstreet17-206/+197
2018-05-30md: convert to bioset_init()/mempool_init()Kent Overstreet15-181/+159
2018-05-30bcache: convert to bioset_init()/mempool_init()Kent Overstreet7-52/+37
2018-05-30lightnvm: convert to bioset_init()/mempool_init()Kent Overstreet6-65/+65
2018-05-30pktcdvd: convert to bioset_init()/mempool_init()Kent Overstreet1-25/+25
2018-05-30drbd: convert to bioset_init()/mempool_init()Kent Overstreet6-59/+38
2018-05-30block: convert bounce, q->bio_split to bioset_init()/mempool_init()Kent Overstreet1-1/+1
2018-05-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+2
2018-05-30platform/chrome: Use to_cros_ec_dev more broadlyGwendal Grignou3-22/+10
2018-05-30drm/bridge/synopsys: dw-hdmi: fix dw_hdmi_setup_rx_senseNeil Armstrong2-12/+5
2018-05-30blk-mq: only iterate over inflight requests in blk_mq_tagset_busy_iterChristoph Hellwig4-20/+3
2018-05-30nbd: clear DISCONNECT_REQUESTED flag once disconnection occurs.Kevin Vigor1-6/+15
2018-05-30vhost_net: flush batched heads before trying to busy pollingJason Wang1-13/+24
2018-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-2/+5
2018-05-30nvme-loop: add support for multiple portsChristoph Hellwig2-19/+31
2018-05-30nvme-pci: simplify __nvme_submit_cmdChristoph Hellwig1-23/+14
2018-05-30nvme-pci: Rate limit the nvme timeout warningsKeith Busch1-1/+1
2018-05-30nvme: allow duplicate controller if prior controller being deletedJames Smart1-1/+3
2018-05-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-11/+17
2018-05-30Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-6/+7
2018-05-30Merge tag 'drm-misc-fixes-2018-05-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-1/+5
2018-05-30Merge tag 'drm-intel-fixes-2018-05-29' of git://anongit.freedesktop.org/drm/d...Dave Airlie2-15/+51
2018-05-29platform/chrome: chromeos_laptop: fix touchpad button mapping on CelesDmitry Torokhov1-1/+9
2018-05-29drm/amd/display: Fix BUG_ON during CRTC atomic check updateLeo (Sunpeng) Li1-6/+7
2018-05-29block: remove parent device reference from struct bsg_class_deviceChristoph Hellwig3-18/+10
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe16-119/+457
2018-05-29nvme: fix extended data LBA supported settingMax Gurtovoy1-1/+1
2018-05-29i2c: ocores: update HDL sources URLFederico Vaga1-1/+1
2018-05-29IB/core: Fix error code for invalid GID entryParav Pandit1-1/+1
2018-05-29tun: Fix NULL pointer dereference in XDP redirectToshiaki Makita1-6/+9
2018-05-29libiscsi: don't try to bypass SCSI EHChristoph Hellwig1-2/+2
2018-05-29mmc: complete requests from ->timeoutChristoph Hellwig1-2/+3
2018-05-29scsi_transport_fc: complete requests from ->timeoutChristoph Hellwig1-4/+3
2018-05-29null_blk: complete requests from ->timeoutChristoph Hellwig1-2/+4
2018-05-29mtip32xx: complete requests from ->timeoutChristoph Hellwig1-1/+2
2018-05-29nbd: complete requests from ->timeoutChristoph Hellwig1-3/+4
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig3-11/+7
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig12-19/+19
2018-05-29be2net: Fix error detection logic for BE3Suresh Reddy1-1/+3
2018-05-29net: qmi_wwan: Add Netgear Aircard 779SJosh Hill1-0/+1
2018-05-29libata: remove ata_scsi_timed_outChristoph Hellwig1-51/+0
2018-05-29mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAGPetr Machata1-0/+5
2018-05-29atm: zatm: fix memcmp castingIvan Bornyakov1-2/+2
2018-05-29drm/i915/query: nospec expects no more than an unsigned longChris Wilson1-1/+4
2018-05-29iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUsHao Wei Tee1-5/+5
2018-05-29Revert "rt2800: use TXOP_BACKOFF for probe frames"Stanislaw Gruszka1-4/+3
2018-05-28Merge branch 'ib-chrome-platform-atmel-mxt-ts-device-properties' into working...Benson Leung1-29/+278
2018-05-28platform: chrome: Add input dependency for tablet switch driverArnd Bergmann1-0/+1
2018-05-28net: netsec: reduce DMA mask to 40 bitsArd Biesheuvel1-2/+2
2018-05-28scsi: scsi_transport_srp: Fix shost to rport translationBart Van Assche1-2/+20
2018-05-28bcache: Replace bch_read_string_list() by __sysfs_match_string()Andy Shevchenko1-35/+9
2018-05-28bcache: Move couple of functions to sysfs.cAndy Shevchenko3-40/+35
2018-05-28bcache: Move couple of string arrays to sysfs.cAndy Shevchenko3-20/+18
2018-05-28bcache: stop bcache device when backing device is offlineColy Li2-0/+55
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann4-4/+4
2018-05-28x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig2-6/+4
2018-05-28drm/i915/query: Protect tainted function pointer lookupChris Wilson1-3/+7
2018-05-28drm/i915/lvds: Move acpi lid notification registration to registration phaseChris Wilson1-11/+32
2018-05-28drm/i915: Disable LVDS on Radiant P845Ondrej Zary1-0/+8
2018-05-26Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-4/+4
2018-05-26crypto: inside-secure - do not use memset on MMIOAntoine Tenart1-2/+2
2018-05-26random: convert to ->poll_maskChristoph Hellwig1-13/+16
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig3-3/+3
2018-05-26net: remove sock_no_pollChristoph Hellwig2-2/+0
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig3-4/+4
2018-05-26hwtracing: stm: fix build error on some archesGreg Kroah-Hartman1-0/+1
2018-05-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+3
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-109/+168
2018-05-25mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron1-2/+3
2018-05-25ibmvnic: Fix partial success login retriesThomas Falcon1-1/+6
2018-05-25regmap: slimbus: allow register offsets up to 16 bitsSrinivas Kandagatla1-1/+1
2018-05-25RDMA/bnxt_re: Fix broken RoCE driver due to recent L2 driver changesDevesh Sharma5-53/+163
2018-05-25Merge tag 'mmc-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2-8/+27
2018-05-25Merge tag 'drm-fixes-for-v4.17-rc7' of git://people.freedesktop.org/~airlied/...Linus Torvalds6-46/+58
2018-05-25intel_th: Use correct device when freeing buffersAlexander Shishkin1-3/+3
2018-05-25stm class: Use vmalloc for the master mapAlexander Shishkin1-3/+3
2018-05-25nvme: fixup memory leak in nvme_init_identify()Hannes Reinecke1-1/+1
2018-05-25nvme: fix KASAN warning when parsing host nqnHannes Reinecke1-1/+1
2018-05-25nvmet-loop: use nr_phys_segments when map rq to sglChaitanya Kulkarni1-1/+1
2018-05-25nvmet-fc: increase LS buffer count per fc portJames Smart1-1/+1
2018-05-25nvmet: add simple file backed ns supportChaitanya Kulkarni6-52/+413
2018-05-25nvmet: remove duplicate NULL initialization for req->nsChaitanya Kulkarni5-12/+1
2018-05-25nvmet: make a few error messages more genericChaitanya Kulkarni1-2/+2
2018-05-25nvme-fabrics: allow duplicate connections to the discovery controllerHannes Reinecke2-1/+3
2018-05-25nvme-fabrics: centralize discovery controller defaultsHannes Reinecke1-4/+4
2018-05-25nvme-fabrics: remove unnecessary controller subnqn validationJames Smart1-10/+0
2018-05-25nvme-fc: remove setting DNR on exception conditionsJames Smart1-10/+0
2018-05-25nvme-rdma: stop admin queue before freeing itJianchao Wang1-4/+6
2018-05-25nvme-pci: Fix AER reset handlingKeith Busch1-9/+5
2018-05-25nvme-pci: set nvmeq->cq_vector after alloc cq/sqJianchao Wang1-9/+16
2018-05-25mlx4_core: allocate ICM memory in page size chunksQing Huang1-7/+9
2018-05-24firmware: qcom: scm: Fix crash in qcom_scm_call_atomic1()Niklas Cassel1-4/+4
2018-05-24enic: set DMA mask to 47 bitGovindarajulu Varadarajan1-4/+4
2018-05-24ppp: remove the PPPIOCDETACH ioctlEric Biggers1-22/+5
2018-05-24vhost: synchronize IOTLB message with dev cleanupJason Wang1-0/+3
2018-05-25Merge branch 'vmwgfx-fixes-4.17' of git://people.freedesktop.org/~thomash/lin...Dave Airlie5-46/+55
2018-05-24Merge branch 'stable/for-linus-4.17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2018-05-24net/mlx5: IPSec, Fix a race between concurrent sandbox QP commandsYossi Kuperman1-7/+5
2018-05-24net/mlx5e: When RXFCS is set, add FCS data into checksum calculationEran Ben Elisha1-0/+42
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds22-82/+107
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches17-83/+81
2018-05-24Merge branch 'for-4.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+9
2018-05-24drm/omap: fix NULL deref crash with SDI displaysTomi Valkeinen1-1/+4
2018-05-24Merge tag 'for-linus-20180524' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+9
2018-05-24Merge tag 'pm-4.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-4/+3
2018-05-24spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCACGeert Uytterhoeven1-2/+4
2018-05-24ahci: Add PCI ID for Cannon Lake PCH-LP AHCIMika Westerberg1-0/+1
2018-05-24drm/psr: Fix missed entry in PSR setup time table.Dhinakaran Pandiyan1-0/+1
2018-05-24MIPS: lantiq: gphy: Drop reboot/remove reset assertsMathias Kresin1-36/+0
2018-05-23RDMA/hns: Move the location for initializing tmp_lenoulijun1-1/+2
2018-05-23RDMA/hns: Bugfix for cq record db for kerneloulijun1-0/+1
2018-05-23nbd: set discard granularity properlyJosef Bacik1-2/+8
2018-05-23RDMA/qedr: Fix doorbell bar mapping for dpi > 1Kalderon, Michal1-31/+29
2018-05-23net/mlx4: Fix irq-unsafe spinlock usageJack Morgenstein1-2/+2
2018-05-23platform/chrome: chromeos_laptop - supply properties for ACPI devicesDmitry Torokhov1-29/+278
2018-05-23net: phy: broadcom: Fix bcm_write_exp()Florian Fainelli3-5/+12
2018-05-23net: phy: broadcom: Fix auxiliary control register readsFlorian Fainelli1-1/+1
2018-05-23platform/chrome: chromeos_tbmc - add SPDX identifierBenson Leung1-22/+5
2018-05-23net/mlx4: fix spelling mistake: "Inrerface" -> "Interface" and rephrase messageColin Ian King1-1/+1
2018-05-23platform: chrome: Add Tablet Switch ACPI driverGwendal Grignou3-0/+139
2018-05-23ibmvnic: Only do H_EOI for mobility eventsNathan Fontenot1-6/+9
2018-05-23Input: elan_i2c_smbus - fix corrupted stackBenjamin Tissoires1-11/+11
2018-05-23Input: synaptics - add Lenovo 80 series ids to SMBusBenjamin Tissoires1-0/+2
2018-05-23Input: synaptics - add Intertouch support on X1 Carbon 6th and X280Aaron Ma1-0/+2
2018-05-23Input: synaptics - Lenovo Thinkpad X1 Carbon G5 (2017) with Elantech trackpoi...Edvard Holst1-0/+1
2018-05-23Merge tag 'wireless-drivers-for-davem-2018-05-22' of git://git.kernel.org/pub...David S. Miller2-3/+3