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
4679 5438 d 15 h rimsky /branches/sparc/kernel/ Enhancing the way how even distribution of threads over processor cores is achieved.  
/branches/sparc/kernel/arch/sparc64/include/sun4v/cpu.h
/branches/sparc/kernel/arch/sparc64/src/smp/sun4v/smp.c
/branches/sparc/kernel/generic/include/cpu.h
/branches/sparc/kernel/generic/src/mm/tlb.c
/branches/sparc/kernel/generic/src/proc/scheduler.c
/branches/sparc/kernel/generic/src/proc/thread.c
4678 5438 d 23 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4677)  
/branches/dd/boot/arch/arm32/loader/print/print.c
/branches/dd/defaults/arm32/GXemul
/branches/dd/defaults/arm32/integratorcp
/branches/dd/kernel/arch/arm32/include/mach
/branches/dd/kernel/arch/arm32/include/machine_func.h
/branches/dd/kernel/arch/arm32/src/exc_handler.S
/branches/dd/kernel/arch/arm32/src/mach
/branches/dd/kernel/arch/arm32/src/machine_func.c
/branches/dd/kernel/genarch/include/drivers/pl050
/branches/dd/kernel/genarch/include/kbrd/scanc_pl050.h
/branches/dd/kernel/genarch/src/drivers/pl050
/branches/dd/kernel/genarch/src/kbrd/kbrd_pl050.c
/branches/dd/kernel/genarch/src/kbrd/scanc_pl050.c
/branches/dd/uspace/srv/kbd/ctl/pl050.c
/branches/dd/uspace/srv/kbd/port/pl050.c
/branches/dd/boot/arch/arm32/loader/print/gxemul.c
/branches/dd/kernel/arch/arm32/include/drivers/gxemul.h
/branches/dd/kernel/arch/arm32/src/drivers/gxemul.c
/branches/dd/HelenOS.config
/branches/dd/boot/arch/arm32/loader/Makefile
/branches/dd/boot/arch/arm32/loader/_link.ld.in
/branches/dd/boot/arch/arm32/loader/boot.S
/branches/dd/boot/arch/arm32/loader/main.c
/branches/dd/kernel/arch/arm32/Makefile.inc
/branches/dd/kernel/arch/arm32/include/exception.h
/branches/dd/kernel/arch/arm32/src/arm32.c
/branches/dd/kernel/arch/arm32/src/exception.c
/branches/dd/kernel/arch/arm32/src/interrupt.c
/branches/dd/kernel/arch/arm32/src/mm/frame.c
/branches/dd/kernel/arch/arm32/src/start.S
/branches/dd/kernel/arch/ia32/src/drivers/vesa.c
/branches/dd/kernel/arch/mips32/include/atomic.h
/branches/dd/kernel/arch/mips32/src/mips32.c
/branches/dd/kernel/arch/ppc32/src/ppc32.c
/branches/dd/kernel/arch/sparc64/src/drivers/scr.c
/branches/dd/kernel/genarch/Makefile.inc
/branches/dd/kernel/genarch/include/fb/visuals.h
/branches/dd/kernel/genarch/src/fb/fb.c
/branches/dd/kernel/generic/src/ipc/event.c
/branches/dd/uspace/lib/libc/generic/malloc.c
/branches/dd/uspace/srv/fb/fb.c
/branches/dd/uspace/srv/kbd/Makefile
4677 5438 d 23 h trochtova /branches/dd/ parts of the serial port driver and its client  
/branches/dd/uspace/app/shutters
/branches/dd/uspace/app/shutters/Makefile
/branches/dd/uspace/app/shutters/shutters.c
/branches/dd/uspace/lib/libc/include/ipc/serial.h
/branches/dd/boot/arch/ia32/Makefile.inc
/branches/dd/uspace/Makefile
/branches/dd/uspace/srv/pci/main.c
/branches/dd/uspace/srv/pci/serial.c
4668 5445 d 11 h trochtova /branches/dd/ dd branch synchronized with trunk (revision 4667)  
/branches/dd/contrib/conf/ia32-qe.sh
/branches/dd/kernel/genarch/include/kbrd/scanc_mac.h
/branches/dd/kernel/genarch/src/kbrd/scanc_mac.c
/branches/dd/uspace/app/tester/mm
/branches/dd/uspace/app/tester/print/print2.c
/branches/dd/uspace/app/tester/print/print2.def
/branches/dd/uspace/app/tester/print/print3.c
/branches/dd/uspace/app/tester/print/print3.def
/branches/dd/uspace/dist/data
/branches/dd/uspace/lib/libc/generic/errno.c
/branches/dd/uspace/lib/libc/generic/malloc.c
/branches/dd/uspace/lib/libc/include/adt/gcdlcm.h
/branches/dd/kernel/arch/amd64/include/byteorder.h
/branches/dd/kernel/arch/arm32/include/byteorder.h
/branches/dd/kernel/arch/ia32/include/byteorder.h
/branches/dd/kernel/arch/ia64/include/byteorder.h
/branches/dd/kernel/arch/mips32/include/byteorder.h
/branches/dd/kernel/arch/ppc32/include/byteorder.h
/branches/dd/kernel/arch/sparc64/include/byteorder.h
/branches/dd/uspace/app/tester/devmap
/branches/dd/uspace/app/tester/ipc/answer.c
/branches/dd/uspace/app/tester/ipc/answer.def
/branches/dd/uspace/app/tester/ipc/hangup.c
/branches/dd/uspace/app/tester/ipc/hangup.def
/branches/dd/uspace/app/tester/ipc/send_async.c
/branches/dd/uspace/app/tester/ipc/send_async.def
/branches/dd/uspace/app/tester/ipc/send_sync.c
/branches/dd/uspace/app/tester/ipc/send_sync.def
/branches/dd/uspace/lib/libc/arch/amd64/include/byteorder.h
/branches/dd/uspace/lib/libc/arch/arm32/include/byteorder.h
/branches/dd/uspace/lib/libc/arch/ia32/include/byteorder.h
/branches/dd/uspace/lib/libc/arch/ia64/include/byteorder.h
/branches/dd/uspace/lib/libc/arch/mips32/include/byteorder.h
/branches/dd/uspace/lib/libc/arch/mips32eb/include/byteorder.h
/branches/dd/uspace/lib/libc/arch/ppc32/include/byteorder.h
/branches/dd/uspace/lib/libc/arch/sparc64/include/byteorder.h
/branches/dd/uspace/lib/libc/malloc
/branches/dd/HelenOS.config
/branches/dd/contrib/conf/mips32-gx.sh
/branches/dd/defaults/amd64/Makefile.config
/branches/dd/defaults/arm32/Makefile.config
/branches/dd/defaults/ia32/Makefile.config
/branches/dd/defaults/ia64/Makefile.config
/branches/dd/defaults/mips32/Makefile.config
/branches/dd/defaults/ppc32/Makefile.config
/branches/dd/defaults/sparc64/Makefile.config
/branches/dd/kernel/Makefile
/branches/dd/kernel/arch/amd64/Makefile.inc
/branches/dd/kernel/arch/arm32/Makefile.inc
/branches/dd/kernel/arch/ia32/Makefile.inc
/branches/dd/kernel/arch/ia64/Makefile.inc
/branches/dd/kernel/arch/ia64/include/atomic.h
/branches/dd/kernel/arch/ia64/include/mm/tlb.h
/branches/dd/kernel/arch/ia64/src/ivt.S
/branches/dd/kernel/arch/ia64/src/mm/tlb.c
/branches/dd/kernel/arch/mips32/Makefile.inc
/branches/dd/kernel/arch/mips32/include/context_offset.h
/branches/dd/kernel/arch/mips32/include/elf.h
/branches/dd/kernel/arch/ppc32/Makefile.inc
/branches/dd/kernel/arch/ppc32/src/ppc32.c
/branches/dd/kernel/arch/sparc64/Makefile.inc
/branches/dd/kernel/arch/sparc64/include/atomic.h
/branches/dd/kernel/arch/sparc64/include/context.h
/branches/dd/kernel/arch/sparc64/src/asm.S
/branches/dd/kernel/doc/mm
/branches/dd/kernel/genarch/Makefile.inc
/branches/dd/kernel/genarch/include/drivers/via-cuda/cuda.h
/branches/dd/kernel/genarch/src/acpi/acpi.c
/branches/dd/kernel/genarch/src/drivers/via-cuda/cuda.c
/branches/dd/kernel/genarch/src/kbrd/kbrd.c
/branches/dd/kernel/genarch/src/mm/page_ht.c
/branches/dd/kernel/generic/include/byteorder.h
/branches/dd/kernel/generic/include/context.h
/branches/dd/kernel/generic/include/string.h
/branches/dd/kernel/generic/src/main/uinit.c
/branches/dd/kernel/generic/src/printf/printf_core.c
/branches/dd/uspace/app/bdsh/cmds/modules/bdd/bdd.c
/branches/dd/uspace/app/bdsh/cmds/modules/ls/ls.c
/branches/dd/uspace/app/bdsh/cmds/modules/ls/ls.h
/branches/dd/uspace/app/bdsh/exec.c
/branches/dd/uspace/app/bdsh/input.c
/branches/dd/uspace/app/bdsh/util.c
/branches/dd/uspace/app/getvc/getvc.c
/branches/dd/uspace/app/init/Makefile
/branches/dd/uspace/app/init/init.c
/branches/dd/uspace/app/tester/Makefile
/branches/dd/uspace/app/tester/console/console1.c
/branches/dd/uspace/app/tester/fault/fault1.c
/branches/dd/uspace/app/tester/fault/fault2.c
/branches/dd/uspace/app/tester/ipc/connect.c
/branches/dd/uspace/app/tester/ipc/ping_pong.c
/branches/dd/uspace/app/tester/ipc/register.c
/branches/dd/uspace/app/tester/loop/loop1.c
/branches/dd/uspace/app/tester/print/print1.c
/branches/dd/uspace/app/tester/print/print1.def
/branches/dd/uspace/app/tester/print/print4.c
/branches/dd/uspace/app/tester/stdio/stdio1.c
/branches/dd/uspace/app/tester/stdio/stdio2.c
/branches/dd/uspace/app/tester/tester.c
/branches/dd/uspace/app/tester/tester.h
/branches/dd/uspace/app/tester/thread/thread1.c
/branches/dd/uspace/app/tester/vfs/vfs1.c
/branches/dd/uspace/app/tetris/scores.c
/branches/dd/uspace/app/tetris/scores.h
/branches/dd/uspace/app/tetris/screen.c
/branches/dd/uspace/app/tetris/tetris.c
/branches/dd/uspace/app/trace/trace.c
/branches/dd/uspace/lib/libblock/libblock.c
/branches/dd/uspace/lib/libblock/libblock.h
/branches/dd/uspace/lib/libc/Makefile
/branches/dd/uspace/lib/libc/Makefile.toolchain
/branches/dd/uspace/lib/libc/arch/amd64/Makefile.inc
/branches/dd/uspace/lib/libc/arch/arm32/Makefile.inc
/branches/dd/uspace/lib/libc/arch/ia32/Makefile.inc
/branches/dd/uspace/lib/libc/arch/ia64/Makefile.inc
/branches/dd/uspace/lib/libc/arch/mips32/Makefile.inc
/branches/dd/uspace/lib/libc/arch/mips32eb/Makefile.inc
/branches/dd/uspace/lib/libc/arch/ppc32/Makefile.inc
/branches/dd/uspace/lib/libc/arch/sparc64/Makefile.inc
/branches/dd/uspace/lib/libc/arch/sparc64/include/fibril.h
/branches/dd/uspace/lib/libc/arch/sparc64/include/stack.h
/branches/dd/uspace/lib/libc/generic/as.c
/branches/dd/uspace/lib/libc/generic/async.c
/branches/dd/uspace/lib/libc/generic/devmap.c
/branches/dd/uspace/lib/libc/generic/getopt.c
/branches/dd/uspace/lib/libc/generic/io/console.c
/branches/dd/uspace/lib/libc/generic/io/io.c
/branches/dd/uspace/lib/libc/generic/io/printf_core.c
/branches/dd/uspace/lib/libc/generic/libc.c
/branches/dd/uspace/lib/libc/generic/mman.c
/branches/dd/uspace/lib/libc/generic/task.c
/branches/dd/uspace/lib/libc/generic/vfs/vfs.c
/branches/dd/uspace/lib/libc/include/async.h
/branches/dd/uspace/lib/libc/include/bitops.h
/branches/dd/uspace/lib/libc/include/byteorder.h
/branches/dd/uspace/lib/libc/include/devmap.h
/branches/dd/uspace/lib/libc/include/errno.h
/branches/dd/uspace/lib/libc/include/fibril.h
/branches/dd/uspace/lib/libc/include/getopt.h
/branches/dd/uspace/lib/libc/include/io/console.h
/branches/dd/uspace/lib/libc/include/ipc/console.h
/branches/dd/uspace/lib/libc/include/ipc/devmap.h
/branches/dd/uspace/lib/libc/include/ipc/fb.h
/branches/dd/uspace/lib/libc/include/ipc/ns.h
/branches/dd/uspace/lib/libc/include/ipc/vfs.h
/branches/dd/uspace/lib/libc/include/macros.h
/branches/dd/uspace/lib/libc/include/malloc.h
/branches/dd/uspace/lib/libc/include/mem.h
/branches/dd/uspace/lib/libc/include/stdio.h
/branches/dd/uspace/lib/libc/include/stdlib.h
/branches/dd/uspace/lib/libc/include/string.h
/branches/dd/uspace/lib/libc/include/sys/stat.h
/branches/dd/uspace/lib/libc/include/task.h
/branches/dd/uspace/lib/libc/include/unistd.h
/branches/dd/uspace/lib/libc/include/vfs/vfs.h
/branches/dd/uspace/lib/libfs/libfs.c
/branches/dd/uspace/lib/libfs/libfs.h
/branches/dd/uspace/lib/softfloat/Makefile
/branches/dd/uspace/lib/softfloat/include/sftypes.h
/branches/dd/uspace/srv/bd/ata_bd/ata_bd.c
/branches/dd/uspace/srv/bd/ata_bd/ata_bd.h
/branches/dd/uspace/srv/bd/file_bd/file_bd.c
/branches/dd/uspace/srv/bd/gxe_bd/gxe_bd.c
/branches/dd/uspace/srv/bd/rd/rd.c
/branches/dd/uspace/srv/console/console.c
/branches/dd/uspace/srv/console/screenbuffer.h
/branches/dd/uspace/srv/devmap/devmap.c
/branches/dd/uspace/srv/fb/ega.c
/branches/dd/uspace/srv/fb/fb.c
/branches/dd/uspace/srv/fb/ppm.c
/branches/dd/uspace/srv/fb/serial_console.c
/branches/dd/uspace/srv/fs/devfs/devfs.c
/branches/dd/uspace/srv/fs/devfs/devfs_ops.c
/branches/dd/uspace/srv/fs/devfs/devfs_ops.h
/branches/dd/uspace/srv/fs/fat/fat.c
/branches/dd/uspace/srv/fs/fat/fat.h
/branches/dd/uspace/srv/fs/fat/fat_fat.c
/branches/dd/uspace/srv/fs/fat/fat_idx.c
/branches/dd/uspace/srv/fs/fat/fat_ops.c
/branches/dd/uspace/srv/fs/tmpfs/tmpfs.c
/branches/dd/uspace/srv/fs/tmpfs/tmpfs.h
/branches/dd/uspace/srv/fs/tmpfs/tmpfs_dump.c
/branches/dd/uspace/srv/fs/tmpfs/tmpfs_ops.c
/branches/dd/uspace/srv/kbd/ctl/pc.c
/branches/dd/uspace/srv/kbd/genarch/gsp.c
/branches/dd/uspace/srv/kbd/layout/cz.c
/branches/dd/uspace/srv/kbd/layout/us_qwerty.c
/branches/dd/uspace/srv/kbd/port/i8042.c
/branches/dd/uspace/srv/loader/arch/ia32/ia32.s
/branches/dd/uspace/srv/loader/elf_load.c
/branches/dd/uspace/srv/loader/main.c
/branches/dd/uspace/srv/ns/ns.c
/branches/dd/uspace/srv/ns/task.c
/branches/dd/uspace/srv/ns/task.h
/branches/dd/uspace/srv/vfs/vfs.c
/branches/dd/uspace/srv/vfs/vfs.h
/branches/dd/uspace/srv/vfs/vfs_file.c
/branches/dd/uspace/srv/vfs/vfs_lookup.c
/branches/dd/uspace/srv/vfs/vfs_node.c
/branches/dd/uspace/srv/vfs/vfs_ops.c
/branches/dd/uspace/srv/vfs/vfs_register.c
4667 5445 d 11 h trochtova /branches/dd/uspace/srv/pci/ portions of simple hierarchical driver of pci, isa and serial port  
/branches/dd/uspace/srv/pci/intel_piix3.c
/branches/dd/uspace/srv/pci/intel_piix3.h
/branches/dd/uspace/srv/pci/isa.c
/branches/dd/uspace/srv/pci/isa.h
/branches/dd/uspace/srv/pci/serial.c
/branches/dd/uspace/srv/pci/serial.h
/branches/dd/uspace/srv/pci/Makefile
/branches/dd/uspace/srv/pci/main.c
/branches/dd/uspace/srv/pci/pci.c
/branches/dd/uspace/srv/pci/pci.h
4666 5445 d 22 h pillai /branches/arm/kernel/arch/arm32/ Ticket #93 fix:
Exceptin handling re-written in assembly.
 
/branches/arm/kernel/arch/arm32/src/exc_handler.S
/branches/arm/kernel/arch/arm32/Makefile.inc
/branches/arm/kernel/arch/arm32/include/exception.h
/branches/arm/kernel/arch/arm32/src/exception.c
/branches/arm/kernel/arch/arm32/src/start.S
4665 5446 d 15 h pillai /branches/arm/kernel/arch/arm32/src/ Change the exception handling logic:
Exception handler switches from exception mode to kernel mode(supervisor mode) before proceeding to
the exc_dispatch() C function. This assures that exception handling is re-entrant and
kernel would not get confused with different processor modes inside the kernel.

Also fixes a kernel panic during nested interrupts.
 
/branches/arm/kernel/arch/arm32/src/exception.c
/branches/arm/kernel/arch/arm32/src/interrupt.c
4663 5446 d 18 h rimsky /branches/sparc/kernel/ Implemented detection of execution units, used in a heuristics which prevents the ready threads be unevenly distributed among physical cores by changing the order in which APs are woken up (and hence the order in which the CPUs will be running their kcpulb thread). Cleanup.  
/branches/sparc/kernel/Makefile
/branches/sparc/kernel/arch/sparc64/include/sun4v/cpu.h
/branches/sparc/kernel/arch/sparc64/src/proc/sun4v/scheduler.c
/branches/sparc/kernel/arch/sparc64/src/smp/sun4v/smp.c
/branches/sparc/kernel/kernel.config
4652 5453 d 14 h pillai /branches/arm/kernel/arch/arm32/src/ Fixed a logical error in checking the processor mode before enabling interrupts  
/branches/arm/kernel/arch/arm32/src/interrupt.c
4651 5453 d 16 h pillai /branches/arm/ Generic framework for arm architecture
Support for integratorcp
pl050 keyboard controller driver in kernel and userland.
 
/branches/arm/boot/arch/arm32/loader/print/print.c
/branches/arm/kernel/arch/arm32/include/mach
/branches/arm/kernel/arch/arm32/include/mach/integratorcp
/branches/arm/kernel/arch/arm32/include/mach/integratorcp/integratorcp.h
/branches/arm/kernel/arch/arm32/include/mach/testarm
/branches/arm/kernel/arch/arm32/include/mach/testarm/testarm.h
/branches/arm/kernel/arch/arm32/include/machine_func.h
/branches/arm/kernel/arch/arm32/src/mach
/branches/arm/kernel/arch/arm32/src/mach/integratorcp
/branches/arm/kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
/branches/arm/kernel/arch/arm32/src/mach/testarm
/branches/arm/kernel/arch/arm32/src/mach/testarm/testarm.c
/branches/arm/kernel/arch/arm32/src/machine_func.c
/branches/arm/kernel/genarch/include/drivers/pl050
/branches/arm/kernel/genarch/include/drivers/pl050/pl050.h
/branches/arm/kernel/genarch/include/kbrd/scanc_pl050.h
/branches/arm/kernel/genarch/src/drivers/pl050
/branches/arm/kernel/genarch/src/drivers/pl050/pl050.c
/branches/arm/kernel/genarch/src/kbrd/kbrd_pl050.c
/branches/arm/kernel/genarch/src/kbrd/scanc_pl050.c
/branches/arm/uspace/srv/kbd/ctl/pl050.c
/branches/arm/uspace/srv/kbd/port/pl050.c
/branches/arm/boot/arch/arm32/loader/print/gxemul.c
/branches/arm/kernel/arch/arm32/include/drivers/gxemul.h
/branches/arm/kernel/arch/arm32/src/drivers/gxemul.c
/branches/arm/HelenOS.config
/branches/arm/boot/arch/arm32/Makefile.inc
/branches/arm/boot/arch/arm32/loader/Makefile
/branches/arm/boot/arch/arm32/loader/_link.ld.in
/branches/arm/boot/arch/arm32/loader/boot.S
/branches/arm/boot/arch/arm32/loader/main.c
/branches/arm/kernel/Makefile
/branches/arm/kernel/arch/arm32/Makefile.inc
/branches/arm/kernel/arch/arm32/src/arm32.c
/branches/arm/kernel/arch/arm32/src/exception.c
/branches/arm/kernel/arch/arm32/src/interrupt.c
/branches/arm/kernel/arch/arm32/src/mm/frame.c
/branches/arm/kernel/genarch/Makefile.inc
/branches/arm/kernel/genarch/src/fb/fb.c
/branches/arm/uspace/srv/fb/fb.c
/branches/arm/uspace/srv/kbd/Makefile
4647 5455 d 13 h jermar /branches/arm/ Branch out a new arm branch.  
/branches/arm
4646 5455 d 13 h jermar /branches/ Rename the arm branch to arm.old so that a fresh new one can be branched out.  
/branches/arm.old
/branches/arm
4638 5458 d 16 h rimsky /branches/sparc/kernel/ SMP on Niagara made working: debugged the problem with the 'non-deterministic' symptoms, implemented the IPI mechanism.  
/branches/sparc/kernel/arch/sparc64/include/sun4v/ipi.h
/branches/sparc/kernel/arch/sparc64/include/trap/sun4u/interrupt.h
/branches/sparc/kernel/arch/sparc64/include/trap/sun4v/interrupt.h
/branches/sparc/kernel/arch/sparc64/src/smp/sun4u/ipi.c
/branches/sparc/kernel/arch/sparc64/src/smp/sun4v/ipi.c
/branches/sparc/kernel/arch/sparc64/src/trap/sun4u/interrupt.c
/branches/sparc/kernel/arch/sparc64/src/trap/sun4v/interrupt.c
/branches/sparc/kernel/arch/sparc64/Makefile.inc
/branches/sparc/kernel/arch/sparc64/include/sun4v/hypercall.h
/branches/sparc/kernel/arch/sparc64/include/sun4v/md.h
/branches/sparc/kernel/arch/sparc64/include/trap/interrupt.h
/branches/sparc/kernel/arch/sparc64/include/trap/mmu.h
/branches/sparc/kernel/arch/sparc64/include/trap/sun4v/mmu.h
/branches/sparc/kernel/arch/sparc64/src/cpu/sun4v/cpu.c
/branches/sparc/kernel/arch/sparc64/src/drivers/tick.c
/branches/sparc/kernel/arch/sparc64/src/smp/ipi.c
/branches/sparc/kernel/arch/sparc64/src/smp/sun4v/smp.c
/branches/sparc/kernel/arch/sparc64/src/sun4u/asm.S
/branches/sparc/kernel/arch/sparc64/src/sun4v/asm.S
/branches/sparc/kernel/arch/sparc64/src/sun4v/md.c
/branches/sparc/kernel/arch/sparc64/src/sun4v/start.S
/branches/sparc/kernel/arch/sparc64/src/trap/interrupt.c
/branches/sparc/kernel/arch/sparc64/src/trap/sun4v/trap_table.S
/branches/sparc/kernel/generic/src/main/kinit.c
/branches/sparc/kernel/generic/src/mm/tlb.c
4634 5459 d 16 h pillai /branches/arm/ Fixes:
Intermittent hangs while running kernel console commands
Version strings
Overwriting of framebuffer when doing memory allocation
and small enhancements
 
/branches/arm/boot/arch/arm32/loader/main.c
/branches/arm/kernel/arch/arm32/include/drivers/gxemul.h
/branches/arm/kernel/arch/arm32/include/drivers/qemu.h
/branches/arm/kernel/arch/arm32/include/machine.h
/branches/arm/kernel/arch/arm32/src/drivers/gxemul.c
/branches/arm/kernel/arch/arm32/src/drivers/pl050.c
/branches/arm/kernel/arch/arm32/src/drivers/qemu.c
/branches/arm/kernel/arch/arm32/src/mm/frame.c
/branches/arm/kernel/generic/src/main/version.c
/branches/arm/uspace/app/init/version.c
/branches/arm/uspace/srv/kbd/arch/arm32/src/kbd_icp.c
4632 5460 d 16 h pillai /branches/arm/ capslock and shift key fixes  
/branches/arm/kernel/arch/arm32/src/drivers/pl050.c
/branches/arm/kernel/arch/arm32/src/drivers/qemu.c
/branches/arm/kernel/arch/arm32/src/exception.c
/branches/arm/kernel/genarch/src/kbd/scanc_pl050.c
/branches/arm/uspace/srv/kbd/Makefile
/branches/arm/uspace/srv/kbd/arch/arm32/src/kbd_icp.c
/branches/arm/uspace/srv/kbd/arch/arm32/src/scanc.c
4631 5461 d 19 h pillai /branches/arm/uspace/srv/kbd/arch/arm32/include/ header file  
/branches/arm/uspace/srv/kbd/arch/arm32/include/scanc.h
4630 5461 d 19 h pillai /branches/arm/kernel/genarch/include/kbd/ header file  
/branches/arm/kernel/genarch/include/kbd/scanc_pl050.h
4629 5461 d 19 h pillai /branches/arm/ Integratorcp keyboard driver and some miscellaneous changes.  
/branches/arm/kernel/arch/arm32/include/drivers/pl050.h
/branches/arm/kernel/arch/arm32/src/drivers/pl050.c
/branches/arm/kernel/genarch/include/kbd/pl050.h
/branches/arm/kernel/genarch/src/kbd/scanc_pl050.c
/branches/arm/uspace/srv/kbd/arch/arm32/include/pl050.h
/branches/arm/uspace/srv/kbd/arch/arm32/src/kbd_icp.c
/branches/arm/uspace/srv/kbd/arch/arm32/src/scanc.c
/branches/arm/kernel/arch/arm32/Makefile.inc
/branches/arm/kernel/arch/arm32/src/drivers/qemu.c
/branches/arm/kernel/genarch/Makefile.inc
/branches/arm/kernel/genarch/src/kbd/key.c
/branches/arm/uspace/srv/kbd/Makefile
4628 5462 d 20 h pillai /branches/arm/ FrameBuffer physical address fix  
/branches/arm/kernel/arch/arm32/include/drivers/qemu.h
/branches/arm/kernel/arch/arm32/src/drivers/qemu.c
/branches/arm/uspace/srv/fb/fb.c
4616 5464 d 16 h brambora /branches/snapshot/ Added functions for storing task checkpoint to udebug interface.
Added uspace task chkpnt that launches the snapshot creation.
 
/branches/snapshot/kernel/generic/include/udebug/udebug.h
/branches/snapshot/kernel/generic/include/udebug/udebug_ops.h
/branches/snapshot/kernel/generic/src/udebug/udebug_ipc.c
/branches/snapshot/kernel/generic/src/udebug/udebug_ops.c
/branches/snapshot/uspace/app/chkpnt/checkpoint.c
/branches/snapshot/uspace/lib/libc/generic/udebug.c
/branches/snapshot/uspace/lib/libc/include/udebug.h

Show All