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
2061 6370 d 8 h jermar /trunk/ Improve comments and fix formatting in (sparc64) TLS implementation.
Improve some comments and formatting in sparc64 uspace thread library
code.

Update required msim version.
 
/trunk/kernel/doc/arch/mips32
/trunk/uspace/libc/arch/sparc64/include/thread.h
/trunk/uspace/libc/arch/sparc64/src/psthread.S
/trunk/uspace/libc/arch/sparc64/src/thread.c
/trunk/uspace/libc/generic/thread.c
2025 6388 d 22 h jermar /trunk/ Coding style fixes.  
/trunk/kernel/arch/sparc64/include/context.h
/trunk/kernel/generic/include/ipc/ipc.h
/trunk/uspace/console/console.c
/trunk/uspace/console/gcons.c
/trunk/uspace/fb/ega.c
/trunk/uspace/fb/fb.c
/trunk/uspace/fb/main.c
/trunk/uspace/libc/arch/sparc64/include/psthread.h
2015 6391 d 1 h jermar /trunk/ Rework support for virtually indexed cache.
Instead of repeatedly flushing the data cache, which was a huge overkill, refuse to create an illegal address alias
in the kernel (again) and allocate appropriate page color in userspace instead. Extend the detection also to
SYS_PHYSMEM_MAP syscall.

Add support for tracking physical memory areas mappable by SYS_PHYSMEM_MAP.

Lots of coding style changes.
 
/trunk/uspace/libc/include/bitops.h
/trunk/kernel/arch/ia32/src/drivers/ega.c
/trunk/kernel/arch/sparc64/include/interrupt.h
/trunk/kernel/arch/sparc64/include/mm/cache.h
/trunk/kernel/arch/sparc64/src/mm/as.c
/trunk/kernel/arch/sparc64/src/mm/cache.c
/trunk/kernel/arch/sparc64/src/mm/page.c
/trunk/kernel/arch/sparc64/src/smp/ipi.c
/trunk/kernel/arch/sparc64/src/trap/interrupt.c
/trunk/kernel/genarch/src/fb/fb.c
/trunk/kernel/generic/include/ddi/ddi.h
/trunk/kernel/generic/include/mm/as.h
/trunk/kernel/generic/include/mm/page.h
/trunk/kernel/generic/src/console/klog.c
/trunk/kernel/generic/src/ddi/ddi.c
/trunk/kernel/generic/src/lib/rd.c
/trunk/kernel/generic/src/main/main.c
/trunk/kernel/generic/src/mm/as.c
/trunk/kernel/generic/src/sysinfo/sysinfo.c
/trunk/kernel/generic/src/time/clock.c
/trunk/uspace/fb/ega.c
/trunk/uspace/fb/fb.c
/trunk/uspace/fb/main.c
/trunk/uspace/klog/klog.c
/trunk/uspace/libc/arch/amd64/include/config.h
/trunk/uspace/libc/arch/ia32/include/config.h
/trunk/uspace/libc/arch/ia64/include/config.h
/trunk/uspace/libc/arch/mips32/include/config.h
/trunk/uspace/libc/arch/ppc32/include/config.h
/trunk/uspace/libc/arch/ppc64/include/config.h
/trunk/uspace/libc/arch/sparc64/include/config.h
/trunk/uspace/libc/generic/as.c
/trunk/uspace/libc/generic/mman.c
/trunk/uspace/libc/generic/time.c
/trunk/uspace/libc/include/as.h
/trunk/uspace/ns/ns.c
/trunk/uspace/rd/rd.c
2012 6393 d 23 h jermar /trunk/ Eliminate confusion between SYS_MAP_PHYSMEM and sys_physmem_map.
The syscall is to be called SYS_PHYSMEM_MAP from now on and the functions that participate in its implementation are
called *physmem_map().
 
/trunk/kernel/generic/include/ddi/ddi_arg.h
/trunk/kernel/generic/include/syscall/syscall.h
/trunk/kernel/generic/src/ddi/ddi.c
/trunk/uspace/fb/ega.c
/trunk/uspace/fb/fb.c
/trunk/uspace/libc/generic/ddi.c
/trunk/uspace/libc/include/ddi.h
/trunk/uspace/ns/ns.c
/trunk/uspace/rd/rd.c
2006 6400 d 6 h decky /trunk/uspace/ start trivial file system driver  
/trunk/uspace/fs
/trunk/uspace/fs/Makefile
/trunk/uspace/fs/fs.c
/trunk/uspace/Makefile
2005 6400 d 6 h decky /trunk/ update rd  
/trunk/kernel/generic/include/lib/rd.h
/trunk/kernel/generic/src/lib/rd.c
/trunk/kernel/generic/src/main/kinit.c
/trunk/uspace/libc/generic/sysinfo.c
/trunk/uspace/rd/rd.c
1999 6402 d 11 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
1997 6406 d 2 h decky /trunk/ add version to init and boot loader  
/trunk/boot/Makefile
/trunk/boot/arch/sparc64/loader/Makefile
/trunk/boot/arch/sparc64/loader/main.c
/trunk/uspace/Makefile
/trunk/uspace/init/Makefile
/trunk/uspace/init/version.c
1994 6408 d 8 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 6408 d 9 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
1992 6408 d 10 h decky /trunk/uspace/libc/include/ add bool.h  
/trunk/uspace/libc/include/bool.h
1971 6430 d 23 h jermar /trunk/uspace/libc/generic/ Textual changes.  
/trunk/uspace/libc/generic/async.c
1954 6435 d 0 h jermar /trunk/ Minor changes. Some coding style fixes and also a type (tee vs. tree).
One AS -> as change.
 
/trunk/kernel/arch/sparc64/include/mm/tsb.h
/trunk/kernel/arch/sparc64/include/trap/mmu.h
/trunk/kernel/arch/sparc64/src/start.S
/trunk/kernel/generic/src/mm/as.c
/trunk/kernel/generic/src/mm/backend_anon.c
/trunk/uspace/fb/fb.c
1942 6443 d 1 h jermar /trunk/ Convert ia64 to the new IRQ and notification scheme.  
/trunk/kernel/arch/ia64/include/drivers/it.h
/trunk/kernel/arch/ia64/include/interrupt.h
/trunk/kernel/arch/ia64/include/ski/ski.h
/trunk/kernel/arch/ia64/src/drivers/it.c
/trunk/kernel/arch/ia64/src/ia64.c
/trunk/kernel/arch/ia64/src/interrupt.c
/trunk/kernel/arch/ia64/src/ski/ski.c
/trunk/kernel/arch/sparc64/include/interrupt.h
/trunk/uspace/kbd/arch/ia64/src/kbd.c
1939 6443 d 5 h decky /trunk/ ia32: fix compilation, keyboard not checked yet  
/trunk/kernel/arch/ia32/include/interrupt.h
/trunk/kernel/arch/ia32/src/interrupt.c
/trunk/uspace/kbd/arch/ia32/include/kbd.h
/trunk/uspace/kbd/arch/ia32/src/kbd.c
1938 6443 d 12 h decky /trunk/uspace/kbd/arch/mips32/src/ mips32: update kbd driver  
/trunk/uspace/kbd/arch/mips32/src/kbd.c
1931 6444 d 2 h jermar /trunk/ Add support for IPC notifications even for polled ns16550 based keyboard.  
/trunk/kernel/arch/sparc64/src/console.c
/trunk/kernel/genarch/src/kbd/ns16550.c
/trunk/kernel/genarch/src/kbd/z8530.c
/trunk/uspace/kbd/arch/sparc64/src/kbd.c
1928 6444 d 6 h decky /trunk/ ppc32: update for new IRQ subsystem (there is still a bug left)  
/trunk/kernel/arch/ppc32/include/drivers/cuda.h
/trunk/kernel/arch/ppc32/include/interrupt.h
/trunk/kernel/arch/ppc32/src/drivers/cuda.c
/trunk/kernel/arch/ppc32/src/drivers/pic.c
/trunk/kernel/arch/ppc32/src/interrupt.c
/trunk/kernel/arch/ppc32/src/ppc32.c
/trunk/uspace/kbd/arch/ppc32/src/kbd.c
1923 6445 d 1 h jermar /trunk/ Replace the old IRQ dispatcher and IPC notifier with new implementation.
Note that all architectures except for sparc64 are now broken
and don't even compile.
 
/trunk/kernel/arch/sparc64/src/trap/interrupt.c
/trunk/kernel/genarch/src/kbd/z8530.c
/trunk/kernel/generic/include/ddi/irq.h
/trunk/kernel/generic/include/ipc/ipc.h
/trunk/kernel/generic/include/ipc/irq.h
/trunk/kernel/generic/include/ipc/sysipc.h
/trunk/kernel/generic/include/typedefs.h
/trunk/kernel/generic/src/console/cmd.c
/trunk/kernel/generic/src/console/klog.c
/trunk/kernel/generic/src/ddi/irq.c
/trunk/kernel/generic/src/ipc/ipc.c
/trunk/kernel/generic/src/ipc/irq.c
/trunk/kernel/generic/src/ipc/sysipc.c
/trunk/uspace/kbd/arch/sparc64/src/kbd.c
/trunk/uspace/klog/klog.c
/trunk/uspace/libc/generic/async.c
/trunk/uspace/libc/generic/ipc.c
/trunk/uspace/libc/include/ipc/ipc.h
1890 6473 d 10 h jermar /trunk/ - Create a dedicated slab cache for as_t objects and switch from malloc/free to slab_alloc/slab_free for
them.

- Slightly fix and improve both the kernel and userspace atomic_add() on sparc64.

- More TSB work on the sparc64 front.
 
/trunk/kernel/arch/amd64/include/mm/as.h
/trunk/kernel/arch/ia32/include/mm/as.h
/trunk/kernel/arch/ia64/include/mm/as.h
/trunk/kernel/arch/mips32/include/mm/as.h
/trunk/kernel/arch/ppc32/include/mm/as.h
/trunk/kernel/arch/ppc64/include/mm/as.h
/trunk/kernel/arch/sparc64/include/atomic.h
/trunk/kernel/arch/sparc64/include/mm/tsb.h
/trunk/kernel/arch/sparc64/src/mm/as.c
/trunk/kernel/arch/sparc64/src/proc/scheduler.c
/trunk/kernel/arch/xen32/include/mm/as.h
/trunk/kernel/generic/include/mm/as.h
/trunk/kernel/generic/src/mm/as.c
/trunk/uspace/libc/arch/sparc64/include/atomic.h

Show All