index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Commit message (
Expand
)
Author
Age
...
|
|
*
|
mtd/nand/bcm_umi: remove unused #include <linux/version.h>
Huang Weiyi
2010-05-10
|
|
*
|
mtd: maps: Eliminate use after free
Julia Lawall
2010-05-10
|
|
*
|
mtd: fix a huge latency problem in the MTD CFI and LPDDR flash drivers.
Stefani Seibold
2010-05-10
|
|
*
|
mtd/nand/fsl_upm: Replace the dangerous to_fsl_upm_nand macro
Ferenc Wagner
2010-05-10
|
|
*
|
mtd: OneNAND: OMAP2/3: unmap correct DMA buffer
Mika Westerberg
2010-05-10
|
|
*
|
mtd: Blackfin NFC: localize MMR bit masks
Mike Frysinger
2010-05-10
|
|
*
|
mtd: kconfig: remove stray endchoice from help text
Ferenc Wagner
2010-05-10
|
|
*
|
mtd: nandsim: make some structures anonymous
Artem Bityutskiy
2010-05-10
|
|
*
|
mtd/maps/physmap: catch failure to register MTD_PHYSMAP_COMPAT device
H Hartley Sweeten
2010-04-20
|
|
*
|
bitops: rename for_each_bit() to for_each_set_bit(): mtd
Akinobu Mita
2010-04-08
|
|
*
|
mtd: SmartMedia/xD FTL: use of kmalloc/kfree requires the include of slab.h
Stephen Rothwell
2010-03-29
|
|
*
|
mtd: sm_ftl: remove CONFIG_SM_FTL_MUSEUM and make it always on
Maxim Levitsky
2010-03-26
|
|
*
|
mtd: nand: split out ECC module
Maxim Levitsky
2010-03-26
|
|
*
|
mtd: sm_ftl: initialize sysfs attributes
Maxim Levitsky
2010-03-26
|
|
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2010-03-26
|
|
|
\
\
|
|
*
|
|
mtd/maps/pismo: remove dangling pointer and a leak
Wolfram Sang
2010-03-21
|
|
*
|
|
mtd: block2mtd: Use kasprintf
Julia Lawall
2010-03-18
|
|
*
|
|
mtd: small typo in Makefile
Matteo Croce
2010-03-18
|
|
*
|
|
mtd/nand/r852: Use pci_dma_mapping_error()
David Woodhouse
2010-03-11
|
|
*
|
|
mtd/nand/r852: fix build for CONFIG_PCI disabled
Randy Dunlap
2010-03-11
|
|
*
|
|
mtd: blktrans: do blk_cleanup_queue when it is really safe to do so
Maxim Levitsky
2010-03-08
|
|
*
|
|
mtd: Make SM_FTL depend on MTD_NAND
David Woodhouse
2010-03-08
|
|
*
|
|
mtd: nand: r852: declare inline functions static
Stephen Rothwell
2010-03-08
|
|
*
|
|
mtd: nand: r852: fix name space clash
Stephen Rothwell
2010-03-08
|
|
*
|
|
mtd/nand/r852: fix build for CONFIG_PM=n
Randy Dunlap
2010-03-08
|
|
*
|
|
mtd: r852: Few fixes for problems that occur when card is rapidly inserted/re...
Maxim Levitsky
2010-03-08
|
|
*
|
|
mtd: r852 fix pci ID
Maxim Levitsky
2010-02-26
|
|
*
|
|
mtd: Few follow up cleanups for Smartmedia/xD support
Maxim Levitsky
2010-02-26
|
|
*
|
|
mtd: nand: Add driver for Ricoh xD/SmartMedia reader
Maxim Levitsky
2010-02-26
|
|
*
|
|
mtd: Add new SmartMedia/xD FTL
Maxim Levitsky
2010-02-26
|
|
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
2010-02-26
|
|
|
\
\
\
|
|
*
|
|
|
mtd: nand: Add SmartMedia device table to sm_common module
David Woodhouse
2010-02-26
|
|
*
|
|
|
mtd: Workaround wrong write protect status on some xD cards
Maxim Levitsky
2010-02-26
|
|
*
|
|
|
mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident()
David Woodhouse
2010-02-26
|
|
*
|
|
|
mtd: common module for smartmedia/xD support
Maxim Levitsky
2010-02-26
|
|
*
|
|
|
mtd: nand: add ->badblockbits for minimum number of set bits in bad block byte
Maxim Levitsky
2010-02-26
|
|
*
|
|
|
mtd: nand: make reads using MTD_OOB_RAW affect only ECC validation
Maxim Levitsky
2010-02-26
|
|
*
|
|
|
mtd: nand: cleanup the nand_do_write_ops
Maxim Levitsky
2010-02-26
|
|
*
|
|
|
mtd: nand: make MTD_OOB_PLACE work correctly.
Maxim Levitsky
2010-02-26
|
|
*
|
|
|
mtd: nand: make suspend work if device is accessed by kernel threads.
Maxim Levitsky
2010-02-26
|
|
*
|
|
|
mtd: blktrans: allow FTL drivers to export sysfs attributes
Maxim Levitsky
2010-02-26
|
|
*
|
|
|
mtd: call the remove notifiers before assuming it is in use
Maxim Levitsky
2010-02-26
|
|
*
|
|
|
mtd: mtdblock: test return value of add_mtd_blktrans_dev, because if can fail
Maxim Levitsky
2010-02-26
|
|
*
|
|
|
mtd: blktrans: Hotplug fixes
Maxim Levitsky
2010-02-26
|
|
*
|
|
|
mtd: blktrans: remove mtd_blkcore_priv, switch to per device queue and thread
Maxim Levitsky
2010-02-26
|
|
*
|
|
|
mtd: create unlocked versions of {get,put}_mtd_device
Maxim Levitsky
2010-02-26
|
|
*
|
|
|
mtd: nand: Add MPC5121 NAND Flash Controller driver
Anatolij Gustschin
2010-02-26
|
|
*
|
|
|
mtd: nand_bcm: fix hot spin and code duplication
Roel Kluin
2010-02-26
|
|
*
|
|
|
mtd: omap2 fix prefetch mode read issue
Vimal Singh
2010-02-26
|
|
*
|
|
|
mtd: omap2: correct 'info' pointer in 'omap_nand_remove'
Vimal Singh
2010-02-26
[prev]
[next]