Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build for smp | Etienne Brateau | 2023-01-13 | 1 | -1/+1 |
* | Define vm_size_t and vm_offset_t as __mach_uintptr_t. | Flavio Cruz | 2022-12-06 | 1 | -3/+3 |
* | enable user access | Luca Dariz | 2022-08-27 | 1 | -2/+2 |
* | add support for booting from grub with x86_64 | Luca Dariz | 2022-08-27 | 2 | -2/+3 |
* | convert K&R into ansi | Guy-Fleury Iteriteka | 2022-05-27 | 1 | -18/+10 |
* | pmap: Make sure we do not allocate page tables beyond 4GiB | Samuel Thibault | 2022-02-17 | 1 | -1/+4 |
* | xen: Fix storing physical addresses | Samuel Thibault | 2022-02-16 | 1 | -2/+2 |
* | vm_object: Fix vm_object_page_map map function prototype | Samuel Thibault | 2022-02-16 | 1 | -1/+1 |
* | ddb: Fix accessing high memory | Samuel Thibault | 2021-12-28 | 1 | -0/+23 |
* | vm_page_grab: allow allocating in high memory | Samuel Thibault | 2021-08-27 | 1 | -1/+1 |
* | Keep BIOS mapped even without Linux | Samuel Thibault | 2021-03-31 | 1 | -2/+0 |
* | pmap: Note that we should support PCID | Samuel Thibault | 2020-12-02 | 1 | -0/+1 |
* | i386 pmap: Omit pmap workaround on i486 or later. | Masanori Ogino | 2020-11-08 | 2 | -4/+6 |
* | pmap: Fix warning | Samuel Thibault | 2020-11-08 | 1 | -1/+1 |
* | smp: Add --enable-ncpus option and fix build | Samuel Thibault | 2020-09-19 | 2 | -3/+8 |
* | Add warning about one of the next 64bit fixes to make | Samuel Thibault | 2020-04-06 | 1 | -0/+3 |
* | Xen x86_64: Fix getting page table base | Samuel Thibault | 2020-04-05 | 1 | -1/+1 |
* | pmap: Fix boot with kvm+PAE on some systems | Samuel Thibault | 2020-04-04 | 1 | -2/+10 |
* | pmap.h: Fix PDPMASK in 32bit PAE | Samuel Thibault | 2020-04-03 | 1 | -1/+2 |
* | Fix warning | Samuel Thibault | 2020-03-29 | 1 | -1/+1 |
* | pmap: fix 64bit non-xen build | Samuel Thibault | 2020-03-28 | 1 | -0/+2 |
* | pmap.h: Add 64bit variant | Samuel Thibault | 2020-03-28 | 2 | -15/+146 |
* | pmap: fix format warnings | Samuel Thibault | 2019-11-10 | 1 | -20/+20 |
* | Xen: fix boot | Samuel Thibault | 2019-11-10 | 1 | -2/+1 |
* | Fix warning | Samuel Thibault | 2018-07-28 | 1 | -1/+1 |
* | Fix interrupt_processor prototype | Samuel Thibault | 2018-06-27 | 1 | -0/+4 |
* | Add missing include | Samuel Thibault | 2018-06-27 | 1 | -0/+1 |
* | Fix pmap name | Samuel Thibault | 2018-06-27 | 1 | -2/+2 |
* | Drop the register qualifier. | Justus Winter | 2017-10-23 | 1 | -3/+3 |
* | i386: Fix pmap_remove on PAE kernels. | Justus Winter | 2017-08-14 | 1 | -5/+3 |
* | i386: Make function static. | Justus Winter | 2017-08-05 | 2 | -7/+1 |
* | VM: fix mapping removal on wired pages | Richard Braun | 2016-12-24 | 1 | -2/+4 |
* | i386: Use discontiguous page directories when using PAE. | Justus Winter | 2016-11-01 | 2 | -122/+196 |
* | i386: Allocate page directories using the slab allocator. | Justus Winter | 2016-10-22 | 1 | -11/+28 |
* | Redefine what an external page is | Richard Braun | 2016-09-21 | 1 | -1/+1 |
* | Replace vm_offset_t with phys_addr_t where appropriate | Richard Braun | 2016-09-21 | 2 | -28/+24 |
* | Remove phys_first_addr and phys_last_addr global variables | Richard Braun | 2016-09-21 | 1 | -42/+33 |
* | pmap: fix map window creation on xen | Richard Braun | 2016-09-01 | 1 | -0/+12 |
* | Use invlpg for single-page pagetable changes | Samuel Thibault | 2016-08-25 | 1 | -16/+3 |
* | Drop unused macro | Samuel Thibault | 2016-08-25 | 1 | -2/+0 |
* | Fix gcc-6 warnings | Samuel Thibault | 2016-05-18 | 1 | -4/+4 |
* | Stack the slab allocator directly on top of the physical allocator | Richard Braun | 2016-02-02 | 1 | -2/+2 |
* | fix some compiler warnings in gnumach | Flavio Cruz | 2016-01-01 | 1 | -0/+1 |
* | i386: enable assertions | Justus Winter | 2015-08-20 | 1 | -8/+4 |
* | i386: fix panic message | Justus Winter | 2015-08-18 | 1 | -1/+1 |
* | i386: fix typo | Justus Winter | 2015-07-15 | 1 | -1/+1 |
* | kern: import `macros.h' from x15 | Justus Winter | 2015-05-19 | 1 | -1/+1 |
* | Do not unmap page 0 when not needed | Samuel Thibault | 2014-07-06 | 1 | -0/+1 |
* | Convert from K&R to ANSI | Marin Ramesa | 2014-04-04 | 2 | -83/+74 |
* | Fix overflow | Samuel Thibault | 2014-03-22 | 1 | -1/+1 |