aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2015-04-22timerqueue: Let timerqueue_add/del return informationThomas Gleixner
2015-04-20Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-19hexdump: avoid warning in test functionLinus Torvalds
2015-04-19cpumask: remove __first_cpu / __next_cpuRusty Russell
2015-04-18iommu-common: Fix PARISC compile-time warningsSowmini Varadhan
2015-04-18Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan
2015-04-18sparc: Revert generic IOMMU allocator.David S. Miller
2015-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2015-04-17iommu-common: Fix PARISC compile-time warningsSowmini Varadhan
2015-04-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-17lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help textAndrew Morton
2015-04-17cpumask: don't perform while loop in cpumask_next_and()Sergey Senozhatsky
2015-04-17lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov
2015-04-17lib/vsprintf.c: improve put_dec_trunc8 slightlyRasmus Villemoes
2015-04-17lib/dma-debug: fix bucket_find_contain()Sebastian Ott
2015-04-17lib/vsprintf.c: even faster binary to decimal conversionRasmus Villemoes
2015-04-17lib: rename lib/find_next_bit.c to lib/find_bit.cYury Norov
2015-04-17lib: move find_last_bit to lib/find_next_bit.cYury Norov
2015-04-17lib: find_*_bit reimplementationYury Norov
2015-04-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-04-16sparc: Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-15lru_cache: remove use of seq_printf return valueJoe Perches
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes
2015-04-15lib/string_helpers.c: refactor string_escape_memRasmus Villemoes
2015-04-15lib/vsprintf.c: fix potential NULL deref in hex_stringRasmus Villemoes
2015-04-15lib/vsprintf: add %pC{,n,r} format specifiers for clocksGeert Uytterhoeven
2015-04-15lib/vsprintf.c: another small hackRasmus Villemoes
2015-04-15lib/vsprintf.c: eliminate duplicate hex string arrayRasmus Villemoes
2015-04-15lib/vsprintf.c: reduce stack use in number()Rasmus Villemoes
2015-04-15lib/vsprintf.c: eliminate some branchesRasmus Villemoes
2015-04-15lib/test-hexdump.c: fix initconst confusionAndi Kleen
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-14Kconfig: memtest: update number of test patterns up to 17Vladimir Murzin
2015-04-14mm: move memtest under mmVladimir Murzin
2015-04-14x86, mm: support huge KVA mappings on x86Toshi Kani
2015-04-14mm: change ioremap to set up huge I/O mappingsToshi Kani
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