projects
/
akaros.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fixes XCC texinfo dependency
[akaros.git]
/
Documentation
/
2013-04-15
Barret Rhoden
Uthread arch-dependent code uses user_contexts
tree
|
commitdiff
2013-04-13
Barret Rhoden
Procdata uses user_contexts (XCC)
tree
|
commitdiff
2013-04-13
Barret Rhoden
Kernel uses user_contexts, instead of TFs
tree
|
commitdiff
2013-04-11
Barret Rhoden
Uses kernel_ctx instead of TF for kthreading
tree
|
commitdiff
2013-03-28
Barret Rhoden
Notes on cross-linking applications
tree
|
commitdiff
2013-03-22
Barret Rhoden
Merge origin/netpush (networking code) (XCC)
tree
|
commitdiff
2013-03-07
Barret Rhoden
libstdc++ doesn't try to call ioctl() (XCC)
tree
|
commitdiff
2013-02-23
Barret Rhoden
Updates doc with new image file and instructions
tree
|
commitdiff
2013-02-08
Barret Rhoden
Fills out documentation about GETTING_STARTED
tree
|
commitdiff
2012-11-21
Barret Rhoden
Kernel message overhaul
tree
|
commitdiff
2012-10-16
Barret Rhoden
Adds proc-internals documentation
tree
|
commitdiff
2012-10-05
Barret Rhoden
Fixes potential livelock in preemption handling
tree
|
commitdiff
2012-10-05
Barret Rhoden
can_rcv_msg is now a VC flag (XCC)
tree
|
commitdiff
2012-09-05
Barret Rhoden
Proc code unmaps vcores when taking cores
tree
|
commitdiff
2012-09-05
Barret Rhoden
__startcore now takes the vcoreid as a parameter
tree
|
commitdiff
2012-04-23
Barret Rhoden
Kernel scheduler tracks procs 'cradle to grave'
tree
|
commitdiff
2012-03-21
Barret Rhoden
Glibc syscalls now block properly (XCC)
tree
|
commitdiff
2012-03-21
Barret Rhoden
Kernel can detect degenerate SCPs (XCC)
tree
|
commitdiff
2012-03-13
Barret Rhoden
All apps now must link against parlib (XCC)
tree
|
commitdiff
2012-02-27
Barret Rhoden
proc_run() now returns
tree
|
commitdiff
2012-02-27
Barret Rhoden
Fixes some RISCV compilation issues
tree
|
commitdiff
2011-12-15
Barret Rhoden
Public VCPD mboxes (XCC)
tree
|
commitdiff
2011-11-03
Barret Rhoden
Quickly return/pop DONT_MIGRATE uthreads
tree
|
commitdiff
2011-11-03
Barret Rhoden
Updated memory barrier stuff
tree
|
commitdiff
2011-11-03
Barret Rhoden
cur_proc broken up into owning_proc and cur_proc
tree
|
commitdiff
2011-11-03
Barret Rhoden
core_request() uses current_tf to return
tree
|
commitdiff
2011-11-03
Barret Rhoden
proc_destroy() no longer requires edible refs
tree
|
commitdiff
2011-11-03
Barret Rhoden
Removes __proc_kmsg_pending()
tree
|
commitdiff
2011-11-03
Barret Rhoden
Cleaned up memory barrier usage (XCC)
tree
|
commitdiff
2011-11-03
Barret Rhoden
Fixes event FALLBACK code
tree
|
commitdiff
2011-11-03
Barret Rhoden
proc_yield() will return if you have an event
tree
|
commitdiff
2011-11-03
Barret Rhoden
Vcore management uses the lists
tree
|
commitdiff
2011-11-03
Barret Rhoden
ev_qs can request fallback to active vcores (XCC)
tree
|
commitdiff
2011-11-03
Barret Rhoden
Separates EVENT_INDIR from EVENT_IPI (XCC)
tree
|
commitdiff
2011-11-03
Barret Rhoden
Removed event overflow handling
tree
|
commitdiff
2011-11-03
Barret Rhoden
UCQs (XCC)
tree
|
commitdiff
2011-11-03
Barret Rhoden
Fixes race with SC_DONE and event overflow (XCC)
tree
|
commitdiff
2011-11-03
Barret Rhoden
Handles syscall-event overflow in pthreads
tree
|
commitdiff
2011-11-03
Barret Rhoden
Allows application-specific event handling (XCC)
tree
|
commitdiff
2011-11-03
Barret Rhoden
VCORE_APPRO sets the ev_mbox
tree
|
commitdiff
2011-11-03
Barret Rhoden
Revamped event interfaces (XCC)
tree
|
commitdiff
2011-11-03
David Zhu
Errno must not be touched before TCB is initialized.
tree
|
commitdiff
2011-11-03
Barret Rhoden
Copies out current_tf to pcpui
tree
|
commitdiff
2011-11-03
Barret Rhoden
Removes some struct proc* refcnting
tree
|
commitdiff
2011-11-03
Barret Rhoden
Sleep on block requests using kthreads
tree
|
commitdiff
2011-11-03
Barret Rhoden
Kthread infrastructure
tree
|
commitdiff
2011-11-03
Barret Rhoden
Clarifies how to refcnt with the page cache
tree
|
commitdiff
2011-11-03
Barret Rhoden
Individually manages buffers in the buffer cache
tree
|
commitdiff
2011-11-03
Barret Rhoden
Ext2 directory operations use the page cache
tree
|
commitdiff
2011-11-03
Barret Rhoden
Allocates blocks for files ending un-PG-aligned
tree
|
commitdiff
2011-11-03
Barret Rhoden
Ext2: can read files from the page cache
tree
|
commitdiff
2011-11-03
Barret Rhoden
Buffer heads to track page mappings -> block num
tree
|
commitdiff
2011-11-03
Barret Rhoden
Revised coding and development policies
tree
|
commitdiff
2011-11-03
Barret Rhoden
Dentry cache
tree
|
commitdiff
2011-11-03
Barret Rhoden
ext2_dealloc_inode(), clarifies dealloc vs delete
tree
|
commitdiff
2011-11-03
Barret Rhoden
Glibc networking support (XCC)
tree
|
commitdiff
2011-11-03
Barret Rhoden
Adds sys_mkdir() and sys_rmdir() (XCC)
tree
|
commitdiff
2011-11-03
Barret Rhoden
sys_unlink()
tree
|
commitdiff
2011-11-03
Barret Rhoden
Symlinks!
tree
|
commitdiff
2011-11-03
Barret Rhoden
Changes the pidhash to be an internal reference
tree
|
commitdiff
2011-11-03
Barret Rhoden
Uses kref in the FS, fixes up refcount bugs
tree
|
commitdiff
2011-11-03
Barret Rhoden
Kref changes and tweaks
tree
|
commitdiff
2011-11-03
Barret Rhoden
Added krefs, used them for process refcounting
tree
|
commitdiff
2011-11-03
Barret Rhoden
generic_file_write() and file holes
tree
|
commitdiff
2011-11-03
Barret Rhoden
Page cache for memory mapped files
tree
|
commitdiff
2011-11-03
Barret Rhoden
Initial page cache structures
tree
|
commitdiff
2011-11-03
Barret Rhoden
kfs_lookup() and parsing directories
tree
|
commitdiff
2011-11-03
Barret Rhoden
CPIO parsing, kfs building, vfs tweaks
tree
|
commitdiff
2011-11-03
Barret Rhoden
VFS: mounts KFS, shell functions
tree
|
commitdiff
2011-11-03
Barret Rhoden
MPC TLB shootdowns
tree
|
commitdiff
2011-11-03
Barret Rhoden
proc_lock is no longer an irqsave
tree
|
commitdiff
2011-11-03
Barret Rhoden
Pthread fix to let the _S thread yield
tree
|
commitdiff
2011-11-03
Barret Rhoden
The kernel migrates silly state when becoming _M
tree
|
commitdiff
2011-11-03
Kevin Klues
Massive renaming/cleanup of harts->vcores
tree
|
commitdiff
2011-11-03
Barret Rhoden
Yield plays nice with preemption
tree
|
commitdiff
2011-11-03
Barret Rhoden
Preemption of user cores
tree
|
commitdiff
2011-11-03
Barret Rhoden
pop_ros_tf can handle missed IPIs
tree
|
commitdiff
2011-11-03
Barret Rhoden
set_current_tf only applies to user trapframes
tree
|
commitdiff
2011-11-03
Barret Rhoden
_M procs start up at _start/hart_entry for vcore0
tree
|
commitdiff
2011-11-03
Barret Rhoden
Notification support in the kernel
tree
|
commitdiff
2011-11-03
Barret Rhoden
Handles routine kmsgs before returning to userspace
tree
|
commitdiff
2011-11-03
Barret Rhoden
Routine kmsg processing
tree
|
commitdiff
2011-11-03
Barret Rhoden
Kernel messages infrastructure
tree
|
commitdiff
2011-11-03
Barret Rhoden
Vcores are unmapped by message receivers
tree
|
commitdiff
2011-11-03
Barret Rhoden
Initial notification and preemption headers
tree
|
commitdiff
2011-11-03
Kevin Klues
Removed symlink-following in doxygen
tree
|
commitdiff
2011-11-03
Kevin Klues
Massive glibc and directory structure change
tree
|
commitdiff
2009-12-03
Barret Rhoden
Merge remote branch 'origin/sparc-dev'
tree
|
commitdiff
2009-12-01
Barret Rhoden
Process reference counting
tree
|
commitdiff
2009-11-06
David Zhu
Adding channels design doc
tree
|
commitdiff
2009-10-31
Barret Rhoden
Multi-cored process changes
tree
|
commitdiff