summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-20ext4: check superblock mapped prior to committingJon Derrick1-0/+8
2018-11-20ext4: Fix WARN_ON_ONCE in ext4_commit_super()Pranay Kr. Srivastava1-14/+16
2018-11-20ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOSHans de Goede3-0/+63
2018-11-20s390/qeth: don't clobber buffer on async TX completionJulian Wiedmann2-6/+27
2018-11-20vt: prevent leaking uninitialized data to userspace via /dev/vcs*Alexander Potapenko1-2/+2
2018-11-20tty: vt, get rid of weird source code flowJiri Slaby1-31/+39
2018-11-20tty: vt, remove reduntant checkJiri Slaby2-5/+0
2018-11-20n_tty: Access echo_* variables carefully.Tetsuo Handa1-18/+24
2018-11-20n_tty: Fix stall at n_tty_receive_char_special().Tetsuo Handa1-5/+8
2018-11-20dmaengine: k3dma: Off by one in k3_of_dma_simple_xlate()Dan Carpenter1-1/+1
2018-11-20dm thin: handle running out of data space vs concurrent discardMike Snitzer1-2/+9
2018-11-20ARM: dts: da850: Fix interrups property for gpioKeerthy1-5/+1
2018-11-20net/mlx5: Fix command interface race in polling modeAlex Vesker1-1/+3
2018-11-20net/mlx5: Fix incorrect raw command length parsingAlex Vesker1-3/+1
2018-11-20block: Fix transfer when chunk sectors exceeds maxKeith Busch1-2/+2
2018-11-20scsi: sg: mitigate read/write abuseJann Horn1-2/+40
2018-11-20nfsd: silence sparse warning about accessing credentialsJeff Layton2-1/+10
2018-11-20netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn1-3/+6
2018-11-20RDMA/uverbs: Fix slab-out-of-bounds in ib_uverbs_ex_create_flowLeon Romanovsky1-10/+12
2018-11-20RDMA/uverbs: Protect from attempts to create flows on unsupported QPLeon Romanovsky1-0/+5
2018-11-20X.509: unpack RSA signatureValue field from BIT STRINGMaciej S. Szmigiero1-0/+9
2018-11-20staging: android: ion: Return an ERR_PTR in ion_map_kernelLaura Abbott1-1/+1
2018-11-20xfrm: free skb if nlsk pointer is NULLFlorian Westphal1-4/+6
2018-11-20usb: cdc_acm: Add quirk for Uniden UBC125 scannerHouston Yaroschoff1-0/+3
2018-11-20ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai1-1/+1
2018-11-20xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala1-0/+3
2018-11-20batman-adv: Fix multicast TT issues with bogus ROAM flagsLinus Lüssing1-2/+4
2018-11-20batman-adv: unify flags access style in tt global addSimon Wunderlich1-1/+1
2018-11-20batman-adv: Avoid storing non-TT-sync flags on singular entries tooLinus Lüssing1-1/+2
2018-11-20batman-adv: Fix debugfs path for renamed softifSven Eckelmann3-6/+53
2018-11-20batman-adv: Fix debugfs path for renamed hardifSven Eckelmann3-0/+29
2018-11-20batman-adv: debugfs, avoid compiling for !DEBUG_FSMarkus Pargmann3-9/+35
2018-11-20ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu1-3/+6
2018-11-20vhost_net: validate sock before trying to put its fdJason Wang1-1/+2
2018-11-20time: Make sure jiffies_to_msecs() preserves non-zero time periodsGeert Uytterhoeven1-2/+4
2018-11-20x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()Borislav Petkov1-8/+10
2018-11-20ALSA: hda/realtek - Add a quirk for FSC ESPRIMO U9210Takashi Iwai1-0/+1
2018-11-20mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.Joakim Tjernlund1-0/+2
2018-11-20xen: Remove unnecessary BUG_ON from __unbind_from_irq()Boris Ostrovsky1-2/+0
2018-11-20Input: elantech - fix V4 report decoding for module with middle key???1-1/+1
2018-11-20Input: elantech - enable middle button of touchpads on ThinkPad P52Aaron Ma1-1/+8
2018-11-20Input: elantech - report the middle button of the touchpadUlrik De Bie1-0/+19
2018-11-20mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudaryJoakim Tjernlund1-1/+1
2018-11-20xen-netfront: Update features after registering netdevRoss Lagerwall1-4/+4
2018-11-20xen-netfront: Fix mismatched rtnl_unlockRoss Lagerwall1-1/+2
2018-11-20xen-netfront: Fix race between device setup and openRoss Lagerwall1-22/+24
2018-11-20xen-netfront: avoid crashing on resume after a failure in talk_to_netback()Vitaly Kuznetsov1-2/+1
2018-11-20xen-netfront: Improve error handling during initializationRoss Lagerwall1-18/+11
2018-11-20net/xen-netfront: only clean up queues if presentChas Williams1-2/+3
2018-11-20xen-netfront: Remove the meaningless codeLi, Liang Z1-7/+0