aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-14lib/ioremap.c: add huge I/O map capability interfacesToshi Kani1-0/+37
2015-04-14Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+83
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+25
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-04-13Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-12/+13
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+13
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-04-11Merge branch 'iov_iter' into for-nextAl Viro1-0/+57
2015-04-11VFS: Add iov_iter_fault_in_multipages_readable()Anton Altaparmakov1-0/+26
2015-04-10sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley1-20/+48
2015-04-09Merge branch 'iov_iter' into for-davemAl Viro1-0/+57
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2015-04-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+11
2015-04-03test_rhashtable: Remove bogus max_size settingHerbert Xu1-1/+0
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-03-31netlink: pad nla_memcpy dest buffer with zeroesJiri Benc1-0/+2
2015-03-31block: fix blk_stack_limits() regression due to lcm() changeMike Snitzer1-0/+11
2015-03-31Merge tag 'v4.0-rc6' into timers/core, before applying new patchesIngo Molnar6-40/+810
2015-03-30saner iov_iter initialization primitivesAl Viro1-0/+57
2015-03-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-10/+25
2015-03-25rhashtable: provide len to obj_hashfnPatrick McHardy1-1/+1
2015-03-25kobject: WARN as tip when call kobject_get() to a kobject not initializedEthan Zhao1-1/+6
2015-03-25lib/lz4: Pull out constant tablesRasmus Villemoes1-11/+7
2015-03-25Merge 4.0-rc5 into char-misc-nextGreg Kroah-Hartman4-3/+774
2015-03-24rhashtable: Add rhashtable_free_and_destroy()Thomas Graf1-10/+39
2015-03-24rhashtable: Disable automatic shrinking by defaultThomas Graf1-1/+1
2015-03-24rhashtable: Use 'unsigned int' consistentlyThomas Graf1-8/+10
2015-03-24rhashtable: Add comment on choice of elasticity valueHerbert Xu1-0/+12
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2015-03-23rhashtable: Fix sleeping inside RCU critical section in walk_stopHerbert Xu1-2/+5
2015-03-23lib: EXPORT_SYMBOL sha_initHannes Frederic Sowa1-0/+1
2015-03-23rhashtable: Add immediate rehash during insertionHerbert Xu1-1/+59
2015-03-23rhashtable: Allow GFP_ATOMIC bucket table allocationHerbert Xu1-11/+15
2015-03-23rhashtable: Add multiple rehash supportHerbert Xu2-39/+72
2015-03-23rhashtable: Shrink to fitHerbert Xu1-3/+10
2015-03-23rhashtable: Allow hashfn to be unsetHerbert Xu1-1/+16
2015-03-23rhashtable: Add barrier to ensure we see new tables in walkerHerbert Xu1-0/+3
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+769
2015-03-20rhashtable: Rip out obsolete out-of-line interfaceHerbert Xu1-284/+0
2015-03-20test_rhashtable: Use inlined rhashtable interfaceHerbert Xu1-14/+19
2015-03-20rhashtable: Allow hash/comparison functions to be inlinedHerbert Xu1-113/+50
2015-03-20rhashtable: Make rhashtable_init params argument constHerbert Xu1-3/+4
2015-03-20Merge branches 'doc.2015.02.26a', 'earlycb.2015.03.03a', 'fixes.2015.03.03a', 'gpexp.2015.02.26a', 'hotplug.2015.03.20a', 'sysidle.2015.02.26b' and 'tiny.2015.02.26a' into HEADPaul E. McKenney1-10/+25
2015-03-19rhashtable: Round up/down min/max_size to ensure we respect limitThomas Graf1-2/+8
2015-03-20lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security1-1/+1
2015-03-18rhashtable: Remove max_shift and min_shiftHerbert Xu1-6/+1
2015-03-18test_rhashtable: Use rhashtable max_size instead of max_shiftHerbert Xu1-1/+1
2015-03-18rhashtable: Introduce max_size/min_sizeHerbert Xu1-4/+8
2015-03-18rhashtable: Remove shift from bucket_tableHerbert Xu1-3/+2
2015-03-16rhashtable: Avoid calculating hash again to unlockThomas Graf1-6/+5