summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-10Linux 4.4.185v4.4.185Greg Kroah-Hartman1-1/+1
2019-07-10dmaengine: imx-sdma: remove BD_INTR for channel0Robin Gong1-2/+2
2019-07-10KVM: x86: degrade WARN to pr_warn_ratelimitedPaolo Bonzini1-3/+3
2019-07-10arm64, vdso: Define vdso_{start,end} as arrayKees Cook1-5/+5
2019-07-10ARC: handle gcc generated __builtin_trap for older compilerVineet Gupta1-0/+8
2019-07-10tty: rocket: fix incorrect forward declaration of 'rp_init()'Linus Torvalds1-1/+1
2019-07-10btrfs: Ensure replaced device doesn't have pending chunk allocationNikolay Borisov3-10/+26
2019-07-10lib/mpi: Fix karactx leak in mpi_powmHerbert Xu1-4/+2
2019-07-10ALSA: usb-audio: fix sign unintended sign extension on left shiftsColin Ian King1-2/+2
2019-07-10ALSA: firewire-lib/fireworks: fix miss detection of received MIDI messagesTakashi Sakamoto1-1/+1
2019-07-10ALSA: seq: fix incorrect order of dest_client/dest_ports argumentsColin Ian King2-2/+2
2019-07-10crypto: user - prevent operating on larval algorithmsEric Biggers1-0/+3
2019-07-10ptrace: Fix ->ptracer_cred handling for PTRACE_TRACEMEJann Horn1-3/+1
2019-07-10MIPS: Workaround GCC __builtin_unreachable reordering bugPaul Burton2-0/+36
2019-07-10bug.h: work around GCC PR82365 in BUG()Arnd Bergmann7-4/+35
2019-07-10swiotlb: Make linux/swiotlb.h standalone includibleThierry Reding1-0/+3
2019-07-10mfd: omap-usb-tll: Fix register offsetsArnd Bergmann1-2/+2
2019-07-10MIPS: math-emu: do not use bools for arithmeticManuel Lauss1-2/+2
2019-07-10ARC: fix build warning in elf.hVineet Gupta1-1/+1
2019-07-10ARC: Assume multiplier is always presentVineet Gupta3-14/+0
2019-07-10scsi: hpsa: correct ioaccel2 chainingDon Brace2-1/+7
2019-07-10usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMICAlexandre Belloni1-2/+1
2019-07-10usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i]Young Xiao1-0/+5
2019-07-10ASoC: max98090: remove 24-bit format support if RJ is 0Yu-Hsuan Hsu1-0/+16
2019-07-10spi: bitbang: Fix NULL pointer dereference in spi_unregister_masterYueHaibing1-1/+1
2019-07-10ASoC : cs4265 : readable register too lowMatt Flax1-1/+1
2019-07-10um: Compile with modern headersJason A. Donenfeld3-0/+4
2019-07-10Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa1-1/+1
2019-07-10net: check before dereferencing netdev_ops during busy pollJosh Elsasser1-1/+1
2019-07-10bonding: Always enable vlan tx offloadYueHaibing1-1/+1
2019-07-10ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra1-1/+1
2019-07-10team: Always enable vlan tx offloadYueHaibing1-1/+1
2019-07-10tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long1-3/+15
2019-07-10tipc: change to use register_pernet_deviceXin Long1-6/+6
2019-07-10sctp: change to hold sk after auth shkey is created successfullyXin Long1-4/+4
2019-07-10cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven1-0/+3
2019-07-10x86/speculation: Allow guests to use SSBD even if host does notAlejandro Jimenez1-1/+10
2019-07-10ovl: modify ovl_permission() to do checks on two inodesVivek Goyal1-0/+13
2019-07-10KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li1-1/+2
2019-07-10net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó1-0/+1
2019-07-109p: p9dirent_read: check network-provided name lengthDominique Martinet1-3/+9
2019-07-109p/rdma: remove useless check in cm_event_handlerDominique Martinet1-2/+1
2019-07-109p: acl: fix uninitialized iattr accessDominique Martinet1-1/+1
2019-07-109p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet1-2/+2
2019-07-10perf help: Remove needless use of strncpy()Arnaldo Carvalho de Melo1-1/+1
2019-07-10perf ui helpline: Use strlcpy() as a shorter form of strncpy() + explicit set...Arnaldo Carvalho de Melo1-1/+1
2019-07-10mac80211: drop robust management frames from unknown TAJohannes Berg1-0/+2
2019-07-10cfg80211: fix memory leak of wiphy device nameEric Biggers1-1/+1
2019-07-10SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French1-1/+1
2019-07-10Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2-14/+37