|  |  | @588 | 7 years | alain | Introduce a signal based synchro between INIT and KSH processes
to … | 
                
                  |  |  | @587 | 7 years | alain | Modify the GPT (Generic Page Table) API to support remote accesses,
in … | 
                
                  |  |  | @586 | 7 years | alain | Introduce the txt_type and fbf_type (and the associated use_txt_x & … | 
                
                  |  |  | @585 | 7 years | alain | Introduce two separate vmm_handle_page_fault() & vmm_handle_cow() … | 
                
                  |  |  | @584 | 7 years | alain | Introduce sys_place_fork() function. | 
                
                  |  |  | @583 | 7 years | alain | Improve signals. | 
                
                  |  |  | @582 | 7 years | alain | New DQDT implementation supporting missing clusters
thanks to the … | 
                
                  |  |  | @581 | 7 years | alain | 1) Improve the busylock debug infrastructure.
2) introduce a … | 
                
                  |  |  | @580 | 7 years | alain | 1) Register the kernel process in the cluster manager local list.
2) … | 
                
                  |  |  | @579 | 7 years | alain | restore value of CONFIG_VMM_KENTRY_BASE to 0x000004 | 
                
                  |  |  | @578 | 7 years | alain | remove params-hard-simu.mk and params-hard-real.mk files from svn. | 
                
                  |  |  | @577 | 7 years | alain | Fix small bugs. | 
                
                  |  |  | @576 | 7 years | alain | remove soclib_sdc and soclib_spi drivers introduced by Nicolas. | 
                
                  |  |  | @575 | 7 years | alain | revert modifs done by Nicolas.
This line, and those below, will be … | 
                
                  |  |  | @574 | 7 years | alain | Cosmetic. | 
                
                  |  |  | @573 | 7 years | alain | Cosmetic. | 
                
                  |  |  | @572 | 7 years | alain | Introduce the cluster_info[x][y] in the boot_info.h structure for the … | 
                
                  |  |  | @571 | 7 years | alain | Introduce the soclib_mty driver for the TSAR-LETI architecture. | 
                
                  |  |  | @570 | 7 years | alain | Introduction of the soclib_mty driver for the TSAR-LETI architecture. | 
                
                  |  |  | @569 | 7 years | alain | Introductioa of the soclib_mty driver for the TSAR-LETI architecture.n | 
                
                  |  |  | @568 | 7 years | alain | omplete restructuration of kernel locks. | 
                
                  |  |  | @567 | 7 years | alain | Complete restructuration of kernel locks. | 
                
                  |  |  | @566 | 7 years | alain | Complete restructuration of kernel locks. | 
                
                  |  |  | @565 | 7 years | alain | Complete restructuration of kernel locks. | 
                
                  |  |  | @564 | 7 years | alain | Complete restructuration of kernel locks. | 
                
                  |  |  | @563 | 7 years | alain | Complete restructuration of kernel spinlocks. | 
                
                  |  |  | @562 | 7 years | nicolas.van.phan | Disable DQDT and remove y_max FOR GOOD | 
                
                  |  |  | @561 | 7 years | nicolas.van.phan | Remove y_max in all functions except dqdt_init() | 
                
                  |  |  | @560 | 7 years | nicolas.van.phan | Remove y_max in kernel init barriers | 
                
                  |  |  | @559 | 7 years | nicolas.van.phan | Remove y_max in loops (easy replacements) | 
                
                  |  |  | @558 | 7 years | nicolas.van.phan | Make soclib_sdc internal function not use globals | 
                
                  |  |  | @557 | 7 years | nicolas.van.phan | Add cluster_info[][] array in cluster descriptor | 
                
                  |  |  | @556 | 7 years | nicolas.van.phan | Gather LETI-specific macros into hard_config.h | 
                
                  |  |  | @555 | 7 years | nicolas.van.phan | Add script to load almos on sd card | 
                
                  |  |  | @554 | 7 years | nicolas.van.phan | Change params-hard.mk to symlink | 
                
                  |  |  | @553 | 7 years | nicolas.van.phan | Add SEGS_SET param in params-hard.mk | 
                
                  |  |  | @552 | 7 years | nicolas.van.phan | Stop fetching instructions from local cluster
At the beginning of the … | 
                
                  |  |  | @551 | 7 years | nicolas.van.phan | Make locks before IDLE Init busy | 
                
                  |  |  | @550 | 7 years | nicolas.van.phan | Add SD card driver in kernel | 
                
                  |  |  | @549 | 7 years | nicolas.van.phan | Fix typo | 
                
                  |  |  | @548 | 7 years | nicolas.van.phan | Add SYS_CLK parameter to set in params-hard
Add forgotten sys_clk … | 
                
                  |  |  | @547 | 7 years | nicolas.van.phan | Implement bootloader SPI SD card driver  (VERY SLOW)
Rectify … | 
                
                  |  |  | @546 | 7 years | nicolas.van.phan | Make hard_config.h generate from params-hard IOC_TYPE | 
                
                  |  |  | @545 | 7 years | nicolas.van.phan | Fix memory access at 0x10 and 0x14
chdev_dir() tried to read … | 
                
                  |  |  | @544 | 7 years | nicolas.van.phan | Stop accessing first 8Mb of physical memory | 
                
                  |  |  | @543 | 7 years | nicolas.van.phan | Add untested bare SDC driver (from giet)
Changes some hard-coded … | 
                
                  |  |  | @542 | 7 years | nicolas.van.phan | Add IS_LETI macro for preloader/bootloader | 
                
                  |  |  | @541 | 7 years | nicolas.van.phan | Multiplex bootloader writes on LETI | 
                
                  |  |  | @540 | 7 years | nicolas.van.phan | TTY MUX 5/5 : Multiplex TTY character receiving
The multiplexing for … | 
                
                  |  |  | @539 | 7 years | nicolas.van.phan | TTY MUX 4 : Multiplex TTY character sending
Now, when a thread wants … | 
                
                  |  |  | @538 | 7 years | nicolas.van.phan | TTY MUX 3 : Comment multi_tty TX IRQ enabling
Enabling and disabling … | 
                
                  |  |  | @537 | 7 years | nicolas.van.phan | TTY MUX 2 : Make mtty driver only address chan. 0
The physical … | 
                
                  |  |  | @536 | 7 years | nicolas.van.phan | TTY MUX 1 : Init tty chdevs in internal_devices_init() | 
                
                  |  |  | @535 | 7 years | nicolas.van.phan | Replace TXT0 by MTTY0 for LETI | 
                
                  |  |  | @534 | 7 years | nicolas.van.phan | Add mtty driver. | 
                
                  |  |  | @533 | 7 years | nicolas.van.phan | Add untested multi_tty driver | 
                
                  |  |  | @532 | 7 years | nicolas.van.phan | Add message to show enabling of IPI on cores. | 
                
                  |  |  | @531 | 7 years | nicolas.van.phan | Fix error in thread debug prints | 
                
                  |  |  | @530 | 7 years | nicolas.van.phan | Hack to compile on both IOB and LETI for now | 
                
                  |  |  | @529 | 7 years | nicolas.van.phan | Fix friday's fat bug triggered by  fork() in init.c | 
                
                  |  |  | @528 | 7 years | nicolas.van.phan | Change usage of y_max/x_max for iterating through clusters.
This is … | 
                
                  |  |  | @527 | 7 years | viala | Rewrite if-then-else return function into switch case.
For safety … | 
                
                  |  |  | @526 | 7 years | viala | Add explicit type to enum in syscall_numbers.h | 
                
                  |  |  | @525 | 7 years | viala | [boot] Uniformisation of style on some prototypes. | 
                
                  |  |  | @524 | 7 years | viala | [boot] Add extern qualifier to boot_loader function. | 
                
                  |  |  | @523 | 7 years | viala | [boot] Remove testing if a pointer is null.
It's a bad practice in a … | 
                
                  |  |  | @522 | 7 years | viala | FIX rev520: Previous commit contained a superflous '}' | 
                
                  |  |  | @521 | 7 years | viala | [boot] Add const qualifier where it's possible.
Fix some gcc warning … | 
                
                  |  |  | @520 | 7 years | viala | [soclib_hba] Use assert instead of printk + Hal_core_sleep for panic. | 
                
                  |  |  | @519 | 7 years | viala | fat/boot_fat32 use unused attribute | 
                
                  |  |  | @518 | 7 years | viala | [thread.c] Fix we forgot to assign thread->type.
Alain and I forgot … | 
                
                  |  |  | @517 | 7 years | viala | Revert rev515. I introduced a problem.
The fact is that entry is … | 
                
                  |  |  | @516 | 7 years | viala | [chdev] Fix a bad call to thread_can_yield. | 
                
                  |  |  | @515 | 7 years | viala | [kernel_init] Fix a potentially not initalized variable.
I added an … | 
                
                  |  |  | @514 | 7 years | viala | [process] fix undefined/declared variable in process_register_thread.
 … | 
                
                  |  |  | @513 | 7 years | viala | [mm/mapper] Fix prototype of mapper_create.
Add some doc in interface. | 
                
                  |  |  | @512 | 7 years | viala | [libk] Add documentation to memcmp(). | 
                
                  |  |  | @511 | 7 years | viala | [libmath] Add braces arround a misleading indent for loop.
Sometimes … | 
                
                  |  |  | @510 | 7 years | viala | [kernel_config] Add macro debug macro in kernel conf found with -Wunused. | 
                
                  |  |  | @509 | 7 years | viala | [syscalls] Typo in macro invocations found with -Wundef. | 
                
                  |  |  | @508 | 7 years | viala | [syscall] Use assert instead of printk+hal_core_sleep. | 
                
                  |  |  | @507 | 7 years | viala | [soclib_nic] Missing default case fixed by adding an assert.
 … | 
                
                  |  |  | @506 | 7 years | viala | [syscalls] add interface in implementation.
Add const where possible, … | 
                
                  |  |  | @505 | 7 years | viala | [hal] Fix protoypes and add headers in hal mips32 implementation.
Fix … | 
                
                  |  |  | @504 | 7 years | viala | [user/sort] Fix function prototypes add const when possible. | 
                
                  |  |  | @503 | 7 years | viala | Add void type on function that takes no parameters, fix invalid call.
 … | 
                
                  |  |  | @502 | 7 years | viala | assert: Fix signature mismatch. | 
                
                  |  |  | @501 | 7 years | viala | [hal] Add headers in .c
hal/tsar_mips32/core/hal_remote.c:371:6:
 … | 
                
                  |  |  | @500 | 7 years | viala | Minor change: Remove an extra call to spinlock_init in scheduler.c
 … | 
                
                  |  |  | @499 | 7 years | viala | [boot] add extern to an externaly used function.
boot.c: At top … | 
                
                  |  |  | @498 | 7 years | viala | [boot] Add static const to a device_type_str.
Fix: `
boot.c: At top … | 
                
                  |  |  | @497 | 7 years | viala | [boot] Add static to an internal function.
Fix: gcc warning ` … | 
                
                  |  |  | @496 | 7 years | viala | Remove all build files of libmath.
Maybe this whas commited by error. | 
                
                  |  |  | @495 | 7 years | viala | Minor: principal Makefile: Add cleaning libmath. | 
                
                  |  |  | @494 | 7 years | viala | Fix an error in an assert, style on an other. | 
                
                  |  |  | @493 | 7 years | viala | [hal/drivers] Use asserts and fix a bad call.
We called … | 
                
                  |  |  | @492 | 7 years | viala | Refactoring assert calling to conform with new assert macro.
Made … | 
                
                  |  |  | @491 | 7 years | viala | Change assert to be a macro
Ease using of static analyser and add … | 
                
                  |  |  | @490 | 7 years | viala | Minor: Add extern prototype for kernel_init function.
Also I add … | 
                
                  |  |  | @489 | 7 years | viala | [hal] Add headers in hal_interrupt.c ` … | 
                
                  |  |  |