summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* rhashtable: Make selftest modularGeert Uytterhoeven2015-01-304-206/+229
* rhashtable: rhashtable_remove() must unlink in both tbl and future_tblThomas Graf2015-01-261-9/+15
* rhashtable: Fix race in rhashtable_destroy() and use regular work_structYing Xue2015-01-161-6/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-152-0/+26
|\
| * Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-01-091-0/+25
| |\
| | * kdb: Allow access to sensitive commands to be restricted by defaultDaniel Thompson2014-11-111-0/+25
| * | assoc_array: Include rcupdate.h for call_rcu() definitionPranith Kumar2015-01-071-0/+1
* | | rhashtable: Lower/upper bucket may map to same lock while shrinkingThomas Graf2015-01-141-3/+12
* | | rhashtable: involve rhashtable_lookup_compare_insert routineYing Xue2015-01-131-2/+40
* | | rhashtable: initialize atomic nelems variableYing Xue2015-01-081-0/+1
* | | rhashtable: avoid unnecessary wakeup for worker queueYing Xue2015-01-081-11/+7
* | | rhashtable: future table needs to be traversed when remove an objectYing Xue2015-01-081-2/+2
* | | rhashtable: involve rhashtable_lookup_insert routineYing Xue2015-01-081-15/+82
* | | rhashtable: introduce rhashtable_wakeup_worker helper functionYing Xue2015-01-081-8/+15
* | | rhashtable: optimize rhashtable_lookup routineYing Xue2015-01-081-23/+18
* | | rhashtable: Supports for nulls markerThomas Graf2015-01-031-7/+30
* | | rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf2015-01-031-114/+344
* | | nft_hash: Remove rhashtable_remove_pprev()Thomas Graf2015-01-031-27/+7
* | | rhashtable: Factor out bucket_tail() functionThomas Graf2015-01-031-9/+14
* | | rhashtable: Convert bucket iterators to take table and indexThomas Graf2015-01-031-11/+19
* | | rhashtable: Use rht_obj() instead of manual offset calculationThomas Graf2015-01-031-2/+2
* | | rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf2015-01-031-61/+30
|/ /
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-181-6/+14
|\ \
| * | lib/bug: Use RCU list ops for module_bug_listMasami Hiramatsu2014-11-111-6/+14
| |/
* | lib/show_mem.c: add cma reserved informationVishnu Pratap Singh2014-12-181-0/+6
* | Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-12-141-2/+2
|\ \
| * | devres: support sizes greater than an unsigned longCristian Stoica2014-11-071-2/+2
| |/
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-142-1/+30
|\ \
| * | cpumask: factor out show_cpumap into separate helper functionSudeep Holla2014-11-071-0/+29
| * | kobject: fix NULL pointer derefernce in kobj_child_ns_opsPankaj Dubey2014-11-071-1/+1
| |/
* | lib/decompress.c: consistency of compress formats for kernel imageHaesung Kim2014-12-131-2/+2
* | decompress_bunzip2: off by one in get_next_block()Dan Carpenter2014-12-131-1/+1
* | fault-inject: add ratelimit optionDmitry Monakhov2014-12-131-4/+17
* | syscalls: implement execveat() system callDavid Drysdale2014-12-131-0/+3
* | mm/page_owner: keep track of page ownersJoonsoo Kim2014-12-131-0/+16
* | lib: bitmap: add alignment offset for bitmap_find_next_zero_area()Michal Nazarewicz2014-12-131-11/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-115-104/+103
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-102-1/+2
| |\ \
| * | | net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-102-40/+1
| * | | net: replace remaining users of arch_fast_hash with jhashDaniel Borkmann2014-12-101-4/+4
| * | | bury memcpy_toiovec()Al Viro2014-12-091-25/+0
| * | | test: bpf: expand DIV_KX to DIV_MOD_KXDenis Kirjanov2014-12-081-2/+8
| * | | rhashtable: Check for count mismatch while iterating in selftestThomas Graf2014-11-241-7/+20
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-211-2/+2
| |\ \ \
| * | | | Revert "fast_hash: avoid indirect function calls"Jay Vosburgh2014-11-142-1/+40
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-5/+5
| |\ \ \ \
| * | | | | rhashtable: Drop gfp_flags arg in insert/remove functionsThomas Graf2014-11-131-24/+17
| * | | | | rhashtable: Add parent argument to mutex_is_heldHerbert Xu2014-11-131-2/+2
| * | | | | rhashtable: Move mutex_is_held under PROVE_LOCKINGHerbert Xu2014-11-131-0/+8
| * | | | | fast_hash: avoid indirect function callsHannes Frederic Sowa2014-11-052-40/+1
OpenPOWER on IntegriCloud