summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Revert "radix tree test suite: fix compilation"Linus Torvalds2016-12-091-0/+1
* radix tree test suite: fix compilationMatthew Wilcox2016-12-071-1/+0
* Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-12-071-33/+33
|\
| * locking/selftest: Fix output since KERN_CONT changesMichael Ellerman2016-11-251-33/+33
* | kasan: support use-after-scope detectionDmitry Vyukov2016-11-301-0/+29
* | lib/debugobjects: export for use in modulesChris Wilson2016-11-301-0/+8
* | mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]Andrey Ryabinin2016-11-251-1/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-11-211-0/+3
|\
| * config: Adding the new config parameter CONFIG_PROVE_LOCKING_SMALL for sparcBabu Moger2016-11-181-0/+3
* | fix iov_iter_advance() for ITER_PIPEAbhi Das2016-11-171-1/+3
* | lib/stackdepot: export save/fetch stack for driversChris Wilson2016-11-111-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-291-1/+1
|\
| * bpf, test: fix ld_abs + vlan push/pop stress testDaniel Borkmann2016-10-201-1/+1
* | lib/genalloc.c: start search from start of chunkDaniel Mentz2016-10-271-1/+2
* | lib/stackdepot.c: bump stackdepot capacity from 16MB to 128MBDmitry Vyukov2016-10-271-1/+1
* | latent_entropy: raise CONFIG_FRAME_WARN by defaultKees Cook2016-10-271-0/+1
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-152-2/+2
|\ \
| * | latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-102-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-141-0/+22
|\ \ \
| * | | iov_iter: kernel-doc import_iovec() and rw_copy_check_uvector()Vegard Nossum2016-10-141-0/+22
* | | | Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/li...Linus Torvalds2016-10-141-9/+0
|\ \ \ \
| * | | | samples: move blackfin gptimers-example from DocumentationShuah Khan2016-10-101-9/+0
* | | | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2016-10-141-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
* | | | | kcov: do not instrument lib/stackdepot.cAlexander Potapenko2016-10-111-0/+1
* | | | | lib/bitmap.c: enhance bitmap syntaxNoam Camus2016-10-111-4/+46
* | | | | lib/kstrtox.c: smaller _parse_integer()Alexey Dobriyan2016-10-111-5/+1
* | | | | lib: harden strncpy_from_userMark Rutland2016-10-111-0/+2
| |_|/ / |/| | |
* | | | Fix off-by-one in __pipe_get_pages()Al Viro2016-10-111-2/+2
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-2/+1
|\ \ \ \
| * | | | get rid of separate multipage fault-in primitivesAl Viro2016-09-271-2/+1
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-073-20/+29
|\ \ \ \
| * | | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-5/+11
| * | | | nmi_backtrace: do a local dump_stack() instead of a self-NMIChris Metcalf2016-10-071-0/+9
| * | | | nmi_backtrace: add more trigger_*_cpu_backtrace() methodsChris Metcalf2016-10-071-8/+9
| * | | | atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta2016-10-072-7/+0
* | | | | Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-2/+393
|\ \ \ \ \
| * | | | | pipe: add pipe_buf_release() helperMiklos Szeredi2016-10-051-3/+1
| * | | | | new iov_iter flavour: pipe-backedAl Viro2016-10-051-2/+395
| | |/ / / | |/| | |
* | | | | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-073-0/+352
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | sbitmap: initialize weight to zeroColin Ian King2016-09-191-1/+1
| * | | | sbitmap: don't update the allocation hint on clear after resizeOmar Sandoval2016-09-171-1/+1
| * | | | sbitmap: re-initialize allocation hints after resizeOmar Sandoval2016-09-171-2/+7
| * | | | sbitmap: randomize initial alloc_hint valuesOmar Sandoval2016-09-171-0/+6
| * | | | sbitmap: push alloc policy into sbitmap_queueOmar Sandoval2016-09-171-6/+8