summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-10-032-23/+49
|\
| * fault-injection/cpu: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-6/+40
| * lib/irq_poll: Convert to hotplug state machineSebastian Andrzej Siewior2016-09-191-17/+9
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-032-8/+43
|\ \
| * \ Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-302-5/+5
| |\ \
| * \ \ Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-09-201-22/+2
| |\ \ \
| * | | | lib/syscall: Pin the task stack in collect_syscall()Andy Lutomirski2016-09-161-2/+13
| * | | | Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-155-41/+20
| |\ \ \ \
| * | | | | dma-api: Teach the "DMA-from-stack" check about vmapped stacksAndy Lutomirski2016-08-241-6/+30
| | |_|_|/ | |/| | |
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'efi/urgent' into efi/core, to pick up fixesIngo Molnar2016-09-201-22/+2
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | lib/ucs2_string: Speed up ucs2_utf8size()Lukas Wunner2016-09-091-1/+1
| | |_|/ | |/| |
* | | | radix tree: fix sibling entry handling in radix_tree_descend()Linus Torvalds2016-09-251-4/+4
* | | | locking/hung_task: Fix typo in CONFIG_DETECT_HUNG_TASK help textVivien Didelot2016-09-231-1/+1
| |/ / |/| |
* | | fix iov_iter_fault_in_readable()Al Viro2016-09-171-22/+2
|/ /
* | lib/test_hash.c: fix warning in preprocessor symbol evaluationGeert Uytterhoeven2016-09-011-9/+15
* | lib/test_hash.c: fix warning in two-dimensional array initGeert Uytterhoeven2016-09-011-1/+1
* | mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKSJosh Poimboeuf2016-08-303-28/+0
* | rhashtable: fix a memory leak in alloc_bucket_locks()Eric Dumazet2016-08-261-3/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-172-5/+10
|\
| * rhashtable: fix shift by 64 when shrinkingVegard Nossum2016-08-151-2/+4
| * rhashtable: avoid large lock-array allocationsFlorian Westphal2016-08-141-2/+5
| * rhashtable-test: Fix max_size parameter descriptionPhil Sutter2016-08-081-1/+1
* | unsafe_[get|put]_user: change interface to use a error target labelLinus Torvalds2016-08-082-8/+7
* | dynamic_debug: add jump label supportJason Baron2016-08-041-0/+7
* | dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-042-10/+12
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-026-23/+33
|\
| * kcov: allow more fine-grained coverage instrumentationVegard Nossum2016-08-021-0/+11
| * crc32: use ktime_get_ns() for measurementArnd Bergmann2016-08-021-12/+4
| * lib/iommu-helper: skip to next segmentSebastian Ott2016-08-021-2/+1
| * ratelimit: extend to print suppressed messages on releaseBorislav Petkov2016-08-021-4/+6
| * UBSAN: fix typo in format stringNicolas Iooss2016-08-021-1/+1
| * radix-tree: account nodes to memcg only if explicitly requestedVladimir Davydov2016-08-021-4/+10
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-0/+2
|\ \ | |/ |/|
| * gcc-plugins: disable under COMPILE_TESTKees Cook2016-07-271-2/+2
| * Add sancov pluginEmese Revfy2016-06-071-0/+2
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-08-011-7/+7
|\ \
| * | lib/mpi: Fix SG miter leakHerbert Xu2016-07-291-7/+7
* | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-07-301-1/+4
|\ \ \
| * \ \ Merge branch 'linus' into x86/microcode, to pick up merge window changesIngo Molnar2016-07-277-44/+67
| |\ \ \
| * | | | lib/cpio: Make find_cpio_data()'s offset arg optionalBorislav Petkov2016-06-081-1/+4
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-283-4/+9
|\ \ \ \ \
| * | | | | lib/stackdepot.c: use __GFP_NOWARN for stack allocationsKirill A. Shutemov2016-07-281-0/+1
| * | | | | mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUBAlexander Potapenko2016-07-281-2/+2
| * | | | | mm: optimize copy_page_to/from_iter_iovecMikulas Patocka2016-07-281-2/+6
* | | | | | Merge branch 'salted-string-hash'Linus Torvalds2016-07-281-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | vfs: make the string hashes salt the hashLinus Torvalds2016-06-101-2/+2
| |/ / / /
* | | | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-07-272-1/+80
|\ \ \ \ \
| * | | | | random: replace non-blocking pool with a Chacha20-based CRNGTheodore Ts'o2016-07-032-1/+80
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-07-271-2/+24
|\ \ \ \ \
OpenPOWER on IntegriCloud