summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1293/+2724
2020-01-31Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-28/+119
2020-01-31Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-1239/+3888
2020-01-31Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds-41/+121
2020-01-31Merge tag 'riscv-for-linus-5.6-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-11/+245
2020-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-57/+71
2020-01-31kcov: ignore fault-inject and stacktraceDmitry Vyukov-0/+3
2020-01-31include/linux/io-mapping.h-mapping: use PHYS_PFN() macro in io_mapping_map_at...Andy Shevchenko-3/+2
2020-01-31execve: warn if process starts with executable stackAlexey Dobriyan-0/+5
2020-01-31reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye-1/+2
2020-01-31init/main.c: fix misleading "This architecture does not have kernel memory pr...Christophe Leroy-0/+5
2020-01-31init/main.c: fix quoted value handling in unknown_bootoptionArvind Sankar-3/+4
2020-01-31init/main.c: remove unnecessary repair_env_string in do_initcall_levelArvind Sankar-6/+10
2020-01-31init/main.c: log arguments and environment passed to initArvind Sankar-0/+8
2020-01-31fs/binfmt_elf.c: coredump: allow process with empty address space to coredumpAlexey Dobriyan-1/+9
2020-01-31fs/binfmt_elf.c: coredump: delete duplicated overflow checkAlexey Dobriyan-2/+0
2020-01-31fs/binfmt_elf.c: coredump: allocate core ELF header on stackAlexey Dobriyan-11/+5
2020-01-31fs/binfmt_elf.c: make BAD_ADDR() unlikelyAlexey Dobriyan-1/+1
2020-01-31fs/binfmt_elf.c: better codegen around current->mmAlexey Dobriyan-24/+28
2020-01-31fs/binfmt_elf.c: don't copy ELF header aroundAlexey Dobriyan-28/+27
2020-01-31fs/binfmt_elf.c: fix ->start_code calculationAlexey Dobriyan-1/+1
2020-01-31fs/binfmt_elf.c: smaller code generation around auxv vector fillAlexey Dobriyan-7/+8
2020-01-31lib/find_bit.c: uninline helper _find_next_bit()Yury Norov-1/+1
2020-01-31lib/find_bit.c: join _find_next_bit{_le}Yury Norov-45/+19
2020-01-31uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov-14/+13
2020-01-31lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor-1/+1
2020-01-31btrfs: use larger zlib buffer for s390 hardware compressionMikhail Zaslonko-36/+101
2020-01-31lib/zlib: add zlib_deflate_dfltcc_enabled() functionMikhail Zaslonko-9/+24
2020-01-31s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko-2/+55
2020-01-31lib/zlib: add s390 hardware support for kernel zlib_inflateMikhail Zaslonko-11/+233
2020-01-31s390/boot: rename HEAP_SIZE due to name collisionMikhail Zaslonko-4/+4
2020-01-31lib/zlib: add s390 hardware support for kernel zlib_deflateMikhail Zaslonko-102/+751
2020-01-31iio: adc: qcom-vadc-common: use <linux/units.h> helpersAkinobu Mita-4/+3
2020-01-31thermal: armada: remove unused TO_MCELSIUS macroAkinobu Mita-2/+0
2020-01-31iwlwifi: use <linux/units.h> helpersAkinobu Mita-7/+4
2020-01-31iwlegacy: use <linux/units.h> helpersAkinobu Mita-12/+11
2020-01-31thermal: remove kelvin to/from Celsius conversion helpers from <linux/thermal.h>Akinobu Mita-11/+0
2020-01-31nvme: hwmon: switch to use <linux/units.h> helpersAkinobu Mita-8/+5
2020-01-31thermal: intel_pch: switch to use <linux/units.h> helpersAkinobu Mita-1/+2
2020-01-31thermal: int340x: switch to use <linux/units.h> helpersAkinobu Mita-3/+4
2020-01-31platform/x86: intel_menlow: switch to use <linux/units.h> helpersAkinobu Mita-3/+6
2020-01-31platform/x86: asus-wmi: switch to use <linux/units.h> helpersAkinobu Mita-4/+3
2020-01-31ACPI: thermal: switch to use <linux/units.h> helpersAkinobu Mita-16/+18
2020-01-31include/linux/units.h: add helpers for kelvin to/from Celsius conversionAkinobu Mita-0/+84
2020-01-31drivers/block/zram/zram_drv.c: fix error return codes not being returned in w...Colin Ian King-2/+1
2020-01-31zram: try to avoid worst-case scenario on same element pagesTaejoon Song-2/+5
2020-01-31mm: fix comments related to node reclaimHao Lee-2/+2
2020-01-31include/linux/memory.h: drop fields 'hw' and 'phys_callback' from struct memo...Anshuman Khandual-2/+0
2020-01-31include/linux/mm.h: remove dead code totalram_pages_set()Wei Yang-5/+0
2020-01-31include/linux/mm.h: clean up obsolete check on space in page->flagsYu Zhao-4/+0