Subversion Repositories HelenOS

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
3133 5830 d 6 h jermar /trunk/kernel/arch/ Add smc_coherence() macro to all architectures.
So far, only amd64, ia32, ia64 and sparc64 are implemented.
 
/trunk/kernel/arch/sparc64/include/mm/cache_spec.h
/trunk/kernel/arch/arm32/include/barrier.h
/trunk/kernel/arch/ia32/include/barrier.h
/trunk/kernel/arch/ia64/include/barrier.h
/trunk/kernel/arch/mips32/include/barrier.h
/trunk/kernel/arch/ppc32/include/barrier.h
/trunk/kernel/arch/ppc64/include/barrier.h
/trunk/kernel/arch/sparc64/include/barrier.h
/trunk/kernel/arch/sparc64/include/mm/tlb.h
/trunk/kernel/arch/sparc64/src/mm/cache.S
3132 5831 d 10 h svoboda /branches/dynload/ Fix unintended mips32 makefile modification introduced in r2996. Fix mips32.s in iloader.  
/branches/dynload/boot/arch/mips32/loader/Makefile
/branches/dynload/uspace/app/iloader/arch/mips32/mips32.s
/branches/dynload/uspace/lib/libc/arch/mips32/Makefile.inc
3131 5831 d 15 h svoboda /branches/dynload/uspace/app/iloader/ Add per-arch assembler routines for jumping to program entry point, making ia64 finally work.  
/branches/dynload/uspace/app/iloader/arch/amd64/amd64.s
/branches/dynload/uspace/app/iloader/arch/arm32/arm32.s
/branches/dynload/uspace/app/iloader/arch/ia32/ia32.s
/branches/dynload/uspace/app/iloader/arch/ia64/ia64.s
/branches/dynload/uspace/app/iloader/arch/mips32/mips32.s
/branches/dynload/uspace/app/iloader/arch/ppc32/ppc32.s
/branches/dynload/uspace/app/iloader/include/arch.h
/branches/dynload/uspace/app/iloader/Makefile
/branches/dynload/uspace/app/iloader/arch/amd64/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/arm32/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/ia32/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/ia64/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/mips32/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/ppc32/Makefile.inc
/branches/dynload/uspace/app/iloader/elf_load.c
3130 5831 d 19 h jermar /trunk/kernel/generic/src/mm/ Add a comment explaining the reason for a memory barrier after page table update in detail.  
/trunk/kernel/generic/src/mm/page.c
3129 5832 d 7 h svoboda /branches/dynload/ initial ia64 support in iloader (broken)  
/branches/dynload/uspace/app/iloader/arch/ia64
/branches/dynload/uspace/app/iloader/arch/ia64/Makefile.inc
/branches/dynload/uspace/app/iloader/arch/ia64/_link.ld.in
/branches/dynload/uspace/app/iloader/arch/ia64/include
/branches/dynload/uspace/app/iloader/arch/ia64/include/pcb.h
/branches/dynload/boot/arch/ia64/loader/Makefile
/branches/dynload/kernel/generic/src/mm/as.c
/branches/dynload/uspace/app/iloader/arch/amd64/_link.ld.in
/branches/dynload/uspace/app/iloader/elf_load.c
3128 5832 d 8 h jermar /trunk/kernel/generic/src/mm/ Issue a memory barrier after modifying a page table mapping in order to
prevent memory prefetching.
 
/trunk/kernel/generic/src/mm/page.c
3127 5833 d 5 h svoboda /branches/tracing/kernel/generic/src/ Fix rounding error in as_debug_write() - prevent panic when writing on page boundary  
/branches/tracing/kernel/generic/src/mm/as.c
/branches/tracing/kernel/generic/src/udebug/udebug_ops.c
3126 5833 d 5 h svoboda /branches/tracing/uspace/app/debug/arch/arm32/src/ Add support for frequent 'mov pc, lr' instr. on arm32  
/branches/tracing/uspace/app/debug/arch/arm32/src/arm32.c
3125 5833 d 6 h svoboda /branches/tracing/kernel/arch/arm32/src/ ARM bkpt causes prefetch abort, not data abort  
/branches/tracing/kernel/arch/arm32/src/exception.c
/branches/tracing/kernel/arch/arm32/src/mm/page_fault.c
3124 5833 d 12 h svoboda /branches/tracing/uspace/app/debug/arch/arm32/ Add basic arm32 support to debugger.  
/branches/tracing/uspace/app/debug/arch/arm32
/branches/tracing/uspace/app/debug/arch/arm32/Makefile.inc
/branches/tracing/uspace/app/debug/arch/arm32/include
/branches/tracing/uspace/app/debug/arch/arm32/include/arch.h
/branches/tracing/uspace/app/debug/arch/arm32/include/types.h
/branches/tracing/uspace/app/debug/arch/arm32/src
/branches/tracing/uspace/app/debug/arch/arm32/src/arm32.c
3123 5833 d 17 h svoboda /branches/tracing/kernel/arch/arm32/src/ Generating breakpoint events on arm32. (GXemul must be patched to support ARM BKPT instruction.)  
/branches/tracing/kernel/arch/arm32/src/exception.c
3122 5834 d 8 h svoboda /branches/tracing/kernel/arch/arm32/include/ Add missing include of arch/exception.h to arm32/arch/interrupt.h  
/branches/tracing/kernel/arch/arm32/include/interrupt.h
3121 5834 d 8 h svoboda /branches/tracing/uspace/app/ Add initial ppc32 support to debugger. (Won't work yet because of missing IMBs and such).  
/branches/tracing/uspace/app/debug/arch/ppc32
/branches/tracing/uspace/app/debug/arch/ppc32/Makefile.inc
/branches/tracing/uspace/app/debug/arch/ppc32/include
/branches/tracing/uspace/app/debug/arch/ppc32/include/arch.h
/branches/tracing/uspace/app/debug/arch/ppc32/include/types.h
/branches/tracing/uspace/app/debug/arch/ppc32/src
/branches/tracing/uspace/app/debug/arch/ppc32/src/ppc32.c
/branches/tracing/uspace/app/debug/genarch/Makefile.inc
/branches/tracing/uspace/app/debug/arch/mips32/src/mips32.c
/branches/tracing/uspace/app/tester/debug/debug1.c
3120 5836 d 11 h jermar /trunk/ Simple support for cscope.  
/trunk/Makefile
3119 5836 d 12 h jermar /trunk/uspace/srv/fs/fat/ Initialize in-core FAT root directory node during mount.  
/trunk/uspace/srv/fs/fat/fat_ops.c
3118 5836 d 12 h jermar /trunk/kernel/test/mm/ Fix formatter.  
/trunk/kernel/test/mm/slab1.c
3117 5836 d 13 h svoboda /trunk/uspace/ Make getchar() and tester behave sanely when there's no console.  
/trunk/uspace/app/tester/tester.c
/trunk/uspace/lib/libc/generic/io/stream.c
3116 5836 d 13 h svoboda /branches/tracing/kernel/arch/ppc32/ Generating udebug breakpoint events on ppc32  
/branches/tracing/kernel/arch/ppc32/include/interrupt.h
/branches/tracing/kernel/arch/ppc32/include/regutils.h
/branches/tracing/kernel/arch/ppc32/src/interrupt.c
3115 5836 d 13 h decky /trunk/uspace/app/klog/ wait until console is initiated  
/trunk/uspace/app/klog/klog.c
3114 5836 d 14 h svoboda /branches/tracing/kernel/arch/ppc32/include/ ppc32: fix swapped msr bits in renames.h. Implement istate_from_uspace()  
/branches/tracing/kernel/arch/ppc32/include/regutils.h
/branches/tracing/kernel/arch/ppc32/include/asm/regname.h
/branches/tracing/kernel/arch/ppc32/include/exception.h

Show All