| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 2022-12-13 | 1 | -4/+4 |
|\ |
|
| * | Backmerge tag 'v6.1-rc6' into drm-next | Dave Airlie | 2022-11-24 | 3 | -7/+14 |
| |\ |
|
| * \ | Merge tag 'drm-misc-next-2022-10-20' of git://anongit.freedesktop.org/drm/drm... | Dave Airlie | 2022-10-25 | 1 | -4/+4 |
| |\ \ |
|
| | * \ | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 2022-10-18 | 10 | -102/+148 |
| | |\ \ |
|
| | * | | | xen/gntdev: Prepare to dynamic dma-buf locking specification | Dmitry Osipenko | 2022-10-18 | 1 | -4/+4 |
* | | | | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2022-12-13 | 1 | -4/+4 |
|\ \ \ \ \ |
|
| * | | | | | use less confusing names for iov_iter direction initializers | Al Viro | 2022-11-25 | 1 | -4/+4 |
| * | | | | | [xen] fix "direction" argument of iov_iter_kvec() | Al Viro | 2022-11-25 | 1 | -4/+4 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2022-12-12 | 1 | -2/+1 |
|\ \ \ \ \ |
|
| | \ \ \ \ | |
| | \ \ \ \ | |
| *-. \ \ \ \ | Merge branches 'acpi-scan', 'acpi-bus', 'acpi-tables' and 'acpi-sysfs' | Rafael J. Wysocki | 2022-12-12 | 1 | -2/+1 |
| |\ \ \ \ \ \
| | |_|/ / / /
| |/| | / / /
| | | |/ / /
| | |/| | | |
|
| | | * | | | ACPI: make remove callback of ACPI driver void | Dawei Li | 2022-11-23 | 1 | -2/+1 |
| | |/ / / |
|
* | | | | | xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource() | Harshit Mogalapalli | 2022-12-05 | 1 | -1/+1 |
* | | | | | xen/virtio: Handle PCI devices which Host controller is described in DT | Oleksandr Tyshchenko | 2022-12-05 | 1 | -7/+39 |
* | | | | | xen/virtio: Optimize the setup of "xen-grant-dma" devices | Oleksandr Tyshchenko | 2022-12-05 | 1 | -49/+28 |
|/ / / / |
|
* | | | | Merge tag 'for-linus-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-11-16 | 3 | -7/+14 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | xen/platform-pci: use define instead of literal number | Juergen Gross | 2022-11-15 | 1 | -1/+2 |
| * | | | xen/platform-pci: add missing free_irq() in error path | ruanjinjie | 2022-11-14 | 1 | -2/+5 |
| * | | | xen-pciback: Allow setting PCI_MSIX_FLAGS_MASKALL too | Marek Marczykowski-Górecki | 2022-11-14 | 1 | -3/+6 |
| * | | | xen/pcpu: fix possible memory leak in register_pcpu() | Yang Yingliang | 2022-11-14 | 1 | -1/+1 |
* | | | | Merge tag 'for-linus-6.1-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-10-21 | 1 | -12/+15 |
|\| | |
| |_|/
|/| | |
|
| * | | xen/virtio: Convert PAGE_SIZE/PAGE_SHIFT/PFN_UP to Xen counterparts | Oleksandr Tyshchenko | 2022-10-14 | 1 | -12/+12 |
| * | | xen/virtio: Handle cases when page offset > PAGE_SIZE properly | Oleksandr Tyshchenko | 2022-10-14 | 1 | -3/+6 |
* | | | Merge tag 'for-linus-6.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-10-12 | 5 | -74/+125 |
|\| | |
|
| * | | xen: Kconfig: Fix spelling mistake "Maxmium" -> "Maximum" | Colin Ian King | 2022-10-12 | 1 | -1/+1 |
| * | | xen/virtio: enable grant based virtio on x86 | Juergen Gross | 2022-10-10 | 1 | -1/+11 |
| * | | xen/virtio: use dom0 as default backend for CONFIG_XEN_VIRTIO_FORCE_GRANT | Juergen Gross | 2022-10-07 | 1 | -0/+3 |
| * | | xen/virtio: restructure xen grant dma setup | Juergen Gross | 2022-10-07 | 1 | -25/+43 |
| * | | xen/gntdev: Accommodate VMA splitting | M. Vefa Bicakci | 2022-10-06 | 2 | -34/+27 |
| * | | xen/gntdev: Prevent leaking grants | M. Vefa Bicakci | 2022-10-06 | 1 | -5/+17 |
| * | | xen/virtio: Fix potential deadlock when accessing xen_grant_dma_devices | Oleksandr Tyshchenko | 2022-10-06 | 1 | -5/+19 |
| * | | xen/virtio: Fix n_pages calculation in xen_grant_dma_map(unmap)_page() | Oleksandr Tyshchenko | 2022-10-06 | 1 | -2/+3 |
| * | | xen/xenbus: Fix spelling mistake "hardward" -> "hardware" | Colin Ian King | 2022-10-06 | 1 | -1/+1 |
* | | | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-10-11 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | xen: use vma_lookup() in privcmd_ioctl_mmap() | Liam R. Howlett | 2022-09-27 | 1 | -1/+1 |
* | | | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2022-10-07 | 1 | -12/+0 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | scsi: xen: Drop use of internal host codes | Mike Christie | 2022-09-07 | 1 | -12/+0 |
| | |/
| |/| |
|
* | | | Merge tag 'for-linus-6.0-rc7-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-09-23 | 1 | -3/+6 |
|\ \ \ |
|
| * | | | xen/xenbus: fix xenbus_setup_ring() | Juergen Gross | 2022-09-16 | 1 | -3/+6 |
* | | | | Merge tag 'for-linus-6.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-09-03 | 1 | -0/+3 |
|\| | |
| |_|/
|/| | |
|
| * | | xen/grants: prevent integer overflow in gnttab_dma_alloc_pages() | Dan Carpenter | 2022-09-02 | 1 | -0/+3 |
* | | | Merge tag 'for-linus-6.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-08-28 | 3 | -12/+13 |
|\| |
| |/
|/| |
|
| * | xen/privcmd: fix error exit of privcmd_ioctl_dm_op() | Juergen Gross | 2022-08-25 | 1 | -10/+11 |
| * | xen: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2022-08-25 | 2 | -2/+2 |
* | | Merge tag 'for-linus-6.0-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-08-14 | 3 | -9/+50 |
|\| |
|
| * | xen/pciback: Fix comment typo | Jason Wang | 2022-08-12 | 1 | -1/+1 |
| * | xen/xenbus: fix return type in xenbus_file_read() | Dan Carpenter | 2022-08-12 | 1 | -2/+2 |
| * | x86/xen: Add support for HVMOP_set_evtchn_upcall_vector | Jane Malalane | 2022-08-12 | 1 | -6/+47 |
* | | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-08-06 | 1 | -1/+1 |
|\ \ |
|
| * | | mm: shrinkers: provide shrinkers with names | Roman Gushchin | 2022-07-04 | 1 | -1/+1 |
* | | | Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2022-08-05 | 4 | -3/+22 |
|\ \ \
| | |/
| |/| |
|