index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
um
/
drivers
/
chan_kern.c
Commit message (
Expand
)
Author
Age
*
um: Implement um_free_irq()
Richard Weinberger
2012-05-21
*
um: switch close_chan() to struct line
Al Viro
2012-03-24
*
um: race fix: initialize delayed_work *before* registering IRQ
Al Viro
2012-03-24
*
um: switch users of ->chan_list to ->chan_{in,out} (easy cases)
Al Viro
2012-03-24
*
um: sorting out the chan mess, part 1
Al Viro
2012-03-24
*
um: fix races between line_open() and line_config()
Al Viro
2012-03-24
*
um: kill useless argument of free_chan() and free_one_chan()
Al Viro
2011-11-02
*
um: take chan_*.h and line.h to arch/um/drivers
Al Viro
2011-11-02
*
um: remove dead code
Richard Weinberger
2011-07-25
*
um: call free_irq() only on enabled channels
Richard Weinberger
2010-08-09
*
uml: remove a useless function
WANG Cong
2008-04-28
*
uml: make a function static
WANG Cong
2008-04-28
*
uml: fix console writing bugs
Jeff Dike
2007-10-16
*
uml: console subsystem tidying
Jeff Dike
2007-10-16
*
uml: move userspace code to userspace file
Jeff Dike
2007-10-16
*
UML: console should handle spurious IRQS
Jeff Dike
2007-07-31
*
uml: handle errors on opening host side of consoles
Jeff Dike
2007-07-16
*
uml: rename os_{read_write}_file_k back to os_{read_write}_file
Jeff Dike
2007-05-07
*
uml: change remaining callers of os_{read_write}_file
Jeff Dike
2007-05-07
*
uml: remove user_util.h
Jeff Dike
2007-05-07
*
[PATCH] uml: irq locking fixes
Jeff Dike
2007-03-29
*
[PATCH] uml: mostly const a structure
Jeff Dike
2007-02-11
*
[PATCH] uml: lock the irqs_to_free list
Jeff Dike
2007-02-11
*
[PATCH] uml: return hotplug errors to host
Jeff Dike
2007-02-11
*
WorkQueue: Fix up arch-specific work items where possible
David Howells
2006-12-05
*
[PATCH] uml: const more data
Jeff Dike
2006-09-27
*
[PATCH] uml: Use ARRAY_SIZE more assiduously
Jeff Dike
2006-09-26
*
[PATCH] uml: some harmless sparse warning fixes
Paolo 'Blaisorblade' Giarrusso
2006-02-01
*
[PATCH] TTY layer buffering revamp
Alan Cox
2006-01-10
*
[PATCH] uml: Add throttling to console driver
Jeff Dike
2006-01-06
*
[PATCH] uml: Fix flip_buf full handling
Jeff Dike
2006-01-06
*
[PATCH] uml: Simplify console opening/closing and irq registration
Jeff Dike
2006-01-06
*
[PATCH] uml: move console configuration
Jeff Dike
2006-01-06
*
[PATCH] uml: Remove unneeded structure field
Jeff Dike
2006-01-06
*
[PATCH] uml: Formatting changes
Jeff Dike
2006-01-06
*
[PATCH] uml console channels: fix the API of console_write
Paolo 'Blaisorblade' Giarrusso
2005-11-13
*
[PATCH] uml: replace printk with "stack-friendly" printf - to report console ...
Paolo 'Blaisorblade' Giarrusso
2005-09-23
*
[PATCH] uml: use GFP_ATOMIC for allocations under spinlocks.
Paolo 'Blaisorblade' Giarrusso
2005-09-23
*
[PATCH] uml: Change printf to printk in console driver
Jeff Dike
2005-05-20
*
[PATCH] uml: redo console locking
Paolo 'Blaisorblade' Giarrusso
2005-05-01
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16