aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/chan_kern.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-16uml: fix console writing bugsJeff Dike1-0/+3
2007-10-16uml: console subsystem tidyingJeff Dike1-80/+80
2007-10-16uml: move userspace code to userspace fileJeff Dike1-48/+0
2007-07-31UML: console should handle spurious IRQSJeff Dike1-1/+8
2007-07-16uml: handle errors on opening host side of consolesJeff Dike1-4/+19
2007-05-07uml: rename os_{read_write}_file_k back to os_{read_write}_fileJeff Dike1-2/+2
2007-05-07uml: change remaining callers of os_{read_write}_fileJeff Dike1-2/+2
2007-05-07uml: remove user_util.hJeff Dike1-1/+0
2007-03-29[PATCH] uml: irq locking fixesJeff Dike1-5/+7
2007-02-11[PATCH] uml: mostly const a structureJeff Dike1-3/+2
2007-02-11[PATCH] uml: lock the irqs_to_free listJeff Dike1-3/+18
2007-02-11[PATCH] uml: return hotplug errors to hostJeff Dike1-54/+23
2006-12-05WorkQueue: Fix up arch-specific work items where possibleDavid Howells1-1/+1
2006-09-27[PATCH] uml: const more dataJeff Dike1-8/+8
2006-09-26[PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike1-1/+1
2006-02-01[PATCH] uml: some harmless sparse warning fixesPaolo 'Blaisorblade' Giarrusso1-3/+3
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-5/+1
2006-01-06[PATCH] uml: Add throttling to console driverJeff Dike1-0/+26
2006-01-06[PATCH] uml: Fix flip_buf full handlingJeff Dike1-1/+1
2006-01-06[PATCH] uml: Simplify console opening/closing and irq registrationJeff Dike1-38/+73
2006-01-06[PATCH] uml: move console configurationJeff Dike1-9/+5
2006-01-06[PATCH] uml: Remove unneeded structure fieldJeff Dike1-10/+6
2006-01-06[PATCH] uml: Formatting changesJeff Dike1-54/+70
2005-11-13[PATCH] uml console channels: fix the API of console_writePaolo 'Blaisorblade' Giarrusso1-3/+2
2005-09-22[PATCH] uml: replace printk with "stack-friendly" printf - to report console failurePaolo 'Blaisorblade' Giarrusso1-16/+42
2005-09-22[PATCH] uml: use GFP_ATOMIC for allocations under spinlocks.Paolo 'Blaisorblade' Giarrusso1-1/+1
2005-05-20[PATCH] uml: Change printf to printk in console driverJeff Dike1-7/+15
2005-05-01[PATCH] uml: redo console lockingPaolo 'Blaisorblade' Giarrusso1-8/+8
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+577