index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
ubi
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-19
Use helpers to obtain task pid in printks
Pavel Emelyanov
1
-1
/
+1
2007-10-17
Slab API: remove useless ctor parameter and reorder parameters
Christoph Lameter
1
-2
/
+1
2007-10-14
Merge branch 'master' of git://git.infradead.org/~dedekind/ubi-2.6
David Woodhouse
12
-317
/
+274
2007-10-14
UBI: return correct error code
Artem Bityutskiy
1
-0
/
+1
2007-10-14
UBI: remove useless inlines
Artem Bityutskiy
1
-81
/
+38
2007-10-14
UBI: fix atomic LEB change problems
Artem Bityutskiy
2
-21
/
+33
2007-10-14
UBI: use byte hexdump
Artem Bityutskiy
2
-3
/
+3
2007-10-14
UBI: do not use vmalloc on I/O path
Artem Bityutskiy
8
-112
/
+119
2007-10-14
UBI: allocate memory with GFP_NOFS
Artem Bityutskiy
6
-19
/
+21
2007-10-14
UBI: use linux print_hex_dump(), not home-grown one
Artem Bityutskiy
3
-38
/
+3
2007-10-14
UBI: don't use array index before testing if it is negative
Jesper Juhl
1
-2
/
+7
2007-10-14
UBI: add more prints
Artem Bityutskiy
2
-1
/
+5
2007-10-14
UBI: fix sparse warnings
Artem Bityutskiy
2
-41
/
+45
2007-10-14
UBI: fix leak in ubi_scan_erase_peb
Florin Malita
1
-4
/
+4
2007-08-01
[UBI] drivers/mtd/ubi/scan.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-9
/
+8
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2
-2
/
+2
2007-07-18
UBI: fix compile warning
Paul Mundt
1
-0
/
+1
2007-07-18
UBI: fix error handling in erase worker
Artem Bityutskiy
1
-41
/
+48
2007-07-18
UBI: fix comments
Artem Bityutskiy
1
-3
/
+3
2007-07-18
UBI: remove unneeded error checks
Artem Bityutskiy
2
-13
/
+2
2007-07-18
UBI: cleanup usage of try_module_get
Fernando Luis Vázquez Cao
1
-5
/
+0
2007-07-18
UBI: fix overflow bug
Vinit Agnihotri
2
-6
/
+11
2007-07-18
UBI: bugfix in max_sqnum calculation
Artem Bityutskiy
1
-1
/
+0
2007-07-18
UBI: bugfix in sqnum calculation
Brijesh Singh
1
-3
/
+3
2007-07-18
UBI: fix signed-unsigned multiplication
Brijesh Singh
1
-1
/
+1
2007-07-18
UBI: fix bug in atomic_leb_change()
Artem Bityutskiy
1
-1
/
+1
2007-07-18
UBI: fix message
Vinit Agnihotri
1
-2
/
+1
2007-07-18
UBI: fix debugging stuff
Artem Bityutskiy
1
-4
/
+16
2007-07-18
UBI: bugfix in error path
Artem Bityutskiy
4
-10
/
+7
2007-07-18
UBI: use is_power_of_2()
Vignesh Babu
1
-2
/
+2
2007-07-18
UBI: fix freeing ubi->vtbl while unloading
Vinit Agnihotri
1
-2
/
+2
2007-07-18
UBI: bugfix in ubi_leb_change()
Artem Bityutskiy
1
-5
/
+7
2007-07-18
UBI: kill homegrown endian macros
Christoph Hellwig
7
-132
/
+132
2007-07-18
UBI: cleanup ioctl handling
Christoph Hellwig
1
-28
/
+5
2007-07-18
UBI: error path bugfix
Artem Bityutskiy
1
-1
/
+0
2007-07-18
UBI: minor comma fix
Artem Bityutskiy
1
-2
/
+2
2007-07-18
UBI: use vmalloc for large buffers
Artem Bityutskiy
9
-37
/
+41
2007-07-18
UBI: add few more comments
Artem Bityutskiy
1
-2
/
+6
2007-07-18
UBI: set correct gluebi device size
Artem Bityutskiy
4
-2
/
+30
2007-07-18
UBI: do not let to read too much
Artem Bityutskiy
1
-3
/
+8
2007-07-18
UBI: fix error path in create_vtbl()
Artem Bityutskiy
3
-27
/
+35
2007-07-18
UBI: fix dereference after kfree
Florin Malita
1
-6
/
+5
2007-07-18
UBI: fix memory leak in checking code
Artem Bityutskiy
1
-1
/
+3
2007-07-17
drivers/*: mark variables with uninitialized_var()
Jeff Garzik
1
-1
/
+1
2007-07-17
drivers/mtd/ubi/eba: minor cleanup: tighten scope of a local var
Jeff Garzik
1
-2
/
+2
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
1
-0
/
+1
2007-05-17
Remove SLAB_CTOR_CONSTRUCTOR
Christoph Lameter
1
-3
/
+0
2007-05-07
slab allocators: Remove SLAB_DEBUG_INITIAL flag
Christoph Lameter
1
-2
/
+1
2007-04-27
UBI: remove unused variable
Artem Bityutskiy
1
-1
/
+0
2007-04-27
UBI: Unsorted Block Images
Artem B. Bityutskiy
19
-0
/
+11335