summaryrefslogtreecommitdiffstats
path: root/runtime/user
Commit message (Collapse)AuthorAgeFilesLines
* 2006-03-30 Martin Hunt <hunt@redhat.com>hunt2006-03-302-0/+35
| | | | * emul.h (kmalloc_node): New.
* 2006-01-25 Martin Hunt <hunt@redhat.com>hunt2006-01-252-0/+40
| | | | | * alloc.c (_stp_alloc_percpu): New function. (_stp_free_percpu): New function.
* 2005-12-14 Martin Hunt <hunt@redhat.com>hunt2005-12-142-0/+17
| | | | * emul.h: Add fake spinlock funcs.
* 2005-12-07 Martin Hunt <hunt@redhat.com>hunt2005-12-073-95/+9
| | | | | * alloc.c: Remove all unused functions. * io.c: Add vprintf() prototype.
* 2005-11-29 Martin Hunt <hunt@redhat.com>hunt2005-11-302-5/+4
| | | | * recreate_links: Remove links to deleted files.
* 2005-11-28 Martin Hunt <hunt@redhat.com>hunt2005-11-282-0/+8
| | | | | | | | | | | * alloc.c (__stp_valloc_percpu): Use same code for up and smp. (_stp_per_cpu_ptr): New macro. * user/alloc.c: Ditto. * map.c: Use _stp_map_cpu_ptr(). * map-stat.c: Ditto. * pmap-gen.c: Ditto. * runtime.h: Include alloc.c * user/runtime.h: Ditto.
* 2005-11-08 Martin Hunt <hunt@redhat.com>hunt2005-11-084-3/+15
| | | | | | * recreate_links: Add link to pmap-gen.c * print.c (next_fmt): Remove unneeded dbug(). * alloc.c: Update to reflect changes to runtime/alloc.c.
* 2005-10-26 Martin Hunt <hunt@redhat.com>hunt2005-10-262-0/+5
| | | | * recreate_links: Add link to map-gen.c.
* Fix for jiffies.hunt2005-09-092-3/+2
|
* 2005-09-09 Martin Hunt <hunt@redhat.com>hunt2005-09-094-0/+11
| | | | | | * runtime.h: Add arith.c * recreate_links: Add arith.c * emul.h: Define jiffies so arith.c will compile.
* 2005-08-31 Martin Hunt <hunt@redhat.com>hunt2005-08-314-3/+17
| | | | | | * emul.h (_stp_kallsyms_lookup): Renamed from kallsyms_lookup. * runtime.h: Add prototype for exit(); * copy.c: New file. Just some empty functions.
* 2005-08-19 Martin Hunt <hunt@redhat.com>hunt2005-08-192-0/+5
| | | | * runtime.h: Include io.c.
* Add io.chunt2005-07-283-1/+81
|
* 2005-07-14 Frank Ch. Eigler <fche@redhat.com>fche2005-07-142-3/+7
| | | | * alloc.c (_stp_error): Rename, to avoid name collision with ../io.c.
* 2005-06-22 Martin Hunt <hunt@redhat.com>hunt2005-06-232-1/+7
| | | | | * runtime.h: Include config.h first then redefine CONFIG_SMP and NR_CPUS.
* *** empty log message ***hunt2005-06-185-2/+97
|
* *** empty log message ***hunt2005-05-312-0/+17
|
* *** empty log message ***hunt2005-05-193-105/+17
|
* User space test stuff.hunt2005-05-187-0/+561