aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-02-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-02-08rhashtable: using ERR_PTR requires linux/err.hStephen Rothwell
2015-02-06rhashtable: Fix remove logic to avoid cross references between bucketsThomas Graf
2015-02-06rhashtable: Avoid bucket cross reference after removalThomas Graf
2015-02-06rhashtable: Add more lock verificationThomas Graf
2015-02-06rhashtable: Dump bucket tables on locking violation under PROVE_LOCKINGThomas Graf
2015-02-06rhashtable: Wait for RCU readers after final unzip workThomas Graf
2015-02-06rhashtable: Use a single bucket lock for sibling bucketsThomas Graf
2015-02-06rhashtable: key_hashfn() must return full hash valueThomas Graf
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2015-02-04rhashtable: Introduce rhashtable_walk_*Herbert Xu
2015-02-04rhashtable: Fix potential crash on destroy in rhashtable_shrinkHerbert Xu
2015-02-04vhost: vhost_scsi_handle_vq() should just use copy_from_user()Al Viro
2015-02-04vhost: don't bother copying iovecs in handle_rx(), kill memcpy_toiovecend()Al Viro
2015-02-04vhost: switch vhost get_indirect() to iov_iter, kill memcpy_fromiovec()Al Viro
2015-01-30rhashtable: Make selftest modularGeert Uytterhoeven
2015-01-29lib/checksum.c: fix build for generic csum_tcpudp_nofoldkarl beldan
2015-01-28lib/checksum.c: fix carry in csum_tcpudp_nofoldkarl beldan
2015-01-26rhashtable: rhashtable_remove() must unlink in both tbl and future_tblThomas Graf
2015-01-26kexec, Kconfig: spell "architecture" properlyBorislav Petkov
2015-01-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-01-15Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney
2015-01-16rhashtable: Fix race in rhashtable_destroy() and use regular work_structYing Xue
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14rhashtable: Lower/upper bucket may map to same lock while shrinkingThomas Graf
2015-01-13rhashtable: involve rhashtable_lookup_compare_insert routineYing Xue
2015-01-09Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-01-08rhashtable: initialize atomic nelems variableYing Xue
2015-01-08rhashtable: avoid unnecessary wakeup for worker queueYing Xue
2015-01-08rhashtable: future table needs to be traversed when remove an objectYing Xue
2015-01-08rhashtable: involve rhashtable_lookup_insert routineYing Xue
2015-01-08rhashtable: introduce rhashtable_wakeup_worker helper functionYing Xue
2015-01-08rhashtable: optimize rhashtable_lookup routineYing Xue
2015-01-07assoc_array: Include rcupdate.h for call_rcu() definitionPranith Kumar
2015-01-06rcu: Set default to RCU_CPU_STALL_INFO=yPaul E. McKenney
2015-01-06rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar
2015-01-03rhashtable: Supports for nulls markerThomas Graf
2015-01-03rhashtable: Per bucket locks & deferred expansion/shrinkingThomas Graf
2015-01-03nft_hash: Remove rhashtable_remove_pprev()Thomas Graf
2015-01-03rhashtable: Factor out bucket_tail() functionThomas Graf
2015-01-03rhashtable: Convert bucket iterators to take table and indexThomas Graf
2015-01-03rhashtable: Use rht_obj() instead of manual offset calculationThomas Graf
2015-01-03rhashtable: Do hashing inside of rhashtable_lookup_compare()Thomas Graf
2015-01-02dynamic_debug: fix commentMasatake YAMATO
2014-12-18Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-12-18lib/show_mem.c: add cma reserved informationVishnu Pratap Singh
2014-12-14Merge tag 'char-misc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds