You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Emil 6b0ba99e86
feature: added SJF scheduler and Regression based prediction (#385)
11 months ago
..
arch feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
admissions_control.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
auto_buf.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
current_sandbox.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
current_wasm_module_instance.h feat: libsledge pattern for wasmception (#299) 3 years ago
debuglog.h feat: libsledge pattern for wasmception (#299) 3 years ago
deque.h correct wrong paper publication time 4 years ago
epoll_tag.h feat: epoll tags 3 years ago
execution_histogram.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
execution_regression.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
global_request_scheduler.h refactor: sandbox struct in req queue 3 years ago
global_request_scheduler_deque.h refactor: Eliminate sandbox request 3 years ago
global_request_scheduler_minheap.h chore: organize preprocessor includes 5 years ago
global_request_scheduler_mtds.h Updated deferable server (#352) 3 years ago
http.h refactor: HTTP memstreams (#363) 3 years ago
http_parser_settings.h refactor: http header cleanup 4 years ago
http_request.h refactor: http cleanup 3 years ago
http_route_total.h refactor: http route total counters 3 years ago
http_router.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
http_session.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
http_session_perf_log.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
http_total.h refactor: HTTP total counters 3 years ago
json.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
json_parse.h refactor: rename json parser 3 years ago
likely.h feat: Refactor of conditional compilation units 4 years ago
listener_thread.h feat: Reimplement spinlocks for better tracking 3 years ago
local_cleanup_queue.h refactor: rename to local_cleanup_queue 3 years ago
local_runqueue.h feat: rework of scheduler logic 4 years ago
local_runqueue_list.h feat: Round robin for FIFO preemption 4 years ago
local_runqueue_minheap.h refactor: assorted header cleanup 4 years ago
local_runqueue_mtds.h Updated deferable server (#352) 3 years ago
lock.h feat: Reimplement spinlocks for better tracking 3 years ago
map.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
metrics_server.h feat: epoll tags 3 years ago
module.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
module_database.h refactor: make module_add more explicit 3 years ago
panic.h chore: fix missing include 4 years ago
perf_window.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
perf_window_t.h feat: Latency perflog (#364) 3 years ago
pool.h feat: Reimplement spinlocks for better tracking 3 years ago
pretty_print.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
priority_queue.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
proc_stat.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
ps_list.h feat: Round robin for FIFO preemption 4 years ago
route.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
route_config.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
route_config_parse.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
route_latency.h feat: Latency perflog (#364) 3 years ago
runtime.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
sandbox_functions.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
sandbox_perf_log.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
sandbox_set_as_allocated.h refactor: Address Emil feedback 3 years ago
sandbox_set_as_asleep.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
sandbox_set_as_complete.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
sandbox_set_as_error.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
sandbox_set_as_initialized.h fix: completion queue alignment 3 years ago
sandbox_set_as_interrupted.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
sandbox_set_as_preempted.h feat: sandbox state hooks 3 years ago
sandbox_set_as_returned.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
sandbox_set_as_runnable.h refactor: Address Emil feedback 3 years ago
sandbox_set_as_running_sys.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
sandbox_set_as_running_user.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
sandbox_state.h refactor: Eliminate sandbox request 3 years ago
sandbox_state_history.h fix: state history not flexible array member 3 years ago
sandbox_state_transition.h feat: sandbox state hooks 3 years ago
sandbox_summarize_page_allocations.h refactor: sandbox state durations 4 years ago
sandbox_total.h feat: Latency perflog (#364) 3 years ago
sandbox_types.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
scheduler.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
scheduler_options.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
sledge_abi_symbols.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
software_interrupt.h feat: linear memory OOB via SIGSEGV handler 3 years ago
software_interrupt_counts.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
tcp_server.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
tcp_session.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
tenant.h feat: epoll tags 3 years ago
tenant_config.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
tenant_config_parse.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
tenant_functions.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
types.h chore: clang-format 3 years ago
vec.h refactor: use vec for dynamically-size router 3 years ago
wasi.h fix: correct type nit 3 years ago
wasi_serdes.h WIP: WASI Support (#267) 3 years ago
wasm_globals.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
wasm_memory.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
wasm_module_instance.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
wasm_stack.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
wasm_table.h feature: added SJF scheduler and Regression based prediction (#385) 11 months ago
wasm_types.h chore: Remove zombie macros 3 years ago
worker_thread.h remove epoll from workers (#365) 3 years ago
xmalloc.h fix: Address Gabe feedback 3 years ago