summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Merge branch 'for-5.2-pf-removal' into for-linusPetr Mladek2019-05-062-3/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-092-3/+3
| * | | | | | | | | | Merge branch 'for-5.2-vsprintf-hardening' into for-linusPetr Mladek2019-05-062-163/+293
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | lib/vsprintf: Make function pointer_string staticYueHaibing2019-04-291-2/+3
| | * | | | | | | | | | vsprintf: Limit the length of inlined error messagesPetr Mladek2019-04-261-12/+27
| | * | | | | | | | | | vsprintf: Avoid confusion between invalid address and valuePetr Mladek2019-04-261-1/+1
| | * | | | | | | | | | vsprintf: Prevent crash when dereferencing invalid pointersPetr Mladek2019-04-262-36/+122
| | * | | | | | | | | | vsprintf: Consolidate handling of unknown pointer specifiersPetr Mladek2019-04-262-13/+18
| | * | | | | | | | | | vsprintf: Factor out %pO handler as kobject_string()Petr Mladek2019-04-261-5/+12
| | * | | | | | | | | | vsprintf: Factor out %pV handler as va_format()Petr Mladek2019-04-261-9/+12
| | * | | | | | | | | | vsprintf: Factor out %p[iI] handler as ip_addr_string()Petr Mladek2019-04-261-22/+30
| | * | | | | | | | | | vsprintf: Do not check address of well-known stringsPetr Mladek2019-04-261-37/+44
| | * | | | | | | | | | vsprintf: Consistent %pK handling for kptr_restrict == 0Petr Mladek2019-04-261-4/+2
| | * | | | | | | | | | vsprintf: Shuffle restricted_pointer()Petr Mladek2019-04-261-49/+49
| | |/ / / / / / / / /
| * / / / / / / / / / lib/test_printf: Switch to bitmap_zalloc()Andy Shevchenko2019-03-201-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'linux-kselftest-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-066-35/+203
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | lib: Add test module for strscpy_padTobin C. Harding2019-04-083-0/+154
| * | | | | | | | | | lib/string: Add strscpy_pad() functionTobin C. Harding2019-04-081-7/+40
| * | | | | | | | | | lib: Use new kselftest headerTobin C. Harding2019-04-082-34/+9
| * | | | | | | | | | lib/test_printf: Add empty module_exit functionTobin C. Harding2019-04-081-0/+6
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-063-3/+0
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-253-3/+0
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-063-30/+40
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | stacktrace: Provide common infrastructureThomas Gleixner2019-04-291-0/+4
| * | | | | | | | | | lib/stackdepot: Remove obsolete functionsThomas Gleixner2019-04-291-20/+0
| * | | | | | | | | | fault-inject: Simplify stacktrace retrievalThomas Gleixner2019-04-291-9/+3
| * | | | | | | | | | lib/stackdepot: Provide functions which operate on plain storage arraysThomas Gleixner2019-04-291-19/+51
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-064-4/+10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mm/uaccess: Use 'unsigned long' to placate UBSAN warnings on older GCC versionsPeter Zijlstra2019-04-242-4/+5
| * | | | | | | | | | x86/uaccess, ubsan: Fix UBSAN vs. SMAPPeter Zijlstra2019-04-032-0/+5
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | ubsan: Remove vla bound checks.Andrey Ryabinin2019-05-062-23/+0
* | | | | | | | | | ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warningsAndrey Ryabinin2019-05-061-26/+23
* | | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-051-0/+11
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | x86/mm/mem_encrypt: Disable all instrumentation for early SME setupGary Hook2019-04-301-0/+11
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | lib/test_vmalloc.c: do not create cpumask_t variable on stackUladzislau Rezki (Sony)2019-04-261-3/+3
* | | | | | | | | lib/Kconfig.debug: fix build error without CONFIG_BLOCKYueHaibing2019-04-261-0/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | kcov: improve CONFIG_ARCH_HAS_KCOV help textMark Rutland2019-04-191-3/+3
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-04-091-0/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | iov_iter: Fix build error without CONFIG_CRYPTOYueHaibing2019-04-031-0/+4
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-04-053-6/+27
|\ \ \ \ \ \
| * | | | | | lib/lzo: fix bugs for very short or empty inputDave Rodgman2019-04-052-6/+7
| * | | | | | lib/string.c: implement a basic bcmpNick Desaulniers2019-04-051-0/+20
| |/ / / / /
* | | | | | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-1/+1
* | | | | | ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)2019-04-041-32/+25
|/ / / / /
* | | | | Merge tag 'for-linus-20190329' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-291-0/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | sbitmap: order READ/WRITE freed instance and setting clear bitMing Lei2019-03-251-0/+11
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-271-2/+6
|\ \ \ \ | |/ / / |/| | |
| * | | rhashtable: Still do rehash when we get EEXISTHerbert Xu2019-03-211-2/+6
| | |/ | |/|
* | | Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-171-1/+1
|\ \ \
| * | | libfdt: prefix header search paths with $(srctree)/Masahiro Yamada2019-03-141-1/+1
| |/ /