Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-26Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-05-19xen: sync xs_wire.h header with upstream xenStefano Stabellini
2022-05-19xen/xenbus: eliminate xenbus_grant_ring()Juergen Gross
2022-05-19xen/xenbus: add xenbus_setup_ring() service functionJuergen Gross
2022-05-19xen: update ring.hJuergen Gross
2022-05-19xen: update grant_table.hJuergen Gross
2022-05-19xen: update vscsiif.hJuergen Gross
2022-05-11swiotlb-xen: fix DMA_ATTR_NO_KERNEL_MAPPING on armChristoph Hellwig
2022-04-18swiotlb: merge swiotlb-xen initialization into swiotlbChristoph Hellwig
2022-03-16xen/grant-table: remove readonly parameter from functionsJuergen Gross
2022-03-16xen/grant-table: remove gnttab_*transfer*() functionsJuergen Gross
2022-03-07xen/gnttab: fix gnttab_end_foreign_access() without page specifiedJuergen Gross
2022-03-07xen: remove gnttab_query_foreign_access()Juergen Gross
2022-03-07xen/grant-table: add gnttab_try_end_foreign_access()Juergen Gross
2022-02-03xen: xenbus_dev.h: delete incorrect file nameRandy Dunlap
2022-01-13Merge tag 'for-linus-5.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-06xen/unpopulated-alloc: Add mechanism to use Xen resourceOleksandr Tyshchenko
2022-01-06xen/balloon: Bring alloc(free)_xenballooned_pages helpers backOleksandr Tyshchenko
2022-01-06xen/x86: obtain upper 32 bits of video frame buffer address for Dom0Jan Beulich
2022-01-03Merge 5.16-rc8 into usb-nextGreg Kroah-Hartman
2021-12-16xen/console: harden hvc_xen against event channel stormsJuergen Gross
2021-12-13usb: Add Xen pvUSB protocol descriptionJuergen Gross
2021-11-23xen: add "not_essential" flag to struct xenbus_driverJuergen Gross
2021-11-04xen/balloon: rename alloc/free_xenballooned_pagesJuergen Gross
2021-11-02xen: allow pv-only hypercalls only with CONFIG_XEN_PVJuergen Gross
2021-11-02xen-pciback: allow compiling on other archs than x86Oleksandr Andrushchenko
2021-11-02xen: fix wrong SPDX headers of Xen related headersJuergen Gross
2021-10-05xen/privcmd: drop "pages" parameter from xen_remap_pfn()Jan Beulich
2021-09-20swiotlb-xen: this is PV-only on x86Jan Beulich
2021-07-05xen: sync include/xen/interface/io/ring.h with Xen's newest versionJuergen Gross
2021-05-14xen/arm: move xen_swiotlb_detect to arm/swiotlb-xen.hStefano Stabellini
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-05-07treewide: remove editor modelines and cruftMasahiro Yamada
2021-05-04Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-04-23xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mappedStefano Stabellini
2021-04-23xen: Remove support for PV ACPI cpu/memory hotplugBoris Ostrovsky
2021-03-17xen-swiotlb: split xen_swiotlb_initChristoph Hellwig
2021-03-11Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF}Jan Beulich
2021-02-23xen/events: add per-xenbus device event statistics and settingsJuergen Gross
2021-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-02-22Merge tag 'for-linus-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2021-02-15Xen/gntdev: correct error checking in gntdev_map_grant_pages()Jan Beulich
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-02-12xen/events: link interdomain events to associated xenbus deviceJuergen Gross
2021-02-11arm/xen: Don't probe xenbus as part of an early initcallJulien Grall
2021-02-04xen: add wc_sec_hi to struct shared_infoDavid Woodhouse
2021-01-13xen: Fix event channel callback via INTX/GSIDavid Woodhouse
2020-12-14xen/xenbus: Count pending messages for each watchSeongJae Park
2020-12-14xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()SeongJae Park