summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-24doc/intro(9): describe cbuf as a circular byte bufferRichard Braun
2018-02-22perfmon: split pmu into amd and intel architectures.Remy Noel
2018-02-22kern/spinlock: add ownership tracking as a debugging featureRichard Braun
2018-02-21test/test_rcu_defer: don't bind threads to processorsRichard Braun
2018-02-21x86/pmap: add TODO entryRichard Braun
2018-02-21kern/rcu: comment the loop in rcu_cpu_data_check_gp_stateRichard Braun
2018-02-20kern/clock: include stdalign.hRichard Braun
2018-02-20kern/rcu: fix !SMP buildsRichard Braun
2018-02-20doc/style(9): remove any reference to llsyncRichard Braun
2018-02-20doc/intro(9): replace llsync with rcuRichard Braun
2018-02-20kern/llsync: remove moduleRichard Braun
2018-02-20Rework the initialization operations of some kernel modulesRichard Braun
2018-02-20Merge branch 'preemptible_rcu'Richard Braun
2018-02-20kern/rcu: new moduleRichard Braun
2018-02-20kern/thread: remove sref registration callsRichard Braun
2018-02-20kern/timer: coding style fixRichard Braun
2018-02-12kern/xcall: optimize and improve documentationRichard Braun
2018-02-12tools/build_configs.py: implement passing filtersRichard Braun
2018-02-12tools/build_configs.py: add a set of test optionsRichard Braun
2018-02-12Add TODO entriesRichard 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-02-12kern/xcall: declare the xcall_setup init operationRichard Braun
2018-02-12kern/sref: declare the sref_setup init operationRichard Braun
2018-02-12kern/percpu: add TODO entryRichard Braun
2018-02-12kern/atomic: new atomic_fence_acq_rel macroRichard Braun
2018-02-12kern/thread: minor changesRichard Braun
2018-02-07kern/sref: allow custom initial valuesRichard Braun
2018-02-07kern/sref: allow usage from interrupt contextRichard Braun
2018-02-07kern/syscnt: new syscnt_set methodRichard Braun
2018-02-07kern/work: improve description of work_scheduleRichard Braun
2018-02-07kern/sleepq: make sleepq_broadcast real-time friendlyRichard Braun
2018-01-30Fix condition variable broadcastingRichard Braun
2018-01-29Fix undefined behavior in conditional macro replacementRichard Braun
2018-01-24kern/atomic: add thread fencesAgustina Arzille
2018-01-20x86/lapic: don't pack memory map structuresRichard Braun
2018-01-16Clean up init op dependencies between syscnt and mutexRichard Braun
2018-01-16kern/percpu: improve initop descriptions and fix dependenciesRichard Braun
2018-01-16kern/percpu: use ARRAY_SIZE in percpu_areaRichard Braun
2018-01-15kern/sref: document locking keysRichard Braun
2018-01-14kern/perfmon: Remove tsd dependency.Remy Noel
2018-01-14Merge branch 'master' into perfmonRemy Noel
2018-01-12kern/sref: relax memory ordering on weak reference operationsRichard Braun
2018-01-12kern/sref: relax memory ordering on weak reference operationsRichard Braun
2018-01-12kern/macros: minor comment updateRichard Braun
2018-01-12kern/macros: minor comment updateRichard Braun