summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-02-13 19:51:04 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-02-13 19:51:04 +0000
commitf98dedcefdbcbe8d51e77d911583ecc2c2668174 (patch)
tree5bf81fe77322df0ca0c7e8c921302102f8700140 /scripts/stackusage
parent905f6952c5bc8126f1d82c2eb8a699271080b57e (diff)
parent3017358a75917b5ed5ad361c02ba2a7e257d3b2a (diff)
downloadkernel-f98dedcefdbcbe8d51e77d911583ecc2c2668174.tar.gz
Merge branch 'for-2.6.38' into for-2.6.39
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
5-16rhashtable: Fix cmpxchg RCU warningsHerbert Xu 2019-05-16rhashtable: Remove RCU marking from rhash_lock_headHerbert Xu 2019-04-12rhashtable: use BIT(0) for locking.NeilBrown 2019-04-12rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown 2019-04-12rhashtable: move dereference inside rht_ptr()NeilBrown 2019-04-12rhashtable: fix some __rcu annotation errorsNeilBrown 2019-04-12rhashtable: use struct_size() in kvzalloc()Gustavo A. R. Silva 2019-04-07rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown 2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown 2019-04-07rhashtable: allow rht_bucket_var to return NULL.NeilBrown 2019-04-07rhashtable: use cmpxchg() in nested_table_alloc()NeilBrown 2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2019-03-21rhashtable: rename rht_for_each*continue as *from.NeilBrown 2019-03-21rhashtable: don't hold lock on first table throughout insertion.NeilBrown 2019-03-21rhashtable: Still do rehash when we get EEXISTHerbert Xu 2019-02-22rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu 2018-12-03rhashtable: detect when object movement between tables might have invalidated...NeilBrown 2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds 2018-08-22lib/rhashtable: guarantee initial hashtable allocationDavidlohr Bueso 2018-08-22lib/rhashtable: simplify bucket_table_alloc()Davidlohr Bueso 2018-08-20rhashtable: remove duplicated include from rhashtable.cYue Haibing