aboutsummaryrefslogtreecommitdiff
path: root/i386/intel
Commit message (Expand)AuthorAgeFilesLines
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-2/+2
* fix some compiler warnings in gnumachFlavio Cruz2016-01-011-0/+1
* i386: enable assertionsJustus Winter2015-08-201-8/+4
* i386: fix panic messageJustus Winter2015-08-181-1/+1
* i386: fix typoJustus Winter2015-07-151-1/+1
* kern: import `macros.h' from x15Justus Winter2015-05-191-1/+1
* Do not unmap page 0 when not neededSamuel Thibault2014-07-061-0/+1
* Convert from K&R to ANSIMarin Ramesa2014-04-042-83/+74
* Fix overflowSamuel Thibault2014-03-221-1/+1
* Keep two virtual pages as mapping windows to access physical memorySamuel Thibault2014-03-032-1/+52
* ddb: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-152-3/+3
* Declare void argument listsMarin Ramesa2013-12-151-5/+5
* Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa2013-12-111-1/+1
* i386/intel/pmap.c: remove unused variableMarin Ramesa2013-12-091-2/+0
* i386/intel/pmap.c: use boolean instead of an intMarin Ramesa2013-12-091-1/+1
* i386/intel/pmap.c: remove forward declarationsMarin Ramesa2013-12-052-5/+14
* Remove leftover register qualifiersMarin Ramesa2013-11-241-3/+3
* i386/intel/read_fault.c: remove register qualifierMarin Ramesa2013-11-151-1/+1
* i386/intel/pmap.h: remove register qualifiersMarin Ramesa2013-11-151-3/+3
* i386/intel/pmap.c: remove register qualifiersMarin Ramesa2013-11-151-79/+79
* Remove lint codeMarin Ramesa2013-11-091-9/+0
* Implement pmap_map_mfn for the PVH caseSamuel Thibault2013-01-311-5/+15
* Add comment for TODOSamuel Thibault2013-01-301-0/+1
* Add initial code for disabling PV pagetablesSamuel Thibault2013-01-282-81/+87
* Fix Xen boot at linear address 0xC0000000Samuel Thibault2012-07-141-7/+9
* Make sure BIOS area is mapped in kernel threadsSamuel Thibault2012-03-241-0/+6
* Add missing phystokv/kvtophys callsSamuel Thibault2012-03-241-3/+3
* Fix wrap-around in pmap bootstrapSamuel Thibault2012-03-241-1/+1
* Use compiler defined __i386__ symbol instead of use defined i386Guillem Jover2012-03-202-4/+4
* Fix access above 4GiB in bootstrap page tableSamuel Thibault2012-03-181-8/+9
* Fix PAE page frame number mask.Samuel Thibault2012-03-141-1/+1
* Fix Xen bootstrap at virtual address above 1GiBSamuel Thibault2012-03-142-1/+8
* Use unsigned long for addresses and sizesSamuel Thibault2012-03-091-1/+1
* Merge branch 'master' into master-slabSamuel Thibault2012-01-281-1/+1
|\
| * Fix typoSamuel Thibault2011-12-291-1/+1
* | Adjust the kernel to use the slab allocatorRichard Braun2011-12-172-16/+15
|/
* Fix pmap_clear_bootstrap_pagetable with >4G mfnsSamuel Thibault2011-08-281-1/+1
* Rework memory mapping reservationSamuel Thibault2011-08-281-5/+1
* Update constants to nowadays standardsSamuel Thibault2011-04-221-1/+1
* Keep supplementary L1 pages read-onlySamuel Thibault2011-03-031-1/+4
* Re-enable updating pvlist for kernel_pmapSamuel Thibault2011-02-271-1/+0
* Fix for kdb watch commandSamuel Thibault2011-02-271-0/+3
* Enable pae_extended_cr3 in pmap_bootstrapSamuel Thibault2011-01-311-0/+2
* Fix bootstrap additional mappingSamuel Thibault2010-04-081-1/+1
* Extend machine addresses to 64bit for PAESamuel Thibault2010-04-082-19/+24
* Mark macro arguments as usedGuillem Jover2009-12-182-1/+12
* Add Xen supportSamuel Thibault2009-12-162-4/+401
* Do not fail if no PTE maps virtual address 0Samuel Thibault2009-11-221-0/+2
* Add pmap parameter to INVALIDATE_TLBSamuel Thibault2009-11-221-6/+7
* Add phys_first_addr and phys_last_addr declarationSamuel Thibault2009-11-221-7/+1