summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2017-04-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2017-04-29fix a braino in ITER_PIPE iov_iter_revert()Al Viro-1/+1
2017-04-18sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALLDaniel Jordan-3/+3
2017-04-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller-0/+63
2017-04-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2017-04-02[iov_iter] new privimitive: iov_iter_revert()Al Viro-0/+63
2017-03-31kasan: report only the first error by defaultMark Rutland-0/+10
2017-03-24lib/syscall: Clear return values when no stackKees Cook-0/+1
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov-3/+36
2017-03-07Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-7/+7
2017-03-07Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-2/+2
2017-03-07ida: Free correct IDA bitmapMatthew Wilcox-2/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-4/+16
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar-0/+2
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+2
2017-03-02sched/headers: Prepare to remove the <linux/gfp.h> include from <linux/sched.h>Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-2/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02kasan, sched/headers: Uninline kasan_enable/disable_current()Ingo Molnar-0/+1
2017-03-02sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar-1/+1
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells-1/+1
2017-03-01locking/refcounts: Change WARN() to WARN_ONCE()Ingo Molnar-7/+7
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-1187/+819
2017-02-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-14/+268
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-7/+6
2017-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds-17/+13
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds-3/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan-4/+4
2017-02-27scatterlist: do not disable IRQs in sg_copy_bufferGilad Ben-Yossef-4/+0
2017-02-27scatterlist: reorder compound boolean expressionGilad Ben-Yossef-1/+1
2017-02-27lib/fonts/Kconfig: keep non-Sparc fonts listed togetherRandy Dunlap-8/+8
2017-02-26rhashtable: Fix RCU dereference annotation in rht_bucket_nestedHerbert Xu-2/+3
2017-02-26rhashtable: Fix use before NULL check in bucket_table_freeHerbert Xu-3/+1
2017-02-26lib: Allow compile-testing of parmanGeert Uytterhoeven-1/+1
2017-02-26lib: fix spelling mistake: "actualy" -> "actually"Colin Ian King-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-3/+86
2017-02-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2078/+3142
2017-02-24lib/lz4: remove back-compat wrappersSven Schmidt-87/+0
2017-02-24lib/decompress_unlz4: change module to work with new LZ4 module versionSven Schmidt-5/+8
2017-02-24lib: update LZ4 compressor moduleSven Schmidt-1011/+2062
2017-02-24lib/test_sort.c: make it explicitly non-modularPaul Gortmaker-5/+6
2017-02-24lib: add CONFIG_TEST_SORT to enable self-test of sort()Kostenzer Felix-39/+54
2017-02-24rbtree: use designated initializersKees Cook-1/+3
2017-02-24lib/find_bit.c: micro-optimise find_next_*_bitMatthew Wilcox-2/+2
2017-02-24lib: add module support to atomic64 testsGeert Uytterhoeven-4/+11