source: trunk/kernel

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @585   5 years alain Introduce two separate vmm_handle_page_fault() & vmm_handle_cow() …
(edit) @584   5 years alain Introduce sys_place_fork() function.
(edit) @583   5 years alain Improve signals.
(edit) @582   6 years alain New DQDT implementation supporting missing clusters thanks to the …
(edit) @581   6 years alain 1) Improve the busylock debug infrastructure. 2) introduce a …
(edit) @580   6 years alain 1) Register the kernel process in the cluster manager local list. 2) …
(edit) @579   6 years alain restore value of CONFIG_VMM_KENTRY_BASE to 0x000004
(edit) @578   6 years alain remove params-hard-simu.mk and params-hard-real.mk files from svn.
(edit) @577   6 years alain Fix small bugs.
(edit) @576   6 years alain remove soclib_sdc and soclib_spi drivers introduced by Nicolas.
(edit) @569   6 years alain Introductioa of the soclib_mty driver for the TSAR-LETI architecture.n
(edit) @568   6 years alain omplete restructuration of kernel locks.
(edit) @567   6 years alain Complete restructuration of kernel locks.
(edit) @566   6 years alain Complete restructuration of kernel locks.
(edit) @565   6 years alain Complete restructuration of kernel locks.
(edit) @564   6 years alain Complete restructuration of kernel locks.
(edit) @563   6 years alain Complete restructuration of kernel spinlocks.
(edit) @562   6 years nicolas.van.phan Disable DQDT and remove y_max FOR GOOD
(edit) @561   6 years nicolas.van.phan Remove y_max in all functions except dqdt_init()
(edit) @560   6 years nicolas.van.phan Remove y_max in kernel init barriers
(edit) @559   6 years nicolas.van.phan Remove y_max in loops (easy replacements)
(edit) @557   6 years nicolas.van.phan Add cluster_info[][] array in cluster descriptor
(edit) @556   6 years nicolas.van.phan Gather LETI-specific macros into hard_config.h
(edit) @551   6 years nicolas.van.phan Make locks before IDLE Init busy
(edit) @550   6 years nicolas.van.phan Add SD card driver in kernel
(edit) @545   6 years nicolas.van.phan Fix memory access at 0x10 and 0x14 chdev_dir() tried to read …
(edit) @544   6 years nicolas.van.phan Stop accessing first 8Mb of physical memory
(edit) @543   6 years nicolas.van.phan Add untested bare SDC driver (from giet) Changes some hard-coded …
(edit) @540   6 years nicolas.van.phan TTY MUX 5/5 : Multiplex TTY character receiving The multiplexing for …
(edit) @539   6 years nicolas.van.phan TTY MUX 4 : Multiplex TTY character sending Now, when a thread wants …
(edit) @536   6 years nicolas.van.phan TTY MUX 1 : Init tty chdevs in internal_devices_init()
(edit) @535   6 years nicolas.van.phan Replace TXT0 by MTTY0 for LETI
(edit) @534   6 years nicolas.van.phan Add mtty driver.
(edit) @532   6 years nicolas.van.phan Add message to show enabling of IPI on cores.
(edit) @531   6 years nicolas.van.phan Fix error in thread debug prints
(edit) @530   6 years nicolas.van.phan Hack to compile on both IOB and LETI for now
(edit) @529   6 years nicolas.van.phan Fix friday's fat bug triggered by fork() in init.c
(edit) @528   6 years nicolas.van.phan Change usage of y_max/x_max for iterating through clusters. This is …
(edit) @527   6 years viala Rewrite if-then-else return function into switch case. For safety …
(edit) @526   6 years viala Add explicit type to enum in syscall_numbers.h
(edit) @519   6 years viala fat/boot_fat32 use unused attribute
(edit) @518   6 years viala [thread.c] Fix we forgot to assign thread->type. Alain and I forgot …
(edit) @517   6 years viala Revert rev515. I introduced a problem. The fact is that entry is …
(edit) @516   6 years viala [chdev] Fix a bad call to thread_can_yield.
(edit) @515   6 years viala [kernel_init] Fix a potentially not initalized variable. I added an …
(edit) @514   6 years viala [process] fix undefined/declared variable in process_register_thread. …
(edit) @513   6 years viala [mm/mapper] Fix prototype of mapper_create. Add some doc in interface.
(edit) @512   6 years viala [libk] Add documentation to memcmp().
(edit) @510   6 years viala [kernel_config] Add macro debug macro in kernel conf found with -Wunused.
(edit) @509   6 years viala [syscalls] Typo in macro invocations found with -Wundef.
(edit) @508   6 years viala [syscall] Use assert instead of printk+hal_core_sleep.
(edit) @506   6 years viala [syscalls] add interface in implementation. Add const where possible, …
(edit) @503   6 years viala Add void type on function that takes no parameters, fix invalid call. …
(edit) @502   6 years viala assert: Fix signature mismatch.
(edit) @500   6 years viala Minor change: Remove an extra call to spinlock_init in scheduler.c …
(edit) @494   6 years viala Fix an error in an assert, style on an other.
(edit) @492   6 years viala Refactoring assert calling to conform with new assert macro. Made …
(edit) @491   6 years viala Change assert to be a macro Ease using of static analyser and add …
(edit) @490   6 years viala Minor: Add extern prototype for kernel_init function. Also I add …
(edit) @488   6 years viala [kernel] Add const to syscall_str return type. ` …
(edit) @487   6 years viala [libk/memcpt.c] Add .h in .c. Fix needed for C99 or C11 where not …
(edit) @486   6 years viala [mm] Add void type to function prototypes with no parameter
(edit) @485   6 years viala [kern] Add void type to function prototypes with no parameter
(edit) @484   6 years viala [fs] Add void type to function prototypes with no parameter
(edit) @483   6 years viala [devices] Add void type to function prototypes with no parameter
(edit) @479   6 years viala [kern/syscall] Add void type to function prototypes with no parameter
(edit) @473   6 years alain Fix several GCC warning related to the -Wextra compilation option.
(edit) @472   6 years alain Fix the bug found by Axel in the process_register_thread() function …
(edit) @471   6 years viala Fix: In dev_fbf.c we used hal_get_cycle instead of hal_get_cycles
(edit) @470   6 years viala minor: add const to cause parameter in sched_yield. We never mutate …
(edit) @469   6 years alain 1) Introduce the libsemaphore library. 2) Introduce a small libmath …
(edit) @467   6 years viala FIX: Undefined Macro define in sys_thread_wakeup Found with -Wundef. …
(edit) @464   6 years viala FIX: Bad format kprintf in kcm.c
(edit) @463   6 years viala FIX fatfs.c: fix typo print instead of printk in macro.
(edit) @462   6 years viala FIX: Add a spinlock_init on sheduler->lock.
(edit) @461   6 years viala minor: remove extra ';'
(edit) @460   6 years viala Typo: remote_spinlock_lock/unlock decrement/increment locks
(edit) @459   6 years alain Introduce the math library, to support the floating point data used by …
(edit) @457   6 years alain This version modifies the exec syscall and fixes a large number of …
(edit) @456   6 years alain Fix a bug in cycle computation for DEBUG. - -This line, and those …
(edit) @454   6 years viala Fix typo in several file.
(edit) @453   6 years viala Initialiase vseg->cxy in vseg_init_from_ref()
(edit) @450   6 years alain Fix a bug in function sched_handle_signal(): When the deleted user …
(edit) @448   6 years alain remove parasitic file <shared_syscalls.h> in directory <syscalls>
(edit) @447   6 years alain Introduce the chdev_queue_display() function.
(edit) @446   6 years alain miscelaneous…
(edit) @445   6 years alain Restructure the mini_libc.
(edit) @444   6 years satin add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
(edit) @443   6 years alain Fix few bugs whike debugging the sort multi-thread application.
(edit) @441   6 years alain Fix a bug in rpc_vmm_get_pte_client() function (bad RPC index).
(edit) @440   6 years alain 1/ Fix a bug in the Multithreaded "sort" applicationr: The …
(edit) @439   6 years satin Introduice new distributed Makefile architecture. Remove deprecated …
(edit) @438   6 years alain Fix a bug in scheduler related to RPC blocking.
(edit) @437   6 years alain Fix various bugs
(edit) @436   6 years alain 1) improve the threads and process destruction mechanism. 2) introduce …
(edit) @435   6 years alain Fix a bad bug in scheduler…
(edit) @433   6 years alain blip
(edit) @430   6 years alain blop
(edit) @429   6 years alain blap
(edit) @428   6 years alain blip
Note: See TracRevisionLog for help on using the revision log.