Subversion Repositories HelenOS

Rev

Go to most recent revision | Hide changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff Changes
2004 6525 d 8 h decky /trunk/kernel/generic/include/ cleanup  
/trunk/kernel/generic/include/atomic.h
/trunk/kernel/generic/include/bitops.h
/trunk/kernel/generic/include/sysinfo/sysinfo.h
2003 6525 d 8 h decky /trunk/kernel/arch/ cleanup endian conversion macros  
/trunk/kernel/arch/amd64/include/byteorder.h
/trunk/kernel/arch/ia32/include/byteorder.h
/trunk/kernel/arch/ia64/include/byteorder.h
/trunk/kernel/arch/mips32/include/byteorder.h
/trunk/kernel/arch/ppc32/include/byteorder.h
/trunk/kernel/arch/ppc64/include/byteorder.h
/trunk/kernel/arch/sparc64/include/byteorder.h
2002 6525 d 10 h decky /trunk/kernel/generic/ rd work  
/trunk/kernel/generic/include/byteorder.h
/trunk/kernel/generic/include/lib/rd.h
/trunk/kernel/generic/src/lib/rd.c
/trunk/kernel/generic/src/main/kinit.c
2001 6527 d 1 h jermar /trunk/kernel/ Indentation and comment fixes.  
/trunk/kernel/arch/sparc64/src/mm/tsb.c
/trunk/kernel/arch/sparc64/src/start.S
/trunk/kernel/doc/arch/sparc64
/trunk/kernel/generic/include/macros.h
/trunk/kernel/generic/include/mm/frame.h
2000 6527 d 13 h decky /trunk/kernel/ move files to more proper locations  
/trunk/kernel/generic/include/lib
/trunk/kernel/generic/include/lib/elf.h
/trunk/kernel/generic/include/lib/rd.h
/trunk/kernel/generic/src/lib/rd.c
/trunk/kernel/generic/include/elf.h
/trunk/kernel/generic/include/mm/rd.h
/trunk/kernel/generic/src/mm/rd.c
/trunk/kernel/Makefile
/trunk/kernel/generic/include/mm/as.h
/trunk/kernel/generic/src/lib/elf.c
/trunk/kernel/generic/src/main/kinit.c
/trunk/kernel/generic/src/mm/backend_elf.c
/trunk/kernel/generic/src/proc/task.c
1999 6527 d 13 h decky /trunk/ start RAM disk support  
/trunk/kernel/generic/include/mm/rd.h
/trunk/kernel/generic/src/mm/rd.c
/trunk/uspace/rd
/trunk/uspace/rd/Makefile
/trunk/uspace/rd/rd.c
/trunk/kernel/Makefile
/trunk/kernel/generic/src/main/kinit.c
/trunk/kernel/generic/src/main/main.c
/trunk/uspace/Makefile
/trunk/uspace/libc/include/ipc/services.h
1996 6533 d 6 h jermar /trunk/kernel/ Add option to compile the sparc64 kernel without the TTE_CV bit support.
The bit is not used by default now.
Enabling it may theoretically lead to physical memory inconsistencies until code that
mitigates the problem is written.
 
/trunk/kernel/Makefile
/trunk/kernel/arch/sparc64/src/mm/tlb.c
/trunk/kernel/arch/sparc64/src/mm/tsb.c
/trunk/kernel/arch/sparc64/src/start.S
/trunk/kernel/kernel.config
1995 6533 d 6 h jermar /trunk/kernel/ Move general configuration out of debugging configuration.
Add CONFIG_VIRT_IDX_CACHE.
 
/trunk/kernel/kernel.config
1994 6533 d 10 h decky /trunk/ Add BGR 0888 visual for Ultra 60  
/trunk/kernel/arch/sparc64/src/drivers/scr.c
/trunk/kernel/genarch/include/fb/visuals.h
/trunk/kernel/genarch/src/fb/fb.c
/trunk/uspace/fb/fb.c
1993 6533 d 12 h decky /trunk/ make framebuffer code more generic  
/trunk/kernel/genarch/include/fb/visuals.h
/trunk/kernel/arch/ia32/src/drivers/vesa.c
/trunk/kernel/arch/mips32/src/mips32.c
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/kernel/arch/ppc64/src/ppc64.c
/trunk/kernel/arch/sparc64/src/drivers/scr.c
/trunk/kernel/genarch/include/fb/fb.h
/trunk/kernel/genarch/src/fb/fb.c
/trunk/uspace/fb/fb.c
1991 6534 d 5 h jermar /trunk/kernel/genarch/src/fb/ The prefered switch statement indentation is the one replaced by the previous commit :-)  
/trunk/kernel/genarch/src/fb/fb.c
1990 6534 d 8 h decky /trunk/kernel/genarch/src/fb/ framebuffer cleanup  
/trunk/kernel/genarch/src/fb/fb.c
1988 6535 d 2 h jermar /trunk/kernel/arch/sparc64/src/mm/ Update comment and move initialization code away from application processor codepath.  
/trunk/kernel/arch/sparc64/src/mm/frame.c
1987 6535 d 5 h jermar /trunk/kernel/arch/sparc64/src/ Take the possible difference between kernel and physical address into account in TSB and userspace window buffer
allocation and deallocation code.
 
/trunk/kernel/arch/sparc64/src/mm/as.c
/trunk/kernel/arch/sparc64/src/proc/thread.c
1986 6535 d 8 h decky /trunk/kernel/arch/sparc64/src/drivers/ The FFB framebuffer looks more like 32b  
/trunk/kernel/arch/sparc64/src/drivers/scr.c
1985 6535 d 9 h decky /trunk/kernel/ add benchmarking configuration directive  
/trunk/kernel/Makefile
/trunk/kernel/kernel.config
1984 6536 d 4 h jermar /trunk/kernel/arch/sparc64/ sparc64 work:
- untested support for Psycho PCI controller
 
/trunk/kernel/arch/sparc64/include/drivers/pci.h
/trunk/kernel/arch/sparc64/src/drivers/pci.c
1983 6537 d 8 h jermar /trunk/kernel/arch/sparc64/src/mm/ sparc64 work:
- fix computation of the frame allocator configuration frame
- mark the first physical frame unavailable, no matter what is its address

Because of that, we can now boot past the frame_arch_init() on the Ultra 60 now.
 
/trunk/kernel/arch/sparc64/src/mm/frame.c
1982 6537 d 11 h jermar /trunk/ Modify the sparc64 startup code to not cause MMU traps before it takes over the TLB and
the trap table. Fix several PA2KA and KA2PA omittions or errors. Fix configuration to pass
the DEFS variable along.
 
/trunk/boot/arch/sparc64/Makefile.inc
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/boot/boot.config
/trunk/kernel/arch/sparc64/src/mm/page.c
/trunk/kernel/arch/sparc64/src/sparc64.c
/trunk/kernel/arch/sparc64/src/start.S
1981 6537 d 12 h jermar /trunk/kernel/ Indentation, formatting and minor changes.  
/trunk/kernel/genarch/src/fb/fb.c
/trunk/kernel/generic/src/mm/frame.c

Show All