summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2015-03-15rhashtable: Fix rhashtable_remove failuresHerbert Xu-10/+7
2015-03-15rhashtable: Fix use-after-free in rhashtable_walk_stopHerbert Xu-3/+4
2015-03-15rhashtable: Move future_tbl into struct bucket_tableHerbert Xu-16/+11
2015-03-15rhashtable: Add rehash counter to bucket_tableHerbert Xu-1/+2
2015-03-15rhashtable: Free bucket tables asynchronously after rehashHerbert Xu-3/+6
2015-03-15rhashtable: Move seed init into bucket_table_allocHerbert Xu-10/+6
2015-03-15rhashtable: Use SINGLE_DEPTH_NESTINGHerbert Xu-7/+2
2015-03-15rhashtable: Fix walker behaviour during rehashHerbert Xu-23/+46
2015-03-13Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-1/+769
2015-03-13timekeeping: Add debugging checks to warn if we see delaysJohn Stultz-0/+13
2015-03-12rhashtable: Fix read-side crash during rehashHerbert Xu-1/+1
2015-03-12rhashtable: kill ht->shift atomic operationsDaniel Borkmann-30/+25
2015-03-12rhashtable: Fix reader/rehash raceHerbert Xu-0/+6
2015-03-12rcutorture: Default to grace-period-initialization delaysPaul E. McKenney-1/+1
2015-03-12rhashtable: Remove obj_raw_hashfnHerbert Xu-18/+7
2015-03-12rhashtable: Remove key length argument to key_hashfnHerbert Xu-3/+4
2015-03-12rhashtable: Use head_hashfn instead of obj_raw_hashfnHerbert Xu-7/+5
2015-03-12rhashtable: Move masking back into key_hashfnHerbert Xu-2/+3
2015-03-11rhashtable: Add annotation to nested lockHerbert Xu-2/+2
2015-03-11rhashtable: Add arbitrary rehash functionHerbert Xu-332/+174
2015-03-11rhashtable: Move hash_rnd into bucket_tableHerbert Xu-9/+15
2015-03-11rcu: Provide diagnostic option to slow down grace-period initializationPaul E. McKenney-0/+24
2015-03-10cpumask: only allocate nr_cpumask_bits.Rusty Russell-7/+0
2015-03-10cpumask: remove deprecated functions.Rusty Russell-4/+0
2015-03-09Merge tag 'trace-fixes-v4.0-rc2-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-2/+2
2015-03-06lib: correct link to the original source for div64_u64Heinrich Schuchardt-1/+1
2015-03-04seq_buf: Fix seq_buf_bprintf() truncationSteven Rostedt (Red Hat)-1/+1
2015-03-04seq_buf: Fix seq_buf_vprintf() truncationSteven Rostedt (Red Hat)-1/+1
2015-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-37/+36
2015-02-27rhashtable: use cond_resched()Eric Dumazet-0/+4
2015-02-27rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann-39/+18
2015-02-27rhashtable: unconditionally grow when max_shift is not specifiedDaniel Borkmann-3/+1
2015-02-26rcu: Drive PROVE_RCU directly off of PROVE_LOCKINGPaul E. McKenney-10/+1
2015-02-24locking: Remove ACCESS_ONCE() usageDavidlohr Bueso-1/+1
2015-02-23rhashtable: initialize all rhashtable walker membersSasha Levin-0/+3
2015-02-20rhashtable: allow to unload test moduleDaniel Borkmann-0/+5
2015-02-20rhashtable: better high order allocation attemptsDaniel Borkmann-3/+3
2015-02-20rhashtable: don't test for shrink on insert, expansion on deleteDaniel Borkmann-9/+18
2015-02-20rhashtable: don't allocate ht structure on stack in test_rht_initDaniel Borkmann-1/+2
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds-15/+15
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-5/+30
2015-02-17move iov_iter.c from mm/ to lib/Al Viro-1/+769
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-8/+28
2015-02-17scripts/gdb: add infrastructureJan Kiszka-0/+11
2015-02-16lib/Kconfig: use bool instead of booleanChristoph Jaeger-1/+1
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-0/+5
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin-0/+1
2015-02-13lib: add kasan test moduleAndrey Ryabinin-3/+289
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin-0/+1
2015-02-13x86_64: add KASan supportAndrey Ryabinin-0/+1