xen.git
2019-12-11 George Dunlapx86/mm: Set old_guest_table when destroying vcpu pagetables
2019-12-11 George Dunlapx86/mm: Don't reset linear_pt_count on partial validation
2019-12-11 Andrew Cooperx86/vtx: Work around SingleStep + STI/MovSS VMEntry...
2019-12-11 Jan Beulichx86+Arm32: make find_next_{,zero_}bit() have well defin...
2019-12-11 Wei LiuConfig.mk: update seabios to 1.13.0
2019-12-11 Wei Liux86: add a comment regarding the location of hypervisor...
2019-12-11 Juergen GrossSUPPORT.md: add core scheduling
2019-12-10 Andrew Cooperdocs/sphinx: How Xen Boots on x86
2019-12-10 Andrew Cooperxen/build: Automatically locate a suitable python inter...
2019-12-10 Andrew Cooperxen/banner: Drop the fig-to-oct.py script
2019-12-10 Andrew Cooperxen/flask: Drop the gen-policy.py script
2019-12-10 Razvan Cojocaruremove myself as vm_event maintainer
2019-12-10 Roger Pau Monnéx86: do not enable global pages when virtualized on...
2019-12-10 Igor Druzhininx86/AMD: unbreak CPU hotplug on AMD systems without...
2019-12-09 Jan Beulichx86/i8259A: don't open-code LEGACY_VECTOR()
2019-12-09 Krzysztof Kolasalz4: fix system halt at boot kernel on x86_64
2019-12-09 Rasmus Villemoeslz4: pull out constant tables
2019-12-09 Jan Beulichlz4: refine commit 9143a6c55ef7 for the 64-bit case
2019-12-09 Jan Beulichx86/CPUID: RSTR_FP_ERR_PTRS depends on FPU
2019-12-06 Andrew Cooperdocs/sphinx: License content with CC-BY-4.0
2019-12-06 Jan Beulichx86: support Atom Tremont
2019-12-06 Jan Beulichx86: don't offer Hyper-V option when "PV Shim Exclusive"
2019-12-06 Jan Beulichx86/nEPT: ditch nept_sp_entry()
2019-12-05 Andrew Cooperx86/svm: Use named (bit)fields for task switch exit...
2019-12-05 Andrew Cooperx86/svm: Clean up intinfo_t variables
2019-12-05 Andrew Cooperx86/svm: Don't shadow variables in svm_vmexit_handler()
2019-12-05 Andrew Cooperx86/svm: Clean up construct_vmcb()
2019-12-05 Andrew Cooperx86/svm: Fix handling of EFLAGS.RF on task switch
2019-12-05 Andrew Cooperx86/svm: Minor cleanup to start_svm()
2019-12-05 Igor Druzhininpassthrough: drop break statement following c/s cd7dedad820
2019-12-04 Andrew Cooperx86/svm: Correct vm_event API for descriptor accesses
2019-12-04 Wei Liux86: introduce CONFIG_HYPERV and detection code
2019-12-04 Wei Liux86: be more verbose when running on a hypervisor
2019-12-04 Wei Liux86: switch xen guest implementation to use hypervisor...
2019-12-04 Wei Liux86: rename hypervisor_{alloc,free}_unused_page
2019-12-04 Wei Liux86: introduce hypervisor framework
2019-12-04 Wei Liux86: drop hypervisor_cpuid_base
2019-12-04 Wei Liux86: add missing headers in hypercall.h
2019-12-04 Wei Liux86: introduce CONFIG_GUEST and move code
2019-12-03 Roger Pau Monneautomation: increase tests maximum time from 10s to 30s
2019-12-03 Roger Pau Monneautomation: add timestamps to Xen tests
2019-12-03 Roger Pau Monnéx86/tlbflush: do not toggle the PGE CR4 bit unless...
2019-12-03 Jan Beulichx86: avoid HPET use on certain Intel platforms
2019-12-03 Jan Beulichgnttab: make sure grant map operations don't skip their...
2019-12-03 Jeff Kubascikxen/arm: initialize vpl011 flag register
2019-12-03 Ian Campbellxen: arm: fix typo in the description of struct pending...
2019-12-03 Ian Campbellxen: arm: fix indentation of struct vtimer
2019-12-02 Yi Sunx86/psr: fix bug which may cause crash
2019-12-02 Roger Pau Monnex86: re-order clang no integrated assembler tests
2019-12-01 Julian TuminaroFix the KDD_LOG statements to use appropriate format...
2019-11-29 George DunlapRationalize max_grant_frames and max_maptrack_frames...
2019-11-29 julian.tuminaro... kdd.c: Add support for initial handshake in KD protocol...
2019-11-29 Paul Durrantpassthrough: simplify locking and logging
2019-11-29 Andrew CooperAMD/IOMMU: Render IO_PAGE_FAULT errors in a more useful...
2019-11-29 Andrew CooperAMD/IOMMU: Always print IOMMU errors
2019-11-29 Paul Durrantx86 / iommu: set up a scratch page in the quarantine...
2019-11-29 Julien Grallxen/x86: vpmu: Unmap per-vCPU PMU page when the domain...
2019-11-29 Roger Pau Monnéx86: move and fix clang .skip check
2019-11-29 Jan Beulichx86: fix clang .macro retention check
2019-11-29 Jan Beulichconsole: avoid buffer overrun in guest_console_write()
2019-11-29 Jan Beulichconsole: avoid buffer overflow in guest_console_write()
2019-11-29 Ian Jacksondocs/process: Move MAINTAINERS update for stable to...
2019-11-29 Ian Jacksondocs/process: Notify release manager, rather than editi...
2019-11-29 Ian Jacksondocs/process: Mention .Z-pre versions
2019-11-29 Ian Jacksondocs/process: Fix minor error in formatting
2019-11-29 Ian Jacksonrelease technician checklist: More explicit XEN_EXTRAVE...
2019-11-29 Ian Jacksonrelease technician checklist: Reformat Config.mk changes
2019-11-29 Ian Jacksonbranching checklist: More detailed instructions re...
2019-11-29 Ian Jacksonbranching checklist: Say perhaps no Config.mk changes...
2019-11-29 Ian Jacksonbranching checklist: drop some hg tag runes
2019-11-29 Ian JacksonREADME: Run untabify
2019-11-29 Ian JacksonConfig.mk: Update other tree revisions for Xen 4.14...
2019-11-29 Ian JacksonConfig.mk et al: Branch off Xen 4.14-unstable
2019-11-28 Andrew Cooperx86/svm: Write the correct %eip into the outgoing task
2019-11-28 Andrew Cooperx86/svm: Always intercept ICEBP
2019-11-28 Andrew Cooperx86/vtx: Fix fault semantics for early task switch...
2019-11-28 Jan Beulichbuild: provide option to disambiguate symbol names
2019-11-28 Jan Beulichx86/IRQ: make internally used IRQs also honor the pendi...
2019-11-28 Roger Pau Monnéx86/vmx: always sync PIR to IRR before vmentry
2019-11-27 Julien GrallMAINTAINERS: Update path to the livepatch documentation
2019-11-27 Sergey Dyaslix86/microcode: refuse to load the same revision ucode
2019-11-27 Igor DruzhininAMD/IOMMU: honour IR setting while pre-filling DTEs
2019-11-27 George Dunlapdocs/xl: Document pci-assignable state
2019-11-26 Jan BeulichEFI: fix "efi=attr=" handling
2019-11-26 Jan Beulichx86/p2m-pt: fix (latent) page table mapping leak on...
2019-11-26 Anthony PERARDx86/domctl: have XEN_DOMCTL_getpageframeinfo3 preemptible
2019-11-26 Jan BeulichIOMMU: default to always quarantining PCI devices
2019-11-26 George Dunlapx86: Don't increase ApicIdCoreSize past 7
2019-11-25 George Dunlapx86/mm: Adjust linear uses / entries when a page loses...
2019-11-25 Oleksandr Grytsovlibxl: make default path to add/remove all PV devices
2019-11-25 Oleksandr Grytsovlibxl: introduce new backend type VINPUT
2019-11-23 Andrew Cooperx86/vvmx: Fix livelock with XSA-304 fix
2019-11-22 Andrew Cooperx86/livepatch: Prevent patching with active waitqueues
2019-11-22 Roger Pau Monnéx86/vlapic: allow setting APIC_SPIV_FOCUS_DISABLED...
2019-11-21 Julien Grallxen: Add missing va_end() in hypercall_create_continuat...
2019-11-21 Sergey Dyaslix86/e820: fix 640k - 1M region reservation logic
2019-11-21 Andrew Cooperx86/boot: Cache cpu_has_hypervisor very early on boot
2019-11-21 Andrew Cooperx86/boot: Remove cached CPUID data from the trampoline
2019-11-20 Anthony PERARDx86/Makefile: remove $(guard) use from $(TARGET).efi...
2019-11-20 Marek Marczykowski... efi: do not use runtime services table with efi=no-rs
next