summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | virtio_ring: split: extract the logic of vring initXuan Zhuo2022-08-111-10/+21
| * | | | | | | | virtio_ring: split: extract the logic of alloc state and extraXuan Zhuo2022-08-111-16/+36
| * | | | | | | | virtio_ring: split: extract the logic of alloc queueXuan Zhuo2022-08-111-25/+40
| * | | | | | | | virtio_ring: split: introduce vring_free_split()Xuan Zhuo2022-08-111-0/+11
| * | | | | | | | virtio_ring: split: __vring_new_virtqueue() accept struct vring_virtqueue_splitXuan Zhuo2022-08-111-14/+15
| * | | | | | | | virtio_ring: split: stop __vring_new_virtqueue as export symbolXuan Zhuo2022-08-111-9/+16
| * | | | | | | | virtio_ring: introduce virtqueue_init()Xuan Zhuo2022-08-111-16/+22
| * | | | | | | | virtio_ring: split vring_virtqueueXuan Zhuo2022-08-111-56/+60
| * | | | | | | | virtio_ring: extract the logic of freeing vringXuan Zhuo2022-08-111-5/+13
| * | | | | | | | virtio_ring: update the document of the virtqueue_detach_unused_buf for queue...Xuan Zhuo2022-08-111-2/+2
| * | | | | | | | virtio: record the maximum queue num supported by the device.Xuan Zhuo2022-08-117-0/+15
| * | | | | | | | drivers/virtio: Clarify CONFIG_VIRTIO_MEM for unsupported architecturesDavid Hildenbrand2022-08-111-3/+5
| * | | | | | | | virtio_mmio: add support to set IRQ of a virtio device as wakeup sourceMinghao Xue2022-08-111-0/+3
| * | | | | | | | vdpa: Use device_iommu_capable()Robin Murphy2022-08-111-1/+1
| * | | | | | | | virtio: VIRTIO_HARDEN_NOTIFICATION is brokenMichael S. Tsirkin2022-08-111-1/+2
| * | | | | | | | virtio_pmem: set device ready in probe()Jason Wang2022-08-111-0/+7
| * | | | | | | | virtio_pmem: initialize provider_data through nd_region_descJason Wang2022-08-111-1/+1
| * | | | | | | | vringh: iterate on iotlb_translate to handle large translationsStefano Garzarella2022-08-111-22/+56
| * | | | | | | | virtio_ring: remove the arg vq of vring_alloc_desc_extra()Xuan Zhuo2022-08-111-4/+3
| * | | | | | | | remoteproc: rename len of rpoc_vring to numXuan Zhuo2022-08-112-7/+7
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2022-08-1217-595/+334
|\ \ \ \ \ \ \ \
| * | | | | | | | power: supply: olpc_battery: Hold the reference returned by of_find_compatibl...Liang He2022-07-171-1/+4
| * | | | | | | | power: supply: ab8500: add missing destroy_workqueue in ab8500_charger_bindZheng Bin2022-07-171-0/+1
| * | | | | | | | power: supply: ab8500: Remove flush_scheduled_work() call.Tetsuo Handa2022-07-174-5/+0
| * | | | | | | | power: supply: ab8500_fg: drop duplicated 'is' in commentJiang Jian2022-07-171-1/+1
| * | | | | | | | power: supply: ab8500: Drop external charger leftoversLinus Walleij2022-07-174-562/+2
| * | | | | | | | power: supply: Fix typo in power_supply_check_suppliesSchspa Shi2022-07-171-2/+2
| * | | | | | | | power: reset: pwr-mlxbf: change rst_pwr_hid and low_pwr_hid from global to lo...Tom Rix2022-06-291-3/+2
| * | | | | | | | power: reset: pwr-mlxbf: add missing includeAsmaa Mnebhi2022-06-291-0/+1
| * | | | | | | | Merge tag 'at91-reset-sama7g5-signed' into psy-nextSebastian Reichel2022-06-171-15/+169
| |\ \ \ \ \ \ \ \
| | * | | | | | | | power: reset: at91-reset: add support for SAMA7G5Claudiu Beznea2022-06-171-0/+13
| | * | | | | | | | power: reset: at91-reset: add reset_controller_dev supportClaudiu Beznea2022-06-171-4/+102
| | * | | | | | | | power: reset: at91-reset: add at91_reset_dataClaudiu Beznea2022-06-171-11/+34
| | * | | | | | | | power: reset: at91-reset: document structures and enumsClaudiu Beznea2022-06-171-0/+20
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | power: reset: pwr-mlxbf: add BlueField SoC power control driverAsmaa Mnebhi2022-06-173-0/+104
| * | | | | | | | power: supply: ab8500: Exit maintenance if too low voltageLinus Walleij2022-06-091-0/+16
| * | | | | | | | power: supply: ab8500: Respect charge_restart_voltage_uvLinus Walleij2022-06-091-1/+29
| * | | | | | | | power: supply: cros_peripheral: Use struct_size() helper in kzalloc()Xiaohui Zhang2022-06-091-1/+1
| * | | | | | | | power: supply: bq24257: Fix syntax error in commentsXiang wangx2022-06-091-1/+1
| * | | | | | | | power: supply: Remove unnecessary print function dev_err()Yang Li2022-06-091-3/+1
| * | | | | | | | power: supply: lp8788: fix typo in commentJulia Lawall2022-06-091-1/+1
| * | | | | | | | power: supply: max77976: update Luca Ceresoli's e-mail addressLuca Ceresoli2022-06-091-2/+2
| |/ / / / / / /
* | | | | | | | Merge tag 'vfio-v6.0-rc1pt2' of https://github.com/awilliam/linux-vfioLinus Torvalds2022-08-122-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | vfio: Move vfio.c to vfio_main.cJason Gunthorpe2022-08-082-0/+2
* | | | | | | | | Merge tag 'for-6.0/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-123-10/+27
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dm bufio: fix some cases where the code sleeps with spinlock heldMikulas Patocka2022-08-111-1/+9
| * | | | | | | | | dm writecache: fix smatch warning about invalid return from writecache_mapMikulas Patocka2022-08-101-1/+2
| * | | | | | | | | dm verity: fix verity_parse_opt_args parsingMike Snitzer2022-08-101-1/+11
| * | | | | | | | | dm verity: fix DM_VERITY_OPTS_MAX value yet againMike Snitzer2022-08-101-1/+1
| * | | | | | | | | dm bufio: simplify DM_BUFIO_CLIENT_NO_SLEEP lockingMike Snitzer2022-08-101-6/+4