summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/liv...Linus Torvalds2019-03-0810-1/+686
|\
| * livepatch: Proper error handling in the shadow variables selftestPetr Mladek2019-02-061-0/+22
| * livepatch: return -ENOMEM on ptr_id() allocation failureJoe Lawrence2019-02-061-1/+1
| * selftests/livepatch: add DYNAMIC_DEBUG config dependencyJoe Lawrence2019-02-011-0/+1
| * selftests/livepatch: introduce testsJoe Lawrence2019-01-1110-1/+663
* | lib/lzo: separate lzo-rle from lzoDave Rodgman2019-03-072-10/+35
* | lib/lzo: implement run-length encodingDave Rodgman2019-03-073-35/+152
* | lib/lzo: fast 8-byte copy on arm64Matt Sealey2019-03-071-1/+1
* | lib/lzo: 64-bit CTZ on arm64Matt Sealey2019-03-071-1/+1
* | lib/lzo: tidy-up ifdefsDave Rodgman2019-03-071-4/+4
* | lib/ubsan: default UBSAN_ALIGNMENT to not setAnders Roxell2019-03-071-5/+9
* | lib/test_firmware.c: remove some dead codeDan Carpenter2019-03-071-9/+0
* | lib/assoc_array.c: mark expected switch fall-throughGustavo A. R. Silva2019-03-071-0/+1
* | lib/test_ubsan.c: VLA no longer used in kernelOlof Johansson2019-03-071-10/+1
* | lib/div64.c: off by one in shiftStanislaw Gruszka2019-03-071-2/+2
* | dynamic_debug: move pr_err from module.c to ddebug_add_moduleRasmus Villemoes2019-03-071-1/+3
* | dynamic_debug: remove unused EXPORT_SYMBOLsRasmus Villemoes2019-03-071-2/+0
* | dynamic_debug: use pointer comparison in ddebug_remove_moduleRasmus Villemoes2019-03-071-1/+2
* | dynamic_debug: don't duplicate modname in ddebug_add_moduleRasmus Villemoes2019-03-071-8/+7
* | lib/vsprintf.c: move sizeof(struct printf_spec) next to its definitionRasmus Villemoes2019-03-071-2/+3
* | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-063-9/+6
|\ \
| * \ Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman2019-02-116-70/+119
| |\ \
| * | | devres: always use dev_name() in devm_ioremap_resource()Sergei Shtylyov2019-01-311-3/+1
| * | | kobject: drop newline from msg stringBo YU2019-01-221-3/+3
| * | | kobject: to repalce printk with pr_* styleBo YU2019-01-221-3/+2
| * | | kobject: make kset_get_ownership() 'static'Eric Biggers2019-01-221-1/+1
* | | | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-062-5/+136
|\ \ \ \
| * \ \ \ Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman2019-02-112-9/+16
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman2019-01-284-61/+103
| |\ \ \ \
| * | | | | iomap: introduce io{read|write}64_{lo_hi|hi_lo}Logan Gunthorpe2019-01-221-0/+132
| * | | | | iomap: Use non-raw io functions for io{read|write}XXbeLogan Gunthorpe2019-01-221-4/+4
| * | | | | lkdtm: Do not depend on BLOCK and clean up headersKees Cook2019-01-091-1/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-066-53/+567
|\ \ \ \ \
| * | | | | mm/page_owner: move config option to mm/Kconfig.debugChangbin Du2019-03-051-17/+0
| * | | | | vmalloc: add test driver to analyse vmalloc allocatorUladzislau Rezki (Sony)2019-03-053-0/+565
| * | | | | mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-1/+2
| * | | | | kasan: remove use after scope bugs detection.Andrey Ryabinin2019-03-053-35/+0
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-062-2/+7
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-02-283-13/+22
| |\ \ \ \ \ \
| * | | | | | | kprobes: Prohibit probing on bsearch()Andrea Righi2019-02-131-0/+2
| * | | | | | | kprobes: Prohibit probing on preemption checking debug functionsMasami Hiramatsu2019-02-131-2/+5
* | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-062-5/+15
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche2019-02-281-0/+2
| * | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-02-283-13/+22
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | refcount_t: Add ACQUIRE ordering on success for dec(sub)_and_test() variantsElena Reshetova2019-02-041-5/+13
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-041-0/+22
|\ \ \ \ \ \ \
| * | | | | | | kasan: turn off asan-stack for clang-8 and earlierArnd Bergmann2019-03-011-0/+22
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-041-0/+2
|\ \ \ \ \ \ \
| * | | | | | | bpf: test_bpf: turn off preemption in function __run_onceAnders Roxell2019-02-251-0/+2
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-3/+5
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |