| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus-5.5b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-12-21 | 5 | -33/+33 |
|\ |
|
| * | xen/grant-table: remove multiple BUG_ON on gnttab_interface | Aditya Pakki | 2019-12-20 | 1 | -4/+0 |
| * | xenbus: limit when state is forced to closed | Paul Durrant | 2019-12-20 | 1 | -2/+10 |
| * | xenbus: move xenbus_dev_shutdown() into frontend code... | Paul Durrant | 2019-12-20 | 4 | -27/+23 |
* | | Merge tag 'for-linus-5.5b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-12-15 | 1 | -1/+2 |
|\| |
|
| * | xen/balloon: fix ballooned page accounting without hotplug enabled | Juergen Gross | 2019-12-13 | 1 | -1/+2 |
* | | Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-12-07 | 5 | -62/+44 |
|\| |
|
| * | xen/xenbus: reference count registered modules | Paul Durrant | 2019-12-04 | 1 | -1/+12 |
| * | xen/gntdev: switch from kcalloc() to kvcalloc() | Juergen Gross | 2019-12-02 | 1 | -15/+16 |
| * | xen/gntdev: replace global limit of mapped pages by limit per call | Juergen Gross | 2019-12-02 | 3 | -26/+11 |
| * | xen/gntdev: remove redundant non-zero check on ret | Colin Ian King | 2019-12-02 | 1 | -7/+2 |
| * | xen/events: remove event handling recursion detection | Juergen Gross | 2019-12-02 | 1 | -13/+3 |
* | | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-12-03 | 1 | -5/+9 |
|\ \ |
|
| * | | xen-platform: Convert to generic power management | Bjorn Helgaas | 2019-11-21 | 1 | -5/+9 |
* | | | mm/memory_hotplug.c: remove __online_page_set_limits() | Souptick Joarder | 2019-12-01 | 1 | -1/+0 |
| |/
|/| |
|
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 2019-11-30 | 2 | -138/+49 |
|\ \ |
|
| * | | xen/gntdev: use mmu_interval_notifier_insert | Jason Gunthorpe | 2019-11-24 | 2 | -138/+49 |
| |/ |
|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 2019-11-28 | 1 | -6/+6 |
|\ \ |
|
| * | | dma-direct: exclude dma_direct_map_resource from the min_low_pfn check | Christoph Hellwig | 2019-11-20 | 1 | -2/+2 |
| * | | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 2019-11-20 | 1 | -4/+4 |
| |/ |
|
* | | xen: Fix Kconfig indentation | Krzysztof Kozlowski | 2019-11-24 | 1 | -29/+29 |
* | | xen/mcelog: also allow building for 32-bit kernels | Jan Beulich | 2019-11-14 | 1 | -1/+1 |
* | | xen/mcelog: add PPIN to record when available | Jan Beulich | 2019-11-14 | 1 | -0/+5 |
* | | xen/mcelog: drop __MC_MSR_MCGCAP | Jan Beulich | 2019-11-14 | 1 | -2/+7 |
* | | xen/gntdev: Use select for DMA_SHARED_BUFFER | Jason Gunthorpe | 2019-11-07 | 1 | -1/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-10-19 | 1 | -1/+1 |
|\ |
|
| * | net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_head | Eric Dumazet | 2019-10-10 | 1 | -1/+1 |
* | | Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-10-12 | 2 | -13/+3 |
|\ \
| |/
|/| |
|
| * | xen: Stop abusing DT of_dma_configure API | Rob Herring | 2019-10-10 | 1 | -11/+2 |
| * | xen/grant-table: remove unnecessary printing | Fuqian Huang | 2019-10-10 | 1 | -2/+1 |
* | | Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-10-04 | 3 | -56/+72 |
|\| |
|
| * | xen/xenbus: fix self-deadlock after killing user process | Juergen Gross | 2019-10-02 | 1 | -2/+18 |
| * | xen/efi: have a common runtime setup function | Juergen Gross | 2019-10-02 | 1 | -37/+47 |
| * | xen/balloon: Clear PG_offline in balloon_retrieve() | David Hildenbrand | 2019-10-01 | 1 | -2/+1 |
| * | xen/balloon: Mark pages PG_offline in balloon_append() | David Hildenbrand | 2019-10-01 | 1 | -9/+4 |
| * | xen/balloon: Drop __balloon_append() | David Hildenbrand | 2019-10-01 | 1 | -8/+3 |
| * | xen/balloon: Set pages PageOffline() in balloon_add_region() | David Hildenbrand | 2019-10-01 | 1 | -0/+1 |
* | | Merge tag 'for-linus-5.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2019-09-26 | 2 | -9/+17 |
|\| |
|
| * | xen/pci: reserve MCFG areas earlier | Igor Druzhinin | 2019-09-12 | 1 | -6/+15 |
| * | swiotlb-xen: Convert to use macro | Souptick Joarder | 2019-09-06 | 1 | -3/+2 |
* | | xen/events: remove unlikely() from WARN() condition | Denis Efremov | 2019-09-26 | 1 | -1/+1 |
* | | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2019-09-19 | 1 | -68/+16 |
|\ \ |
|
| * | | swiotlb-xen: merge xen_unmap_single into xen_swiotlb_unmap_page | Christoph Hellwig | 2019-09-11 | 1 | -11/+4 |
| * | | swiotlb-xen: simplify cache maintainance | Christoph Hellwig | 2019-09-11 | 1 | -10/+10 |
| * | | swiotlb-xen: remove xen_swiotlb_dma_mmap and xen_swiotlb_dma_get_sgtable | Christoph Hellwig | 2019-09-11 | 1 | -27/+2 |
| * | | xen/arm: use dma-noncoherent.h calls for xen-swiotlb cache maintainance | Christoph Hellwig | 2019-09-11 | 1 | -20/+0 |
| |/ |
|
* / | swiotlb: Split size parameter to map/unmap APIs | Lu Baolu | 2019-09-11 | 1 | -4/+4 |
|/ |
|
* | Merge tag 'for-linus-5.3a-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-08-03 | 5 | -57/+49 |
|\ |
|
| * | xen/swiotlb: remember having called xen_create_contiguous_region() | Juergen Gross | 2019-08-01 | 1 | -1/+3 |
| * | xen/swiotlb: simplify range_straddles_page_boundary() | Juergen Gross | 2019-08-01 | 1 | -22/+6 |