projects
/
akaros.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Update version-controlled scripts for bash
[akaros.git]
/
kern
/
include
/
ros
/
2016-06-20
Barret Rhoden
Rename event_bits.h -> bits/event.h (XCC)
tree
|
commitdiff
2016-06-17
Barret Rhoden
perf: Track PIDs for kernel samples (XCC)
tree
|
commitdiff
2016-06-17
Barret Rhoden
Remove kprof's timer (XCC)
tree
|
commitdiff
2016-05-20
Dan Cross
CLEANUP: Remove trailing whitespace throughout the...
tree
|
commitdiff
2016-05-17
Barret Rhoden
Fix circular issues with event headers (XCC)
tree
|
commitdiff
2016-05-16
Dan Cross
Replace #include guards with #pragma once.
tree
|
commitdiff
2016-05-13
Michael Taufen
VMM: Remove the old virtio (XCC)
tree
|
commitdiff
2016-05-03
Barret Rhoden
Export readable/writable bits via POSIX stat (XCC)
tree
|
commitdiff
2016-05-02
Barret Rhoden
Remove struct vmctl (XCC)
tree
|
commitdiff
2016-04-19
Barret Rhoden
Increase the size of seq_ctr_t to 32 bits (XCC)
tree
|
commitdiff
2016-04-15
Barret Rhoden
Implement pipes in userspace (XCC)
tree
|
commitdiff
2016-03-31
Barret Rhoden
Remove SYS_cgetc (XCC)
tree
|
commitdiff
2016-03-31
Barret Rhoden
Remove SYS_cputs (XCC)
tree
|
commitdiff
2016-03-31
GanShun
Moved timing parameters into proc_global_info (XCC)
tree
|
commitdiff
2016-03-22
Michael Taufen
Upgrade parlib fp state handling, use proc_global_info...
tree
|
commitdiff
2016-03-11
Barret Rhoden
Fix implicit declaration in procinfo.h (XCC)
tree
|
commitdiff
2016-02-29
Barret Rhoden
Add CPU feature detection (XCC)
tree
|
commitdiff
2016-02-29
Barret Rhoden
Add proc_global_info (XCC)
tree
|
commitdiff
2016-02-11
Barret Rhoden
VMM: Add a syscall to poke a guest pcore (XCC)
tree
|
commitdiff
2016-02-11
Barret Rhoden
Rename SYS_setup_vmm -> SYS_vmm_setup (XCC)
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: perform per-guest-pcore init at setup (XCC)
tree
|
commitdiff
2016-02-02
Barret Rhoden
Stub out kernel support for VM contexts (XCC)
tree
|
commitdiff
2016-02-02
Barret Rhoden
Provide a syscall to pop a user context (XCC)
tree
|
commitdiff
2016-01-14
Barret Rhoden
Implement run_once() without atomic_t (XCC)
tree
|
commitdiff
2015-12-16
Davide Libenzi
Enable the PFM sampling to pass an 64bit info value
tree
|
commitdiff
2015-12-16
Davide Libenzi
Added bitfield manipulation machinery (XCC)
tree
|
commitdiff
2015-12-16
Davide Libenzi
Added API for read/write common integer sizes from...
tree
|
commitdiff
2015-12-16
Davide Libenzi
Make some macros correct when used within IF clauses...
tree
|
commitdiff
2015-12-16
Davide Libenzi
Added ZERO_DATA() and COUNT_OF() macros to common.h...
tree
|
commitdiff
2015-11-24
Kevin Klues
Add the nanosleep syscall
tree
|
commitdiff
2015-11-18
Davide Libenzi
Implemented the new profiler
tree
|
commitdiff
2015-11-11
Davide Libenzi
Migrated Akaros code to use pragma once (XCC)
tree
|
commitdiff
2015-11-03
Barret Rhoden
Move ros/vmx.h to an arch-specific location (XCC)
tree
|
commitdiff
2015-11-03
GanShun
Adding vmexits to proc.
tree
|
commitdiff
2015-11-02
GanShun
EOI virtualization and virtual APIC success.
tree
|
commitdiff
2015-11-02
Gan Shun Lim
VMMCP: Virtualized APIC is now working(sort of)
tree
|
commitdiff
2015-11-02
Ronald G. Minnich
vmmcp: cut over to virtual apic; fix include mess after...
tree
|
commitdiff
2015-11-02
Ronald G. Minnich
VMMCP:update constants for vapic
tree
|
commitdiff
2015-11-02
Ronald G. Minnich
VMMCP: better support incoming interrupts. Fix idiot...
tree
|
commitdiff
2015-11-02
Ronald G. Minnich
Change PENDING_INTERRUPT to INTERRUPT_WINDOW to have...
tree
|
commitdiff
2015-11-02
Ronald G. Minnich
Interrupt framework
tree
|
commitdiff
2015-11-02
Ronald G. Minnich
Create ros/vmm/vmx.h, prepare to move lots of code...
tree
|
commitdiff
2015-11-02
Ronald G. Minnich
Begin work on true virtio mmio Kill tests/vmrunkernel...
tree
|
commitdiff
2015-11-02
Ronald G. Minnich
Start shuffling functionality from kernel to user.
tree
|
commitdiff
2015-11-02
Ronald G. Minnich
Modify device to take a binary struct.
tree
|
commitdiff
2015-10-28
Barret Rhoden
Remove (un)likely from the kernel interface (XCC)
tree
|
commitdiff
2015-10-14
Davide Libenzi
Added explicit errno reporting from error() API.
tree
|
commitdiff
2015-10-13
Davide Libenzi
Added support for static branch hinting (XCC)
tree
|
commitdiff
2015-10-02
Barret Rhoden
Untangling the glibc header rat's nest (P.2) (XCC)
tree
|
commitdiff
2015-10-01
Kevin Klues
Remove itimerspec from <ros/time.h> (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Replaces SYS_open with SYS_openat (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Implement sys_open() with sys_openat() (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Support O_PATH for open() (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Rename various 9ns symbols to O_FOO (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Clean up usage of fcntl flags (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Make O_RDONLY non-zero (XCC) [1/7]
tree
|
commitdiff
2015-09-28
Barret Rhoden
Export NR_FILE_DESC_MAX to userspace (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Adjust the size of struct ucq (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Hook CEQs into the event infrastructure (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Add the CEQ mbox: Coalescing Event Queues (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Spin with cpu_relax_vc() in BCQs (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Remove EVENT_NOMSG (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Split ev_mbox into a union of mbox types (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Remove EVENT_JUSTHANDLEIT (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Remove the option to spawn_thread for an evq (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Add ev_udata to struct event_queue (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Differentiate between EVENT_SPAM* and wakeup (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Remove EVENT_SPAM_FLAGS (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Rename EVENT_FALLBACK -> EVENT_SPAM_INDIR (XCC)
tree
|
commitdiff
2015-09-28
Barret Rhoden
Add FD tap infrastructure (XCC)
tree
|
commitdiff
2015-07-23
Kevin Klues
Change all references of num_cpus -> num_cores
tree
|
commitdiff
2015-07-22
Barret Rhoden
Rename transition_stack -> vcore_stack (XCC)
tree
|
commitdiff
2015-07-22
Kevin Klues
Add vcore_entry to vcpd (XCC) (2/2)
tree
|
commitdiff
2015-07-14
Kevin Klues
Finalize arg, env, aux migration (3/3) (CXX) (BB)
tree
|
commitdiff
2015-07-14
Kevin Klues
sys_exec and sys_proc_create now use argenv (XCC)
tree
|
commitdiff
2015-07-14
Kevin Klues
Add specs for argenv interface with the kernel
tree
|
commitdiff
2015-06-26
Ronald G. Minnich
Enable "VMCALL console putc" via flags. (XCC)
tree
|
commitdiff
2015-06-23
Barret Rhoden
Fixes SYS_vc_entry numbering (XCC)
tree
|
commitdiff
2015-06-18
Barret Rhoden
Makes virtio_ring.h a kernel header (XCC)
tree
|
commitdiff
2015-06-18
Barret Rhoden
Changes user includes to <library/header.h> (XCC)
tree
|
commitdiff
2015-06-12
Kevin Klues
Drop _NSIG to 42 instead of 65 (XCC)
tree
|
commitdiff
2015-06-04
Barret Rhoden
User interface for fsync and posix_fadvise (XCC)
tree
|
commitdiff
2015-05-06
Barret Rhoden
Moves KiB and friends from common.h (XCC)
tree
|
commitdiff
2015-05-06
Barret Rhoden
Untangling the glibc header rat's nest (P.1) (XCC)
tree
|
commitdiff
2015-04-20
Barret Rhoden
Adds PATH_MAX and NAME_MAX (XCC)
tree
|
commitdiff
2015-03-17
Barret Rhoden
Removes Ivy annotations (XCC)
tree
|
commitdiff
2015-03-17
Barret Rhoden
Moves ARRAY_SIZE into the kernel only (XCC)
tree
|
commitdiff
2015-03-17
Barret Rhoden
VMM: Hook the VMM to the process (XCC)
tree
|
commitdiff
2015-03-01
Barret Rhoden
Adds zlib library
tree
|
commitdiff
2015-03-01
Barret Rhoden
Adds ALIGN and PAGE_ALIGN (XCC)
tree
|
commitdiff
2015-01-20
Godfrey van der...
Enable __builtin_clz for all architectures.
tree
|
commitdiff
2015-01-20
Godfrey van der...
Use builtin_clz log2 for x86 architectures.
tree
|
commitdiff
2014-12-31
Barret Rhoden
Adds __ALIGN_MASK (XCC)
tree
|
commitdiff
2014-12-02
Barret Rhoden
BCQ touch-ups (XCC)
tree
|
commitdiff
2014-08-26
Kevin Klues
Revert "Add support for the childfdmap for Go"
tree
|
commitdiff
2014-08-25
Ronald G. Minnich
Add support for the childfdmap for Go
tree
|
commitdiff
2014-08-19
Barret Rhoden
SYS_dup_fds_to (XCC)
tree
|
commitdiff
2014-08-19
Ronald G. Minnich
Allow a parent to set up a child's fd's via a new syste...
tree
|
commitdiff
2014-07-16
Barret Rhoden
chmod() and fchmod(), implemented with wstat (XCC)
tree
|
commitdiff
2014-07-16
Barret Rhoden
SYS_wstat, fwstat, rename, and fchdir stubs (XCC)
tree
|
commitdiff
next