xen.git
2021-03-19 Luca Fancelluxen/arm: Add workaround for Cortex-A53 erratum #843419
2021-03-19 Bertrand Marquisxen/arm: Add workaround for Cortex-A55 erratum #1530923
2021-03-19 Penny Zhengxen/arm: Add Cortex-A73 erratum 858921 workaround
2021-03-19 Michal Orzelxen/arm: Document the erratum #853709 related to Cortex A72
2021-03-19 Andrew Cooperx86/ucode/amd: Fix microcode payload size for Fam19...
2021-03-19 Edwin Töröktools/oxenstored: mkdir conflicts were sometimes missed
2021-03-19 Edwin Töröktools/oxenstored: Reject invalid watch paths early
2021-03-19 Edwin Töröktools/oxenstored: Fix quota calculation for mkdir EEXIST
2021-03-19 Edwin Töröktools/oxenstored: Trim txhistory on xenbus reconnect
2021-03-19 Edwin Töröktools/ocaml/libs/xb: Do not crash after xenbus is unmapped
2021-03-19 Edwin Törökoxenstored: fix ABI breakage introduced in Xen 4.9.0
2021-03-18 Anthony PERARDlibxl: Fix domain soft reset state handling
2021-03-18 Dario Faggiolixen: fix for_each_cpu when NR_CPUS=1
2021-03-18 Igor Druzhininvtd: make sure QI/IR are disabled before initialisation
2021-03-18 Jan Beulichx86/shadow: suppress "fast fault path" optimization...
2021-03-18 Jan Beulichcrypto: adjust rijndaelEncrypt() prototype for gcc11
2021-03-05 Andrew Cooperx86/dmop: Properly fail for PV guests
2021-03-05 Julien Grallxen/sched: Add missing memory barrier in vcpu_block()
2021-03-05 Jan Beulichx86/EFI: suppress GNU ld 2.36'es creation of base relocs
2021-03-05 Jan Beulichgnttab: bypass IOMMU (un)mapping when a domain is ...
2021-03-05 Jan Beulichgnttab: never permit mapping transitive grants
2021-03-05 Julien Grallxen/iommu: Check if the IOMMU was initialized before...
2021-03-05 Jan Beulichx86emul: fix SYSENTER/SYSCALL switching into 64-bit...
2021-03-05 Andrew Cooperx86/ucode/amd: Fix OoB read in cpu_request_microcode()
2021-03-05 Jan Beulichx86/EFI: work around GNU ld 2.36 issue
2021-03-05 Roger Pau Monnéx86/efi: enable MS ABI attribute on clang
2021-03-05 Jan Beulichx86/string: correct memmove()'s forwarding to memcpy()
2021-03-05 Tamas K Lengyelx86/debug: fix page-overflow bug in dbg_rw_guest_mem
2021-03-05 Jan Beulichx86/HVM: re-order error path of hvm_domain_initialise()
2021-03-05 Jan Beulichmemory: bail from page scrubbing when CPU is no longer...
2021-03-05 Andrew Cooperx86/timer: Fix boot on Intel systems using ITSSPRC...
2021-03-05 Jan Beulichxen/include: compat/xlat.h may change with .config...
2021-03-05 Roger Pau Monnéx86/vioapic: check IRR before attempting to inject...
2021-02-17 Stefano Stabellinixen/arm: fix gnttab_need_iommu_mapping
2021-02-16 Julien Grallxen/page_alloc: Only flush the page to RAM once we...
2021-01-21 Roger Pau Monnéx86/dpci: do not remove pirqs from domain tree on unbind
2021-01-21 Tamas K Lengyelx86/mem_sharing: fix uninitialized 'preempted' variable
2021-01-21 Andrew Cooperxen/memory: Fix compat XENMEM_acquire_resource for...
2021-01-21 Jan Beulichx86/ACPI: don't overwrite FADT
2021-01-21 Roger Pau Monnéx86/hypercall: fix gnttab hypercall args conditional...
2021-01-21 Roger Pau Monnéx86/dpci: EOI interrupt regardless of its masking status
2021-01-21 Jan Beulichx86/vPCI: tolerate (un)masking a disabled MSI-X entry
2021-01-21 Andrew Cooperx86/hpet: Fix return value of hpet_setup()
2021-01-21 Jan Beulichupdate Xen version to 4.14.2-pre
2020-12-17 Jan Beulichupdate Xen version to 4.14.1
2020-12-15 Jan Beulichevtchn/FIFO: add 2nd smp_rmb() to evtchn_fifo_word_from...
2020-12-15 Jan Beulichevtchn/FIFO: re-order and synchronize (with) map_contro...
2020-12-15 Roger Pau Monnéx86/irq: fix infinite loop in irq_move_cleanup_interrupt
2020-12-15 Jan Beulichx86: avoid calling {svm,vmx}_do_resume()
2020-12-15 Jan Beulichx86: fold guest_idle_loop() into idle_loop()
2020-12-15 Jan Beulichx86: replace reset_stack_and_jump_nolp()
2020-12-15 Edwin Töröktools/ocaml/xenstored: only Dom0 can change node owner
2020-12-15 Edwin Töröktools/ocaml/xenstored: delete watch from trie too when...
2020-12-15 Harsha Shamsundara... tools/xenstore: Preserve bad client until they are...
2020-12-15 Juergen Grosstools/xenstore: drop watch event messages exceeding...
2020-12-15 Edwin Töröktools/ocaml/xenstored: Fix path length validation
2020-12-15 Edwin Töröktools/ocaml/xenstored: clean up permissions for dead...
2020-12-15 Juergen Grosstools/xenstore: revoke access rights for removed domains
2020-12-15 Edwin Töröktools/ocaml/xenstored: add xenstored.conf flag to turn...
2020-12-15 Edwin Töröktools/ocaml/xenstored: avoid watch events for nodes...
2020-12-15 Edwin Töröktools/ocaml/xenstored: introduce permissions for specia...
2020-12-15 Edwin Töröktools/ocaml/xenstored: unify watch firing
2020-12-15 Edwin Töröktools/ocaml/xenstored: check privilege for XS_IS_DOMAIN...
2020-12-15 Edwin Töröktools/ocaml/xenstored: ignore transaction id for [un...
2020-12-15 Juergen Grosstools/xenstore: avoid watch events for nodes without...
2020-12-15 Juergen Grosstools/xenstore: allow special watches for privileged...
2020-12-15 Juergen Grosstools/xenstore: introduce node_perms structure
2020-12-15 Juergen Grosstools/xenstore: fire watches only when removing a speci...
2020-12-15 Juergen Grosstools/xenstore: rework node removal
2020-12-15 Juergen Grosstools/xenstore: check privilege for XS_IS_DOMAIN_INTRODUCED
2020-12-15 Juergen Grosstools/xenstore: simplify and rename check_event_node()
2020-12-15 Juergen Grosstools/xenstore: fix node accounting after failed node...
2020-12-15 Juergen Grosstools/xenstore: ignore transaction id for [un]watch
2020-12-15 Juergen Grosstools/xenstore: allow removing child of a node exceedin...
2020-12-15 Edwin Töröktools/ocaml/xenstored: do permission checks on xenstore...
2020-12-01 Roger Pau Monnéx86/vioapic: fix usage of index in place of GSI in...
2020-12-01 Juergen Grossxen/events: rework fifo queue locking
2020-12-01 Jan Beulichx86/DMI: fix SMBIOS pointer range check
2020-12-01 Juergen Grossxen/events: access last_priority and last_vcpu_id together
2020-12-01 Jan Beulichx86/vpt: fix build with old gcc
2020-12-01 Juergen Grossxen/evtchn: revert 52e1fc47abc3a0123
2020-12-01 Juergen Grossxen/evtchn: rework per event channel lock
2020-11-24 Jan Beulichmemory: fix off-by-one in XSA-346 change
2020-11-10 Andrew Cooperx86/msr: Disallow guest access to the RAPL MSRs
2020-11-10 Roger Pau Monnéx86/msr: fix handling of MSR_IA32_PERF_{STATUS/CTL}
2020-11-10 Julien Grallxen/arm: Always trap AMU system registers
2020-11-09 Bertrand Marquistools/libs/stat: use memcpy instead of strncpy in getBridge
2020-11-09 Bertrand Marquistool/libs/light: Fix libxenlight gcc warning
2020-11-09 Olaf Heringtools/libxc: report malloc errors in writev_exact
2020-11-09 Juergen Grosstools/libs/stat: fix broken build
2020-11-09 David Woodhousetools/xenstore: Do not abort xenstore-ls if a node...
2020-11-09 Bertrand Marquistools/xenpmd: Fix gcc10 snprintf warning
2020-11-09 Marek Marczykowski... libxl: fix -Werror=stringop-truncation in libxl__prepar...
2020-11-09 Marek Marczykowski... libxl: workaround gcc 10.2 maybe-uninitialized warning
2020-11-06 Jason AndryukSUPPORT: Add linux device model stubdom to Toolstack
2020-11-06 Laurentiu Tudorarm,smmu: match start level of page table walk with P2M
2020-11-06 Julien Grallxen/arm: sched: Ensure the vCPU context is seen before...
2020-11-06 Julien Grallxen/arm: bootfdt: Ignore empty memory bank
2020-11-06 Jan Beulichxen/arm64: force gcc 10+ to always inline generic atomi...
2020-11-04 Jan Beulichx86emul: fix PINSRW and adjust other {,V}PINSR*
next