summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* automation: Remove installation of packages from test scriptsstaging-4.15stable-4.15Michal Orzel2023-04-263-23/+0
* CI: Remove llvm-8 from the Debian Stretch containerAndrew Cooper2023-04-123-42/+0
* automation: Remove non-debug x86_32 build jobsAnthony PERARD2023-04-121-20/+0
* automation: Remove CentOS 7.2 containers and buildsAnthony PERARD2023-04-123-96/+0
* CI: Drop automation/configs/Andrew Cooper2023-04-124-30/+0
* bump default SeaBIOS version to 1.16.0Jan Beulich2023-04-121-1/+1
* build: add --full to version.sh to guess $(XEN_FULLVERSION)Anthony PERARD2023-04-123-2/+23
* CI: Drop TravisCIAndrew Cooper2023-04-123-119/+0
* tools: Drop gettext as a build dependencyAndrew Cooper2023-04-125-54/+1
* x86/spec-ctrl: Defer CR4_PV32_RESTORE on the cstar_enter pathAndrew Cooper2023-03-211-1/+2
* x86/HVM: serialize pinned cache attribute list manipulationJan Beulich2023-03-211-20/+31
* x86/HVM: bound number of pinned cache attribute regionsJan Beulich2023-03-211-0/+5
* x86/shadow: account for log-dirty mode when pre-allocatingJan Beulich2023-03-214-1/+17
* automation: Remove clang-8 from Debian unstable containerAnthony PERARD2023-02-223-25/+0
* update Xen version to 4.15.4RELEASE-4.15.4Jan Beulich2022-11-152-4/+4
* xen/sched: migrate timers to correct cpus after suspendJuergen Gross2022-11-095-18/+94
* tools/xenstore: call remove_domid_from_perm() for special nodesJuergen Gross2022-11-091-0/+24
* x86/spec-ctrl: Mitigate IBPB not flushing the RSB/RASAndrew Cooper2022-11-045-1/+33
* x86/spec-ctrl: Enumeration for IBPB_RETAndrew Cooper2022-11-044-2/+6
* tools/xenstore: harden transaction finalization against errorsJuergen Gross2022-11-013-99/+92
* tools/xenstore: fix deleting node in transactionJuergen Gross2022-11-011-1/+7
* tools/ocaml: Ensure packet size is never negativeEdwin Török2022-11-012-4/+4
* tools/ocaml/xenstored: Fix quota bypass on domain shutdownEdwin Török2022-11-012-10/+22
* docs: enhance xenstore.txt with permissions descriptionJuergen Gross2022-11-011-0/+11
* tools/xenstore: make the internal memory data base the defaultJuergen Gross2022-11-012-7/+10
* tools/xenstore: remove nodes owned by destroyed domainJuergen Gross2022-11-014-27/+80
* tools/xenstore: use treewalk for creating node recordsJuergen Gross2022-11-013-78/+54
* tools/xenstore: use treewalk for deleting nodesJuergen Gross2022-11-011-56/+43
* tools/xenstore: use treewalk for check_store()Juergen Gross2022-11-011-77/+28
* tools/xenstore: simplify check_store()Juergen Gross2022-11-011-32/+15
* tools/xenstore: add generic treewalk functionJuergen Gross2022-11-012-13/+170
* tools/xenstore: don't let remove_child_entry() call corrupt()Juergen Gross2022-11-011-16/+20
* tools/xenstore: remove recursion from construct_node()Juergen Gross2022-11-011-31/+55
* tools/xenstore: fix checking node permissionsJuergen Gross2022-11-013-12/+31
* tools/xenstore: don't use conn->in as context for temporary allocationsJuergen Gross2022-11-019-77/+118
* SUPPORT.md: clarify support of untrusted driver domains with oxenstoredJuergen Gross2022-11-011-4/+9
* tools/ocaml: Limit maximum in-flight requests / outstanding repliesEdwin Török2022-11-0110-59/+296
* tools/ocaml/xb: Add BoundedQueueEdwin Török2022-11-011-0/+92
* tools/ocaml: Change Xb.input to return Packet.t optionEdwin Török2022-11-015-42/+20
* tools/ocaml/libs/xb: hide type of Xb.tEdwin Török2022-11-013-13/+7
* tools/ocaml: GC parameter tuningEdwin Török2022-11-012-0/+65
* tools/ocaml/xenstored: Check for maxrequests before performing operationsEdwin Török2022-11-012-5/+15
* tools/ocaml/xenstored: Synchronise defaults with oxenstore.conf.inEdwin Török2022-11-012-5/+5
* tools/xenstore: add control command for setting and showing quotaJuergen Gross2022-11-014-0/+157
* tools/xenstore: add exports for quota variablesJuergen Gross2022-11-013-3/+5
* tools/xenstore: add memory accounting for nodesJuergen Gross2022-11-013-17/+151
* tools/xenstore: add memory accounting for watchesJuergen Gross2022-11-012-3/+11
* tools/xenstore: add memory accounting for responsesJuergen Gross2022-11-011-3/+19
* tools/xenstore: add infrastructure to keep track of per domain memory usageJuergen Gross2022-11-014-6/+139
* tools/xenstore: move the call of setup_structure() to dom0 introductionJuergen Gross2022-11-013-5/+8