summaryrefslogtreecommitdiffstats
path: root/init/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-26vsprintf: Limit the length of inlined error messagesPetr Mladek1-12/+27
2019-04-26vsprintf: Avoid confusion between invalid address and valuePetr Mladek2-1/+2
2019-04-26vsprintf: Prevent crash when dereferencing invalid pointersPetr Mladek3-36/+129
2019-04-26vsprintf: Consolidate handling of unknown pointer specifiersPetr Mladek2-13/+18
2019-04-26vsprintf: Factor out %pO handler as kobject_string()Petr Mladek1-5/+12
2019-04-26vsprintf: Factor out %pV handler as va_format()Petr Mladek1-9/+12
2019-04-26vsprintf: Factor out %p[iI] handler as ip_addr_string()Petr Mladek1-22/+30
2019-04-26vsprintf: Do not check address of well-known stringsPetr Mladek1-37/+44
2019-04-26vsprintf: Consistent %pK handling for kptr_restrict == 0Petr Mladek1-4/+2
2019-04-26vsprintf: Shuffle restricted_pointer()Petr Mladek1-49/+49
2019-04-15printk: Tie printk_once / printk_deferred_once into .data.once for resetPaul Gortmaker2-3/+3
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus56-106/+106
2019-03-20lib/test_printf: Switch to bitmap_zalloc()Andy Shevchenko1-2/+2
2019-03-09MAINTAINERS: fix typo in Mimi Zohar's addressBaruch Siach1-1/+1
2019-03-08gpio: gpio-omap: fix level interrupt idlingRussell King1-6/+8
2019-03-08gpio: amd-fch: Set proper output level for direction_outputAxel Lin1-1/+10
2019-03-08x86: apuv2: remove unused variableArnd Bergmann1-1/+0
2019-03-08gpio: pca953x: Use PCA_LATCH_INTAndy Shevchenko1-5/+5
2019-03-08platform/x86: fix PCENGINES_APU2 Kconfig warningRandy Dunlap1-0/+2
2019-03-08samples/mic/mpssd/mpssd.h: remove duplicate headerBrajeswar Ghosh1-3/+0
2019-03-08kernel/fork.c: remove duplicated includeYueHaibing1-1/+0
2019-03-08include/linux/relay.h: fix percpu annotation in struct rchanLuc Van Oostenryck1-1/+1
2019-03-08arch/nios2/mm/fault.c: remove duplicate includeSabyasachi Gupta1-1/+0
2019-03-08unicore32: stop printing the virtual memory layoutGeert Uytterhoeven1-24/+0
2019-03-08MAINTAINERS: fix GTA02 entry and mark as orphanJann Horn1-2/+3
2019-03-08mm: create the new vm_fault_t typeSouptick Joarder3-48/+73
2019-03-08arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()Mike Rapoport3-25/+8
2019-03-08arch: simplify several early memory allocationsMike Rapoport10-43/+18
2019-03-08openrisc: simplify pte_alloc_one_kernel()Mike Rapoport1-7/+4
2019-03-08sh: prefer memblock APIs returning virtual addressMike Rapoport2-16/+7
2019-03-08microblaze: prefer memblock API returning virtual addressMike Rapoport1-2/+3
2019-03-08powerpc: prefer memblock APIs returning virtual addressMike Rapoport9-51/+44
2019-03-08lib/lzo: separate lzo-rle from lzoDave Rodgman8-17/+226
2019-03-08lib/lzo: implement run-length encodingDave Rodgman5-43/+181
2019-03-08lib/lzo: fast 8-byte copy on arm64Matt Sealey1-1/+1
2019-03-08lib/lzo: 64-bit CTZ on arm64Matt Sealey1-1/+1
2019-03-08lib/lzo: tidy-up ifdefsDave Rodgman1-4/+4
2019-03-08ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_sizeGustavo A. R. Silva1-5/+1
2019-03-08ipc: annotate implicit fall throughMathieu Malaterre1-0/+1
2019-03-08init/initramfs.c: provide more details in error messagesDavid Engraf1-3/+3
2019-03-08lib/ubsan: default UBSAN_ALIGNMENT to not setAnders Roxell1-5/+9
2019-03-08scripts/gdb: replace flags (MS_xyz -> SB_xyz)Jackie Liu2-12/+12
2019-03-08kcov: convert kcov.refcount to refcount_tElena Reshetova1-4/+5
2019-03-08kcov: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+2
2019-03-08kernel/configs: use .incbin directive to embed config_data.gzMasahiro Yamada4-35/+21
2019-03-08configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin56-56/+2
2019-03-08kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()Gustavo A. R. Silva1-4/+2
2019-03-08sysctl: handle overflow for file-maxChristian Brauner1-0/+3
2019-03-08sysctl: handle overflow in proc_get_longChristian Brauner1-1/+39
2019-03-08rapidio/mport_cdev: mark expected switch fall-throughGustavo A. R. Silva1-0/+1