summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2020-06-04ata/libata: Fix usage of page address by page_address in ata_scsi_mode_select...Ye Bin-3/+6
2020-06-04sata_rcar: handle pm_runtime_get_sync failure casesNavid Emamdoost-4/+7
2020-06-03atomisp: avoid warning about unused functionLinus Torvalds-6/+4
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-4390/+154079
2020-06-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-21/+45
2020-06-03drivers/base/memory.c: cache memory blocks in xarray to accelerate lookupScott Cheloha-12/+32
2020-06-03drm/i915: convert get_user_pages() --> pin_user_pages()John Hubbard-9/+13
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-22196/+94503
2020-06-03Merge branch 'uaccess.comedi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-600/+467
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-1/+1
2020-06-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-397/+745
2020-06-03Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds-31/+374
2020-06-03Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-19/+439
2020-06-03Merge tag 'timers-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-43/+854
2020-06-03Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-59/+966
2020-06-02Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-3/+3
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-2111/+4931
2020-06-02net_failover: fixed rollback in net_failover_open()Vasily Averin-1/+2
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds-343/+678
2020-06-02vmxnet3: allow rx flow hash ops only when rss is enabledRonak Doshi-0/+12
2020-06-02hinic: add set_channels ethtool_ops supportLuo bin-9/+33
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-18972/+37387
2020-06-02Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds-98/+82
2020-06-02Merge tag 'pnp-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+1
2020-06-02Merge tag 'acpi-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-87/+328
2020-06-02Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-533/+632
2020-06-02Merge tag 'platform-drivers-x86-v5.8-1' of git://git.infradead.org/linux-plat...Linus Torvalds-1558/+1953
2020-06-02Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-712/+3462
2020-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-129/+60
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel-6/+0
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig-14/+10
2020-06-02gpu/drm: remove the powerpc hack in drm_legacy_sg_allocChristoph Hellwig-10/+1
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig-5/+3
2020-06-02powerpc: add an ioremap_phb helperChristoph Hellwig-29/+16
2020-06-02staging: media: ipu3: use vmap instead of reimplementing itChristoph Hellwig-25/+9
2020-06-02staging: android: ion: use vmap instead of vm_map_ramChristoph Hellwig-2/+2
2020-06-02ivtv: convert get_user_pages() --> pin_user_pages()John Hubbard-26/+14
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown-1/+1
2020-06-02mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLENeilBrown-1/+1
2020-06-02md: remove __clear_page_buffers and use attach/detach_page_privateGuoqing Jiang-10/+2
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton-0/+1
2020-06-02gup: document and work around "COW can break either way" issueLinus Torvalds-0/+8
2020-06-02serial: amba-pl011: Support kgdboc_earlyconSumit Garg-0/+32
2020-06-02serial: 8250_early: Support kgdboc_earlyconDouglas Anderson-0/+23
2020-06-02serial: qcom_geni_serial: Support kgdboc_earlyconDouglas Anderson-0/+32
2020-06-02serial: kgdboc: Allow earlycon initialization to be deferredDaniel Thompson-1/+38
2020-06-02kgdboc: Disable all the early code when kgdboc is a moduleDouglas Anderson-1/+14
2020-06-01Merge branch 'uaccess.__copy_to_user' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2020-06-01Merge branch 'uaccess.__copy_from_user' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+1
2020-06-01Merge branch 'uaccess.__put_user' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-10/+10