summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-05-22Add a log print function type for information reportingRichard Braun
2019-05-19test/test_sref_noref: fix naming, reduce number of loopsRichard Braun
2019-01-17Replace "awaken" with "awoken"Richard Braun
2019-01-17test/test_sleepq_broadcast: new moduleRichard Braun
2019-01-10test/test_semaphore: new moduleRichard Braun
2018-11-05kern/thread: implement suspend/resume operationsAgustina Arzille
2018-06-25kern/perfmon: new moduleRichard Braun
2018-05-07test/test_bulletin: remove assert.h inclusionRichard Braun
2018-05-07test/test_atomic: new moduleRichard Braun
2018-04-24Fix missing kern/syscnt.h inclusionsRichard Braun
2018-04-01kern/bulletin: new moduleRichard Braun
2018-02-24test/test_xcall: include assert.hRichard Braun
2018-02-24New errno.h standard headerRichard Braun
2018-02-24Don't use reserved identifiersRichard Braun
2018-02-21test/test_rcu_defer: don't bind threads to processorsRichard Braun
2018-02-20kern/llsync: remove moduleRichard Braun
2018-02-20kern/rcu: new moduleRichard Braun
2018-02-12test: define test_setup as an __init functionRichard Braun
2018-02-12test/test_xcall: fixRichard Braun
2018-02-12test: fix calls to sref_counter_init in sref testsRichard Braun
2018-01-08test/test_xcall: update test descriptionRichard Braun
2018-01-07test/test_xcall: update to trigger local APIC init raceRichard Braun
2018-01-07test/test_xcall: replace printf with log_infoRichard Braun
2018-01-07test/test_xcall: check all combinationsRichard Braun
2018-01-07kern/Kconfig: new MUTEX_DEBUG optionRichard Braun
2017-09-21New build systemRichard Braun
2017-09-07Use accessors when referring to global kernel objectsRichard Braun
2017-09-07test/test_mutex_pi: make test threads sleepRichard Braun
2017-09-06test/test_mutex: minor changeRichard Braun
2017-09-05kern/xcall: make sure functions are always run from interrupt contextRichard Braun
2017-08-31test/test_mutex: new moduleRichard Braun
2017-07-25kern/llsync: rename pointer accessorsRichard Braun
2017-07-02test/test_x86_double_fault: remove testRichard Braun
2017-07-01x86/trap: rename double fault trigger functionRichard Braun
2017-07-01Minor style fixesRichard Braun
2017-06-25Remove the param moduleRichard Braun
2017-04-29New stdio.h standard headerRichard Braun
2017-04-29kern/printk: rename to printfRichard Braun
2017-03-15test/test_mutex_pi: periodically report the number of priority boostsRichard Braun
2017-03-15kern/syscnt: replace the evcnt moduleRichard Braun
2017-03-04test/test_mutex_pi: new test moduleRichard Braun
2017-02-20test/test_llsync_defer: use a macro to throttle reportsRichard Braun
2017-02-04Clean up compilationRichard Braun
2017-01-25test/test_sref_weakref: decrease ref reporting frequencyRichard Braun
2017-01-25test/test_sref_weakref: new test moduleRichard Braun
2017-01-25kern/sref: implement weak referencesRichard Braun
2017-01-24kern/thread: add the THREAD_KERNEL_PREFIX macroRichard Braun
2017-01-13Replace unsigned long with uintptr_t for integer/pointer conversionsRichard Braun
2017-01-09x86/pmap: report pmap update failuresRichard Braun
2016-12-09Force brackets around one-line conditional statementsRichard Braun