aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-05-14mm/mmu_notifier: convert user range->blockable to helper functionGravatar Jérôme Glisse 5-12/+13
2019-05-14drivers/base/memory.c: clean up relics in function parametersGravatar Baoquan He 1-6/+6
2019-05-14IB/mthca: use the new FOLL_LONGTERM flag to get_user_pages_fast()Gravatar Ira Weiny 1-1/+2
2019-05-14IB/qib: use the new FOLL_LONGTERM flag to get_user_pages_fast()Gravatar Ira Weiny 1-1/+1
2019-05-14IB/hfi1: use the new FOLL_LONGTERM flag to get_user_pages_fast()Gravatar Ira Weiny 1-2/+2
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Gravatar Ira Weiny 17-19/+28
2019-05-14mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMGravatar Ira Weiny 5-14/+17
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Gravatar Dan Williams 1-4/+2
2019-05-13Merge tag 'iommu-updates-v5.2' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 19-322/+1182
2019-05-13Merge tag 'linux-watchdog-5.2-rc1' of git://www.linux-watchdog.org/linux-watc...Gravatar Linus Torvalds 97-1537/+1465
2019-05-12Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2019-05-12Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 87-2544/+4132
2019-05-12Merge tag 'tag-chrome-platform-for-v5.2' of ssh://gitolite.kernel.org/pub/scm...Gravatar Linus Torvalds 12-152/+948
2019-05-11Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 47-833/+756
2019-05-11Merge tag 'vfio-v5.2-rc1' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 9-84/+67
2019-05-10Merge tag 'platform-drivers-x86-v5.2-1' of git://git.infradead.org/linux-plat...Gravatar Linus Torvalds 20-381/+2146
2019-05-10Merge tag 'fbdev-v5.2' of git://github.com/bzolnier/linuxGravatar Linus Torvalds 37-1522/+601
2019-05-10Merge tag 'pwm/for-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 12-46/+526
2019-05-10Merge tag 'mailbox-v5.2' of git://git.linaro.org/landing-teams/working/fujits...Gravatar Linus Torvalds 5-8/+246
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 13-758/+1150
2019-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 15-26/+160
2019-05-09nfp: add missing kdocGravatar Jakub Kicinski 1-0/+2
2019-05-09nfp: bpf: fix static check error through tightening shift amount adjustmentGravatar Jiong Wang 1-1/+12
2019-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 1-1/+1
2019-05-09Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 170-1342/+10356
2019-05-09Merge tag 'rtc-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 62-1504/+1369
2019-05-09Merge branch 'i2c/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Gravatar Linus Torvalds 36-844/+3017
2019-05-09net: aquantia: fix undefined devm_hwmon_device_register_with_info referenceGravatar Kefeng Wang 1-0/+5
2019-05-09aqc111: fix double endianness swap on BEGravatar Oliver Neukum 1-2/+4
2019-05-09aqc111: fix writing to the phy on BEGravatar Oliver Neukum 1-6/+17
2019-05-09aqc111: fix endianness issue in aqc111_change_mtuGravatar Oliver Neukum 1-0/+2
2019-05-09macvlan: disable SIOCSHWTSTAMP in containerGravatar Hangbin Liu 1-0/+2
2019-05-09tuntap: synchronize through tfiles array instead of tun->numqueuesGravatar Jason Wang 1-1/+6
2019-05-09tuntap: fix dividing by zero in ebpf queue selectionGravatar Jason Wang 1-1/+6
2019-05-09dwmac4_prog_mtl_tx_algorithms() missing write operationGravatar Cheng Han 1-0/+2
2019-05-09ptp_qoriq: fix NULL access if ptp dt node missingGravatar Claudiu Manoil 1-0/+3
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 220-4333/+11029
2019-05-09Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 20-166/+547
2019-05-09Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 4-31/+28
2019-05-09pwm: meson: Add clock source configuration for Meson G12AGravatar Neil Armstrong 1-0/+30
2019-05-09pwm: samsung: Don't uses devm_*() functions in ->request()Gravatar Uwe Kleine-König 1-2/+2
2019-05-09pwm: Clear chip_data in pwm_put()Gravatar Uwe Kleine-König 4-3/+1
2019-05-09pwm: Add i.MX TPM PWM driver supportGravatar Anson Huang 3-0/+461
2019-05-09pwm: imx27: Use devm_platform_ioremap_resource() to simplify codeGravatar Anson Huang 1-3/+1
2019-05-09pwm: meson: Use the spin-lock only to protect register modificationsGravatar Martin Blumenstingl 1-8/+17
2019-05-09pwm: meson: Don't disable PWM when setting duty repeatedlyGravatar Bichao Zheng 1-5/+0
2019-05-09pwm: meson: Consider 128 a valid pre-dividerGravatar Martin Blumenstingl 1-2/+2
2019-05-09mailbox: Add support for Armada 37xx rWTM mailboxGravatar Marek Behun 3-0/+237
2019-05-09mailbox: stm32-ipcc: check invalid irqGravatar Fabien Dessenne 1-5/+8
2019-05-09mailbox: imx: use devm_platform_ioremap_resource() to simplify codeGravatar Anson Huang 1-3/+1