summaryrefslogtreecommitdiff
path: root/i386/intel
AgeCommit message (Expand)Author
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
2015-05-19kern: import `macros.h' from x15Justus 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/read_fault.c: remove register qualifierMarin Ramesa
2013-11-15i386/intel/pmap.h: remove 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 PAE page frame number mask.Samuel 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
2011-02-27Re-enable updating pvlist for kernel_pmapSamuel Thibault
2011-02-27Fix for kdb watch commandSamuel Thibault
2011-01-31Enable pae_extended_cr3 in pmap_bootstrapSamuel Thibault
2010-04-08Fix bootstrap additional mappingSamuel Thibault
2010-04-08Extend machine addresses to 64bit for PAESamuel Thibault
2009-12-18Mark macro arguments as usedGuillem Jover
2009-12-16Add Xen supportSamuel Thibault
2009-11-22Do not fail if no PTE maps virtual address 0Samuel Thibault
2009-11-22Add pmap parameter to INVALIDATE_TLBSamuel Thibault