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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: make memzero_explicit more robust against dead store elimination
Daniel Borkmann
2015-05-04
1
-1
/
+1
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2015-04-15
5
-179
/
+181
|
\
|
*
lru_cache: remove use of seq_printf return value
Joe Perches
2015-04-15
1
-4
/
+5
|
*
lib/string_helpers.c: change semantics of string_escape_mem
Rasmus Villemoes
2015-04-15
3
-64
/
+33
|
*
lib/string_helpers.c: refactor string_escape_mem
Rasmus Villemoes
2015-04-15
1
-103
/
+105
|
*
lib/vsprintf.c: fix potential NULL deref in hex_string
Rasmus Villemoes
2015-04-15
1
-4
/
+12
|
*
lib/vsprintf: add %pC{,n,r} format specifiers for clocks
Geert Uytterhoeven
2015-04-15
1
-0
/
+37
|
*
lib/vsprintf.c: another small hack
Rasmus Villemoes
2015-04-15
1
-3
/
+4
|
*
lib/vsprintf.c: eliminate duplicate hex string array
Rasmus Villemoes
2015-04-15
1
-5
/
+2
|
*
lib/vsprintf.c: reduce stack use in number()
Rasmus Villemoes
2015-04-15
1
-6
/
+1
|
*
lib/vsprintf.c: eliminate some branches
Rasmus Villemoes
2015-04-15
1
-19
/
+11
|
*
lib/test-hexdump.c: fix initconst confusion
Andi Kleen
2015-04-15
1
-4
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2015-04-15
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR
mancha security
2015-03-20
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2015-04-15
3
-701
/
+380
|
\
\
|
*
\
Merge branch 'iov_iter' into for-davem
Al Viro
2015-04-09
1
-0
/
+57
|
|
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-06
1
-0
/
+11
|
|
\
\
\
|
*
|
|
|
test_rhashtable: Remove bogus max_size setting
Herbert Xu
2015-04-03
1
-1
/
+0
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-04-02
1
-0
/
+2
|
|
\
\
\
\
|
*
|
|
|
|
rhashtable: provide len to obj_hashfn
Patrick McHardy
2015-03-25
1
-1
/
+1
|
*
|
|
|
|
rhashtable: Add rhashtable_free_and_destroy()
Thomas Graf
2015-03-24
1
-10
/
+39
|
*
|
|
|
|
rhashtable: Disable automatic shrinking by default
Thomas Graf
2015-03-24
1
-1
/
+1
|
*
|
|
|
|
rhashtable: Use 'unsigned int' consistently
Thomas Graf
2015-03-24
1
-8
/
+10
|
*
|
|
|
|
rhashtable: Add comment on choice of elasticity value
Herbert Xu
2015-03-24
1
-0
/
+12
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-23
1
-0
/
+3
|
|
\
\
\
\
\
|
*
|
|
|
|
|
rhashtable: Fix sleeping inside RCU critical section in walk_stop
Herbert Xu
2015-03-23
1
-2
/
+5
|
*
|
|
|
|
|
lib: EXPORT_SYMBOL sha_init
Hannes Frederic Sowa
2015-03-23
1
-0
/
+1
|
*
|
|
|
|
|
rhashtable: Add immediate rehash during insertion
Herbert Xu
2015-03-23
1
-1
/
+59
|
*
|
|
|
|
|
rhashtable: Allow GFP_ATOMIC bucket table allocation
Herbert Xu
2015-03-23
1
-11
/
+15
|
*
|
|
|
|
|
rhashtable: Add multiple rehash support
Herbert Xu
2015-03-23
2
-39
/
+72
|
*
|
|
|
|
|
rhashtable: Shrink to fit
Herbert Xu
2015-03-23
1
-3
/
+10
|
*
|
|
|
|
|
rhashtable: Allow hashfn to be unset
Herbert Xu
2015-03-23
1
-1
/
+16
|
*
|
|
|
|
|
rhashtable: Add barrier to ensure we see new tables in walker
Herbert Xu
2015-03-23
1
-0
/
+3
|
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-03-20
2
-1
/
+769
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
rhashtable: Rip out obsolete out-of-line interface
Herbert Xu
2015-03-20
1
-284
/
+0
|
*
|
|
|
|
|
|
test_rhashtable: Use inlined rhashtable interface
Herbert Xu
2015-03-20
1
-14
/
+19
|
*
|
|
|
|
|
|
rhashtable: Allow hash/comparison functions to be inlined
Herbert Xu
2015-03-20
1
-113
/
+50
|
*
|
|
|
|
|
|
rhashtable: Make rhashtable_init params argument const
Herbert Xu
2015-03-20
1
-3
/
+4
|
*
|
|
|
|
|
|
rhashtable: Round up/down min/max_size to ensure we respect limit
Thomas Graf
2015-03-19
1
-2
/
+8
|
*
|
|
|
|
|
|
rhashtable: Remove max_shift and min_shift
Herbert Xu
2015-03-18
1
-6
/
+1
|
*
|
|
|
|
|
|
test_rhashtable: Use rhashtable max_size instead of max_shift
Herbert Xu
2015-03-18
1
-1
/
+1
|
*
|
|
|
|
|
|
rhashtable: Introduce max_size/min_size
Herbert Xu
2015-03-18
1
-4
/
+8
|
*
|
|
|
|
|
|
rhashtable: Remove shift from bucket_table
Herbert Xu
2015-03-18
1
-3
/
+2
|
*
|
|
|
|
|
|
rhashtable: Avoid calculating hash again to unlock
Thomas Graf
2015-03-16
1
-6
/
+5
|
*
|
|
|
|
|
|
rhashtable: Annotate RCU locking of walkers
Thomas Graf
2015-03-16
1
-0
/
+2
|
*
|
|
|
|
|
|
rhashtable: Fix rhashtable_remove failures
Herbert Xu
2015-03-15
1
-10
/
+7
|
*
|
|
|
|
|
|
rhashtable: Fix use-after-free in rhashtable_walk_stop
Herbert Xu
2015-03-15
1
-3
/
+4
|
*
|
|
|
|
|
|
rhashtable: Move future_tbl into struct bucket_table
Herbert Xu
2015-03-15
1
-16
/
+11
|
*
|
|
|
|
|
|
rhashtable: Add rehash counter to bucket_table
Herbert Xu
2015-03-15
2
-1
/
+2
|
*
|
|
|
|
|
|
rhashtable: Free bucket tables asynchronously after rehash
Herbert Xu
2015-03-15
1
-3
/
+6
[next]