index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mtd: do not use mtd->sync directly
Artem Bityutskiy
2012-01-09
9
-21
/
+11
*
mtd: harmonize mtd_writev usage
Artem Bityutskiy
2012-01-09
4
-23
/
+27
*
mtd: do not use mtd->lock_user_prot_reg directly
Artem Bityutskiy
2012-01-09
2
-2
/
+2
*
mtd: mtd->write_user_prot_reg directly
Artem Bityutskiy
2012-01-09
2
-4
/
+2
*
mtd: do not use mtd->read_*_prot_reg directly
Artem Bityutskiy
2012-01-09
2
-8
/
+14
*
mtd: do not use mtd->get_*_prot_info directly
Artem Bityutskiy
2012-01-09
2
-5
/
+7
*
mtd: do not use mtd->read_oob directly
Artem Bityutskiy
2012-01-09
2
-7
/
+6
*
mtd: mtdoops: do not use mtd->panic_write directly
Artem Bityutskiy
2012-01-09
2
-9
/
+10
*
romfs: do not use mtd->get_unmapped_area directly
Artem Bityutskiy
2012-01-09
1
-15
/
+13
*
mtd: do not use mtd->get_unmapped_area directly
Artem Bityutskiy
2012-01-09
3
-20
/
+14
*
mtd: do use mtd->point directly
Artem Bityutskiy
2012-01-09
4
-16
/
+15
*
mtd: introduce mtd_has_oob helper
Artem Bityutskiy
2012-01-09
3
-3
/
+8
*
mtd: mtdcore: export symbols cleanup
Artem Bityutskiy
2012-01-09
1
-15
/
+9
*
mtd: clean-up the default_mtd_writev function
Artem Bityutskiy
2012-01-09
2
-19
/
+24
*
jffs: remove custom mtd_fake_writev function
Artem Bityutskiy
2012-01-09
1
-26
/
+1
*
mtd: remove unused default_mtd_readv prototype
Artem Bityutskiy
2012-01-09
1
-3
/
+0
*
mtd: sst25l: kill unused variable
Artem Bityutskiy
2012-01-09
1
-1
/
+1
*
mtd: onenand: kill unused variable
Artem Bityutskiy
2012-01-09
1
-1
/
+0
*
mtd: kill dev_to_mtd helper
Artem Bityutskiy
2012-01-09
2
-17
/
+13
*
mtd: remove extra retlen assignment
Artem Bityutskiy
2012-01-09
7
-33
/
+22
*
mtd: always initialize retlen to zero
Artem Bityutskiy
2012-01-09
1
-0
/
+9
*
mtd: doc: do not initialize mtd_info fields to 0 or NULL
Artem Bityutskiy
2012-01-09
4
-29
/
+0
*
mtd: docprobe: use kzalloc instead
Artem Bityutskiy
2012-01-09
1
-6
/
+1
*
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
12
-14
/
+17
*
mtd: introduce mtd_block_isbad interface
Artem Bityutskiy
2012-01-09
21
-30
/
+34
*
mtd: introduce mtd_resume interface
Artem Bityutskiy
2012-01-09
10
-12
/
+15
*
mtd: introduce mtd_suspend interface
Artem Bityutskiy
2012-01-09
10
-10
/
+15
*
mtd: introduce mtd_is_locked interface
Artem Bityutskiy
2012-01-09
3
-4
/
+8
*
mtd: introduce mtd_unlock interface
Artem Bityutskiy
2012-01-09
5
-5
/
+10
*
mtd: introduce mtd_lock interface
Artem Bityutskiy
2012-01-09
5
-6
/
+11
*
mtd: introduce mtd_sync interface
Artem Bityutskiy
2012-01-09
11
-14
/
+17
*
mtd: introduce mtd_writev interface
Artem Bityutskiy
2012-01-09
4
-11
/
+18
*
mtd: introduce mtd_lock_user_prot_reg interface
Artem Bityutskiy
2012-01-09
3
-4
/
+10
*
mtd: introduce mtd_write_user_prot_reg interface
Artem Bityutskiy
2012-01-09
3
-4
/
+12
*
mtd: introduce mtd_read_user_prot_reg interface
Artem Bityutskiy
2012-01-09
3
-4
/
+12
*
mtd: introduce mtd_get_user_prot_info interface
Artem Bityutskiy
2012-01-09
3
-3
/
+11
*
mtd: introduce mtd_read_fact_prot_reg interface
Artem Bityutskiy
2012-01-09
3
-4
/
+12
*
mtd: introduce mtd_get_fact_prot_info interface
Artem Bityutskiy
2012-01-09
3
-8
/
+15
*
mtd: introduce mtd_write_oob interface
Artem Bityutskiy
2012-01-09
13
-27
/
+31
*
mtd: introduce mtd_read_oob interface
Artem Bityutskiy
2012-01-09
14
-31
/
+37
*
mtd: introduce mtd_panic_write interface
Artem Bityutskiy
2012-01-09
3
-14
/
+19
*
mtd: introduce mtd_write interface
Artem Bityutskiy
2012-01-09
22
-73
/
+84
*
mtd: introduce mtd_read interface
Artem Bityutskiy
2012-01-09
35
-135
/
+152
*
mtd: introduce mtd_get_unmapped_area interface
Artem Bityutskiy
2012-01-09
5
-11
/
+18
*
mtd: introduce mtd_unpoint interface
Artem Bityutskiy
2012-01-09
5
-10
/
+14
*
mtd: introduce mtd_point interface
Artem Bityutskiy
2012-01-09
5
-12
/
+18
*
mtd: introduce mtd_erase interface
Artem Bityutskiy
2012-01-09
22
-28
/
+37
*
mtd: mtdchar: rename functions
Artem Bityutskiy
2012-01-09
1
-37
/
+39
*
logfs: rename functions starting with mtd_
Artem Bityutskiy
2012-01-09
1
-29
/
+32
[next]