summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-05-08agp: use set_memory.h headerLaura Abbott5-1/+7
2017-05-08treewide: spelling: correct diffrent[iate] and banlance typosJoe Perches5-5/+5
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada2-5/+5
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd11-14/+14
2017-05-08scripts/spelling.txt: add "memory" pattern and fix typosStephen Boyd4-4/+4
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko3-4/+4
2017-05-08drivers/md/bcache/super.c: use kvmallocMichal Hocko1-6/+2
2017-05-08drivers/md/dm-ioctl.c: use kvmalloc rather than opencoded variantMichal Hocko1-9/+4
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko21-159/+54
2017-05-08mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko3-24/+9
2017-05-08mm: introduce kv[mz]alloc helpersMichal Hocko1-6/+1
2017-05-08drivers/misc/c2port/c2port-duramar2150.c: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2017-05-08drivers/misc/vmw_vmci/vmci_queue_pair.c: fix a couple integer overflow testsDan Carpenter1-2/+8
2017-05-08drivers/virt/fsl_hypervisor.c: use get_user_pages_unlocked()Lorenzo Stoakes1-5/+2
2017-05-08net: mdio-mux: bcm-iproc: call mdiobus_free() in error pathJon Mason1-1/+4
2017-05-08ide: don't call memcpy with the same source and destinationMikulas Patocka1-1/+1
2017-05-08ide: use setup_timerGeliang Tang1-3/+1
2017-05-08net: ethernet: ti: cpsw: adjust cpsw fifos depth for fullduplex flow controlGrygorii Strashko1-0/+16
2017-05-08Merge tag 'mac80211-for-davem-2017-05-08' of git://git.kernel.org/pub/scm/lin...David S. Miller5-6/+16
2017-05-08net: cdc_ncm: Fix TX zero paddingJim Baxter1-4/+7
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+3
2017-05-08stmmac: pci: split out common_default_data() helperAndy Shevchenko1-34/+18
2017-05-08stmmac: pci: RX queue routing configurationAndy Shevchenko1-0/+3
2017-05-08stmmac: pci: TX and RX queue priority configurationAndy Shevchenko1-0/+4
2017-05-08stmmac: pci: set default number of rx and tx queuesAndy Shevchenko1-0/+4
2017-05-08yam: use memdup_userGeliang Tang1-6/+4
2017-05-08net/hippi/rrunner: use memdup_userGeliang Tang1-10/+7
2017-05-08cxgb4: avoid disabling FEC by defaultGanesh Goudar3-10/+43
2017-05-08net: dsa: loop: Check for memory allocation failureChristophe Jaillet1-0/+3
2017-05-08bonding: check nla_put_be32 return valueHangbin Liu1-1/+2
2017-05-08bnxt_en: allocate enough space for ->ntp_fltr_bmapDan Carpenter1-1/+2
2017-05-08qlge: Avoid reading past end of bufferKees Cook1-2/+2
2017-05-08bna: ethtool: Avoid reading past end of bufferKees Cook1-2/+2
2017-05-08bna: Avoid reading past end of bufferKees Cook1-1/+1
2017-05-08aquantia: Fix "ethtool -S" crash when adapter down.Pavel Belous1-2/+4
2017-05-08mac80211: properly remove RX_ENC_FLAG_40MHZJohannes Berg5-6/+16
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds15-413/+226
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds18-36/+544
2017-05-05Merge tag 'for-4.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-18/+39
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds39-614/+1385
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1754-15210/+358735
2017-05-05Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds280-4784/+13392
2017-05-05Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop....Linus Torvalds20-202/+1365
2017-05-05ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki6-15/+46
2017-05-05PM / wakeup: Integrate mechanism to abort transitions in progressRafael J. Wysocki1-18/+18
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds9-404/+1676
2017-05-05net: alx: handle pci_alloc_irq_vectors return correctlyRakesh Pandit1-2/+2
2017-05-05dm cache metadata: fail operations if fail_io mode has been establishedMike Snitzer1-4/+8
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds16-311/+1138
2017-05-04Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams69-1439/+3880