summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-31136-1293/+2724
|\
| * kcov: ignore fault-inject and stacktraceDmitry Vyukov2020-01-313-0/+3
| * include/linux/io-mapping.h-mapping: use PHYS_PFN() macro in io_mapping_map_at...Andy Shevchenko2020-01-311-3/+2
| * execve: warn if process starts with executable stackAlexey Dobriyan2020-01-311-0/+5
| * reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()Yunfeng Ye2020-01-311-1/+2
| * init/main.c: fix misleading "This architecture does not have kernel memory pr...Christophe Leroy2020-01-311-0/+5
| * init/main.c: fix quoted value handling in unknown_bootoptionArvind Sankar2020-01-311-3/+4
| * init/main.c: remove unnecessary repair_env_string in do_initcall_levelArvind Sankar2020-01-311-6/+10
| * init/main.c: log arguments and environment passed to initArvind Sankar2020-01-311-0/+8
| * fs/binfmt_elf.c: coredump: allow process with empty address space to coredumpAlexey Dobriyan2020-01-311-1/+9
| * fs/binfmt_elf.c: coredump: delete duplicated overflow checkAlexey Dobriyan2020-01-311-2/+0
| * fs/binfmt_elf.c: coredump: allocate core ELF header on stackAlexey Dobriyan2020-01-311-11/+5
| * fs/binfmt_elf.c: make BAD_ADDR() unlikelyAlexey Dobriyan2020-01-311-1/+1
| * fs/binfmt_elf.c: better codegen around current->mmAlexey Dobriyan2020-01-311-24/+28
| * fs/binfmt_elf.c: don't copy ELF header aroundAlexey Dobriyan2020-01-311-28/+27
| * fs/binfmt_elf.c: fix ->start_code calculationAlexey Dobriyan2020-01-311-1/+1
| * fs/binfmt_elf.c: smaller code generation around auxv vector fillAlexey Dobriyan2020-01-311-7/+8
| * lib/find_bit.c: uninline helper _find_next_bit()Yury Norov2020-01-311-1/+1
| * lib/find_bit.c: join _find_next_bit{_le}Yury Norov2020-01-311-45/+19
| * uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov2020-01-313-14/+13
| * lib/scatterlist.c: adjust indentation in __sg_alloc_tableNathan Chancellor2020-01-311-1/+1
| * btrfs: use larger zlib buffer for s390 hardware compressionMikhail Zaslonko2020-01-312-36/+101
| * lib/zlib: add zlib_deflate_dfltcc_enabled() functionMikhail Zaslonko2020-01-315-9/+24
| * s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko2020-01-319-2/+55
| * lib/zlib: add s390 hardware support for kernel zlib_inflateMikhail Zaslonko2020-01-317-11/+233
| * s390/boot: rename HEAP_SIZE due to name collisionMikhail Zaslonko2020-01-311-4/+4
| * lib/zlib: add s390 hardware support for kernel zlib_deflateMikhail Zaslonko2020-01-3111-102/+751
| * iio: adc: qcom-vadc-common: use <linux/units.h> helpersAkinobu Mita2020-01-312-4/+3
| * thermal: armada: remove unused TO_MCELSIUS macroAkinobu Mita2020-01-311-2/+0
| * iwlwifi: use <linux/units.h> helpersAkinobu Mita2020-01-312-7/+4
| * iwlegacy: use <linux/units.h> helpersAkinobu Mita2020-01-313-12/+11
| * thermal: remove kelvin to/from Celsius conversion helpers from <linux/thermal.h>Akinobu Mita2020-01-311-11/+0
| * nvme: hwmon: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-8/+5
| * thermal: intel_pch: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-1/+2
| * thermal: int340x: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-3/+4
| * platform/x86: intel_menlow: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-3/+6
| * platform/x86: asus-wmi: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-4/+3
| * ACPI: thermal: switch to use <linux/units.h> helpersAkinobu Mita2020-01-311-16/+18
| * include/linux/units.h: add helpers for kelvin to/from Celsius conversionAkinobu Mita2020-01-311-0/+84
| * drivers/block/zram/zram_drv.c: fix error return codes not being returned in w...Colin Ian King2020-01-311-2/+1
| * zram: try to avoid worst-case scenario on same element pagesTaejoon Song2020-01-311-2/+5
| * mm: fix comments related to node reclaimHao Lee2020-01-312-2/+2
| * include/linux/memory.h: drop fields 'hw' and 'phys_callback' from struct memo...Anshuman Khandual2020-01-311-2/+0
| * include/linux/mm.h: remove dead code totalram_pages_set()Wei Yang2020-01-311-5/+0
| * include/linux/mm.h: clean up obsolete check on space in page->flagsYu Zhao2020-01-311-4/+0
| * zswap: potential NULL dereference on error in init_zswap()Dan Carpenter2020-01-311-1/+2
| * mm/zswap.c: add allocation hysteresis if pool limit is hitVitaly Wool2020-01-312-31/+67
| * mm/page_isolation: fix potential warning from userQian Cai2020-01-312-14/+15
| * mm/hotplug: silence a lockdep splat with printk()Qian Cai2020-01-314-17/+31
| * mm/memory_hotplug: pass in nid to online_pages()David Hildenbrand2020-01-313-15/+7