aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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/git/robh/linuxLinus Torvalds18-36/+544
2017-05-05Merge tag 'for-4.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds3-18/+39
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds39-614/+1385
2017-05-05Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1754-15210/+358735
2017-05-05Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds280-4784/+13392
2017-05-05Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds20-202/+1365
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds9-404/+1676
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/powerpc/linuxLinus Torvalds16-311/+1138
2017-05-04Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams69-1439/+3880
2017-05-04libnvdimm, pfn: fix 'npfns' vs section alignmentDan Williams1-2/+4
2017-05-04Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds134-2839/+7337
2017-05-05Merge tag 'drm/tegra/for-4.12-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-nextDave Airlie20-202/+1365
2017-05-04Merge tag 'driver-core-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-4/+3
2017-05-04Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds194-3701/+14364
2017-05-04libnvdimm: handle locked label storage areasDan Williams4-10/+38
2017-05-04libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKEDDan Williams5-7/+15
2017-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds17-253/+476
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds107-2717/+4272
2017-05-04Merge tag 'gpio-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds48-611/+1657
2017-05-04of: fix sparse warnings in fdt, irq, reserved mem, and resolver codeRob Herring4-5/+5
2017-05-04Merge tag 'platform-drivers-x86-v4.12-1' of git://git.infradead.org/linux-platform-drivers-x86Linus Torvalds31-1293/+1584
2017-05-04Merge tag 'vfio-v4.12-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-86/+77
2017-05-04Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds6-33/+64
2017-05-04of: fix sparse warning in of_pci_range_parser_oneRob Herring1-1/+1
2017-05-04of: fix sparse warnings in of_find_next_cache_nodeRob Herring1-7/+6
2017-05-04qede: Fix possible misconfiguration of advertised autoneg value.sudarsana.kalluru@cavium.com1-0/+5
2017-05-04qed: Fix overriding of supported autoneg value.sudarsana.kalluru@cavium.com3-1/+9
2017-05-04qed*: Fix possible overflow for status block id field.sudarsana.kalluru@cavium.com4-10/+9
2017-05-04of/unittest: Missing unlocks on errorDan Carpenter1-2/+6
2017-05-04netvsc: make sure napi enabled before vmbus_openstephen hemminger2-4/+6
2017-05-04aquantia: Fix driver name reported by ethtoolPavel Belous1-1/+1
2017-05-04dm integrity: improve the Kconfig help text for DM_INTEGRITYMike Snitzer1-2/+13
2017-05-04forcedeth: remove unnecessary carrier status checkZhu Yanjun1-4/+2
2017-05-04dm cache policy smq: cleanup free_target_met() and clean_target_met()Mike Snitzer1-11/+13
2017-05-04dm cache policy smq: allow demotions to happen even during continuous IOJoe Thornber1-1/+5
2017-05-04lightnvm: fix bad back free on error pathJavier González1-2/+2
2017-05-04lightnvm: create cmd before allocating requestJavier González1-2/+2