| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup multiboot | Luca Dariz | 2022-08-27 | 1 | -11/+12 |
* | convert K&R into ansi | Guy-Fleury Iteriteka | 2022-05-27 | 1 | -4/+1 |
* | apic: Also unmask irq 3 and 4 early | Samuel Thibault | 2021-04-05 | 1 | -0/+7 |
* | Add ioapic support disabled by default | Damien Zammit | 2021-04-04 | 1 | -6/+15 |
* | Keep BIOS mapped even without Linux | Samuel Thibault | 2021-03-31 | 1 | -5/+1 |
* | Add comment about mp_desc_init call | Almudena Garcia | 2020-10-07 | 1 | -0/+1 |
* | fix: fix kernel panic in SMP mode Add mp_desc_init() call in BSP processor, t... | Almudena Garcia | 2020-10-07 | 1 | -0/+5 |
* | smp: Add --enable-ncpus option and fix build | Samuel Thibault | 2020-09-19 | 1 | -3/+6 |
* | model_dep.c: Add smp_init call | Almudena Garcia | 2020-09-19 | 1 | -1/+7 |
* | Restore vm_size_t to natural_t | Samuel Thibault | 2020-03-31 | 1 | -1/+1 |
* | 64bit: fix warnings | Samuel Thibault | 2020-03-29 | 1 | -4/+5 |
* | 64bit: Fix vm_size_t size | Samuel Thibault | 2020-03-29 | 1 | -1/+1 |
* | pmap.h: Add 64bit variant | Samuel Thibault | 2020-03-28 | 1 | -3/+7 |
* | Set readtodc parameter 64bit | Samuel Thibault | 2020-03-09 | 1 | -3/+3 |
* | Avoid calling biosmem with size 0 | Samuel Thibault | 2019-04-28 | 1 | -3/+6 |
* | Avoid calling biosmem with size 0 | Samuel Thibault | 2019-04-28 | 1 | -2/+2 |
* | device: Fix d_mmap type | Samuel Thibault | 2018-07-28 | 1 | -1/+1 |
* | Fix halt message | Samuel Thibault | 2017-11-12 | 1 | -1/+2 |
* | Revert "i386: use ACPI to power off the machine" | Justus Winter | 2016-11-06 | 1 | -2/+0 |
* | i386: Use discontiguous page directories when using PAE. | Justus Winter | 2016-11-01 | 1 | -8/+8 |
* | Make multiboot cmdline and modules non-permanent reservations | Samuel Thibault | 2016-10-31 | 1 | -7/+8 |
* | Remove phys_first_addr and phys_last_addr global variables | Richard Braun | 2016-09-21 | 1 | -22/+0 |
* | Fix registration of strings from in boot data | Richard Braun | 2016-09-06 | 1 | -2/+4 |
* | Make early physical page allocation truely reliable | Richard Braun | 2016-09-06 | 1 | -3/+62 |
* | Fix early physical page allocation | Richard Braun | 2016-09-03 | 1 | -0/+10 |
* | i386: Fix error handling | Justus Winter | 2016-04-15 | 1 | -4/+11 |
* | Stack the slab allocator directly on top of the physical allocator | Richard Braun | 2016-02-02 | 1 | -11/+6 |
* | Fix early page allocation on Xen | Richard Braun | 2016-01-30 | 1 | -0/+4 |
* | Use vm_page as the physical memory allocator | Richard Braun | 2016-01-23 | 1 | -272/+14 |
* | Reserve 64k at beginning of memory, not just 4k | Samuel Thibault | 2015-08-31 | 1 | -3/+5 |
* | i386: improve the immediate console | Justus Winter | 2015-06-28 | 1 | -0/+8 |
* | i386: add comment | Justus Winter | 2015-06-26 | 1 | -0/+1 |
* | ddb: add support for ELF symbol tables | Justus Winter | 2014-09-17 | 1 | -0/+27 |
* | Do not unmap page 0 when not needed | Samuel Thibault | 2014-07-06 | 1 | -0/+4 |
* | i386: use ACPI to power off the machine | Justus Winter | 2014-07-06 | 1 | -0/+2 |
* | ddb: add "halt" command | Justus Winter | 2014-05-03 | 1 | -0/+5 |
* | Convert from K&R to ANSI | Marin Ramesa | 2014-04-04 | 1 | -6/+3 |
* | Use explicit prototypes for struct dev_ops fields | Marin Ramesa | 2014-04-04 | 1 | -2/+2 |
* | Declare void argument lists | Marin Ramesa | 2013-12-15 | 1 | -1/+1 |
* | Cleanup of the memcpy(), memmove(), memcmp() and memset() calls | Marin Ramesa | 2013-12-11 | 1 | -1/+1 |
* | i386/i386at/model_dep.c: fix argument list | Marin Ramesa | 2013-12-09 | 1 | -0/+2 |
* | i386/i386at/model_dep.c, kd.c: use boolean instead of an int | Marin Ramesa | 2013-12-09 | 1 | -2/+2 |
* | i386/i386at/model_dep.c: remove forward declaration | Marin Ramesa | 2013-12-05 | 1 | -2/+0 |
* | i386/i386at: remove forward declarations | Marin Ramesa | 2013-12-05 | 1 | -8/+2 |
* | i386/i386at/conf.c: remove forward declarations | Marin Ramesa | 2013-12-05 | 1 | -1/+2 |
* | ddb/db_command.c: remove forward declaration | Marin Ramesa | 2013-12-05 | 1 | -0/+1 |
* | Fix implicit declaration of function | Marin Ramesa | 2013-11-20 | 1 | -3/+4 |
* | Remove lint code | Marin Ramesa | 2013-11-09 | 1 | -4/+0 |
* | Add missing 4KiB memory | Samuel Thibault | 2013-06-10 | 1 | -1/+1 |
* | Add non-contiguous mmap support | Samuel Thibault | 2013-06-10 | 1 | -10/+89 |