summaryrefslogtreecommitdiff
path: root/kern/llsync.c
AgeCommit message (Expand)Author
2017-08-06Fix dependencies on percpu_setupRichard Braun
2017-07-13Switch to initialization operationsRichard Braun
2017-07-02kern/llsync: set ready on first registrationRichard Braun
2017-06-22kern/macros: move the __read_mostly macro hereRichard Braun
2017-06-10Use log functions where appropriateRichard Braun
2017-05-30Move assert.h to the include directoryRichard Braun
2017-04-29New stdio.h standard headerRichard Braun
2017-04-29kern/printk: rename to printfRichard Braun
2017-03-16Update system counter namesRichard Braun
2017-03-15kern/syscnt: replace the evcnt moduleRichard Braun
2017-02-04Clean up compilationRichard Braun
2017-01-26kern/{llsync,rdxtree}: don't use llsync until it's readyRichard Braun
2016-12-09Force brackets around one-line conditional statementsRichard Braun
2014-09-09kern/llsync: fix initialization of per-CPU dataRichard Braun
2014-09-05kern/llsync: use percpu variablesRichard Braun
2014-06-11kern/llsync: per-processor deferred work queuesRichard Braun
2014-06-10kern/llsync: rework lockless synchronizationRichard Braun
2014-06-10kern/llsync: minor changeRichard Braun
2014-05-22kern/llsync: track reset eventsRichard Braun
2014-05-22kern/llsync: declare llsync_setup as an init functionRichard Braun
2014-05-21kern/llsync: fix header inclusionRichard Braun
2013-06-03kern/llsync: use the work module for deferred processingRichard Braun
2013-06-01kern/thread: update creation attributes handlingRichard Braun
2013-05-25kern/llsync: replace raw bitmaps with cpumapsRichard Braun
2013-05-24kern/llsync: group related functionsRichard Braun
2013-05-24kern/llsync: fix checkpoint reset interrupt handlingRichard Braun
2013-05-24kern/llsync: fix first processor registrationRichard Braun
2013-05-24kern/llsync: minor refactoringRichard Braun
2013-05-24kern/llsync: disable interrupts on per-CPU data accessRichard Braun
2013-05-24kern/llsync: assume interrupts are disabled on commitRichard Braun
2013-05-24kern/llsync: improve concurrencyRichard Braun
2013-05-24kern/llsync: fix deadlockRichard Braun
2013-05-24kern/llsync: set worker thread processor affinityRichard Braun
2013-05-15kern/llsync: new moduleRichard Braun