summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Linux 4.19.50v4.19.50Greg Kroah-Hartman1-1/+1
2019-06-11ethtool: check the return value of get_regs_lenYunsheng Lin1-2/+10
2019-06-11ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern1-0/+8
2019-06-11TTY: serial_core, add ->installJiri Slaby1-11/+13
2019-06-11drm/i915/gvt: Initialize intel_gvt_gtt_entry in stackTina Zhang1-2/+4
2019-06-11drm: don't block fb changes for async plane updatesHelen Koike2-10/+20
2019-06-11drm/i915: Maintain consistent documentation subsection orderingJonathan Corbet2-4/+4
2019-06-11drm/i915/fbc: disable framebuffer compression on GeminiLakeDaniel Drake1-0/+4
2019-06-11drm/i915: Fix I915_EXEC_RING_MASKChris Wilson1-1/+1
2019-06-11drm/amdgpu: remove ATPX_DGPU_REQ_POWER_FOR_DISPLAYS check when hotplug-inAaron Liu1-2/+1
2019-06-11drm/radeon: prefer lower reference dividersChristian König1-2/+2
2019-06-11drm/amdgpu/psp: move psp version specific function pointers to early_initAlex Deucher1-9/+10
2019-06-11drm: add non-desktop quirks to Sensics and OSVR headsets.Ryan Pavlik1-0/+6
2019-06-11drm/nouveau: add kconfig option to turn off nouveau legacy contexts. (v3)Dave Airlie2-3/+17
2019-06-11drm: add non-desktop quirk for Valve HMDsAndres Rodriguez1-0/+19
2019-06-11drm/msm: fix fb references in async updateHelen Koike1-0/+4
2019-06-11drm/gma500/cdv: Check vbt config bits when detecting lvds panelsPatrik Jakobsson3-0/+7
2019-06-11test_firmware: Use correct snprintf() limitDan Carpenter1-7/+7
2019-06-11genwqe: Prevent an integer overflow in the ioctlDan Carpenter2-0/+6
2019-06-11Revert "MIPS: perf: ath79: Fix perfcount IRQ assignment"Greg Kroah-Hartman2-11/+6
2019-06-11MIPS: pistachio: Build uImage.gz by defaultPaul Burton1-0/+1
2019-06-11MIPS: Bounds check virt_addr_validPaul Burton1-0/+5
2019-06-11xen-blkfront: switch kcalloc to kvcalloc for large array allocationRoger Pau Monne1-19/+19
2019-06-11s390/mm: fix address space detection in exception handlingGerald Schaefer1-1/+4
2019-06-11i2c: xiic: Add max_read_len quirkRobert Hancock1-0/+5
2019-06-11x86/insn-eval: Fix use-after-free access to LDT entryJann Horn1-23/+24
2019-06-11x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina5-2/+58
2019-06-11pstore/ram: Run without kernel crash dump regionKees Cook2-14/+25
2019-06-11pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih1-1/+3
2019-06-11pstore: Convert buf_lock to semaphoreKees Cook6-32/+27
2019-06-11pstore: Remove needless lock during console writesKees Cook1-23/+6
2019-06-11fuse: fallocate: fix return with locked inodeMiklos Szeredi1-1/+1
2019-06-11NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handledYihao Wu1-3/+5
2019-06-11NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a waiterYihao Wu1-17/+7
2019-06-11parisc: Use implicit space register selection for loading the coherence index...John David Anglin2-5/+2
2019-06-11rcu: locking and unlocking need to always be at least barriersLinus Torvalds1-4/+2
2019-06-11mtd: spinand: macronix: Fix ECC Status ReadEmil Lenngren1-1/+7
2019-06-11ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz1-5/+8
2019-06-11ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz1-2/+10
2019-06-11Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu1-3/+3
2019-06-11pktgen: do not sleep with the thread lock held.Paolo Abeni1-0/+11
2019-06-11packet: unconditionally free po->rolloverWillem de Bruijn1-1/+1
2019-06-11net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski2-6/+25
2019-06-11net: sfp: read eeprom in maximum 16 byte incrementsRussell King1-4/+20
2019-06-11net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun1-4/+6
2019-06-11net: mvpp2: Use strscpy to handle stat stringsMaxime Chevallier1-2/+2
2019-06-11net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages queryErez Alfasi2-6/+3
2019-06-11net: ethernet: ti: cpsw_ethtool: fix ethtool ring param setIvan Khoronzhuk1-1/+1
2019-06-11neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern1-1/+8
2019-06-11ipv6: fix the check before getting the cookie in rt6_get_cookieXin Long1-2/+1