Subversion Repositories HelenOS-historic

Rev

Go to most recent revision | Hide changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
861 6658 d 7 h jermar /kernel/trunk/arch/sparc64/include/ Add atomic_add() operation for sparc64.  
/kernel/trunk/arch/sparc64/include/atomic.h
860 6658 d 20 h decky /kernel/trunk/ indentation changes
ppc32 fpu context save/restore
ppc32 CPU version
ppc32 memcpy
 
/kernel/trunk/arch/ppc32/include/cpuid.h
/kernel/trunk/arch/ppc32/src/fpu_context.S
/kernel/trunk/arch/ppc32/src/fpu_context.c
/kernel/trunk/arch/amd64/include/cpuid.h
/kernel/trunk/arch/ia32/include/cpuid.h
/kernel/trunk/arch/mips32/include/context_offset.h
/kernel/trunk/arch/ppc32/Makefile.inc
/kernel/trunk/arch/ppc32/include/context_offset.h
/kernel/trunk/arch/ppc32/include/cpu.h
/kernel/trunk/arch/ppc32/include/fpu_context.h
/kernel/trunk/arch/ppc32/src/asm.S
/kernel/trunk/arch/ppc32/src/cpu/cpu.c
/kernel/trunk/arch/sparc64/include/context_offset.h
/kernel/trunk/generic/src/main/main.c
/kernel/trunk/generic/src/proc/thread.c
859 6658 d 21 h decky /kernel/trunk/tools/ make gencontext portable  
/kernel/trunk/tools/amd64/gencontext.c
/kernel/trunk/tools/mips32/gencontext.c
/kernel/trunk/tools/ppc32/gencontext.c
/kernel/trunk/tools/sparc64/gencontext.c
856 6660 d 0 h bondari /kernel/trunk/generic/include/  
/kernel/trunk/generic/include/elf32.h
855 6660 d 2 h bondari /kernel/trunk/generic/include/ ELF section definition  
/kernel/trunk/generic/include/elf32.h
854 6660 d 2 h bondari /kernel/trunk/ ELF loading workaround: some core declarations.  
/kernel/trunk/arch/ia32/include/elf.h
/kernel/trunk/generic/include/elf.h
/kernel/trunk/generic/include/elf32.h
/kernel/trunk/generic/src/lib/elf32.c
/kernel/trunk/Makefile
853 6661 d 5 h palkovsky /kernel/trunk/arch/mips32/ Some arc bios tweaks. Wanted to print configuration data, but
the ARC seems to return strange values.
Newport graphics card does not seem to be easy to port, give up now.
 
/kernel/trunk/arch/mips32/include/drivers/arc.h
/kernel/trunk/arch/mips32/src/drivers/arc.c
/kernel/trunk/arch/mips32/src/mips32.c
852 6661 d 6 h palkovsky /kernel/trunk/ Fixes in memory allocator
- proper kernel blacklisting, when kernel not loaded on page boundary
- correct zone adding in zone list (how could this work??)
 
/kernel/trunk/contrib/conf/bootindy
/kernel/trunk/arch/mips32/include/mm/tlb.h
/kernel/trunk/arch/mips32/src/console.c
/kernel/trunk/arch/mips32/src/drivers/arc.c
/kernel/trunk/arch/mips32/src/exception.c
/kernel/trunk/generic/src/mm/frame.c
851 6661 d 23 h palkovsky /kernel/trunk/arch/mips32/src/ removed debugging printf.  
/kernel/trunk/arch/mips32/src/debugger.c
850 6661 d 23 h palkovsky /kernel/trunk/ Small bugs fixed after running all tests on mips.  
/kernel/trunk/arch/mips32/src/debugger.c
/kernel/trunk/test/synch/semaphore2/test.c
849 6661 d 23 h palkovsky /kernel/trunk/arch/mips32/include/mm/ Fixed mips-big endian TLB problems.  
/kernel/trunk/arch/mips32/include/mm/tlb.h
847 6662 d 2 h jermar /kernel/trunk/arch/sparc64/ Improve comments in start.S.  
/kernel/trunk/arch/sparc64/include/boot/boot.h
/kernel/trunk/arch/sparc64/src/start.S
846 6662 d 4 h jermar /kernel/trunk/arch/sparc64/ sparc64 work.
Relocate kernel to 4M.
 
/kernel/trunk/arch/sparc64/include/boot
/kernel/trunk/arch/sparc64/include/boot/boot.h
/kernel/trunk/arch/sparc64/_link.ld.in
/kernel/trunk/arch/sparc64/src/mm/tlb.c
/kernel/trunk/arch/sparc64/src/start.S
845 6662 d 9 h decky /kernel/trunk/ fix stupid bug in ppc32 context_save_arch
save only non-volatile registers in context
 
/kernel/trunk/arch/ppc32/include/asm/regname.h
/kernel/trunk/arch/ppc32/include/context_offset.h
/kernel/trunk/tools/ppc32
/kernel/trunk/tools/ppc32/gencontext.c
/kernel/trunk/arch/ppc32/include/asm/macro.h
/kernel/trunk/arch/ppc32/boot/boot.S
/kernel/trunk/arch/ppc32/include/context.h
/kernel/trunk/arch/ppc32/src/asm.S
/kernel/trunk/arch/ppc32/src/context.S
/kernel/trunk/arch/ppc32/src/start.S
844 6663 d 0 h palkovsky /kernel/trunk/arch/ppc32/ Added missing CONFIG_FB for ppc.  
/kernel/trunk/arch/ppc32/Makefile.inc
843 6663 d 0 h palkovsky /kernel/trunk/ Made powerpc to get on PearPC to the version print when compiled with -O1:
- create proper memory zones
- switch to real mode on boot
TODO
- kernel relocation during boot
- autodetection of framebuffer settings (PCI?) - now includes hardcoded
settings for PearPc.
 
/kernel/trunk/arch/ppc32/include/asm/spr.h
/kernel/trunk/arch/ppc32/_link.ld.in
/kernel/trunk/arch/ppc32/include/console.h
/kernel/trunk/arch/ppc32/include/mm/memory_init.h
/kernel/trunk/arch/ppc32/include/mm/page.h
/kernel/trunk/arch/ppc32/src/console.c
/kernel/trunk/arch/ppc32/src/mm/frame.c
/kernel/trunk/arch/ppc32/src/mm/memory_init.c
/kernel/trunk/arch/ppc32/src/ppc32.c
/kernel/trunk/arch/ppc32/src/start.S
/kernel/trunk/kernel.config
842 6663 d 7 h palkovsky /kernel/trunk/ Avoid memory exhaustion in thread_create in slab2 test.  
/kernel/trunk/generic/src/proc/thread.c
/kernel/trunk/test/mm/slab2/test.c
841 6663 d 8 h jermar /kernel/trunk/contrib/arch/ Add workaround utility for buggy ELF loader in HP Ski IA-64 simulator.  
/kernel/trunk/contrib/arch
/kernel/trunk/contrib/arch/ia64
/kernel/trunk/contrib/arch/ia64/vmaxlma.c
840 6664 d 7 h jermar /kernel/trunk/ Fix filling of hardcoded_ktext_size and hardcoded_kdata_size to use 64 bit stores on ia64.  
/kernel/trunk/arch/ia64/src/start.S
/kernel/trunk/generic/src/mm/as.c
839 6665 d 5 h palkovsky /kernel/trunk/genarch/src/fb/ Better structure for framebuffer.  
/kernel/trunk/genarch/src/fb/fb.c

Show All