Age | Commit message (Expand) | Author | Files | Lines |
2020-04-26 | xen/privcmd: Remove unneeded asm/tlb.h include | Thomas Gleixner | 1 | -1/+0 |
2020-04-17 | Merge tag 'for-linus-5.7-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+8 |
2020-04-14 | xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant status | Juergen Gross | 1 | -1/+8 |
2020-04-11 | Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 12 | -102/+113 |
2020-04-07 | xen: Use evtchn_type_t as a type for event channels | Yan Yankovskyi | 12 | -102/+113 |
2020-04-03 | Merge tag 'for-linus-5.7-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -89/+47 |
2020-03-31 | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2020-03-30 | xen-pciback: fix INTERRUPT_TYPE_* defines | Marek Marczykowski-Górecki | 2 | -5/+5 |
2020-03-30 | xen/xenbus: remove unused xenbus_map_ring() | Juergen Gross | 1 | -84/+42 |
2020-03-25 | xen/cpuhotplug: Replace cpu_up/down() with device_online/offline() | Qais Yousef | 1 | -1/+1 |
2020-03-05 | xen/xenbus: fix locking | Juergen Gross | 2 | -7/+8 |
2020-03-05 | xenbus: req->err should be updated before req->state | Dongli Zhang | 1 | -0/+2 |
2020-03-05 | xenbus: req->body should be updated before req->state | Dongli Zhang | 2 | -3/+8 |
2020-03-05 | xen: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-02-22 | Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+3 |
2020-02-21 | xen: Enable interrupts when calling _cond_resched() | Thomas Gleixner | 1 | -1/+3 |
2020-02-05 | Merge tag 'for-linus-5.6-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 10 | -14/+277 |
2020-01-30 | Merge tag 'drm-next-2020-01-30' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -23/+0 |
2020-01-29 | xenbus/backend: Protect xenbus callback with lock | SeongJae Park | 2 | -3/+15 |
2020-01-29 | xenbus/backend: Add memory pressure handler callback | SeongJae Park | 1 | -0/+32 |
2020-01-28 | xen/gntdev: Do not use mm notifiers with autotranslating guests | Boris Ostrovsky | 1 | -12/+12 |
2020-01-22 | xen/balloon: Support xend-based toolstack take two | Juergen Gross | 1 | -1/+1 |
2020-01-20 | Backmerge v5.5-rc7 into drm-next | Dave Airlie | 5 | -33/+33 |
2020-01-16 | xen-pciback: optionally allow interrupt enable flag writes | Marek Marczykowski-Górecki | 6 | -0/+219 |
2019-12-25 | Merge tag 'v5.5-rc3' into sched/core, to pick up fixes | Ingo Molnar | 10 | -96/+79 |
2019-12-21 | Merge tag 'for-linus-5.5b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -33/+33 |
2019-12-20 | xen/grant-table: remove multiple BUG_ON on gnttab_interface | Aditya Pakki | 1 | -4/+0 |
2019-12-20 | xenbus: limit when state is forced to closed | Paul Durrant | 1 | -2/+10 |
2019-12-20 | xenbus: move xenbus_dev_shutdown() into frontend code... | Paul Durrant | 4 | -27/+23 |
2019-12-17 | Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm... | Daniel Vetter | 1 | -23/+0 |
2019-12-15 | Merge tag 'for-linus-5.5b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+2 |
2019-12-13 | xen/balloon: fix ballooned page accounting without hotplug enabled | Juergen Gross | 1 | -1/+2 |
2019-12-08 | sched/rt, xen: Use CONFIG_PREEMPTION | Thomas Gleixner | 1 | -2/+2 |
2019-12-08 | Merge tag 'for-linus-5.5b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -62/+44 |
2019-12-04 | xen/xenbus: reference count registered modules | Paul Durrant | 1 | -1/+12 |
2019-12-04 | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+9 |
2019-12-02 | xen/gntdev: switch from kcalloc() to kvcalloc() | Juergen Gross | 1 | -15/+16 |
2019-12-02 | xen/gntdev: replace global limit of mapped pages by limit per call | Juergen Gross | 3 | -26/+11 |
2019-12-02 | xen/gntdev: remove redundant non-zero check on ret | Colin Ian King | 1 | -7/+2 |
2019-12-02 | xen/events: remove event handling recursion detection | Juergen Gross | 1 | -13/+3 |
2019-12-01 | mm/memory_hotplug.c: remove __online_page_set_limits() | Souptick Joarder | 1 | -1/+0 |
2019-11-30 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 2 | -138/+49 |
2019-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 1 | -6/+6 |
2019-11-26 | xen/gntdev-dmabuf: Ditch dummy map functions | Daniel Vetter | 1 | -23/+0 |
2019-11-24 | xen: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -29/+29 |
2019-11-24 | xen/gntdev: use mmu_interval_notifier_insert | Jason Gunthorpe | 2 | -138/+49 |
2019-11-21 | xen-platform: Convert to generic power management | Bjorn Helgaas | 1 | -5/+9 |
2019-11-20 | dma-direct: exclude dma_direct_map_resource from the min_low_pfn check | Christoph Hellwig | 1 | -2/+2 |
2019-11-20 | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 1 | -4/+4 |
2019-11-14 | xen/mcelog: also allow building for 32-bit kernels | Jan Beulich | 1 | -1/+1 |