summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sh-for-v6.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-04-2823-137/+20
|\
| * sh: Replace <uapi/asm/types.h> by <asm-generic/int-ll64.h>Geert Uytterhoeven2023-04-251-1/+1
| * sh: Use generic GCC library routinesGeert Uytterhoeven2023-04-256-97/+6
| * sh: sq: Use the bitmap API when applicableChristophe JAILLET2023-04-211-4/+3
| * sh: sq: Fix incorrect element size for allocating bitmap bufferJohn Paul Adrian Glaubitz2023-04-191-1/+1
| * sh: pci: Remove unused variable in SH-7786 PCI Express codeJohn Paul Adrian Glaubitz2023-04-191-1/+0
| * sh: mcount.S: fix build error when PRINTK is not enabledRandy Dunlap2023-03-231-1/+1
| * sh: remove sh5/sh64 last fragmentsRandy Dunlap2023-03-238-21/+2
| * sh: math-emu: fix macro redefined warningRandy Dunlap2023-03-231-4/+0
| * sh: init: use OF_EARLY_FLATTREE for early initRandy Dunlap2023-03-232-5/+5
| * sh: nmi_debug: fix return value of __setup handlerRandy Dunlap2023-03-231-2/+2
| * sh: SH2007: drop the bad URL infoRandy Dunlap2023-03-231-1/+0
* | Merge tag 'for-linus-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-285-148/+160
|\ \
| * | xen/blkback: move blkif_get_x86_*_req() into blkback.cJuergen Gross2023-04-252-96/+104
| * | xen/blkback: simplify free_persistent_gnts() interfaceJuergen Gross2023-04-251-10/+10
| * | xen/blkback: remove stale prototypeJuergen Gross2023-04-251-1/+0
| * | xen/blkback: fix white space code style issuesJuergen Gross2023-04-252-4/+4
| * | xen/pvcalls: don't call bind_evtchn_to_irqhandler() under lockJuergen Gross2023-04-241-20/+26
| * | xen/scsiback: don't call scsiback_free_translation_entry() under lockJuergen Gross2023-04-241-13/+14
| * | xen/pciback: don't call pcistub_device_put() under lockJuergen Gross2023-04-241-4/+2
* | | Merge tag 'hyperv-next-signed-20230424' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-04-2830-687/+1065
|\ \ \
| * | | PCI: hv: Replace retarget_msi_interrupt_params with hyperv_pcpu_input_argDexuan Cui2023-04-211-41/+7
| * | | Drivers: hv: move panic report code from vmbus to hv early init codeLong Li2023-04-213-235/+231
| * | | x86/hyperv: VTL support for Hyper-VSaurabh Sengar2023-04-184-0/+239
| * | | Drivers: hv: Kconfig: Add HYPERV_VTL_MODESaurabh Sengar2023-04-181-0/+24
| * | | x86/hyperv: Make hv_get_nmi_reason publicSaurabh Sengar2023-04-182-5/+5
| * | | x86/hyperv: Add VTL specific structs and hypercallsSaurabh Sengar2023-04-182-0/+79
| * | | x86/init: Make get/set_rtc_noop() publicSaurabh Sengar2023-04-182-2/+4
| * | | x86/hyperv: Exclude lazy TLB mode CPUs from enlightened TLB flushesMichael Kelley2023-04-171-1/+10
| * | | x86/hyperv: Add callback filter to cpumask_to_vpset()Michael Kelley2023-04-172-12/+22
| * | | Drivers: hv: vmbus: Remove the per-CPU post_msg_pageDexuan Cui2023-04-172-19/+5
| * | | clocksource: hyper-v: make sure Invariant-TSC is used if it is availableDexuan Cui2023-04-171-3/+3
| * | | PCI: hv: Enable PCI pass-thru devices in Confidential VMsMichael Kelley2023-04-174-65/+194
| * | | Drivers: hv: Don't remap addresses that are above shared_gpa_boundaryMichael Kelley2023-04-172-12/+18
| * | | hv_netvsc: Remove second mapping of send and recv buffersMichael Kelley2023-04-176-90/+2
| * | | Drivers: hv: vmbus: Remove second way of mapping ring buffersMichael Kelley2023-04-171-42/+20
| * | | Drivers: hv: vmbus: Remove second mapping of VMBus monitor pagesMichael Kelley2023-04-172-87/+28
| * | | swiotlb: Remove bounce buffer remapping for Hyper-VMichael Kelley2023-04-173-52/+2
| * | | Merge remote-tracking branch 'tip/x86/sev' into hyperv-nextWei Liu2023-04-1725-180/+335
| |\ \ \
| | * \ \ Merge branch 'x86/cc' into x86/sevThomas Gleixner2023-03-302-12/+24
| | |\ \ \
| * | | | | Driver: VMBus: Add Devicetree supportSaurabh Sengar2023-04-172-6/+65
| * | | | | dt-bindings: bus: Add Hyper-V VMBusSaurabh Sengar2023-04-172-0/+55
| * | | | | Drivers: hv: vmbus: Convert acpi_device to more generic platform_deviceSaurabh Sengar2023-04-171-23/+35
| * | | | | ACPI: bus: Add stub acpi_sleep_state_supported() in non-ACPI casesSaurabh Sengar2023-04-171-0/+5
| * | | | | drivers/clocksource/hyper-v: non ACPI support in hyperv clockSaurabh Sengar2023-04-171-2/+13
* | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2023-04-2832-481/+1761
|\ \ \ \ \ \
| * | | | | | vhost_vdpa: fix unmap process in no-batch modeCindy Lu2023-04-211-7/+1
| * | | | | | MAINTAINERS: make me a reviewer of VIRTIO CORE AND NET DRIVERSXuan Zhuo2023-04-211-0/+1
| * | | | | | tools/virtio: fix build caused by virtio_ring changesShunsuke Mie2023-04-214-13/+10
| * | | | | | virtio_ring: add a struct device forward declarationShunsuke Mie2023-04-211-0/+1