summaryrefslogtreecommitdiff
path: root/arch/x86/machine
AgeCommit message (Expand)Author
2017-09-20x86/ssp: fix LTO buildsRichard Braun
2017-09-07Use accessors when referring to global kernel objectsRichard 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-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-05x86/{pmap,tcb}: don't use tsd for the update oplistRichard Braun
2017-09-03Minor style fixRichard Braun
2017-09-03Minor style fixRichard Braun
2017-09-02Rework the build systemRichard Braun
2017-09-02Rework the build systemRichard Braun
2017-09-02Make assert have no side effectsRichard Braun
2017-09-02Make assert have no side effectsRichard Braun
2017-08-27x86/pit: make the PIT a potential clock sourceRichard Braun
2017-08-27x86/pit: make the PIT a potential clock sourceRichard Braun
2017-08-27kern/clock: new moduleRichard Braun
2017-08-27kern/clock: new moduleRichard Braun
2017-08-11x86/atomic: fix regression in atomic_load_64Richard 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-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-29x86/boot: add a todo entry about EFI supportRichard Braun
2017-07-14x86/acpi: fix typoRichard Braun
2017-07-14x86/acpi: fix typoRichard Braun
2017-07-13Switch to initialization operationsRichard Braun
2017-07-13Switch to initialization operationsRichard Braun
2017-07-02Merge branch 'vm_object'Richard 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-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/acpi: register system I/O reset methodRichard Braun
2017-07-01x86/cpu: register triple fault 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-01x86/trap: rename double fault trigger functionRichard Braun
2017-07-01kern/shutdown: new moduleRichard Braun
2017-07-01kern/shutdown: new moduleRichard Braun
2017-07-01Minor style fixesRichard Braun
2017-07-01Minor style fixesRichard Braun
2017-06-28x86/string: explain the memory clobber in read-only functionsRichard 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: implement assembly versions of strncmp and strchrRichard Braun
2017-06-28x86/string: make strlen return value computation more intuitiveRichard 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-25Use the C11 alignas and noreturn macrosRichard Braun
2017-06-25Fix increment/decrement operator style mistakesRichard Braun