summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2012-12-01Normalize the spelling of CPU in commentsRichard Braun
2012-12-01Normalize calls to panicRichard Braun
2012-11-27x86/pmap: minor naming changeRichard Braun
2012-11-24x86/boot: fix comment limitRichard Braun
2012-11-23x86/pmap: optimize pmap_setup_global_pagesRichard Braun
2012-11-23x86/pmap: make pmap_zero_page staticRichard Braun
2012-11-21x86/pmap: remove pmap_pte_globalRichard Braun
2012-11-21x86/pmap: remove the kernel pmapRichard Braun
2012-11-21x86/pmap: turn pmap_klimit into a functionRichard Braun
2012-11-19kern/thread: preliminary scheduling implementationRichard Braun
2012-11-17x86/trap: rework the default handlerRichard Braun
2012-11-16x86/param: reduce data alignment on i386Richard Braun
2012-11-16x86/boot: rename boot_ap to boot_ap_mainRichard Braun
2012-11-16x86: prevent output of floating point instructionsRichard Braun
2012-11-09x86: linker script and assembly tidyingRichard Braun
2012-11-09x86/trap: slightly rework trap handlingRichard Braun
2012-11-09Implement preliminary thread contextRichard Braun
2012-11-03x86/cpu: add compiler barriersRichard Braun
2012-11-03x86/vga: rename module to cgaRichard Braun
2012-11-03Merge lib into kernRichard Braun
2012-11-03x86/boot: don't show per-cpu infoRichard Braun
2012-11-01x86/atomic: new moduleRichard Braun
2012-11-01x86/mb: new moduleRichard Braun
2012-10-28x86/mps: remove moduleRichard Braun
2012-10-23x86/pic: new moduleRichard Braun
2012-10-22x86/trap: new moduleRichard Braun
2012-10-19x86/cpu: fix processor identificationRichard Braun
2012-10-19Use the standard __ASSEMBLER__ macroRichard Braun
2012-10-19x86/cpu: minor cosmetic changesRichard Braun
2012-10-19x86/cpu: fetch extended processor feature bitsRichard Braun
2012-10-16Rework the build systemRichard Braun
2012-10-15x86/asm: prefix macros with ASM_Richard Braun
2012-10-15x86/cpu: add support for amd64Richard Braun
2012-10-15x86/boot: don't boot without long mode on amd64Richard Braun
2012-10-15x86/param: update physical memory configurationRichard Braun
2012-10-15x86/pmap: enable global page support on APsRichard Braun
2012-10-15x86/pmap: fix pmap_growkernelRichard Braun
2012-10-15x86/pmap: fix ptemap macros for amd64Richard Braun
2012-10-15x86/pmap: rewrite to support both i386 and amd64Richard Braun
2012-10-15x86/boot: fix GDTR limitsRichard Braun
2012-10-12x86/pmap: fix kernel PDPT declaration in PAE modeRichard Braun
2012-10-12x86/multiboot: improve 64-bit cleannessRichard Braun
2012-10-11x86: move paging initialization to the pmap moduleRichard Braun
2012-10-10Rename vm_phys_t to phys_addr_tRichard Braun
2012-10-10x86: initialize long mode on amd64Richard Braun
2012-10-10x86: rework the linker scriptRichard Braun
2012-10-10x86: merge the init and boot modulesRichard Braun
2012-10-10macros: minor changeRichard Braun
2012-10-10macros: new DECL_CONST macroRichard Braun
2012-10-03x86: new architectureRichard Braun