summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2016-09-127-18/+387
|\
| * lib: Add CRC64 ECMA moduleMarian Chereji2016-09-103-0/+349
| * lib/kstrtox.c: smaller _parse_integer()Alexey Dobriyan2016-09-101-5/+1
| * lib: harden strncpy_from_userMark Rutland2016-09-101-0/+2
| * nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-09-101-5/+11
| * nmi_backtrace: do a local dump_stack() instead of a self-NMIChris Metcalf2016-09-101-0/+9
| * nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-09-101-8/+9
| * stackdepot: fix mempolicy use-after-freeVegard Nossum2016-09-101-0/+6
* | Merge remote-tracking branch 'percpu/for-next'Stephen Rothwell2016-09-121-74/+95
|\ \
| * | percpu-refcount: init ->confirm_switch member properlyRoman Pen2016-08-111-0/+3
| * | percpu_ref: allow operation mode switching operations to be called concurrentlyTejun Heo2016-08-101-4/+29
| * | percpu_ref: restructure operation mode switchingTejun Heo2016-08-101-35/+29
| * | percpu_ref: unify staggered atomic switching wait behaviorTejun Heo2016-08-101-10/+21
| * | percpu_ref: reorganize __percpu_ref_switch_to_atomic() and relocate percpu_re...Tejun Heo2016-08-101-48/+50
| * | percpu_ref: remove unnecessary RCU grace period for staggered atomic switchin...Tejun Heo2016-08-101-18/+4
* | | Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell2016-09-122-71/+60
|\ \ \
| * | | rcu: Disable RCU_PERF_TEST and RCU_TORTURE_TEST for usermode LinuxFengguang Wu2016-08-261-0/+2
| * | | waketorture: Add utilization measurementPaul E. McKenney2016-08-261-0/+1
| * | | waketorture: Add a wakeup-torture modulePaul E. McKenney2016-08-261-0/+17
| * | | bug: Avoid Kconfig warning for BUG_ON_DATA_CORRUPTIONArnd Bergmann2016-08-261-1/+1
| * | | lib/Kconfig.debug: Fix typo in select statementValentin Rothberg2016-08-221-1/+1
| * | | bug: Provide toggle for BUG on data corruptionKees Cook2016-08-222-35/+32
| * | | list: Split list_del() debug checking into separate functionKees Cook2016-08-221-30/+23
| * | | rculist: Consolidate DEBUG_LIST for list_add_rcu()Kees Cook2016-08-221-19/+0
| * | | list: Split list_add() debug checking into separate functionKees Cook2016-08-221-25/+23
* | | | Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2016-09-121-6/+30
|\ \ \ \
| * \ \ \ Merge branch 'x86/asm'Ingo Molnar2016-09-081-6/+30
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | dma-api: Teach the "DMA-from-stack" check about vmapped stacksAndy Lutomirski2016-08-241-6/+30
* | | | | Merge remote-tracking branch 'md/for-next'Stephen Rothwell2016-09-126-2/+984
|\ \ \ \ \
| * | | | | lib/raid6: Add AVX512 optimized xor_syndrome functionsGayatri Kammela2016-09-091-3/+278
| * | | | | lib/raid6/test/Makefile: Add avx512 gen_syndrome and recovery functionsGayatri Kammela2016-09-091-1/+4
| * | | | | lib/raid6: Add AVX512 optimized recovery functionsGayatri Kammela2016-09-093-1/+392
| * | | | | lib/raid6: Add AVX512 optimized gen_syndrome functionsGayatri Kammela2016-09-094-1/+314
* | | | | | Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell2016-09-122-2/+2
|\ \ \ \ \ \
| * | | | | | latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-08-092-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge remote-tracking branch 'net-next/master'Stephen Rothwell2016-09-121-31/+25
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-09-061-3/+7
| |\ \ \ \ \ \
| | * | | | | | rhashtable: add rhashtable_lookup_get_insert_key()Pablo Neira Ayuso2016-08-261-3/+7
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-3/+4
| |\ \ \ \ \ \ \
| * | | | | | | | rhashtable: Remove GFP flag from rhashtable_walk_initHerbert Xu2016-08-191-28/+18
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 's390/features'Stephen Rothwell2016-09-125-0/+297
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | RAID/s390: provide raid6 recovery optimizationMartin Schwidefsky2016-09-013-1/+120
| * | | | | | | RAID/s390: add SIMD implementation for raid6 gen/xorMartin Schwidefsky2016-08-294-0/+178
| |/ / / / / /
* | | | | | | 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
| |/ /