summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2015-04-14lib/ioremap.c: add huge I/O map capability interfacesToshi Kani
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-04-13Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-04-11Merge branch 'iov_iter' into for-nextAl Viro
2015-04-11VFS: Add iov_iter_fault_in_multipages_readable()Anton Altaparmakov
2015-04-10sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley
2015-04-09Merge branch 'iov_iter' into for-davemAl Viro
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-04-03test_rhashtable: Remove bogus max_size settingHerbert Xu
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-31netlink: pad nla_memcpy dest buffer with zeroesJiri Benc
2015-03-31block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar
2015-03-30saner iov_iter initialization primitivesAl Viro
2015-03-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-03-25rhashtable: provide len to obj_hashfnPatrick McHardy
2015-03-25kobject: WARN as tip when call kobject_get() to a kobject not initializedEthan Zhao
2015-03-25lib/lz4: Pull out constant tablesRasmus Villemoes
2015-03-25Merge 4.0-rc5 into char-misc-nextGreg Kroah-Hartman
2015-03-24rhashtable: Add rhashtable_free_and_destroy()Thomas Graf
2015-03-24rhashtable: Disable automatic shrinking by defaultThomas Graf
2015-03-24rhashtable: Use 'unsigned int' consistentlyThomas Graf
2015-03-24rhashtable: Add comment on choice of elasticity valueHerbert Xu
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-23rhashtable: Fix sleeping inside RCU critical section in walk_stopHerbert Xu
2015-03-23lib: EXPORT_SYMBOL sha_initHannes Frederic Sowa
2015-03-23rhashtable: Add immediate rehash during insertionHerbert Xu
2015-03-23rhashtable: Allow GFP_ATOMIC bucket table allocationHerbert Xu
2015-03-23rhashtable: Add multiple rehash supportHerbert Xu
2015-03-23rhashtable: Shrink to fitHerbert Xu
2015-03-23rhashtable: Allow hashfn to be unsetHerbert Xu
2015-03-23rhashtable: Add barrier to ensure we see new tables in walkerHerbert Xu
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-20rhashtable: Rip out obsolete out-of-line interfaceHerbert Xu
2015-03-20test_rhashtable: Use inlined rhashtable interfaceHerbert Xu
2015-03-20rhashtable: Allow hash/comparison functions to be inlinedHerbert Xu
2015-03-20rhashtable: Make rhashtable_init params argument constHerbert Xu
2015-03-20Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a',...Paul E. McKenney
2015-03-19rhashtable: Round up/down min/max_size to ensure we respect limitThomas Graf
2015-03-20lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security
2015-03-18rhashtable: Remove max_shift and min_shiftHerbert Xu
2015-03-18test_rhashtable: Use rhashtable max_size instead of max_shiftHerbert Xu
2015-03-18rhashtable: Introduce max_size/min_sizeHerbert Xu
2015-03-18rhashtable: Remove shift from bucket_tableHerbert Xu
2015-03-16rhashtable: Avoid calculating hash again to unlockThomas Graf