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