2014-01-17 |
Barret Rhoden | Memwalks run CBs on all PTEs, not just PTE_Ps |
blob | commitdiff |
2011-11-03 |
Barret Rhoden | Cleans up fork/exec's procinfo/data handling |
blob | commitdiff | diff to current |
2011-11-03 |
Barret Rhoden | UTOP -> UWLIM |
blob | commitdiff | diff to current |
2011-11-03 |
Andrew Waterman | added NOVPT option to disable VPT/UVPT mappings |
blob | commitdiff | diff to current |
2011-11-03 |
Barret Rhoden | Bitmask updates |
blob | commitdiff | diff to current |
2011-11-03 |
Barret Rhoden | Fixes page reference counting wrt to upage_alloc() |
blob | commitdiff | diff to current |
2011-11-03 |
Barret Rhoden | Uses kref for struct page |
blob | commitdiff | diff to current |
2011-11-03 |
Barret Rhoden | Guts load_icode and proc_create() takes a path |
blob | commitdiff | diff to current |
2011-11-03 |
Barret Rhoden | Cleaned up issues with PAGE_UNMAPPED and friends |
blob | commitdiff | diff to current |
2011-11-03 |
Barret Rhoden | Removed the old pfault, fork() uses VMRs |
blob | commitdiff | diff to current |
2011-11-03 |
Barret Rhoden | Removed the workqueue |
blob | commitdiff | diff to current |
2011-11-03 |
Barret Rhoden | New vcoremap in procinfo |
blob | commitdiff | diff to current |
2011-11-03 |
Andrew Waterman | Moved brk/sbrk into user-space |
blob | commitdiff | diff to current |
2011-11-03 |
Kevin Klues | We never actually removed <ros/error.h>, now we do |
blob | commitdiff | diff to current |
2011-11-03 |
Andrew Waterman | Removed env_segment_alloc/free |
blob | commitdiff | diff to current |
2011-11-03 |
Andrew Waterman | Added demand paging support |
blob | commitdiff | diff to current |
2011-11-03 |
Andrew Waterman | User programs now tell kernel the stack pointers for... |
blob | commitdiff | diff to current |
2010-02-08 |
Andrew Waterman | Merge branch 'master' of ssh://waterman@scm.millennium... |
blob | commitdiff | diff to current |
2010-02-08 |
Barret Rhoden | Procinfo set to read-only |
blob | commitdiff | diff to current |
2010-02-06 |
Andrew Waterman | Merge branch 'master' of ssh://waterman@scm.millennium... |
blob | commitdiff | diff to current |
2010-02-06 |
Andrew Waterman | Added mprotect; made mmap work (dumbly) for files |
blob | commitdiff | diff to current |
2010-02-04 |
Barret Rhoden | Fixes double-free when destroying a process |
blob | commitdiff | diff to current |
2010-02-01 |
Andrew Waterman | Changed env_user_mem_walk to use return codes |
blob | commitdiff | diff to current |
2010-02-01 |
Andrew Waterman | Added env_user_mem_walk |
blob | commitdiff | diff to current |
2010-01-19 |
Andrew Waterman | Merge branch 'master' of ssh://waterman@scm.millennium... |
blob | commitdiff | diff to current |
2010-01-14 |
Barret Rhoden | Procdata and procinfo can be more than a page long |
blob | commitdiff | diff to current |
2010-01-14 |
Andrew Waterman | Merge branch 'master' of ssh://waterman@scm.millennium... |
blob | commitdiff | diff to current |
2010-01-14 |
Andrew Waterman | Sped up fork/exec significantly |
blob | commitdiff | diff to current |
2009-12-21 |
Andrew Waterman | Got the kernel's nose out of cmdline args |
blob | commitdiff | diff to current |
2009-12-16 |
Andrew Waterman | Fixed run_binary and SPARC processes |
blob | commitdiff | diff to current |
2009-12-16 |
Andrew Waterman | Revised system call forwarding for multiple processes |
blob | commitdiff | diff to current |
2009-12-03 |
Barret Rhoden | Merge remote branch 'origin/sparc-dev' |
blob | commitdiff | diff to current |
2009-12-01 |
Barret Rhoden | Process reference counting |
blob | commitdiff | diff to current |
2009-11-25 |
Andrew Waterman | Added external user binary support (usrbin/) |
blob | commitdiff | diff to current |
2009-11-09 |
Barret Rhoden | Proc data structure management, env gutting |
blob | commitdiff | diff to current |
2009-11-09 |
Barret Rhoden | Marked lock-required proc functions with __ |
blob | commitdiff | diff to current |
2009-11-02 |
Andrew Waterman | backed out an accidental printk commit |
blob | commitdiff | diff to current |
2009-11-02 |
Andrew Waterman | Changed hackish argc/argv setup |
blob | commitdiff | diff to current |
2009-10-31 |
Barret Rhoden | Multi-cored process changes |
blob | commitdiff | diff to current |
2009-10-29 |
Andrew Waterman | Improved user binary loading |
blob | commitdiff | diff to current |
2009-10-28 |
Andrew Waterman | Merge branch 'sparc-dev' of ssh://waterman@scm.millenni... |
blob | commitdiff | diff to current |
2009-10-28 |
Kevin Klues | Finished up the page coloring stuff |
blob | commitdiff | diff to current |
2009-10-27 |
Zach Anderson | Merge branch 'master' of ssh://scm.millennium.berkeley... |
blob | commitdiff | diff to current |
2009-10-27 |
Zach Anderson | Get things to build Ivy again. Turn off error db loggin... |
blob | commitdiff | diff to current |
2009-10-27 |
Andrew Waterman | Prevented hart_max_harts() from returning 0 |
blob | commitdiff | diff to current |
2009-10-27 |
Andrew Waterman | Added (temporary) mechanism to pass argc/argv |
blob | commitdiff | diff to current |
2009-10-26 |
Andrew Waterman | Fixed env_segment_free bug |
blob | commitdiff | diff to current |
2009-10-26 |
Andrew Waterman | Fixed lots of bugs in the SPARC port wrt multithreading |
blob | commitdiff | diff to current |
2009-10-24 |
Barret Rhoden | Spinlock debugging infrastructure |
blob | commitdiff | diff to current |
2009-10-23 |
Kevin Klues | Adding allocation of colors for processes |
blob | commitdiff | diff to current |
2009-10-21 |
Kevin Klues | Adding support for the brk system call |
blob | commitdiff | diff to current |
2009-10-19 |
Barret Rhoden | Resource request calls and core request handling |
blob | commitdiff | diff to current |
2009-09-18 |
Zach Anderson | Moved Ivy lock tracking into per cpu info |
blob | commitdiff | diff to current |
2009-09-18 |
Zach Anderson | Merge with master |
blob | commitdiff | diff to current |
2009-09-17 |
Paul Pearce | Merge branch 'net-dev'. See body of commit for details. |
blob | commitdiff | diff to current |
2009-09-15 |
Zach Anderson | Adding SharC annotations. Type checker off |
blob | commitdiff | diff to current |
2009-09-13 |
Zach Anderson | Added more SharC annotations |
blob | commitdiff | diff to current |
2009-09-11 |
Zach Anderson | Get the previous commit working with gcc |
blob | commitdiff | diff to current |
2009-09-10 |
Zach Anderson | re-Deputized some things and added Deputy polymorphic... |
blob | commitdiff | diff to current |
2009-09-05 |
Barret Rhoden | Compiles with GCC |
blob | commitdiff | diff to current |
2009-09-01 |
Barret Rhoden | Vcore mapping and idle core management |
blob | commitdiff | diff to current |
2009-08-31 |
Barret Rhoden | Sorted some races with proc IPIs, poorly. |
blob | commitdiff | diff to current |
2009-08-31 |
Barret Rhoden | proc_run supports dispatching of RUNNABLE_Ms |
blob | commitdiff | diff to current |
2009-08-31 |
Barret Rhoden | Bare support for dispatching parallel processes |
blob | commitdiff | diff to current |
2009-08-28 |
Zach Anderson | Merge branch 'ivy' |
blob | commitdiff | diff to current |
2009-08-28 |
Zach Anderson | Getting SharC to check some locking |
blob | commitdiff | diff to current |
2009-08-28 |
Paul Pearce | Merge branch 'master' into net-dev (with code changes... |
blob | commitdiff | diff to current |
2009-08-24 |
Zach Anderson | Fix conflict |
blob | commitdiff | diff to current |
2009-08-21 |
Kevin Klues | Major reworking to integrate cache coloring into the... |
blob | commitdiff | diff to current |
2009-08-19 |
Zach Anderson | Done Deputizing kernel |
blob | commitdiff | diff to current |
2009-08-12 |
Barret Rhoden | Process running / destruction outline |
blob | commitdiff | diff to current |
2009-08-12 |
Kevin Klues | Reworked the user VM map and added sysevent queue |
blob | commitdiff | diff to current |
2009-08-05 |
Paul Pearce | Restore basic kmalloc/network functionality which was... |
blob | commitdiff | diff to current |
2009-08-04 |
Barret Rhoden | Merge branch 'master' into proc-work |
blob | commitdiff | diff to current |
2009-08-04 |
Barret Rhoden | Merge branch 'master' into proc-work |
blob | commitdiff | diff to current |
2009-08-01 |
Kevin Klues | Merge branch 'master' into net-dev |
blob | commitdiff | diff to current |
2009-08-01 |
Kevin Klues | Beginnings of an implementation of channels for ROS |
blob | commitdiff | diff to current |
2009-07-30 |
Andrew Waterman | Andrew's port to sparc |
blob | commitdiff | diff to current |
2009-07-30 |
Barret Rhoden | Split env_run into proc_startcore, early work |
blob | commitdiff | diff to current |
2009-07-24 |
Barret Rhoden | Workqueue interface and coreid() |
blob | commitdiff | diff to current |
2009-07-24 |
Barret Rhoden | Process state work, initial steps |
blob | commitdiff | diff to current |
2009-07-18 |
Barret Rhoden | Converted curenv calls into an opaque macro |
blob | commitdiff | diff to current |
2009-07-17 |
Barret Rhoden | Support for proc_create and proc_run from KFS |
blob | commitdiff | diff to current |
2009-07-01 |
Kevin Klues | Merge commit 'origin' into net-dev |
blob | commitdiff | diff to current |
2009-07-01 |
Paul Pearce | Reworked the ethernet driver to use kmalloc properly... |
blob | commitdiff | diff to current |
2009-07-01 |
Kevin Klues | Fixed up error codes to all have a positive 'defined... |
blob | commitdiff | diff to current |
2009-07-01 |
Barret Rhoden | Syscall work, interrupt enabling, sysenter tweaks |
blob | commitdiff | diff to current |
2009-06-29 |
Barret Rhoden | Process management work, yield syscall |
blob | commitdiff | diff to current |
2009-06-27 |
Kevin Klues | Fixed up sysenter/sysexit semantics to allow another... |
blob | commitdiff | diff to current |
2009-06-17 |
Kevin Klues | Added beginnings of a proper kmalloc implementation. |
blob | commitdiff | diff to current |
2009-06-07 |
Zach Anderson | Deputizes env.c. Update your Ivy! |
blob | commitdiff | diff to current |
2009-06-06 |
Barret Rhoden | Split atomic library |
blob | commitdiff | diff to current |
2009-06-06 |
Barret Rhoden | Measurement infrastructure and tests |
blob | commitdiff | diff to current |
2009-06-05 |
Barret Rhoden | Fix some races with env destruction and dispatch |
blob | commitdiff | diff to current |
2009-06-05 |
Barret Rhoden | Adds a shared RW page to every address space |
blob | commitdiff | diff to current |
2009-06-05 |
Kevin Klues | Added some more apps / functionality to the matrix... |
blob | commitdiff | diff to current |
2009-06-05 |
Kevin Klues | Reorganized the directory structure, placing newlib... |
blob | commitdiff | diff to current |
2009-05-28 |
Barret Rhoden | SMP boot cleanup |
blob | commitdiff | diff to current |
2009-05-26 |
Barret Rhoden | Can process async calls on processes that die |
blob | commitdiff | diff to current |
2009-05-26 |
Barret Rhoden | Can run batches of processes repeatedly. |
blob | commitdiff | diff to current |
next |