xen.git
2020-12-15 Olaf Heringtools: allocate bitmaps in units of unsigned long
2020-12-15 Juergen Grosstools/xenstore: rework path length check
2020-12-15 Juergen GrossMAINTAINERS: add me as maintainer for tools/xenstore/
2020-12-15 Elliott Mitchellexamples: Add PVH example to config example list
2020-12-15 Jan Beulichx86/PV: guest_get_eff_kern_l1e() may still need to...
2020-12-15 Jan Beulichevtchn/FIFO: re-order and synchronize (with) map_contro...
2020-12-15 Jan Beulichevtchn/FIFO: add 2nd smp_rmb() to evtchn_fifo_word_from...
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-11 Jan Beulichxen: fix build when $(obj-y) consists of just blanks
2020-12-11 Jan Beulichevtchn: convert vIRQ lock to an r/w one
2020-12-08 Jan Beulichlibxenstat: avoid build race
2020-12-08 Juergen Grossxen/events: do some cleanups in evtchn_fifo_set_pending()
2020-12-07 Olaf Heringdocs: remove stale README.incompatibilities
2020-12-07 Roger Pau Monnedocs: fix documentation about default scheduler
2020-12-07 Juergen Grossxen/cpupool: use ERR_PTR() for returning error cause...
2020-12-07 From: Juergen... xen/cpupool: switch cpupool list to normal list interface
2020-12-07 Juergen Grossxen/cpupool: switch cpupool id to unsigned
2020-12-07 Hongyan Xiax86/vmap: handle superpages in vmap_to_mfn()
2020-12-07 Jan Beulichx86/vPMU: make use of xmalloc_flex_struct()
2020-12-07 Jan Beulichx86/vIO-APIC: make use of xmalloc_flex_struct()
2020-12-07 Igor Druzhininx86/IRQ: allocate guest array of max size only for...
2020-12-07 Igor Druzhininx86/IRQ: make max number of guests for a shared IRQ...
2020-12-04 Juergen Grosstools/libs/ctrl: fix dumping of ballooned guest
2020-12-04 Jan Beulichx86/IRQ: reduce casting involved in guest action retrieval
2020-12-04 Jan Beulichx86/IRQ: drop three unused variables
2020-12-04 Paul Durrantxl / libxl: add 'ex_processor_mask' into 'libxl_viridia...
2020-12-04 Paul Durrantviridian: add a new '_HVMPV_ex_processor_masks' bit...
2020-12-04 Paul Durrantviridian: log initial invocation of each type of hypercall
2020-12-04 Paul Durrantviridian: add ExProcessorMasks variant of the IPI hypercall
2020-12-04 Paul Durrantviridian: add ExProcessorMasks variants of the flush...
2020-12-04 Paul Durrantviridian: use softirq batching in hvcall_ipi()
2020-12-04 Paul Durrantviridian: use hypercall_vpmask in hvcall_ipi()
2020-12-04 Paul Durrantviridian: introduce a per-cpu hypercall_vpmask and...
2020-12-04 Paul Durrantviridian: move IPI hypercall implementation into separa...
2020-12-04 Paul Durrantviridian: move flush hypercall implementation into...
2020-12-04 Paul Durrantviridian: don't blindly write to 32-bit registers if...
2020-12-04 Olaf Heringtools/hotplug: allow tuning of xenwatchdogd arguments
2020-12-04 Juergen Grossxen/hypfs: add getsize() and findentry() callbacks...
2020-12-04 Juergen Grossxen/hypfs: pass real failure reason up from hypfs_get_e...
2020-12-04 Juergen Grossxen/hypfs: move per-node function pointers into a dedic...
2020-12-04 Diederik de... fix spelling errors
2020-12-04 Jan Beulichevtchn: avoid access tearing for ->virq_to_evtchn[...
2020-12-02 Julien Grallxen/iommu: vtd: Fix undefined behavior pci_vtd_quirks()
2020-12-02 Juergen Grossdocs: fix hypfs path documentation
2020-12-02 Juergen Grossxen/cpupool: sort included headers in cpupool.c
2020-12-02 Juergen Grossxen/cpupool: add missing bits for per-cpupool schedulin...
2020-12-02 Juergen Grossxen/cpupool: add cpu to sched_res_mask when removing...
2020-12-02 Rahul Singhns16550: gate all PCI code with CONFIG_X86
2020-11-30 Roger Pau Monnéx86/vioapic: fix usage of index in place of GSI in...
2020-11-30 Juergen Grossxen/events: rework fifo queue locking
2020-11-30 Juergen Grossxen/events: modify struct evtchn layout
2020-11-27 Rahul Singhxen/pci: solve compilation error on ARM with HAS_PCI...
2020-11-27 Rahul Singhxen/pci: move x86 specific code to x86 directory
2020-11-27 Paul Durrantiommu: stop calling IOMMU page tables 'p2m tables'
2020-11-27 Paul Durrantiommu: remove the share_p2m operation
2020-11-25 Jan Beulichevtchn: double per-channel locking can't hit identical...
2020-11-25 Jan Beulichmm: check for truncation in vmalloc_type()
2020-11-25 Paul Durrantx86: replace open-coded occurrences of sizeof_field...
2020-11-25 Paul Durrantxen/include: import sizeof_field() macro from Linux...
2020-11-25 Jan Beulichtools/libs: fix uninstall rule for header files
2020-11-25 Bertrand Marquisxen/arm: Add workaround for Cortex-A55 erratum #1530923
2020-11-24 Jan Beulichmemory: fix off-by-one in XSA-346 change
2020-11-24 Jan Beulichns16550: drop stray "#ifdef CONFIG_HAS_PCI"
2020-11-24 Jan Beulichns16550: "com<N>=" command line options are x86-specific
2020-11-24 Jan Beulichns16550: move PCI arrays next to the function using...
2020-11-24 Jan Beulichx86/DMI: fix table mapping when one lives above 1Mb
2020-11-24 Jan Beulichx86/ACPI: fix mapping of FACS
2020-11-24 Jan Beulichx86/DMI: fix SMBIOS pointer range check
2020-11-24 Juergen Grossxen/events: access last_priority and last_vcpu_id together
2020-11-20 Andrew Cooperamd-iommu: Fix Guest CR3 Table following c/s 3a7947b6901
2020-11-20 Jan BeulichAMD/IOMMU: avoid UB in guest CR3 retrieval
2020-11-20 Jan BeulichSVM: avoid UB in intercept mask definitions
2020-11-20 Jan Beulichx86/nmi: avoid UB for P4-era watchdogs
next