summaryrefslogtreecommitdiff
path: root/arch/x86/machine/biosmem.c
AgeCommit message (Expand)Author
2017-08-04vm/vm_page: rename vm_page_atop and vm_page_ptoaRichard Braun
2017-07-13Switch to initialization operationsRichard Braun
2017-06-25Remove the param moduleRichard Braun
2017-06-25Move physical memory properties into the new x86/pmem moduleRichard Braun
2017-06-10x86/biosmem: fix log argument typeRichard Braun
2017-06-10Use log functions where appropriateRichard Braun
2017-05-30Move assert.h to the include directoryRichard Braun
2017-05-19x86/uart: new moduleRichard Braun
2017-04-29New stdio.h standard headerRichard Braun
2017-04-29kern/printk: rename to printfRichard Braun
2017-04-05x86/biosmem: use boot_memcpy to copy structuresRichard Braun
2017-02-04Fix printf-format related warningsRichard Braun
2017-02-04Clean up compilationRichard Braun
2017-02-04kern/types: split into module-specific type headersRichard Braun
2017-01-12Rename VM page segments to zonesRichard Braun
2016-12-09Force brackets around one-line conditional statementsRichard Braun
2016-10-27x86/biosmem: fix call to panicRichard Braun
2016-09-05x86/biosmem: only report memory map if debugging is enabledRichard Braun
2016-09-05x86/biosmem: explicitely track boot dataRichard Braun
2016-09-05x86/biosmem: remove biosmem_set_bootalloc_policyRichard Braun
2016-09-05x86/biosmem: minor stylistic changeRichard Braun
2016-09-05x86/biosmem: minor stylistic changeRichard Braun
2016-09-02x86/biosmem: make details reporting conditionalRichard Braun
2016-09-02x86/biosmem: minor changesRichard Braun
2016-09-02x86/biosmem: rework boot allocator setupRichard Braun
2016-09-02x86/biosmem: fix segment loadingRichard Braun
2016-09-02x86/biosmem: implement both top-down and bottom-up policiesRichard Braun
2016-09-02x86/biosmem: rename biosmem_directmap_sizeRichard Braun
2015-08-26biosmem: fix boundary checking when loading segmentsRichard Braun
2014-12-10x86/{boot,biosmem}: directmap updateRichard Braun
2014-12-06x86/biosmem: minor type changeRichard Braun
2014-12-06x86/biosmem: minor coding style changeRichard Braun
2014-08-30x86/biosmem: improve clarityRichard Braun
2014-01-08x86/boot: improve early error reportingRichard Braun
2013-07-09vm/vm_phys: merge into the vm_page moduleRichard Braun
2013-07-05x86/biosmem: don't load physically unreachable memoryRichard Braun
2012-12-31x86/strace: handle symbol tableRichard Braun
2012-12-25x86/boot: reintroduce the .boot sectionRichard Braun
2012-12-22vm/vm_phys: add segment allocation functionRichard Braun
2012-12-01Normalize calls to panicRichard Braun
2012-11-03Merge lib into kernRichard Braun
2012-10-15x86/param: update physical memory configurationRichard Braun
2012-10-15x86/pmap: rewrite to support both i386 and amd64Richard Braun
2012-10-12x86/multiboot: improve 64-bit cleannessRichard Braun
2012-10-10Rename vm_phys_t to phys_addr_tRichard Braun
2012-10-10x86: rework the linker scriptRichard Braun
2012-10-10x86: merge the init and boot modulesRichard Braun
2012-10-03x86: new architectureRichard Braun