index
:
kernel_samsung_smdk4412
replicant-4.2
replicant-6.0
kernel/samsung/smdk4412
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
microblaze: Adding likely macros
Michal Simek
2010-04-01
6
-26
/
+28
*
microblaze: Add .type and .size to ASM functions
Michal Simek
2010-04-01
3
-1
/
+22
*
microblaze: Fix TLB macros
Michal Simek
2010-04-01
1
-1
/
+2
*
microblaze: Use instruction with delay slot
Michal Simek
2010-04-01
1
-8
/
+5
*
microblaze: Remove additional resr and rear loading
Michal Simek
2010-04-01
1
-15
/
+3
*
microblaze: Change register usage for ESR and EAR
Michal Simek
2010-04-01
1
-35
/
+35
*
microblaze: Prepare work for optimization in exception code
Michal Simek
2010-04-01
1
-6
/
+3
*
microblaze: Add DEBUG option
Michal Simek
2010-04-01
1
-0
/
+2
*
microblaze: Support systems without lmb bram
Michal Simek
2010-04-01
1
-0
/
+6
*
microblaze: uaccess: Sync strlen, strnlen, copy_to/from_user
Michal Simek
2010-04-01
1
-56
/
+32
*
microblaze: uaccess: Unify __copy_tofrom_user
Michal Simek
2010-04-01
2
-39
/
+22
*
microblaze: uaccess: Move functions to generic location
Michal Simek
2010-04-01
3
-200
/
+61
*
microblaze: uaccess: Fix put_user for noMMU
Michal Simek
2010-04-01
1
-22
/
+56
*
microblaze: uaccess: Fix get_user macro for noMMU
Michal Simek
2010-04-01
1
-23
/
+66
*
microblaze: uaccess: fix clear_user for noMMU kernel
Michal Simek
2010-04-01
1
-45
/
+36
*
microblaze: uaccess: Fix strncpy_from_user function
Michal Simek
2010-04-01
1
-3
/
+11
*
microblaze: uaccess: fix copy_from_user macro
Michal Simek
2010-04-01
1
-9
/
+14
*
microblaze: uaccess: copy_to_user unification
Michal Simek
2010-04-01
1
-9
/
+16
*
microblaze: uaccess: sync put/get/clear_user macros
Michal Simek
2010-04-01
1
-37
/
+69
*
microblaze: uaccess: fix put_user and get_user macros
Michal Simek
2010-04-01
1
-51
/
+49
*
microblaze: uaccess: fix __get_user_asm macro
Michal Simek
2010-04-01
1
-16
/
+17
*
microblaze: uaccess: fix clean user macro
Michal Simek
2010-04-01
1
-34
/
+55
*
microblaze: move noMMU __range_ok function to uaccess.h
Michal Simek
2010-04-01
2
-9
/
+6
*
microblaze: Move exception_table_entry upward
Michal Simek
2010-04-01
1
-16
/
+15
*
microblaze: Remove segment.h
Michal Simek
2010-04-01
5
-52
/
+34
*
microblaze: Remove memset in free_init_pages
Michal Simek
2010-04-01
1
-1
/
+0
*
microblaze: Makefile cleanups
Arun Bhanu
2010-04-01
1
-4
/
+0
*
microblaze: Fix Makefile to delete build generated files
Arun Bhanu
2010-04-01
2
-1
/
+3
*
microblaze: Add a missing single quote to make 'make help' happy
Arun Bhanu
2010-04-01
1
-1
/
+1
*
microblaze: Fix "kstack=" parsing
Steven J. Magnani
2010-04-01
1
-4
/
+2
*
Linux 2.6.34-rc3
v2.6.34-rc3
Linus Torvalds
2010-03-30
1
-1
/
+1
*
KEYS: Add MAINTAINERS record
David Howells
2010-03-30
1
-0
/
+10
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2010-03-30
1
-1
/
+5
|
\
|
*
CRED: Fix memory leak in error handling
Mathieu Desnoyers
2010-03-30
1
-1
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/joern/logfs
Linus Torvalds
2010-03-30
7
-36
/
+67
|
\
\
|
*
|
[LogFS] Erase new journal segments
Joern Engel
2010-03-29
1
-0
/
+2
|
*
|
[LogFS] Move reserved segments with journal
Joern Engel
2010-03-29
1
-0
/
+4
|
*
|
[LogFS] Clear PagePrivate when moving journal
Joern Engel
2010-03-28
3
-1
/
+3
|
*
|
Simplify and fix pad_wbuf
Joern Engel
2010-03-28
1
-22
/
+30
|
*
|
Prevent data corruption in logfs_rewrite_block()
Joern Engel
2010-03-28
1
-1
/
+12
|
*
|
Use deactivate_locked_super
Joern Engel
2010-03-27
1
-2
/
+1
|
*
|
Fix logfs_get_sb_final error path
Joern Engel
2010-03-27
1
-1
/
+1
|
*
|
Write out both superblocks on mismatch
Joern Engel
2010-03-27
1
-1
/
+1
|
*
|
Prevent schedule while atomic in __logfs_readdir
Joern Engel
2010-03-27
1
-2
/
+2
|
*
|
Plug memory leak in writeseg_end_io
Joern Engel
2010-03-27
1
-0
/
+1
|
*
|
Limit max_pages for insane devices
Joern Engel
2010-03-27
1
-2
/
+6
|
*
|
Open segment file before using it
Joern Engel
2010-03-27
1
-4
/
+4
*
|
|
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2010-03-30
6
-13
/
+44
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
x86: Do not free zero sized per cpu areas
Ian Campbell
2010-03-29
1
-0
/
+6
|
*
|
x86: Make sure free_init_pages() frees pages on page boundary
Yinghai Lu
2010-03-29
4
-12
/
+37
[next]