aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk/nbcon.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07printk: nbcon: Relocate 32bit seq macrosGravatar John Ogness 1-37/+4
2023-09-18printk: nbcon: Allow drivers to mark unsafe regions and check stateGravatar Thomas Gleixner 1-0/+75
2023-09-18printk: nbcon: Add emit function and callback function for atomic printingGravatar Thomas Gleixner 1-2/+104
2023-09-18printk: nbcon: Add sequence handlingGravatar Thomas Gleixner 1-0/+101
2023-09-18printk: nbcon: Add ownership state functionsGravatar Thomas Gleixner 1-1/+122
2023-09-18printk: nbcon: Add buffer managementGravatar Thomas Gleixner 1-5/+68
2023-09-18printk: nbcon: Add acquire/release logicGravatar Thomas Gleixner 1-0/+497
2023-09-18printk: Add non-BKL (nbcon) console basic infrastructureGravatar Thomas Gleixner 1-0/+70