| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | lru_cache: remove use of seq_printf return value | Joe Perches | 2015-04-15 | |
| | * | | | | | | | | lib/string_helpers.c: change semantics of string_escape_mem | Rasmus Villemoes | 2015-04-15 | |
| | * | | | | | | | | lib/string_helpers.c: refactor string_escape_mem | Rasmus Villemoes | 2015-04-15 | |
| | * | | | | | | | | lib/vsprintf.c: fix potential NULL deref in hex_string | Rasmus Villemoes | 2015-04-15 | |
| | * | | | | | | | | lib/vsprintf: add %pC{,n,r} format specifiers for clocks | Geert Uytterhoeven | 2015-04-15 | |
| | * | | | | | | | | lib/vsprintf.c: another small hack | Rasmus Villemoes | 2015-04-15 | |
| | * | | | | | | | | lib/vsprintf.c: eliminate duplicate hex string array | Rasmus Villemoes | 2015-04-15 | |
| | * | | | | | | | | lib/vsprintf.c: reduce stack use in number() | Rasmus Villemoes | 2015-04-15 | |
| | * | | | | | | | | lib/vsprintf.c: eliminate some branches | Rasmus Villemoes | 2015-04-15 | |
| | * | | | | | | | | lib/test-hexdump.c: fix initconst confusion | Andi Kleen | 2015-04-15 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2015-04-15 | |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||
| | * | | | | | | | | lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR | mancha security | 2015-03-20 | |
| | |/ / / / / / / | ||||
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2015-04-15 | |
| |\ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ | Merge branch 'iov_iter' into for-davem | Al Viro | 2015-04-09 | |
| | |\ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-04-06 | |
| | |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | | | ||||
| | * | | | | | | | | | test_rhashtable: Remove bogus max_size setting | Herbert Xu | 2015-04-03 | |
| | * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-04-02 | |
| | |\ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | rhashtable: provide len to obj_hashfn | Patrick McHardy | 2015-03-25 | |
| | * | | | | | | | | | | rhashtable: Add rhashtable_free_and_destroy() | Thomas Graf | 2015-03-24 | |
| | * | | | | | | | | | | rhashtable: Disable automatic shrinking by default | Thomas Graf | 2015-03-24 | |
| | * | | | | | | | | | | rhashtable: Use 'unsigned int' consistently | Thomas Graf | 2015-03-24 | |
| | * | | | | | | | | | | rhashtable: Add comment on choice of elasticity value | Herbert Xu | 2015-03-24 | |
| | * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-03-23 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / | | |/| | | | | | | | | ||||
| | * | | | | | | | | | | rhashtable: Fix sleeping inside RCU critical section in walk_stop | Herbert Xu | 2015-03-23 | |
| | * | | | | | | | | | | lib: EXPORT_SYMBOL sha_init | Hannes Frederic Sowa | 2015-03-23 | |
| | * | | | | | | | | | | rhashtable: Add immediate rehash during insertion | Herbert Xu | 2015-03-23 | |
| | * | | | | | | | | | | rhashtable: Allow GFP_ATOMIC bucket table allocation | Herbert Xu | 2015-03-23 | |
| | * | | | | | | | | | | rhashtable: Add multiple rehash support | Herbert Xu | 2015-03-23 | |
| | * | | | | | | | | | | rhashtable: Shrink to fit | Herbert Xu | 2015-03-23 | |
| | * | | | | | | | | | | rhashtable: Allow hashfn to be unset | Herbert Xu | 2015-03-23 | |
| | * | | | | | | | | | | rhashtable: Add barrier to ensure we see new tables in walker | Herbert Xu | 2015-03-23 | |
| | * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-03-20 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | rhashtable: Rip out obsolete out-of-line interface | Herbert Xu | 2015-03-20 | |
| | * | | | | | | | | | | | test_rhashtable: Use inlined rhashtable interface | Herbert Xu | 2015-03-20 | |
| | * | | | | | | | | | | | rhashtable: Allow hash/comparison functions to be inlined | Herbert Xu | 2015-03-20 | |
| | * | | | | | | | | | | | rhashtable: Make rhashtable_init params argument const | Herbert Xu | 2015-03-20 | |
| | * | | | | | | | | | | | rhashtable: Round up/down min/max_size to ensure we respect limit | Thomas Graf | 2015-03-19 | |
| | * | | | | | | | | | | | rhashtable: Remove max_shift and min_shift | Herbert Xu | 2015-03-18 | |
| | * | | | | | | | | | | | test_rhashtable: Use rhashtable max_size instead of max_shift | Herbert Xu | 2015-03-18 | |
| | * | | | | | | | | | | | rhashtable: Introduce max_size/min_size | Herbert Xu | 2015-03-18 | |
| | * | | | | | | | | | | | rhashtable: Remove shift from bucket_table | Herbert Xu | 2015-03-18 | |
| | * | | | | | | | | | | | rhashtable: Avoid calculating hash again to unlock | Thomas Graf | 2015-03-16 | |
| | * | | | | | | | | | | | rhashtable: Annotate RCU locking of walkers | Thomas Graf | 2015-03-16 | |
| | * | | | | | | | | | | | rhashtable: Fix rhashtable_remove failures | Herbert Xu | 2015-03-15 | |
| | * | | | | | | | | | | | rhashtable: Fix use-after-free in rhashtable_walk_stop | Herbert Xu | 2015-03-15 | |
| | * | | | | | | | | | | | rhashtable: Move future_tbl into struct bucket_table | Herbert Xu | 2015-03-15 | |
| | * | | | | | | | | | | | rhashtable: Add rehash counter to bucket_table | Herbert Xu | 2015-03-15 | |
| | * | | | | | | | | | | | rhashtable: Free bucket tables asynchronously after rehash | Herbert Xu | 2015-03-15 | |
| | * | | | | | | | | | | | rhashtable: Move seed init into bucket_table_alloc | Herbert Xu | 2015-03-15 | |
| | * | | | | | | | | | | | rhashtable: Use SINGLE_DEPTH_NESTING | Herbert Xu | 2015-03-15 | |
