aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2018-07-05Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2018-07-05Merge tag 'v4.12.26' into standard/baseBruce Ashfield
2018-07-04dynamic-debug-howto: fix optional/omitted ending line number to be LARGE inst...Randy Dunlap
2018-07-04lib/genalloc.c: make the avail variable an atomic_long_tStephen Bates
2018-07-04ASN.1: check for error from ASN1_OP_END__ACT actionsEric Biggers
2018-07-04ASN.1: fix out-of-bounds read when parsing indefinite length itemEric Biggers
2018-05-29Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2018-05-29debugobjects: Make kmemleak ignore debug objectsWaiman Long
2018-05-08Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2018-04-30lib/mpi: call cond_resched() from mpi_powm() loopEric Biggers
2018-02-05lockdep: disable self-testSebastian Andrzej Siewior
2017-12-18Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2017-12-11KEYS: fix NULL pointer dereference during ASN.1 parsing [ver #2]Eric Biggers
2017-12-11KEYS: fix out-of-bounds read during ASN.1 parsingEric Biggers
2017-12-11assoc_array: Fix a buggy node-splitting caseDavid Howells
2017-12-11lib/digsig: fix dereference of NULL user_key_payloadEric Biggers
2017-11-29Merge branch 'standard/base' into standard/preempt-rt/baseBruce Ashfield
2017-11-27lib/ratelimit.c: use deferred printk() versionSergey Senozhatsky
2017-10-24lockdep: selftest: fix warnings due to missing PREEMPT_RT conditionalsJosh Cartwright
2017-10-24lockdep: selftest: Only do hardirq context test for raw spinlockYong Zhang
2017-10-24cpumask: Disable CONFIG_CPUMASK_OFFSTACK for RTThomas Gleixner
2017-10-24debugobjects: Make RT awareThomas Gleixner
2017-10-24percpu_ida: Use local locksSebastian Andrzej Siewior
2017-10-24softirq: Check preemption after reenabling interruptsThomas Gleixner
2017-10-24radix-tree: use local locksSebastian Andrzej Siewior
2017-10-24mm/scatterlist: Do not disable irqs on RTThomas Gleixner
2017-10-24kernel: sched: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior
2017-10-24sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner
2017-09-20idr: remove WARN_ON_ONCE() when trying to replace negative IDEric Biggers
2017-09-13radix-tree: must check __radix_tree_preload() return valueEric Dumazet
2017-09-07lib/mpi: kunmap after finishing accessing bufferStephan Mueller
2017-08-24kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner
2017-07-27writeback: rework wb_[dec|inc]_stat family of functionsNikolay Borisov
2017-07-27percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov
2017-07-12sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra
2017-06-23lib/cmdline.c: fix get_options() overflow while parsing rangesIlya Matveychikov
2017-06-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-06-08crypto: Work around deallocated stack frame reference gcc bug on sparc.David Miller
2017-05-25test_bpf: Add a couple of tests for BPF_JSGE.David Daney
2017-05-09Merge tag 'dmaengine-4.12-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2017-05-09Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-08lib/rhashtable.c: simplify a strange allocation patternMichal Hocko
2017-05-08lib/zlib_inflate/inftrees.c: fix potential buffer overflowGuenter Roeck
2017-05-08lib/fault-inject.c: use correct check for interruptsDmitry Vyukov
2017-05-08checkpatch: add ability to find bad uses of vsprintf %p<foo> extensionsJoe Perches
2017-05-08lib: add module support to linked list sorting testsGeert Uytterhoeven
2017-05-08lib: add module support to array-based sort testsGeert Uytterhoeven
2017-05-08Revert "lib/test_sort.c: make it explicitly non-modular"Geert Uytterhoeven