aboutsummaryrefslogtreecommitdiff
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* Fix xen buildSamuel Thibault2024-07-072-0/+2
* Xen: Fix missing includeSamuel Thibault2024-04-061-0/+1
* remove machine/machspl.h as it duplicates machine/spl.hLD2024-03-091-1/+1
* console: Fix baud rate on com ports, use 115200 default baud, 8 data bitsDamien Zammit2024-01-201-2/+2
* Fix crash at bootSamuel Thibault2023-08-281-0/+1
* xen: Convert console to using simple_lock_irqSamuel Thibault2023-08-121-10/+9
* tty: Convert t_lock to using simple_lock_irqSamuel Thibault2023-08-121-10/+7
* elf64: Update namesSamuel Thibault2023-08-121-23/+22
* Make curr_ipl[] per cpuDamien Zammit2023-02-141-2/+5
* slock: Fix initialization of statically-allocated slocksSamuel Thibault2023-02-083-4/+4
* Fix compiler warningsFlavio Cruz2023-01-289-35/+33
* Xen: Fix ivect prototypeSamuel Thibault2022-12-241-2/+2
* Add missing htonsSamuel Thibault2022-12-241-0/+1
* xen: Fix storing physical addressesSamuel Thibault2022-02-162-3/+3
* vm_page_grab: allow allocating in high memorySamuel Thibault2021-08-271-1/+1
* Fix warningSamuel Thibault2020-04-051-1/+1
* Fix xen buildSamuel Thibault2020-04-051-1/+1
* xen: fix const warningSamuel Thibault2020-03-312-1/+7
* 64bit: fix warningsSamuel Thibault2020-03-297-13/+16
* * xen/evt.c: Add 64bit variantSamuel Thibault2020-03-281-0/+5
* Set readtodc parameter 64bitSamuel Thibault2020-03-091-5/+2
* Fix dev_ops typesSamuel Thibault2018-07-282-4/+4
* Update device drivers for highmem supportRichard Braun2016-09-212-52/+46
* Redefine what an external page isRichard Braun2016-09-212-2/+2
* Avoid using non-ascii source encodingSamuel Thibault2016-08-311-2/+2
* xen: fix prototypeJustus Winter2016-05-201-1/+1
* Fix gcc-6 warningsSamuel Thibault2016-05-185-14/+14
* xen: fix buildJustus Winter2016-04-201-1/+1
* Follow-up stdint useSamuel Thibault2016-04-042-4/+4
* Use uint32_t instead of unsigned32_t.Flavio Cruz2016-04-048-25/+25
* Bump NR_GRANT_PAGESSamuel Thibault2014-08-301-1/+1
* xen: fix error handlingJustus Winter2014-03-202-6/+4
* Only complain once per boot about Xen console smashSamuel Thibault2014-03-201-1/+1
* xen: fix buffer sizeJustus Winter2014-02-041-1/+1
* xen: add missing includesJustus Winter2013-12-171-0/+2
* time: remove unused variableMarin Ramesa2013-12-091-1/+0
* i386/i386at/conf.c: remove forward declarationsMarin Ramesa2013-12-051-0/+8
* Fix overflow in Xen clock computationVladimir 'φ-coder/phcoder' Serbinenko2013-11-091-1/+5
* Fix format warningsMiguel Figueiredo2013-06-042-6/+6
* Add initial code for disabling PV pagetablesSamuel Thibault2013-01-283-0/+14
* Add initial code for disabling ring1 xen executionSamuel Thibault2013-01-281-0/+10
* Add initial code for disabling PV descriptorsSamuel Thibault2013-01-281-1/+13
* Complain about Xen console smash only once at a timeSamuel Thibault2012-03-201-1/+5
* Fix assembly snippet portabilitySamuel Thibault2012-03-181-2/+2
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-091-1/+1
* Merge branch 'master' into master-slabSamuel Thibault2012-01-281-0/+74
|\
| * Cope with dom0s which do not respect feature-no-csum-offloadSamuel Thibault2011-12-301-0/+74
* | Fix kern/kalloc.h includesRichard Braun2011-12-173-0/+3
|/
* Do not map xen driver pagesSamuel Thibault2011-10-162-13/+13
* Remove unused [!MACH_KERNEL] driver codeGuillem Jover2011-09-121-5/+0