Age | Commit message (Expand) | Author | Files | Lines |
2021-03-25 | Revert "xen: fix p2m size in dom0 for disabled memory hotplug case" | Roger Pau Monne | 1 | -12/+0 |
2021-03-03 | xen: fix p2m size in dom0 for disabled memory hotplug case | Juergen Gross | 1 | -0/+12 |
2021-02-04 | xen: add wc_sec_hi to struct shared_info | David Woodhouse | 1 | -0/+3 |
2020-12-16 | xen: remove trailing semicolon in macro definition | Tom Rix | 1 | -1/+1 |
2020-08-03 | xen: hypercall.h: fix duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 1 | -1/+1 |
2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 1 | -1/+0 |
2019-11-27 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -7/+4 |
2019-11-16 | x86/iopl: Remove legacy IOPL option | Thomas Gleixner | 1 | -2/+0 |
2019-10-17 | x86: xen: kvm: Gather the definition of emulate prefixes | Masami Hiramatsu | 1 | -7/+4 |
2019-09-11 | swiotlb-xen: simplify cache maintainance | Christoph Hellwig | 1 | -14/+0 |
2019-07-17 | x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __init | Zhenzhong Duan | 1 | -3/+3 |
2019-05-06 | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+20 |
2019-04-05 | xen: Prevent buffer overflow in privcmd ioctl | Dan Carpenter | 1 | -0/+3 |
2019-04-03 | x86/uaccess, xen: Suppress SMAP warnings | Peter Zijlstra | 1 | -4/+20 |
2019-03-05 | xen: remove pre-xen3 fallback handlers | Arnd Bergmann | 1 | -11/+2 |
2018-11-09 | x86/xen: fix pv boot | Juergen Gross | 1 | -4/+31 |
2018-09-26 | xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h> | Christoph Hellwig | 1 | -0/+2 |
2018-08-20 | xen: remove unused hypercall functions | Juergen Gross | 1 | -118/+0 |
2018-08-07 | xen: don't use privcmd_call() from xen_mc_flush() | Juergen Gross | 1 | -6/+19 |
2018-01-14 | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+3 |
2018-01-12 | x86/retpoline/xen: Convert Xen hypercall indirect jumps | David Woodhouse | 1 | -2/+3 |
2017-11-17 | Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -11/+42 |
2017-11-06 | xen: update arch/x86/include/asm/xen/cpuid.h | Juergen Gross | 1 | -10/+32 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 8 | -0/+8 |
2017-10-31 | xen: support 52 bit physical addresses in pv guests | Juergen Gross | 1 | -1/+10 |
2017-09-29 | Merge tag 'for-linus-4.14c-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
2017-09-23 | x86/asm: Fix inline asm call constraints for Clang | Josh Poimboeuf | 1 | -3/+2 |
2017-09-21 | x86/xen: clean up clang build warning | Colin Ian King | 1 | -2/+2 |
2017-09-07 | Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -5/+0 |
2017-08-31 | xen: remove unused function xen_set_domain_pte() | Juergen Gross | 1 | -2/+0 |
2017-08-31 | xen: remove tests for pvh mode in pure pv paths | Juergen Gross | 1 | -3/+0 |
2017-08-29 | x86/asm: Replace access to desc_struct:a/b fields | Thomas Gleixner | 1 | -2/+4 |
2017-07-03 | x86/xen: allow userspace access during hypercalls | Marek Marczykowski-Górecki | 1 | -1/+8 |
2017-06-08 | xen: fix HYPERVISOR_dm_op() prototype | Sergey Dyasli | 1 | -1/+3 |
2017-05-02 | xen: Revert commits da72ff5bfcb0 and 72a9b186292d | Boris Ostrovsky | 1 | -0/+11 |
2017-05-02 | x86/xen: create stubs for HVM-only builds in page.h | Vitaly Kuznetsov | 1 | -0/+25 |
2017-04-11 | Merge branch 'x86/boot' into x86/mm, to avoid conflict | Ingo Molnar | 1 | -0/+1 |
2017-03-27 | x86: Convert the rest of the code to support p4d_t | Kirill A. Shutemov | 1 | -2/+6 |
2017-03-01 | Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up... | Ingo Molnar | 1 | -0/+7 |
2017-02-14 | xen/privcmd: Add IOCTL_PRIVCMD_DM_OP | Paul Durrant | 1 | -0/+7 |
2017-02-01 | xen, x86/headers: Add <linux/device.h> dependency to <asm/xen/page.h> | Ingo Molnar | 1 | -0/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-09-30 | xen: Remove event channel notification through Xen PCI platform device | KarimAllah Ahmed | 1 | -11/+0 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -5/+4 |
2016-07-25 | x86/xen: update cpuid.h from Xen-4.7 | Vitaly Kuznetsov | 1 | -1/+4 |
2016-03-24 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+2 |
2016-03-17 | x86/iopl/64: Properly context-switch IOPL on Xen PV | Andy Lutomirski | 1 | -0/+2 |
2016-02-25 | Merge branch 'x86/debug' into core/objtool, to pick up frame pointer fixes | Ingo Molnar | 1 | -2/+3 |