summaryrefslogtreecommitdiff
path: root/kern/printk.c
AgeCommit message (Collapse)Author
2013-02-26kern/printk: use the interrupt-handling spinlock functionsRichard Braun
2012-11-17kern/spinlock: don't disable interruptsRichard Braun
Let the users deal with interrupts themselves. It allows greater freedom to modules that need to carefully change the machine state.
2012-11-03Merge lib into kernRichard Braun
There are no precise enough criteria to justify the separation of these two directories.
2012-11-02kern/printk: protect the printk buffer with a spin lockRichard Braun
2012-09-30Initial commitRichard Braun