projects
/
akaros.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mlx4: Enable QP destruction
[akaros.git]
/
kern
/
2016-02-10
Kanoj Sarcar' via...
mlx4: Enable QP destruction
tree
|
commitdiff
2016-02-10
Kanoj Sarcar' via...
Allow CQ destruction in core mlx4/ logic.
tree
|
commitdiff
2016-02-10
Dan Cross
ACPI changes for DMAR and new directory hierarchy.
tree
|
commitdiff
2016-02-09
Ronald G. Minnich
Set up root home for ssh
tree
|
commitdiff
2016-02-05
Barret Rhoden
Bind #random to /dev during ifconfig
tree
|
commitdiff
2016-02-04
Barret Rhoden
Use the new RNG for the networking stack
tree
|
commitdiff
2016-02-04
Barret Rhoden
Use random_read() for small urandom_read() calls
tree
|
commitdiff
2016-02-04
Barret Rhoden
Remove major stack consumers from procread()
tree
|
commitdiff
2016-02-04
Barret Rhoden
Fix strace flow control and data extraction issues
tree
|
commitdiff
2016-02-04
Barret Rhoden
Change qfull() to check limits
tree
|
commitdiff
2016-02-04
Barret Rhoden
Fix page faults in strace
tree
|
commitdiff
2016-02-04
Ronald G. Minnich
Add a random device; remove old genrandom junk; remove...
tree
|
commitdiff
2016-02-04
Ronald G. Minnich
Get the basic random number generator functions to...
tree
|
commitdiff
2016-02-04
Ronald G. Minnich
Format with .clang-format, included herein for reference
tree
|
commitdiff
2016-02-04
Ronald G. Minnich
Import new random number generator files from harvey
tree
|
commitdiff
2016-02-03
Ronald G. Minnich
New and easy strace framework.
tree
|
commitdiff
2016-02-03
Dan Cross
Replace old ether82563.c with new driver.
tree
|
commitdiff
2016-02-03
Dan Cross
Latest ether82563.c: integrate into Akaros.
tree
|
commitdiff
2016-02-03
Dan Cross
lindent on ether82563.c
tree
|
commitdiff
2016-02-03
Dan Cross
spatch plan9-ether82563.c
tree
|
commitdiff
2016-02-03
Dan Cross
Import latest ether82563.c from Plan 9
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Rename vmx_vcpu -> guest_pcore (XCC)
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Clean up VMX setup
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Remove unused code (XCC)
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Use VM contexts [2/2]
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Add kernel support for VM contexts [1/2]
tree
|
commitdiff
2016-02-02
Barret Rhoden
x86: Factor out irq_dispatch() from handle_irq()
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Add custom exit reasons (XCC)
tree
|
commitdiff
2016-02-02
Barret Rhoden
Stop zeroing current_ctx before popping a TF
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Clean up per-cpu VMCS state
tree
|
commitdiff
2016-02-02
Barret Rhoden
x86: Enumerate reserved eflags (XCC)
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Add a gva2gpa() helper
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Move MSR emulation to vmm.c [4/4]
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Decouple MSR emulation from VMX [3/4]
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Clear upper 32 bits on MSR reads [2/4]
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Add a helper to emulate MSRs [1/4]
tree
|
commitdiff
2016-02-02
Barret Rhoden
x86: Remove x86_get_ip_hw()
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Add helpers for loading guest pcores
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: Add helpers for vmcs_read() and vmcs_write()
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: refactor MSR emulation
tree
|
commitdiff
2016-02-02
Barret Rhoden
x86: Add a helper for loading cr2
tree
|
commitdiff
2016-02-02
Barret Rhoden
Restrict uva2kva() to only work for user addresses
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: perform per-guest-pcore init at setup (XCC)
tree
|
commitdiff
2016-02-02
Barret Rhoden
VMM: init the vmexit counters when initing the VMM
tree
|
commitdiff
2016-02-02
GanShun
Suppressed prints for CPUID exit RIPS and removed timer...
tree
|
commitdiff
2016-02-02
Barret Rhoden
Split up reflect_unhandled_trap()
tree
|
commitdiff
2016-02-02
Barret Rhoden
Stub out kernel support for VM contexts (XCC)
tree
|
commitdiff
2016-02-02
Barret Rhoden
x86: Use a common lock for printing all trapframes
tree
|
commitdiff
2016-02-02
Barret Rhoden
Provide a syscall to pop a user context (XCC)
tree
|
commitdiff
2016-02-02
Barret Rhoden
Allow copy_*_user to be included from umem.h
tree
|
commitdiff
2016-01-30
Kanoj Sarcar' via...
Pass in file offset into mmap() handlers.
tree
|
commitdiff
2016-01-25
Dan Cross
Slices: A growable list of pointers.
tree
|
commitdiff
2016-01-25
Ronald G. Minnich
error: return usable error strings, not nothing.
tree
|
commitdiff
2016-01-25
Michael Taufen
Re-enabled event injection via vmctl during vmx RESUME
tree
|
commitdiff
2016-01-14
Ronald G. Minnich
Add taps for pipes.
tree
|
commitdiff
2016-01-14
Barret Rhoden
Implement run_once() without atomic_t (XCC)
tree
|
commitdiff
2016-01-14
Barret Rhoden
Allows IRQs to be disabled while proc_destroy()ing
tree
|
commitdiff
2016-01-14
Barret Rhoden
Properly finalize contexts when reflecting traps
tree
|
commitdiff
2016-01-14
Geoff Collyer
Fix ipv6 icmp bugs in locking and freeing in icmphostun...
tree
|
commitdiff
2016-01-13
Dan Cross
Clean up 'devgen()' a bit.
tree
|
commitdiff
2015-12-21
Davide Libenzi
Allow for certain device APIs to be NULL
tree
|
commitdiff
2015-12-17
Davide Libenzi
Added #version device
tree
|
commitdiff
2015-12-17
Davide Libenzi
Removed from source control auto generated file
tree
|
commitdiff
2015-12-17
Davide Libenzi
Added makefile machinary to generate the build informat...
tree
|
commitdiff
2015-12-17
Davide Libenzi
Added weak attribute definition
tree
|
commitdiff
2015-12-17
Davide Libenzi
Added new kmalloc flag KMALLOC_ERROR
tree
|
commitdiff
2015-12-17
Barret Rhoden
Clean up the PTE() macro (XCC)
tree
|
commitdiff
2015-12-17
Barret Rhoden
Remove unused helpers from mmu.h (XCC)
tree
|
commitdiff
2015-12-16
Barret Rhoden
x86: Detect and handle missing perf support
tree
|
commitdiff
2015-12-16
Davide Libenzi
Implement flush capability for the profiler tracing...
tree
|
commitdiff
2015-12-16
Davide Libenzi
Enable the PFM sampling to pass an 64bit info value
tree
|
commitdiff
2015-12-16
Davide Libenzi
Created the new devarch perf file using the perfmon...
tree
|
commitdiff
2015-12-16
Davide Libenzi
Added perfmon interrupt handling to allow overflow...
tree
|
commitdiff
2015-12-16
Davide Libenzi
Added bitfield manipulation machinery (XCC)
tree
|
commitdiff
2015-12-16
Davide Libenzi
Migrated devarch MSR access to new MSR API
tree
|
commitdiff
2015-12-16
Davide Libenzi
Reverted /prof/kpctl interface to split start and timer
tree
|
commitdiff
2015-12-16
Davide Libenzi
STFU useless printk messages
tree
|
commitdiff
2015-12-16
Davide Libenzi
Moved MSR read/write APIs out of devarch and into a...
tree
|
commitdiff
2015-12-16
Davide Libenzi
Added API for read/write common integer sizes from...
tree
|
commitdiff
2015-12-16
Davide Libenzi
Added error_assert() macro and used branch hinting
tree
|
commitdiff
2015-12-16
Davide Libenzi
Drop the fake exception tables entries and use weak...
tree
|
commitdiff
2015-12-16
Davide Libenzi
Added ability to declare local per CPU variables
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-12-16
Davide Libenzi
Make disable MTRRs the defaul configuration option
tree
|
commitdiff
2015-12-16
Davide Libenzi
Added intptr_t definition and made error pointer code...
tree
|
commitdiff
2015-12-15
Barret Rhoden
Fix test_uaccess
tree
|
commitdiff
2015-12-10
Barret Rhoden
Rename backtrace_kframe -> backtrace_hwtf [2/2]
tree
|
commitdiff
2015-12-10
Barret Rhoden
Refactors backtrace functions [1/2]
tree
|
commitdiff
2015-12-10
Barret Rhoden
Put a 1ms delay in kfs_readpage()
tree
|
commitdiff
2015-12-10
Barret Rhoden
Allow syscall-less abortable CLEs
tree
|
commitdiff
2015-12-10
Barret Rhoden
Fix up user memory accesses during syscall aborts
tree
|
commitdiff
2015-12-10
Barret Rhoden
x86: clean up __handle_page_fault()
tree
|
commitdiff
2015-12-10
Barret Rhoden
Provide handle_page_fault_nofile()
tree
|
commitdiff
2015-12-10
Barret Rhoden
x86: remove misconceptions about "sti" and halting
tree
|
commitdiff
2015-12-10
Barret Rhoden
x86: pair disable_irqs with enable_irqs
tree
|
commitdiff
2015-12-10
Barret Rhoden
Do not disable IRQs to protect cur_ctx
tree
|
commitdiff
2015-12-10
Barret Rhoden
Do not switch_to in plan9setup()
tree
|
commitdiff
2015-12-10
Barret Rhoden
Mark kthreads as ktasks for kernel I/O [2/2]
tree
|
commitdiff
2015-12-10
Barret Rhoden
Determine bufs with is_ktask in the VFS [1/2]
tree
|
commitdiff
next