summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2017-11-14Per-CPU variables, TCB and SSP supportarm_port_devRichard Braun
2017-10-31Merge branch 'master' into arm_port_devRichard Braun
2017-10-31Fix cpu_intr_enabledRichard Braun
2017-10-30Start board and architecture specific infrastructureRichard Braun
2017-10-25Update namesRichard Braun
2017-10-25Improve qemu/arm scriptRichard Braun
2017-10-24Add a qemu/arm script, enable caching, clear bssRichard Braun
2017-10-24Improve page table creation at boot timeRichard Braun
2017-10-22Rework the vm_ptable boot interfaceRichard Braun
2017-10-20Start the machine-independant vm_ptable moduleRichard Braun
2017-10-19Dynamically allocate the kernel root page tableRichard Braun
2017-10-17Implement buddy allocation in the bootmem moduleRichard Braun
2017-10-17Start implementation of the bootmem buddy allocatorRichard Braun
2017-10-12Enable paging, including large page support (!)Richard Braun
2017-10-10x86/pmap: remove useless header inclusionRichard Braun
2017-10-07First bootmem prototypeRichard Braun
2017-10-04Fix some header inclusionsRichard Braun
2017-10-04Invalid caches before jumping to RAMRichard Braun
2017-10-04Update Qemu target nameRichard Braun
2017-10-04Hello, world!Richard Braun
2017-09-30Make the kernel run its first instructionsRichard Braun
2017-09-30StubsRichard Braun
2017-09-27x86/pmap: add assertion on CPU IDRichard Braun
2017-09-21Merge branch 'xbuild'Richard Braun
2017-09-21New build systemRichard Braun
2017-09-21Remove autotools filesRichard Braun
2017-09-20x86/ssp: fix LTO buildsRichard Braun
2017-09-07Use accessors when referring to global kernel objectsRichard Braun
2017-09-06vm: rename min/max macros to start/end variantsRichard Braun
2017-09-05x86/{pmap,tcb}: don't use tsd for the update oplistRichard Braun
2017-09-03Minor style fixRichard Braun
2017-09-03x86: import macros from the init moduleRichard Braun
2017-09-02Rework the build systemRichard Braun
2017-09-02Make assert have no side effectsRichard Braun
2017-08-27x86/pit: make the PIT a potential clock sourceRichard Braun
2017-08-27kern/clock: new moduleRichard Braun
2017-08-11x86/atomic: fix regression in atomic_load_64Richard Braun
2017-08-04vm/vm_page: rename vm_page_atop and vm_page_ptoaRichard Braun
2017-07-29x86/boot: add a todo entry about EFI supportRichard Braun
2017-07-14x86/acpi: fix typoRichard Braun
2017-07-13Switch to initialization operationsRichard Braun
2017-07-02Merge branch 'vm_object'Richard Braun
2017-07-02vm/vm_kmem: create a VM object to track mapped kernel pagesRichard Braun
2017-07-01x86/acpi: register system I/O reset methodRichard Braun
2017-07-01x86/cpu: register triple fault reset methodRichard Braun
2017-07-01x86/trap: rename double fault trigger functionRichard Braun
2017-07-01kern/shutdown: new moduleRichard Braun
2017-07-01Minor style fixesRichard Braun
2017-06-28x86/string: explain the memory clobber in read-only functionsRichard Braun
2017-06-28x86/string: implement assembly versions of strncmp and strchrRichard Braun