summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* timerqueue: Let timerqueue_add/del return informationThomas Gleixner2015-04-221-3/+7
* Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-202-32/+0
|\
| * cpumask: remove __first_cpu / __next_cpuRusty Russell2015-04-191-21/+0
| * cpumask: only allocate nr_cpumask_bits.Rusty Russell2015-03-101-7/+0
| * cpumask: remove deprecated functions.Rusty Russell2015-03-101-4/+0
* | hexdump: avoid warning in test functionLinus Torvalds2015-04-191-1/+1
* | iommu-common: Fix PARISC compile-time warningsSowmini Varadhan2015-04-181-1/+5
* | Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan2015-04-182-1/+267
* | sparc: Revert generic IOMMU allocator.David S. Miller2015-04-182-225/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2015-04-172-1/+225
|\ \
| * | iommu-common: Fix PARISC compile-time warningsSowmini Varadhan2015-04-171-1/+5
| * | sparc: Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan2015-04-162-1/+221
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-179-464/+342
|\ \ \
| * | | lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help textAndrew Morton2015-04-171-3/+2
| * | | cpumask: don't perform while loop in cpumask_next_and()Sergey Senozhatsky2015-04-171-4/+5
| * | | lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov2015-04-171-30/+0
| * | | lib/vsprintf.c: improve put_dec_trunc8 slightlyRasmus Villemoes2015-04-171-6/+4
| * | | lib/dma-debug: fix bucket_find_contain()Sebastian Ott2015-04-171-1/+1
| * | | lib/vsprintf.c: even faster binary to decimal conversionRasmus Villemoes2015-04-171-118/+128
| * | | lib: rename lib/find_next_bit.c to lib/find_bit.cYury Norov2015-04-172-1/+1
| * | | lib: move find_last_bit to lib/find_next_bit.cYury Norov2015-04-172-2/+27
| * | | lib: find_*_bit reimplementationYury Norov2015-04-172-214/+89
| |/ /
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-04-161-20/+48
|\ \ \ | |/ / |/| |
| * | sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley2015-04-101-20/+48
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-155-179/+181
|\ \ \
| * | | lru_cache: remove use of seq_printf return valueJoe Perches2015-04-151-4/+5
| * | | lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-153-64/+33
| * | | lib/string_helpers.c: refactor string_escape_memRasmus Villemoes2015-04-151-103/+105
| * | | lib/vsprintf.c: fix potential NULL deref in hex_stringRasmus Villemoes2015-04-151-4/+12
| * | | lib/vsprintf: add %pC{,n,r} format specifiers for clocksGeert Uytterhoeven2015-04-151-0/+37
| * | | lib/vsprintf.c: another small hackRasmus Villemoes2015-04-151-3/+4
| * | | lib/vsprintf.c: eliminate duplicate hex string arrayRasmus Villemoes2015-04-151-5/+2
| * | | lib/vsprintf.c: reduce stack use in number()Rasmus Villemoes2015-04-151-6/+1
| * | | lib/vsprintf.c: eliminate some branchesRasmus Villemoes2015-04-151-19/+11
| * | | lib/test-hexdump.c: fix initconst confusionAndi Kleen2015-04-151-4/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-04-151-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VARmancha security2015-03-201-1/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-153-701/+380
|\ \ \
| * \ \ Merge branch 'iov_iter' into for-davemAl Viro2015-04-091-0/+57
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-061-0/+11
| |\ \ \ \
| * | | | | test_rhashtable: Remove bogus max_size settingHerbert Xu2015-04-031-1/+0
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-021-0/+2
| |\ \ \ \ \
| * | | | | | rhashtable: provide len to obj_hashfnPatrick McHardy2015-03-251-1/+1
| * | | | | | rhashtable: Add rhashtable_free_and_destroy()Thomas Graf2015-03-241-10/+39
| * | | | | | rhashtable: Disable automatic shrinking by defaultThomas Graf2015-03-241-1/+1
| * | | | | | rhashtable: Use 'unsigned int' consistentlyThomas Graf2015-03-241-8/+10
| * | | | | | rhashtable: Add comment on choice of elasticity valueHerbert Xu2015-03-241-0/+12
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-231-0/+3
| |\ \ \ \ \ \
| * | | | | | | rhashtable: Fix sleeping inside RCU critical section in walk_stopHerbert Xu2015-03-231-2/+5
| * | | | | | | lib: EXPORT_SYMBOL sha_initHannes Frederic Sowa2015-03-231-0/+1
OpenPOWER on IntegriCloud