summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-01-18Merge tag 'dmaengine-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-18Merge tag 'ata-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-18Merge tag 'rproc-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds
2022-01-18Merge tag 'rpmsg-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds
2022-01-18Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-01-18Merge tag 'acpi-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-17Merge branch 'acpi-pfrut'Rafael J. Wysocki
2022-01-17Merge branches 'acpi-x86', 'acpi-tables', 'acpi-soc' and 'acpi-pcc'Rafael J. Wysocki
2022-01-17devtmpfs regression fix: reconfigure on each mountNeilBrown
2022-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2022-01-17Merge tag 'i3c/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...Linus Torvalds
2022-01-17Merge tag 'ntb-5.17' of git://github.com/jonmason/ntbLinus Torvalds
2022-01-17Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-16Merge tag 'drm-next-2022-01-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-01-15Merge branch 'next' into for-linusDmitry Torokhov
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15zram: use ATTRIBUTE_GROUPSLuis Chamberlain
2022-01-15device-dax: compound devmap supportJoao Martins
2022-01-15device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()Joao Martins
2022-01-15device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()Joao Martins
2022-01-15device-dax: factor out page mapping initializationJoao Martins
2022-01-15device-dax: ensure dev_dax->pgmap is valid for dynamic devicesJoao Martins
2022-01-15device-dax: use struct_size()Joao Martins
2022-01-15device-dax: use ALIGN() for determining pgoffJoao Martins
2022-01-15mm: kmemleak: alloc gray object for reserved region with direct mapCalvin Zhang
2022-01-15RDMA/siw: make use of the helper function kthread_run_on_cpu()Cai Huoqing
2022-01-14vdpa/mlx5: Fix tracking of current number of VQsEli Cohen
2022-01-14vdpa/mlx5: Fix is_index_valid() to refer to featuresEli Cohen
2022-01-14vdpa: Protect vdpa reset with cf_mutexEli Cohen
2022-01-14vdpa: Avoid taking cf_mutex lock on get statusEli Cohen
2022-01-14vdpa/vdpa_sim_net: Report max device capabilitiesEli Cohen
2022-01-14vdpa: Use BIT_ULL for bit operationsEli Cohen
2022-01-14vdpa/vdpa_sim: Configure max supported virtqueuesEli Cohen
2022-01-14vdpa/mlx5: Report max device capabilitiesEli Cohen
2022-01-14vdpa: Support reporting max device capabilitiesEli Cohen
2022-01-14vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps()Eli Cohen
2022-01-14vdpa: Add support for returning device configuration informationEli Cohen
2022-01-14vdpa/mlx5: Support configuring max data virtqueueEli Cohen
2022-01-14vdpa/mlx5: Fix config_attr_mask assignmentEli Cohen
2022-01-14vdpa: Allow to configure max data virtqueuesEli Cohen
2022-01-14vdpa: Read device configuration only if FEATURES_OKEli Cohen
2022-01-14vdpa: Sync calls set/get config/status with cf_mutexEli Cohen
2022-01-14vdpa/mlx5: Distribute RX virtqueues in RQT objectEli Cohen
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen
2022-01-14vdpa: clean up get_config_size ret value handlingLaura Abbott
2022-01-14virtio_ring: mark ring unused on errorMichael S. Tsirkin