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
/
drivers
Commit message (
Expand
)
Author
Age
...
*
|
|
|
lk201: remove obsolete driver
Maciej W. Rozycki
2007-10-17
*
|
|
|
Make the pr_*() family of macros in kernel.h complete
Emil Medve
2007-10-17
*
|
|
|
I2O: Fix "defined but not used" build warnings
Satyam Sharma
2007-10-17
*
|
|
|
add CONFIG_VT_UNICODE
Bill Nottingham
2007-10-17
*
|
|
|
make dmapool code use __set_current_state()
Arjan van de Ven
2007-10-17
*
|
|
|
Remove final traces of long-deprecated "ramdisk" kernel parm
Robert P. J. Day
2007-10-17
*
|
|
|
drivers/block/cciss.c: fix check-after-use
Adrian Bunk
2007-10-17
*
|
|
|
n_hdlc.c: fix check-after-use
Adrian Bunk
2007-10-17
*
|
|
|
cciss: fix error reporting for SG_IO
Steve Cameron
2007-10-17
*
|
|
|
NBD: allow hung network I/O to be cancelled
Paul Clements
2007-10-17
*
|
|
|
NBD: set uninitialized devices to size 0
Paul Clements
2007-10-17
*
|
|
|
floppy: tolerate DMA channel unavailability
Jan Beulich
2007-10-17
*
|
|
|
jsm: Remove further unneeded crud
Alan Cox
2007-10-17
*
|
|
|
mxser: Remove use of dead TTY_FLIPBUF_SIZE definition
Alan Cox
2007-10-17
*
|
|
|
unicode diacritics support
Samuel Thibault
2007-10-17
*
|
|
|
aoe: remove unecessary wrapper function
Ed L. Cashin
2007-10-17
*
|
|
|
pnp: avoid a small unlikely memory leak in proc_read_escd()
Jesper Juhl
2007-10-17
*
|
|
|
Tweak /proc/ipmi removal
Alexey Dobriyan
2007-10-17
*
|
|
|
tpm: pay attention to IRQ info from PNP
Bjorn Helgaas
2007-10-17
*
|
|
|
drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
2007-10-17
*
|
|
|
drivers/char/consolemap.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
2007-10-17
*
|
|
|
epca.c: reformat comments and coding style improvements
Alexey Dobriyan
2007-10-17
*
|
|
|
Remove "unsafe" from module struct
Rusty Russell
2007-10-17
*
|
|
|
convert ill defined log2() to ilog2()
Fengguang Wu
2007-10-17
*
|
|
|
Clean up duplicate includes in drivers/w1/
Jesper Juhl
2007-10-17
*
|
|
|
Clean up duplicate includes in drivers/char/
Jesper Juhl
2007-10-17
*
|
|
|
pcmcia: CompactFlash driver for PA Semi Electra boards
Olof Johansson
2007-10-17
*
|
|
|
Remove unneeded lock_kernel() in driver/block/loop.c
Diego Woitasen
2007-10-17
*
|
|
|
nbd: change a parameter's type to remove a memcpy call
Denis Cheng
2007-10-17
*
|
|
|
nbd: use list_for_each_entry_safe to make it more consolidated and readable
Denis Cheng
2007-10-17
*
|
|
|
kill DECLARE_MUTEX_LOCKED
Christoph Hellwig
2007-10-17
*
|
|
|
Driver for the Atmel on-chip SSC on AT32AP and AT91
Hans-Christian Egtvedt
2007-10-17
*
|
|
|
oom: move prototypes to appropriate header file
David Rientjes
2007-10-17
*
|
|
|
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
2007-10-17
*
|
|
|
mm: bdi init hooks
Peter Zijlstra
2007-10-17
|
|
/
/
|
/
|
|
*
|
|
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...
Linus Torvalds
2007-10-16
|
\
\
\
|
*
|
|
WOL bugfix for 3c59x.c
Steffen Klassert
2007-10-16
|
*
|
|
skge 1.12
Stephen Hemminger
2007-10-16
|
*
|
|
skge: add a debug interface
Stephen Hemminger
2007-10-16
|
*
|
|
skge: eeprom support
Stephen Hemminger
2007-10-16
|
*
|
|
skge: internal stats
Stephen Hemminger
2007-10-16
|
*
|
|
skge: XM PHY handling fixes
Stephen Hemminger
2007-10-16
|
*
|
|
skge: changing MTU while running causes problems
Stephen Hemminger
2007-10-16
|
*
|
|
skge: fix ram buffer size calculation
Stephen Hemminger
2007-10-16
|
*
|
|
gianfar: Fix compile regression caused by 09f75cd7
Li Yang
2007-10-16
|
*
|
|
net: Fix new EMAC driver for NAPI changes
Benjamin Herrenschmidt
2007-10-16
|
*
|
|
bonding: two small fixes for IPoIB support
Jay Vosburgh
2007-10-16
|
*
|
|
e1000e: don't poke PHY registers to retreive link status
Auke Kok
2007-10-16
|
*
|
|
e1000e: fix error checks
Adrian Bunk
2007-10-16
|
*
|
|
e1000e: Fix debug printk macro
Auke Kok
2007-10-16
[prev]
[next]