summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-01-06x86/tcb: minor context switch optimizationRichard Braun
2017-12-03Revert "Make assert have no side effects"Richard Braun
2017-10-10x86/pmap: remove useless header inclusionRichard Braun
2017-10-04Fix some header inclusionsRichard 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
2017-06-28x86/string: make strlen return value computation more intuitiveRichard Braun
2017-06-25Use the C11 alignas and noreturn macrosRichard Braun
2017-06-25Fix increment/decrement operator style mistakesRichard Braun
2017-06-25x86/cpu: remove unnecessary qualifiers on the IDT register variableRichard Braun
2017-06-25Remove the param moduleRichard Braun
2017-06-25Move physical memory properties into the new x86/pmem moduleRichard Braun
2017-06-24Move the INTR_TABLE_SIZE macro to the x86/trap moduleRichard Braun
2017-06-24Move the HZ macro to the kern/thread moduleRichard Braun
2017-06-24Move the DATA_ALIGN and TEXT_ALIGN macros to the x86/cpu moduleRichard Braun
2017-06-24Move the CPU_L1_SIZE macro to x86/cpu moduleRichard Braun
2017-06-24Break STACK_SIZE macro into 3 different macrosRichard Braun
2017-06-24x86/boot: remove extern stack declarationsRichard Braun
2017-06-24x86/param: remove __LITTLE_ENDIAN__ macroRichard Braun
2017-06-23x86/uart: handle command line argumentsRichard Braun
2017-06-23x86/cga: minor checks and improvementsRichard Braun
2017-06-23x86/atkbd: implement the home/end keysRichard Braun
2017-06-23x86/cga: fix newline character handlingRichard Braun
2017-06-22kern/macros: move the __read_mostly macro hereRichard Braun