index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus-3.3' of git://git.infradead.org/mtd-2.6
Linus Torvalds
2012-01-10
7
-136
/
+298
|
\
|
*
mtd: do not use mtd->block_markbad directly
Artem Bityutskiy
2012-01-09
1
-0
/
+2
|
*
mtd: introduce mtd_can_have_bb helper
Artem Bityutskiy
2012-01-09
1
-0
/
+7
|
*
mtd: do not use mtd->suspend and mtd->resume directly
Artem Bityutskiy
2012-01-09
1
-1
/
+4
|
*
mtd: do not use mtd->lock, unlock and is_locked directly
Artem Bityutskiy
2012-01-09
1
-0
/
+6
|
*
mtd: do not use mtd->sync directly
Artem Bityutskiy
2012-01-09
1
-1
/
+2
|
*
mtd: harmonize mtd_writev usage
Artem Bityutskiy
2012-01-09
1
-14
/
+2
|
*
mtd: do not use mtd->lock_user_prot_reg directly
Artem Bityutskiy
2012-01-09
1
-0
/
+2
|
*
mtd: mtd->write_user_prot_reg directly
Artem Bityutskiy
2012-01-09
1
-0
/
+2
|
*
mtd: do not use mtd->read_*_prot_reg directly
Artem Bityutskiy
2012-01-09
1
-0
/
+4
|
*
mtd: do not use mtd->get_*_prot_info directly
Artem Bityutskiy
2012-01-09
1
-0
/
+4
|
*
mtd: do not use mtd->read_oob directly
Artem Bityutskiy
2012-01-09
1
-0
/
+4
|
*
mtd: mtdoops: do not use mtd->panic_write directly
Artem Bityutskiy
2012-01-09
1
-0
/
+2
|
*
mtd: do not use mtd->get_unmapped_area directly
Artem Bityutskiy
2012-01-09
1
-0
/
+2
|
*
mtd: do use mtd->point directly
Artem Bityutskiy
2012-01-09
1
-0
/
+2
|
*
mtd: introduce mtd_has_oob helper
Artem Bityutskiy
2012-01-09
1
-0
/
+5
|
*
mtd: clean-up the default_mtd_writev function
Artem Bityutskiy
2012-01-09
1
-0
/
+2
|
*
mtd: remove unused default_mtd_readv prototype
Artem Bityutskiy
2012-01-09
1
-3
/
+0
|
*
mtd: kill dev_to_mtd helper
Artem Bityutskiy
2012-01-09
1
-5
/
+0
|
*
mtd: always initialize retlen to zero
Artem Bityutskiy
2012-01-09
1
-0
/
+9
|
*
mtd: move mtd->{get,put}_device functions up
Artem Bityutskiy
2012-01-09
1
-7
/
+6
|
*
mtd: introduce mtd_block_markbad interface
Artem Bityutskiy
2012-01-09
1
-3
/
+6
|
*
mtd: introduce mtd_block_isbad interface
Artem Bityutskiy
2012-01-09
1
-1
/
+6
|
*
mtd: introduce mtd_resume interface
Artem Bityutskiy
2012-01-09
1
-3
/
+6
|
*
mtd: introduce mtd_suspend interface
Artem Bityutskiy
2012-01-09
1
-1
/
+6
|
*
mtd: introduce mtd_is_locked interface
Artem Bityutskiy
2012-01-09
1
-2
/
+6
|
*
mtd: introduce mtd_unlock interface
Artem Bityutskiy
2012-01-09
1
-1
/
+6
|
*
mtd: introduce mtd_lock interface
Artem Bityutskiy
2012-01-09
1
-2
/
+7
|
*
mtd: introduce mtd_sync interface
Artem Bityutskiy
2012-01-09
1
-3
/
+6
|
*
mtd: introduce mtd_writev interface
Artem Bityutskiy
2012-01-09
1
-6
/
+12
|
*
mtd: introduce mtd_lock_user_prot_reg interface
Artem Bityutskiy
2012-01-09
1
-2
/
+8
|
*
mtd: introduce mtd_write_user_prot_reg interface
Artem Bityutskiy
2012-01-09
1
-1
/
+9
|
*
mtd: introduce mtd_read_user_prot_reg interface
Artem Bityutskiy
2012-01-09
1
-1
/
+9
|
*
mtd: introduce mtd_get_user_prot_info interface
Artem Bityutskiy
2012-01-09
1
-1
/
+9
|
*
mtd: introduce mtd_read_fact_prot_reg interface
Artem Bityutskiy
2012-01-09
1
-1
/
+9
|
*
mtd: introduce mtd_get_fact_prot_info interface
Artem Bityutskiy
2012-01-09
1
-6
/
+13
|
*
mtd: introduce mtd_write_oob interface
Artem Bityutskiy
2012-01-09
1
-4
/
+8
|
*
mtd: introduce mtd_read_oob interface
Artem Bityutskiy
2012-01-09
1
-2
/
+8
|
*
mtd: introduce mtd_panic_write interface
Artem Bityutskiy
2012-01-09
1
-10
/
+15
|
*
mtd: introduce mtd_write interface
Artem Bityutskiy
2012-01-09
1
-1
/
+8
|
*
mtd: introduce mtd_read interface
Artem Bityutskiy
2012-01-09
1
-1
/
+8
|
*
mtd: introduce mtd_get_unmapped_area interface
Artem Bityutskiy
2012-01-09
1
-5
/
+13
|
*
mtd: introduce mtd_unpoint interface
Artem Bityutskiy
2012-01-09
1
-2
/
+6
|
*
mtd: introduce mtd_point interface
Artem Bityutskiy
2012-01-09
1
-4
/
+10
|
*
mtd: introduce mtd_erase interface
Artem Bityutskiy
2012-01-09
1
-5
/
+14
|
*
mtd: map.h: fix arm cross-build failure
Artem Bityutskiy
2012-01-09
1
-1
/
+1
|
*
mtd: document that MEMWRITE ioctl is NAND-specific
Artem Bityutskiy
2012-01-09
1
-1
/
+2
|
*
mtd: maps: physmap: allow partition parsers for physmap_flash_data
Jonas Gorski
2012-01-09
1
-0
/
+1
|
*
mtd: cfi: Allow per-mapping CFI device endianness
Aaron Sierra
2012-01-09
3
-55
/
+38
|
*
mtd: nand: add Macronix manufacturer
Brian Norris
2012-01-09
1
-0
/
+1
[next]