summaryrefslogtreecommitdiff
path: root/i386/intel
AgeCommit message (Expand)Author
2021-12-28ddb: Fix accessing high memorySamuel Thibault
2021-08-27vm_page_grab: allow allocating in high memorySamuel Thibault
2021-03-31Keep BIOS mapped even without LinuxSamuel Thibault
2020-12-02pmap: Note that we should support PCIDSamuel Thibault
2020-11-08i386 pmap: Omit pmap workaround on i486 or later.Masanori Ogino
2020-11-08pmap: Fix warningSamuel Thibault
2020-09-19smp: Add --enable-ncpus option and fix buildSamuel Thibault
2020-04-06Add warning about one of the next 64bit fixes to makeSamuel Thibault
2020-04-05Xen x86_64: Fix getting page table baseSamuel Thibault
2020-04-04pmap: Fix boot with kvm+PAE on some systemsSamuel Thibault
2020-04-03pmap.h: Fix PDPMASK in 32bit PAESamuel Thibault
2020-03-29Fix warningSamuel Thibault
2020-03-28pmap: fix 64bit non-xen buildSamuel Thibault
2020-03-28pmap.h: Add 64bit variantSamuel Thibault
2019-11-10pmap: fix format warningsSamuel Thibault
2019-11-10Xen: fix bootSamuel Thibault
2018-07-28Fix warningSamuel Thibault
2018-06-27Fix interrupt_processor prototypeSamuel Thibault
2018-06-27Add missing includeSamuel Thibault
2018-06-27Fix pmap nameSamuel 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
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