summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-311-4/+7
* dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap2017-12-141-0/+4
* lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates2017-12-141-5/+5
* ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers2017-12-141-0/+2
* ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers2017-12-141-21/+26
* lib/mpi: call cond_resched() from mpi_powm() loopEric Biggers2017-11-301-0/+2
* KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers2017-11-151-2/+2
* KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers2017-11-081-0/+3
* assoc_array: Fix a buggy node-splitting caseDavid Howells2017-11-021-34/+17
* lib/digsig: fix dereference of NULL user_key_payloadEric Biggers2017-10-271-0/+6
* lib/ratelimit.c: use deferred printk() versionSergey Senozhatsky2017-10-121-1/+3
* lib/mpi: kunmap after finishing accessing bufferStephan Mueller2017-09-071-1/+3
* lz4: fix bogus gcc warningGreg Kroah-Hartman2017-09-021-1/+1
* lib/Kconfig.debug: fix frv build failureSudip Mukherjee2017-08-111-1/+1
* sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra2017-07-211-0/+32
* swiotlb: ensure that page-sized mappings are page-alignedNikita Yushchenko2017-07-051-3/+3
* lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov2017-06-291-3/+3
* crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller2017-06-241-2/+4
* usercopy: Adjust tests to deal with SMAP/PANKees Cook2017-06-141-2/+18
* bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann2017-05-141-0/+45
* new privimitive: iov_iter_revert()Al Viro2017-04-211-0/+63
* lib/syscall: Clear return values when no stackKees Cook2017-04-081-0/+1
* swiotlb: Add swiotlb=noforce debug optionGeert Uytterhoeven2017-01-261-2/+16
* swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2017-01-261-4/+4
* fix a fencepost error in pipe_advance()Al Viro2017-01-191-23/+31
* 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