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
/
mtd
Commit message (
Expand
)
Author
Age
*
mtd: Convert from class_device to device for MTD/mtdchar
Tony Jones
2008-01-24
*
cache invalidation error for buffered write
Massimo Cirillo
2008-01-11
*
Eliminate pointless casts from void* in a few driver irq handlers.
Jeff Garzik
2007-10-23
*
[MTD] [NOR] Fix deadlock in Intel chip driver caused by get_chip recursion
Alexey Korolev
2007-10-23
*
[MTD] [OneNAND] Fix wrong free the static address in onenand_sim
Kyungmin Park
2007-10-22
*
[MTD] [NAND] Replace -1 with -EBADMSG in nand error correction code
Jörn Engel
2007-10-20
*
[MTD] [NAND] treat any negative return value from correct() as an error
Matt Reimer
2007-10-20
*
[MTD] [NAND] nandsim: bugfix in initialization
Artem Bityutskiy
2007-10-20
*
[MTD] Fix typo in Alauda config option help text.
Dave Jones
2007-10-20
*
[MTD] [NAND] add s3c2440-specific read_buf/write_buf
Matt Reimer
2007-10-20
*
[MTD] [OneNAND] onenand-sim: fix kernel-doc and typos
Randy Dunlap
2007-10-20
*
typo fixes
Matt LaPlante
2007-10-19
*
Use helpers to obtain task pid in printks
Pavel Emelyanov
2007-10-19
*
Add missing newlines to some uses of dev_<level> messages
Joe Perches
2007-10-18
*
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
2007-10-17
*
Reinstate lost flush_ioremap_region() fix to pxa2xx-flash driver
Linus Torvalds
2007-10-15
*
signedness: module_param_array nump argument
Al Viro
2007-10-14
*
Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6
David Woodhouse
2007-10-14
|
\
|
*
UBI: return correct error code
Artem Bityutskiy
2007-10-14
|
*
UBI: remove useless inlines
Artem Bityutskiy
2007-10-14
|
*
UBI: fix atomic LEB change problems
Artem Bityutskiy
2007-10-14
|
*
UBI: use byte hexdump
Artem Bityutskiy
2007-10-14
|
*
UBI: do not use vmalloc on I/O path
Artem Bityutskiy
2007-10-14
|
*
UBI: allocate memory with GFP_NOFS
Artem Bityutskiy
2007-10-14
|
*
UBI: use linux print_hex_dump(), not home-grown one
Artem Bityutskiy
2007-10-14
|
*
UBI: don't use array index before testing if it is negative
Jesper Juhl
2007-10-14
|
*
UBI: add more prints
Artem Bityutskiy
2007-10-14
|
*
UBI: fix sparse warnings
Artem Bityutskiy
2007-10-14
|
*
UBI: fix leak in ubi_scan_erase_peb
Florin Malita
2007-10-14
*
|
[MTD] fix mtdconcat for subpage-write NAND
Chris Paulson-Ellis
2007-10-14
*
|
[MTD] [OneNAND] Avoid deadlock in erase callback; release chip lock first.
Adrian Hunter
2007-10-14
*
|
[MTD] [OneNAND] Return only negative error codes
Adrian Hunter
2007-10-14
*
|
[MTD] [OneNAND] Synchronize block locking operations
Adrian Hunter
2007-10-14
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2007-10-13
|
\
\
|
*
|
[POWERPC] Cleanups for physmap_of.c (v2)
David Gibson
2007-09-20
|
*
|
[POWERPC] Make partitions optional in physmap_of
Josh Boyer
2007-09-19
|
*
|
Merge branch 'linux-2.6'
Paul Mackerras
2007-09-19
|
|
\
|
|
*
|
[POWERPC] Document and implement an improved flash device binding for powerpc
David Gibson
2007-09-13
|
*
|
Merge branch 'linux-2.6' into for-2.6.24
Paul Mackerras
2007-09-13
|
|
\
\
|
*
|
|
[POWERPC] Fixes to allow use of Ebony's flash chips through physmap_of
David Gibson
2007-08-16
*
|
|
|
Merge Linux 2.6.23
David Woodhouse
2007-10-13
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
pci: fix unterminated pci_device_id lists
Kees Cook
2007-09-19
|
|
|
/
|
|
/
|
|
*
|
[MTD] Initialise s_flags in get_sb_mtd_aux()
David Howells
2007-09-02
|
*
|
[ARM] 4554/1: replace consistent_sync() with flush_ioremap_region()
Jared Hulbert
2007-08-23
|
|
/
*
|
[MTD] [NAND] Blackfin on-chip NAND Flash Controller driver
Bryan Wu
2007-10-13
*
|
[MTD] [NOR] fix ctrl-alt-del can't reboot for intel flash bug
Kevin Hao
2007-10-13
*
|
[MTD] [NAND] Fix compiler warning in Alauda driver
akpm@linux-foundation.org
2007-10-13
*
|
[MTD] [OneNAND] Fix typo related with recent commit
Kyungmin Park
2007-10-13
*
|
[MTD] [NAND] Avoid deadlock in erase callback; release chip lock first.
David Woodhouse
2007-10-06
*
|
[MTD] [NAND] Resume method for CAFÉ NAND controller
David Woodhouse
2007-10-06
[next]