Agustina Arzille 704b5acdd7 Disable 64bit atomics on x86 1 dienu atpakaļ
..
Kconfig 146b320067 Apply many scalability improvements 4 nedēļas atpakaļ
Makefile 1e865a54e6 Remove kern/error file 5 dienas atpakaļ
adaptive_lock.c 9e456d6551 Implement VM page washing 3 mēneši atpakaļ
adaptive_lock.h e4b4e5ff83 Revert typing in guards cleanup (clang doesn't like them) 2 gadi atpakaļ
arg.c b52d87059b More style fixes 2 gadi atpakaļ
arg.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
atomic.h 01d0deea58 Simplify refcount increment loops 2 mēneši atpakaļ
bitmap.c a93eacaeb2 Fix copy-on-write (COW) pages 11 mēneši atpakaļ
bitmap.h a93eacaeb2 Fix copy-on-write (COW) pages 11 mēneši atpakaļ
bulletin.c 4498106044 Separate spinlock guards 2 gadi atpakaļ
bulletin.h e17c6a9372 Add thread/task dead notification 1 gadu atpakaļ
capability.c 704b5acdd7 Disable 64bit atomics on x86 1 dienu atpakaļ
capability.h 5efab41d17 Use the right routines to read/write structs to userspace 5 dienas atpakaļ
cbuf.c 0c889730a0 More code style fixes 2 gadi atpakaļ
cbuf.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
clock.c b52d87059b More style fixes 2 gadi atpakaļ
clock.h 8432b9cd35 Clarify comment 11 mēneši atpakaļ
condition.c ae85189376 Implement futexes 1 gadu atpakaļ
condition.h e2dfe4df23 Use automatic cleanup for resource management 2 gadi atpakaļ
condition_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
config.h eb21efaacc Rework the build system 12 gadi atpakaļ
console.c 21f5fc5549 Small fix in console waiters 1 gadu atpakaļ
console.h 5460d43c9a Add the cpu_flags_t and standardize typing 2 gadi atpakaļ
cpumap.c 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
cpumap.h 89c7d1eeec Implement copy-on-write pages 1 gadu atpakaļ
cspace.h 5efab41d17 Use the right routines to read/write structs to userspace 5 dienas atpakaļ
cspace_types.h 9152769f27 Implement capabilities 1 gadu atpakaļ
fmt.c 33e3e99d70 Style fixes 1 gadu atpakaļ
fmt.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
futex.c 1dbc6364cd Make pmap windows implicitly pin the calling thread 3 nedēļas atpakaļ
futex.h b82564c5ec Simplify pmap handling in vm/map module 11 mēneši atpakaļ
hash.h 0d63d30321 Improve futex robust handling 1 gadu atpakaļ
hlist.h a93eacaeb2 Fix copy-on-write (COW) pages 11 mēneši atpakaļ
hlist_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
init.c 5bf4197855 Reimplement the test framework 2 gadi atpakaļ
init.h 55838094af Use 'structof' instead of raw casting 2 gadi atpakaļ
intr.c 711d6e5ec3 Redesign alert delivery in capabilities 1 gadu atpakaļ
intr.h c826463b0d Implement the interrupt interface for capabilities 1 gadu atpakaļ
ipc.c 1dbc6364cd Make pmap windows implicitly pin the calling thread 3 nedēļas atpakaļ
ipc.h 05e0523854 Check userspace addresses in IPC interfaces 2 mēneši atpakaļ
kernel.c d77c0658c3 Use a per-thread futex data structure 1 gadu atpakaļ
kernel.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
kmem.c 146b320067 Apply many scalability improvements 4 nedēļas atpakaļ
kmem.h c25527c7e0 Remove pointless check 1 gadu atpakaļ
kmessage.h 9e456d6551 Implement VM page washing 3 mēneši atpakaļ
kuid.c 146b320067 Apply many scalability improvements 4 nedēļas atpakaļ
kuid.h d542ca50f2 Use separate pools for KUID allocations 2 gadi atpakaļ
list.h c826463b0d Implement the interrupt interface for capabilities 1 gadu atpakaļ
list_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
log.c a17f842a18 Redesign IPC 2 gadi atpakaļ
log.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
log2.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
macros.h b82564c5ec Simplify pmap handling in vm/map module 11 mēneši atpakaļ
mbuf.c 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
mbuf.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
mutex.c ae85189376 Implement futexes 1 gadu atpakaļ
mutex.h d324d64d87 Numerous style and bug fixes 1 gadu atpakaļ
panic.c febf8a7190 Make the unwind backtrace interface more generic 1 gadu atpakaļ
panic.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
percpu.c 254eeed035 Rework sleepable page allocations 1 gadu atpakaļ
percpu.h 20e74ef344 Rework capabilities 1 gadu atpakaļ
perfmon.c 5460d43c9a Add the cpu_flags_t and standardize typing 2 gadi atpakaļ
perfmon.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
perfmon_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
plist.c 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
plist.h 711d6e5ec3 Redesign alert delivery in capabilities 1 gadu atpakaļ
plist_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
pqueue.c 8a57841548 Add support for adjustable priority queues 1 gadu atpakaļ
pqueue.h 704b5acdd7 Disable 64bit atomics on x86 1 dienu atpakaļ
printf.c 59b66630a7 Initial steps for page fault handling 2 gadi atpakaļ
printf.h 59b66630a7 Initial steps for page fault handling 2 gadi atpakaļ
rbtree.c 3181e6ab2d Basic task destruction 2 gadi atpakaļ
rbtree.h a17f842a18 Redesign IPC 2 gadi atpakaļ
rcu.c 146b320067 Apply many scalability improvements 4 nedēļas atpakaļ
rcu.h 146b320067 Apply many scalability improvements 4 nedēļas atpakaļ
rcu_types.h 146b320067 Apply many scalability improvements 4 nedēļas atpakaļ
rdxtree.c 146b320067 Apply many scalability improvements 4 nedēļas atpakaļ
rdxtree.h 43f997f3b6 Use weak references for channels 2 mēneši atpakaļ
rtmutex.c 146b320067 Apply many scalability improvements 4 nedēļas atpakaļ
rtmutex.h ae85189376 Implement futexes 1 gadu atpakaļ
rtmutex_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
semaphore.c ae85189376 Implement futexes 1 gadu atpakaļ
semaphore.h 54bd72dded Remove implementation files 2 gadi atpakaļ
shell.c 1e865a54e6 Remove kern/error file 5 dienas atpakaļ
shell.h 1e865a54e6 Remove kern/error file 5 dienas atpakaļ
shutdown.c 704b5acdd7 Disable 64bit atomics on x86 1 dienu atpakaļ
shutdown.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
sleepq.c 838acd03b0 Simplify assertion 11 mēneši atpakaļ
sleepq.h ae85189376 Implement futexes 1 gadu atpakaļ
slist.h 146b320067 Apply many scalability improvements 4 nedēļas atpakaļ
slist_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
spinlock.c 9e456d6551 Implement VM page washing 3 mēneši atpakaļ
spinlock.h 9e456d6551 Implement VM page washing 3 mēneši atpakaļ
spinlock_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
sref.c 146b320067 Apply many scalability improvements 4 nedēļas atpakaļ
sref.h 0c889730a0 More code style fixes 2 gadi atpakaļ
stream.c a95146a758 Add the 'get_id' IPC messages for threads and tasks 1 gadu atpakaļ
stream.h b9aa57235d Simplify string streams 1 gadu atpakaļ
string.c d324d64d87 Numerous style and bug fixes 1 gadu atpakaļ
string.h e38b3e28aa Implement generic 'memchr' 2 gadi atpakaļ
sxlock.c 146b320067 Apply many scalability improvements 4 nedēļas atpakaļ
sxlock.h 6614fab9b5 Clarity comment 2 nedēļas atpakaļ
symbol.c cd8c1a2180 Simplify symbol lookups 1 gadu atpakaļ
symbol.h d324d64d87 Numerous style and bug fixes 1 gadu atpakaļ
sync.h 477b92b1cb Fix compile-time assertion message 1 gadu atpakaļ
syscnt.c d324d64d87 Numerous style and bug fixes 1 gadu atpakaļ
syscnt.h 5460d43c9a Add the cpu_flags_t and standardize typing 2 gadi atpakaļ
syscnt_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
task.c 146b320067 Apply many scalability improvements 4 nedēļas atpakaļ
task.h a93eacaeb2 Fix copy-on-write (COW) pages 11 mēneši atpakaļ
thread.c 146b320067 Apply many scalability improvements 4 nedēļas atpakaļ
thread.h eb0ed8b773 Use pmap windows instead of raw PTEs 2 mēneši atpakaļ
timer.c 1e865a54e6 Remove kern/error file 5 dienas atpakaļ
timer.h 54bd72dded Remove implementation files 2 gadi atpakaļ
turnstile.c 838acd03b0 Simplify assertion 11 mēneši atpakaļ
turnstile.h ae85189376 Implement futexes 1 gadu atpakaļ
turnstile_types.h 8cb66c68da Restyle the code into using GNU coding standards 2 gadi atpakaļ
types.h 5460d43c9a Add the cpu_flags_t and standardize typing 2 gadi atpakaļ
unwind.c 0b15519af6 Test that flows can actually handle interrupts 3 nedēļas atpakaļ
unwind.h ceabd4361d Code cleanup after merge 2 mēneši atpakaļ
user.c 5efab41d17 Use the right routines to read/write structs to userspace 5 dienas atpakaļ
user.h 05e0523854 Check userspace addresses in IPC interfaces 2 mēneši atpakaļ
work.c 1e865a54e6 Remove kern/error file 5 dienas atpakaļ
work.h 54bd72dded Remove implementation files 2 gadi atpakaļ
xcall.c 9438aa1b1b Apply bulk optimizations to pmap operations 2 mēneši atpakaļ
xcall.h e4374cdc9c Add several comments; style fixes 2 gadi atpakaļ