Age | Commit message (Expand) | Author | Files | Lines |
2024-07-11 | x86/xen: eliminate some private header files | Juergen Gross | 1 | -2/+0 |
2024-05-24 | Merge tag 'for-linus-6.10a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+33 |
2024-05-17 | xen/x86: add extra pages to unpopulated-alloc if available | Roger Pau Monne | 1 | -0/+33 |
2024-05-13 | Merge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+0 |
2024-03-22 | x86/xen: Remove duplicate #include | Jiapeng Chong | 1 | -3/+0 |
2024-03-13 | x86/xen: attempt to inflate the memory balloon on PVH | Roger Pau Monne | 1 | -0/+32 |
2023-11-28 | x86/xen: fix percpu vcpu_info allocation | Juergen Gross | 1 | -1/+5 |
2023-09-19 | xen: simplify evtchn_do_upcall() call maze | Juergen Gross | 1 | -1/+1 |
2022-08-12 | x86/xen: Add support for HVMOP_set_evtchn_upcall_vector | Jane Malalane | 1 | -1/+1 |
2021-11-02 | x86/xen: switch initial pvops IRQ functions to dummy ones | Juergen Gross | 1 | -17/+2 |
2021-11-02 | x86/xen: remove xen_have_vcpu_info_placement flag | Juergen Gross | 1 | -73/+24 |
2021-10-05 | xen/x86: adjust data placement | Jan Beulich | 1 | -1/+1 |
2021-10-05 | xen/x86: hook up xen_banner() also for PVH | Jan Beulich | 1 | -0/+14 |
2021-10-05 | xen/x86: generalize preferred console model from PV to PVH Dom0 | Jan Beulich | 1 | -0/+12 |
2021-10-05 | xen/x86: allow PVH Dom0 without XEN_PV=y | Jan Beulich | 1 | -0/+17 |
2021-10-05 | xen/x86: prevent PVH type from getting clobbered | Jan Beulich | 1 | -5/+4 |
2021-07-01 | kernel.h: split out panic and oops helpers | Andy Shevchenko | 1 | -0/+1 |
2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 1 | -1/+1 |
2019-10-07 | x86/xen: Return from panic notifier | Boris Ostrovsky | 1 | -3/+25 |
2018-12-02 | Merge tag 'for-linus-4.20a-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -78/+0 |
2018-11-29 | Revert "xen/balloon: Mark unallocated host memory as UNUSABLE" | Igor Druzhinin | 1 | -78/+0 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+1 |
2018-10-23 | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+2 |
2018-09-26 | xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h> | Christoph Hellwig | 1 | -0/+1 |
2018-09-03 | x86/xen: Add SPDX identifier in arch/x86/xen files | Juergen Gross | 1 | -0/+2 |
2018-08-05 | Merge 4.18-rc7 into master to pick up the KVM dependcy | Thomas Gleixner | 1 | -0/+7 |
2018-08-05 | x86: Don't include linux/irq.h from asm/hardirq.h | Nicolai Stange | 1 | -0/+1 |
2018-06-19 | xen: share start flags between PV and PVH | Roger Pau Monne | 1 | -0/+7 |
2017-12-20 | xen/balloon: Mark unallocated host memory as UNUSABLE | Boris Ostrovsky | 1 | -0/+81 |
2017-10-10 | xen/vcpu: Use a unified name about cpu hotplug state for pv and pvhvm | Zhenzhong Duan | 1 | -2/+2 |
2017-06-13 | xen/vcpu: Handle xen_vcpu_setup() failure in hotplug | Ankur Arora | 1 | -20/+26 |
2017-06-13 | xen/pvh*: Support > 32 VCPUs at domain restore | Ankur Arora | 1 | -13/+32 |
2017-06-13 | xen/vcpu: Simplify xen_vcpu related code | Ankur Arora | 1 | -28/+73 |
2017-05-03 | xen: Move xen_have_vector_callback definition to enlighten.c | Boris Ostrovsky | 1 | -0/+3 |
2017-05-02 | x86/xen: split off enlighten_pv.c | Vitaly Kuznetsov | 1 | -1526/+24 |
2017-05-02 | x86/xen: split off enlighten_hvm.c | Vitaly Kuznetsov | 1 | -207/+5 |
2017-05-02 | x86/xen: split off enlighten_pvh.c | Vitaly Kuznetsov | 1 | -108/+0 |
2017-05-02 | x86/xen: globalize have_vcpu_info_placement | Vitaly Kuznetsov | 1 | -6/+6 |
2017-05-02 | x86/xen: separate PV and HVM hypervisors | Vitaly Kuznetsov | 1 | -39/+75 |
2017-04-11 | Merge branch 'x86/boot' into x86/mm, to avoid conflict | Ingo Molnar | 1 | -14/+13 |
2017-03-30 | Merge branch 'x86/cpu' into x86/mm, before applying dependent patch | Ingo Molnar | 1 | -1/+0 |
2017-03-23 | x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixup | Andy Lutomirski | 1 | -3/+0 |
2017-03-16 | x86: Remap GDT tables in the fixmap section | Thomas Garnier | 1 | -1/+4 |
2017-03-11 | x86/cpu: Drop wp_works_ok member of struct cpuinfo_x86 | Mathias Krause | 1 | -1/+0 |
2017-03-01 | x86/xen: Update e820 table handling to the new core x86 E820 code | Ingo Molnar | 1 | -14/+13 |
2017-02-07 | xen/pvh: Use Xen's emergency_restart op for PVH guests | Boris Ostrovsky | 1 | -0/+3 |
2017-02-07 | xen/pvh: Make sure we don't use ACPI_IRQ_MODEL_PIC for SCI | Boris Ostrovsky | 1 | -0/+12 |
2017-02-07 | xen/pvh: Bootstrap PVH guest | Boris Ostrovsky | 1 | -10/+114 |
2017-02-07 | xen/x86: Remove PVH support | Boris Ostrovsky | 1 | -121/+19 |
2016-12-25 | cpu/hotplug: Cleanup state names | Thomas Gleixner | 1 | -2/+2 |