summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-22mm/slab.c: fix an infinite loop in leaks_show()Qian Cai
2019-06-22mm/cma_debug.c: fix the break condition in cma_maxchunk_get()Yue Hu
2019-06-22mm/cma.c: fix crash on CMA allocation if bitmap allocation failsYue Hu
2019-06-22mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLELinxu Fang
2019-06-22hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz
2019-06-22ARM: prevent tracing IPI_CPU_BACKTRACEArnd Bergmann
2019-06-22ipc: prevent lockup on alloc_msg and free_msgLi Rongqing
2019-06-22sysctl: return -EINVAL if val violates minmaxChristian Brauner
2019-06-22fs/fat/file.c: issue flush after the writeback of FATHou Tao
2019-06-22rapidio: fix a NULL pointer dereference when create_workqueue() failsKangjie Lu
2019-06-17Linux 4.9.182v4.9.182Greg Kroah-Hartman
2019-06-17tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet
2019-06-17tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-17tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-06-17tcp: limit payload size of sacked skbsEric Dumazet
2019-06-17tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet
2019-06-11Linux 4.9.181v4.9.181Greg Kroah-Hartman
2019-06-11ethtool: check the return value of get_regs_lenYunsheng Lin
2019-06-11ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern
2019-06-11fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov
2019-06-11fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov
2019-06-11TTY: serial_core, add ->installJiri Slaby
2019-06-11drm/i915: Fix I915_EXEC_RING_MASKChris Wilson
2019-06-11drm/radeon: prefer lower reference dividersChristian König
2019-06-11drm/gma500/cdv: Check vbt config bits when detecting lvds panelsPatrik Jakobsson
2019-06-11genwqe: Prevent an integer overflow in the ioctlDan Carpenter
2019-06-11Revert "MIPS: perf: ath79: Fix perfcount IRQ assignment"Greg Kroah-Hartman
2019-06-11MIPS: pistachio: Build uImage.gz by defaultPaul Burton
2019-06-11x86/power: Fix 'nosmt' vs hibernation triple fault during resumeJiri Kosina
2019-06-11fuse: fallocate: fix return with locked inodeMiklos Szeredi
2019-06-11parisc: Use implicit space register selection for loading the coherence index...John David Anglin
2019-06-11rcu: locking and unlocking need to always be at least barriersLinus Torvalds
2019-06-11Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_...Hangbin Liu
2019-06-11Revert "fib_rules: fix error in backport of e9919a24d302 ("fib_rules: return ...Greg Kroah-Hartman
2019-06-11ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz
2019-06-11ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz
2019-06-11pktgen: do not sleep with the thread lock held.Paolo Abeni
2019-06-11net: rds: fix memory leak in rds_ib_flush_mr_poolZhu Yanjun
2019-06-11net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages queryErez Alfasi
2019-06-11neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern
2019-06-11ethtool: fix potential userspace buffer overflowVivien Didelot
2019-06-11media: uvcvideo: Fix uvc_alloc_entity() allocation alignmentNadav Amit
2019-06-11efi/libstub: Unify command line param parsingArd Biesheuvel
2019-06-11Revert "x86/build: Move _etext to actual end of .text"Greg Kroah-Hartman
2019-06-11mm: make page ref count overflow check tighter and more explicitLinus Torvalds
2019-06-11mm: prevent get_user_pages() from overflowing page refcountLinus Torvalds
2019-06-11mm, gup: ensure real head page is ref-counted when using hugepagesPunit Agrawal
2019-06-11mm, gup: remove broken VM_BUG_ON_PAGE compound check for hugepagesWill Deacon
2019-06-11fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-06-11binder: replace "%p" with "%pK"Todd Kjos