This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 6d906f998179 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...] new 738c06d0e456 Input: elan_i2c - add hardware ID for multiple Lenovo laptops new 07ba9e7be423 Input: document meanings of KEY_SCREEN and KEY_ZOOM new 2291da5b4d30 [media] doc-rst: switch to new names for Full Screen/Aspect keys new f7b3d85aa7a3 HID: input: fix mapping of aspect ratio key new 96dd86871e1f HID: input: add mapping for Expose/Overview key new 7975a1d6a7af HID: input: add mapping for keyboard Brightness Up/Down/To [...] new afbbaa1bc001 HID: input: add mapping for "Full Screen" key new c01908a14bf7 HID: input: add mapping for "Toggle Display" key new bf2a7ca39fd3 Input: snvs_pwrkey - initialize necessary driver data befo [...] new 240206fcab66 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new bfb57a91c2cb habanalabs: remove low credit limit of DMA #0 new c24b074cfd67 Merge tag 'misc-habanalabs-fixes-2019-04-01' of git://peop [...] new 01b76c32e3f3 misc: fastrpc: add checked value for dma_set_mask new 2aae471d66c1 drivers: power: supply: goldfish_battery: Fix bogus SPDX i [...] new 86baf800de84 extcon: ptn5150: fix COMPILE_TEST dependencies new bb0925b283fe Merge tag 'extcon-fixes-for-5.1-rc4' of git://git.kernel.o [...] new f9764dd4d3be Merge tag 'char-misc-5.1-rc6' of git://git.kernel.org/pub/ [...] new 0a8a29be499c Staging: iio: meter: fixed typo new 40a7198a4a01 iio/gyro/bmg160: Use millidegrees for temperature scale new 7ce0f2162218 staging: iio: ad7192: Fix ad7193 channel address new 20ea39ef9f2f iio: Fix scan mask selection new 409a51e0a4a5 iio: gyro: mpu3050: fix chip ID reading new 09c6bdee5118 iio: adc: at91: disable adc channel interrupt in timeout case new 831d2fefdfce iio: chemical: fix missing Kconfig block for sgp30 new 9436f45dd535 iio:chemical:bme680: Fix, report temperature in millidegrees new 73f3bc6da506 iio:chemical:bme680: Fix SPI read interface new fe2d3df639a7 io: accel: kxcjk1013: restore the range after resume. new 06003531502d iio: dac: mcp4725: add missing powerdown bits in store eeprom new 62039b6aef63 iio: adc: xilinx: fix potential use-after-free on remove new 862e4644fd2d iio: adc: xilinx: fix potential use-after-free on probe new 2e4b88f73966 iio: adc: xilinx: prevent touching unclocked h/w on remove new 3d02d7082e58 iio: cros_ec: Fix the maths for gyro scale calculation new f6a7bf2ccf22 iio: pms7003: select IIO_TRIGGERED_BUFFER new fccfb9ce70ed iio: ad_sigma_delta: select channel when reading register new 7f75591fc5a1 iio: core: fix a possible circular locking dependency new 360b921bdfba Merge tag 'iio-fixes-for-5.1a' of git://git.kernel.org/pub [...] new 131ac62253db staging: most: core: use device description as name new 08b7c2f9208f staging: comedi: vmk80xx: Fix use of uninitialized semaphore new 663d294b4768 staging: comedi: vmk80xx: Fix possible double-free of ->us [...] new f4e97f5d4c9e staging: erofs: fix unexpected out-of-bound data access new 660cf4ce9d0f staging: comedi: ni_usb6501: Fix use of uninitialized mutex new af4b54a2e5ba staging: comedi: ni_usb6501: Fix possible double-free of - [...] new b222e9af0a25 Merge tag 'staging-5.1-rc6' of git://git.kernel.org/pub/sc [...] new 1a62b18d51e5 slab: store tagged freelist for off-slab slabmgmt new 870395465444 mm: swapoff: shmem_find_swap_entries() filter out other types new dd862deb151a mm: swapoff: remove too limiting SWAP_UNUSE_MAX_TRIES new 64165b1affc5 mm: swapoff: take notice of completion sooner new af53d3e9e040 mm: swapoff: shmem_unuse() stop eviction without igrab() new 37803841c92d mm/memory_hotplug: do not unlock after failing to take the [...] new e8277b3b5224 mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBF [...] new 8cd40d1d41ff proc: fix map_files test on F29 new 68545aa1cda8 proc: fixup proc-pid-vm test new 1a9f219157b2 mm/hotplug: treat CMA pages as unmovable new 3b991208b897 mm: fix inactive list balancing between NUMA nodes and cgroups new 40453c4f9bb6 kcov: improve CONFIG_ARCH_HAS_KCOV help text new 8f4a8c12cafe kernel/watchdog_hld.c: hard lockup message should end with [...] new 6041186a3258 init: initialize jump labels before command line option parsing new dce5b0bdeec6 mm/kmemleak.c: fix unused-function warning new 04f5866e41fb coredump: fix race condition between mmget_not_zero()/get_ [...] new 3ecafda911f4 Merge branch 'akpm' (patches from Andrew)
The 60 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/media/uapi/rc/rc-tables.rst | 4 +- drivers/base/memory.c | 2 +- drivers/extcon/Kconfig | 2 +- drivers/hid/hid-input.c | 17 ++- drivers/iio/accel/kxcjk-1013.c | 2 + drivers/iio/adc/ad_sigma_delta.c | 1 + drivers/iio/adc/at91_adc.c | 28 +++-- drivers/iio/adc/xilinx-xadc-core.c | 3 +- drivers/iio/chemical/Kconfig | 14 +++ drivers/iio/chemical/bme680.h | 6 +- drivers/iio/chemical/bme680_core.c | 54 ++++++++-- drivers/iio/chemical/bme680_i2c.c | 21 ---- drivers/iio/chemical/bme680_spi.c | 115 ++++++++++++++------- .../iio/common/cros_ec_sensors/cros_ec_sensors.c | 7 +- drivers/iio/dac/mcp4725.c | 1 + drivers/iio/gyro/bmg160_core.c | 6 +- drivers/iio/gyro/mpu3050-core.c | 8 +- drivers/iio/industrialio-buffer.c | 5 +- drivers/iio/industrialio-core.c | 4 +- drivers/infiniband/core/uverbs_main.c | 3 + drivers/input/keyboard/snvs_pwrkey.c | 6 +- drivers/input/mouse/elan_i2c_core.c | 25 +++++ drivers/misc/fastrpc.c | 7 +- drivers/misc/habanalabs/goya/goya.c | 9 +- drivers/power/supply/goldfish_battery.c | 2 +- drivers/staging/comedi/drivers/ni_usb6501.c | 10 +- drivers/staging/comedi/drivers/vmk80xx.c | 8 +- drivers/staging/erofs/data.c | 2 +- drivers/staging/iio/adc/ad7192.c | 8 +- drivers/staging/iio/meter/ade7854.c | 2 +- drivers/staging/most/core.c | 2 +- fs/proc/task_mmu.c | 18 ++++ fs/userfaultfd.c | 9 ++ include/linux/sched/mm.h | 21 ++++ include/linux/shmem_fs.h | 1 + include/uapi/linux/input-event-codes.h | 6 +- init/main.c | 4 +- kernel/watchdog_hld.c | 3 +- lib/Kconfig.debug | 6 +- mm/kmemleak.c | 2 + mm/mmap.c | 7 +- mm/page_alloc.c | 30 +++--- mm/shmem.c | 58 +++++------ mm/slab.c | 1 - mm/swapfile.c | 32 +++--- mm/vmscan.c | 29 ++---- mm/vmstat.c | 5 - tools/testing/selftests/proc/proc-pid-vm.c | 4 +- .../selftests/proc/proc-self-map-files-002.c | 20 ++-- 49 files changed, 405 insertions(+), 235 deletions(-)