summaryrefslogtreecommitdiff
path: root/i386/intel/pmap.c
AgeCommit message (Expand)Author
2018-01-18Pushing what I came up with for now. Next issues are at least kernel stacks a...meltdownSamuel Thibault
2017-10-23Drop the register qualifier.Justus Winter
2017-08-14i386: Fix pmap_remove on PAE kernels.Justus Winter
2017-08-05i386: Make function static.Justus Winter
2016-12-24VM: fix mapping removal on wired pagesRichard Braun
2016-11-01i386: Use discontiguous page directories when using PAE.Justus Winter
2016-10-22i386: Allocate page directories using the slab allocator.Justus Winter
2016-09-21Redefine what an external page isRichard Braun
2016-09-21Replace vm_offset_t with phys_addr_t where appropriateRichard Braun
2016-09-21Remove phys_first_addr and phys_last_addr global variablesRichard Braun
2016-09-01pmap: fix map window creation on xenRichard Braun
2016-08-25Use invlpg for single-page pagetable changesSamuel Thibault
2016-08-25Drop unused macroSamuel Thibault
2016-05-18Fix gcc-6 warningsSamuel Thibault
2016-02-02Stack the slab allocator directly on top of the physical allocatorRichard Braun
2016-01-01fix some compiler warnings in gnumachFlavio Cruz
2015-08-20i386: enable assertionsJustus Winter
2015-08-18i386: fix panic messageJustus Winter
2015-07-15i386: fix typoJustus Winter
2014-07-06Do not unmap page 0 when not neededSamuel Thibault
2014-04-04Convert from K&R to ANSIMarin Ramesa
2014-03-22Fix overflowSamuel Thibault
2014-03-03Keep two virtual pages as mapping windows to access physical memorySamuel Thibault
2013-12-15ddb: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-15Declare void argument listsMarin Ramesa
2013-12-11Cleanup of the memcpy(), memmove(), memcmp() and memset() callsMarin Ramesa
2013-12-09i386/intel/pmap.c: remove unused variableMarin Ramesa
2013-12-09i386/intel/pmap.c: use boolean instead of an intMarin Ramesa
2013-12-05i386/intel/pmap.c: remove forward declarationsMarin Ramesa
2013-11-24Remove leftover register qualifiersMarin Ramesa
2013-11-15i386/intel/pmap.c: remove register qualifiersMarin Ramesa
2013-11-09Remove lint codeMarin Ramesa
2013-01-31Implement pmap_map_mfn for the PVH caseSamuel Thibault
2013-01-30Add comment for TODOSamuel Thibault
2013-01-28Add initial code for disabling PV pagetablesSamuel Thibault
2012-07-14Fix Xen boot at linear address 0xC0000000Samuel Thibault
2012-03-24Make sure BIOS area is mapped in kernel threadsSamuel Thibault
2012-03-24Add missing phystokv/kvtophys callsSamuel Thibault
2012-03-24Fix wrap-around in pmap bootstrapSamuel Thibault
2012-03-20Use compiler defined __i386__ symbol instead of use defined i386Guillem Jover
2012-03-18Fix access above 4GiB in bootstrap page tableSamuel Thibault
2012-03-14Fix Xen bootstrap at virtual address above 1GiBSamuel Thibault
2012-03-09Use unsigned long for addresses and sizesSamuel Thibault
2012-01-28Merge branch 'master' into master-slabSamuel Thibault
2011-12-29Fix typoSamuel Thibault
2011-12-17Adjust the kernel to use the slab allocatorRichard Braun
2011-08-28Fix pmap_clear_bootstrap_pagetable with >4G mfnsSamuel Thibault
2011-08-28Rework memory mapping reservationSamuel Thibault
2011-04-22Update constants to nowadays standardsSamuel Thibault
2011-03-03Keep supplementary L1 pages read-onlySamuel Thibault