summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-29fs/binfmt_flat.c: make load_flat_shared_library() workJann Horn
2019-06-29mm/mempolicy.c: fix an incorrect rebind node in mpol_rebind_nodemaskzhong jiang
2019-06-29fs/proc/array.c: allow reporting eip/esp for all coredumping threadsJohn Ogness
2019-06-29mm/dev_pfn: exclude MEMORY_DEVICE_PRIVATE while computing virtual addressAnshuman Khandual
2019-06-28Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-06-28Merge tag 'for-5.2/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-28Merge tag 'for-linus-20190627' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds
2019-06-28Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2019-06-28Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-28Merge tag 'csky-for-linus-5.2-fixup-gcc-unwind' of git://github.com/c-sky/csk...Linus Torvalds
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-27proc: remove useless d_is_dir() checkChristian Brauner
2019-06-27copy_process(): don't use ksys_close() on cleanupsAl Viro
2019-06-26af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman
2019-06-26sctp: change to hold sk after auth shkey is created successfullyXin Long
2019-06-26Merge branch 'ipv6-fix-neighbour-resolution-with-raw-socket'David S. Miller
2019-06-26ipv6: fix neighbour resolution with raw socketNicolas Dichtel
2019-06-26ipv6: constify rt6_nexthop()Nicolas Dichtel
2019-06-26net: dsa: microchip: Use gpiod_set_value_cansleep()Marek Vasut
2019-06-26net: aquantia: fix vlans not working over bridged networkDmitry Bogdanov
2019-06-26ipv4: reset rt_iif for recirculated mcast/bcast out pktsStephen Suryaputra
2019-06-26team: Always enable vlan tx offloadYueHaibing
2019-06-26Merge branch 'smc-fixes'David S. Miller
2019-06-26net/smc: Fix error path in smc_initYueHaibing
2019-06-26net/smc: hold conns_lock before calling smc_lgr_register_conn()Huaping Zhou
2019-06-26bonding: Always enable vlan tx offloadYueHaibing
2019-06-26HID: intel-ish-hid: fix wrong driver_data usageHyungwoo Yang
2019-06-26HID: multitouch: Add pointstick support for ALPS TouchpadKai-Heng Feng
2019-06-26HID: logitech-dj: Fix forwarding of very long HID++ reportsHans de Goede
2019-06-26HID: uclogic: Add support for Huion HS64 tabletKyle Godbey
2019-06-26HID: chicony: add another quirk for PixArt mouseOleksandr Natalenko
2019-06-26HID: intel-ish-hid: Fix a use after free in load_fw_from_host()Dan Carpenter
2019-06-26csky: Fixup libgcc unwind errorGuo Ren
2019-06-25clk: socfpga: stratix10: fix divider entry for the emac clocksDinh Nguyen
2019-06-25net/ipv6: Fix misuse of proc_dointvec "skip_notify_on_dev_down"Eiichi Tsukata
2019-06-25ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra
2019-06-25dm verity: use message limit for data block corruption messageMilan Broz
2019-06-25dm table: don't copy from a NULL pointer in realloc_argv()Jerome Marchand
2019-06-25dm log writes: make sure super sector log updates are written in orderzhangyi (F)
2019-06-25dm init: remove trailing newline from calls to DMERR() and DMINFO()Stephen Boyd
2019-06-25dm init: fix incorrect uses of kstrndup()Gen Zhang
2019-06-25Merge tag 'imx-fixes-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson
2019-06-25Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson
2019-06-25Merge branch 'parisc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-25Merge tag 'mfd-fixes-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-24qmi_wwan: Fix out-of-bounds readBjørn Mork
2019-06-24tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long
2019-06-24net: macb: do not copy the mac address if NULLAntoine Tenart
2019-06-24net/packet: fix memory leak in packet_set_ring()Eric Dumazet