summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* automation: Remove installation of packages from test scriptsstaging-4.14stable-4.14Michal Orzel2023-04-261-5/+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-95/+0
* CI: Drop automation/configs/Andrew Cooper2023-04-124-24/+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-115/+0
* tools: Drop gettext as a build dependencyAndrew Cooper2023-04-124-53/+0
* 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
* 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
* x86/shadow: drop (replace) bogus assertionsJan Beulich2022-11-021-4/+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/+81
* 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-28/+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-38/+72
* 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-75/+116
* SUPPORT.md: clarify support of untrusted driver domains with oxenstoredJuergen Gross2022-11-011-0/+11
* 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-39/+18
* tools/ocaml/libs/xb: hide type of Xb.tEdwin Török2022-11-013-10/+6
* 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-1/+7
* tools/xenstore: add memory accounting for responsesJuergen Gross2022-11-011-3/+13
* 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/+7
* tools/xenstore: limit max number of nodes accessed in a transactionJuergen Gross2022-11-015-16/+53
* tools/xenstore: simplify and fix per domain node accountingJuergen Gross2022-11-015-50/+107
* tools/xenstore: fix connection->id usageJuergen Gross2022-11-013-3/+4