1. 68afc7c crypto: sm3 - fix undefined shift by >= width of value by Eric Biggers · 7 years ago
  2. 6e09bef r8169: load Realtek PHY driver module before r8169 by Heiner Kallweit · 7 years ago
  3. eb02c17 ip: on queued skb use skb_header_pointer instead of pskb_may_pull by Willem de Bruijn · 7 years ago
  4. d2898aa bonding: update nest level on unlink by Willem de Bruijn · 7 years ago
  5. d976151 r8169: don't try to read counters if chip is in a PCI power-save state by Heiner Kallweit · 7 years ago
  6. 8dc262d smc: move unhash as early as possible in smc_release() by Cong Wang · 7 years ago
  7. f352903 lan743x: Remove phy_read from link status change function by Bryan Whitehead · 7 years ago
  8. 08be4b7 tun: publish tfile after it's fully initialized by Stanislav Fomichev · 7 years ago
  9. d7fe54c tcp: change txhash on SYN-data timeout by Yuchung Cheng · 7 years ago
  10. 3dc241b packet: Do not leak dev refcounts on error exit by Jason Gunthorpe · 7 years ago
  11. 54cbcff net: bridge: fix a bug on using a neighbour cache entry without checking its state by JianJhen Chen · 7 years ago
  12. c0e1392 ipv6: fix kernel-infoleak in ipv6_local_error() by Eric Dumazet · 7 years ago
  13. d29d389 arm64: Don't trap host pointer auth use to EL2 by Mark Rutland · 7 years ago
  14. a31edd1 arm64/kvm: consistently handle host HCR_EL2 flags by Mark Rutland · 7 years ago
  15. a200574 scsi: target: iscsi: cxgbit: fix csk leak by Varun Prakash · 7 years ago
  16. 25c0f7a scsi: target: iscsi: cxgbit: fix csk leak by Varun Prakash · 7 years ago
  17. ec98b3f Revert "scsi: target: iscsi: cxgbit: fix csk leak" by Sasha Levin · 7 years ago
  18. e276420 mmc: sdhci-msm: Disable CDR function on TX by Loic Poulain · 7 years ago
  19. 6567515 netfilter: nf_conncount: fix argument order to find_next_bit by Florian Westphal · 7 years ago
  20. b01b924 netfilter: nf_conncount: speculative garbage collection on empty lists by Pablo Neira Ayuso · 7 years ago
  21. aea1d19 netfilter: nf_conncount: move all list iterations under spinlock by Pablo Neira Ayuso · 7 years ago
  22. bdc6c89 netfilter: nf_conncount: merge lookup and add functions by Florian Westphal · 7 years ago
  23. 13c6394 netfilter: nf_conncount: restart search when nodes have been erased by Florian Westphal · 7 years ago
  24. d6b3ff0 netfilter: nf_conncount: split gc in two phases by Florian Westphal · 7 years ago
  25. ef68fdb netfilter: nf_conncount: don't skip eviction when age is negative by Florian Westphal · 7 years ago
  26. c5cbe95 netfilter: nf_conncount: replace CONNCOUNT_LOCK_SLOTS with CONNCOUNT_SLOTS by Shawn Bohrer · 7 years ago
  27. 8db82a6 can: gw: ensure DLC boundaries after CAN frame modification by Oliver Hartkopp · 7 years ago
  28. a13520e tty: Don't hold ldisc lock in tty_reopen() if ldisc present by Dmitry Safonov · 7 years ago
  29. a42c978 tty: Simplify tty->count math in tty_reopen() by Dmitry Safonov · 7 years ago
  30. e6a4caa tty: Hold tty_ldisc_lock() during tty_reopen() by Dmitry Safonov · 7 years ago
  31. 028c13f tty/ldsem: Wake up readers after timed out down_write() by Dmitry Safonov · 7 years ago
  32. 9c5931b Linux 4.19.16 by Greg Kroah-Hartman · 7 years ago
  33. 7a1b9b7 Btrfs: use nofs context when initializing security xattrs to avoid deadlock by Filipe Manana · 7 years ago
  34. 79aa5c0 Btrfs: fix deadlock when enabling quotas due to concurrent snapshot creation by Filipe Manana · 7 years ago
  35. 829431a Btrfs: fix access to available allocation bits when starting balance by Filipe Manana · 7 years ago
  36. 6c9a204 arm64: compat: Don't pull syscall number from regs in arm_compat_syscall by Will Deacon · 7 years ago
  37. 4f14f44 KVM: arm/arm64: Fix VMID alloc race by reverting to lock-less by Christoffer Dall · 7 years ago
  38. 44e7bab sunrpc: use-after-free in svc_process_common() by Vasily Averin · 7 years ago
  39. 160f79c mm: page_mapped: don't assume compound page is huge or THP by Jan Stancek · 7 years ago
  40. 5dc41af ext4: fix special inode number checks in __ext4_iget() by Theodore Ts'o · 7 years ago
  41. bb80ad0 ext4: track writeback errors using the generic tracking infrastructure by Theodore Ts'o · 7 years ago
  42. da38a1b ext4: use ext4_write_inode() when fsyncing w/o a journal by Theodore Ts'o · 7 years ago
  43. 01db6e5 ext4: avoid kernel warning when writing the superblock to a dead device by Theodore Ts'o · 7 years ago
  44. 926cdac ext4: fix a potential fiemap/page fault deadlock w/ inline_data by Theodore Ts'o · 7 years ago
  45. 7c2ea25 ext4: make sure enough credits are reserved for dioread_nolock writes by Theodore Ts'o · 7 years ago
  46. 9972553 rbd: don't return 0 on unmap if RBD_DEV_FLAG_REMOVING is set by Ilya Dryomov · 7 years ago
  47. c7ca8e9 drm/amdgpu: Don't fail resume process if resuming atomic state fails by Lyude Paul · 7 years ago
  48. f05d02b drm/amdgpu: Don't ignore rc from drm_dp_mst_topology_mgr_resume() by Lyude Paul · 7 years ago
  49. d1a5113 drm/i915: Unwind failure on pinning the gen7 ppgtt by Chris Wilson · 7 years ago
  50. f57bef9 drm/fb-helper: Partially bring back workaround for bugs of SDL 1.2 by Ivan Mironov · 7 years ago
  51. 7398668 drm/fb_helper: Allow leaking fbdev smem_start by Neil Armstrong · 7 years ago
  52. b7c3696 drm/amd/display: Fix MST dp_blank REG_WAIT timeout by Jerry (Fangzhi) Zuo · 7 years ago
  53. 857af87 PCI: dwc: Move interrupt acking into the proper callback by Marc Zyngier · 7 years ago
  54. c408aac PCI: dwc: Take lock when ACKing an interrupt by Marc Zyngier · 7 years ago
  55. 11637a3 PCI: dwc: Use interrupt masking instead of disabling by Marc Zyngier · 7 years ago
  56. c051be2 drm/amdgpu: Add new VegaM pci id by Alex Deucher · 7 years ago
  57. 719aee2 vfio/type1: Fix unmap overflow off-by-one by Alex Williamson · 7 years ago
  58. 1e235ec mtd: rawnand: qcom: fix memory corruption that causes panic by Christian Lamparter · 7 years ago
  59. fca4eb3 i2c: dev: prevent adapter retries and timeout being set as minus value by Yi Zeng · 7 years ago
  60. 3fdb812 ACPI/IORT: Fix rc_dma_get_range() by Jean-Philippe Brucker · 7 years ago
  61. 6fd3d19 ACPI / PMIC: xpower: Fix TS-pin current-source handling by Hans de Goede · 7 years ago
  62. fec7361 ACPI: power: Skip duplicate power resource references in _PRx by Hans de Goede · 7 years ago
  63. 97b02b6 mm, memcg: fix reclaim deadlock with writeback by Michal Hocko · 7 years ago
  64. 8a4b6e8 mm/usercopy.c: no check page span for stack objects by Qian Cai · 7 years ago
  65. f928ca3 slab: alien caches must not be initialized if the allocation of the alien cache failed by Christoph Lameter · 7 years ago
  66. 33c96bc USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGB by Jack Stocker · 7 years ago
  67. 1238888 USB: storage: add quirk for SMI SM3350 by Icenowy Zheng · 7 years ago
  68. 621ecb9 USB: storage: don't insert sane sense for SPC3+ when bad sense specified by Icenowy Zheng · 7 years ago
  69. 51b2a8e usb: cdc-acm: send ZLP for Telit 3G Intel based modems by Daniele Palmas · 7 years ago
  70. 2a71a47 cifs: Fix potential OOB access of lock element array by Ross Lagerwall · 7 years ago
  71. 7dcc5b3 CIFS: Fix credit computation for compounded requests by Pavel Shilovsky · 7 years ago
  72. d2f76f6 CIFS: Do not hide EINTR after sending network packets by Pavel Shilovsky · 7 years ago
  73. c3606c64 CIFS: Do not set credits to 1 if the server didn't grant anything by Pavel Shilovsky · 7 years ago
  74. d1130682 CIFS: Fix adjustment of credits for MTU requests by Pavel Shilovsky · 7 years ago
  75. 045e3d2 ALSA: hda/realtek - Disable headset Mic VREF for headset mode of ALC225 by Kailang Yang · 7 years ago
  76. 0fd36f0 ALSA: hda/realtek - Add unplug function into unplug state of Headset Mode for ALC225 by Kailang Yang · 7 years ago
  77. 50a67b1 ALSA: hda/realtek - Support Dell headset mode for New AIO platform by Kailang Yang · 7 years ago
  78. 4bef2ba x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE by WANG Chao · 7 years ago
  79. 4ecbd88 cpufreq: scmi: Fix frequency invariance in slow path by Quentin Perret · 7 years ago
  80. f64231c staging: rtl8188eu: Fix module loading from tasklet for WEP encryption by Larry Finger · 7 years ago
  81. ce58805 staging: rtl8188eu: Fix module loading from tasklet for CCMP encryption by Larry Finger · 7 years ago
  82. d706861 Btrfs: fix deadlock when using free space tree due to block group creation by Filipe Manana · 7 years ago
  83. e318512 Linux 4.19.15 by Greg Kroah-Hartman · 7 years ago
  84. 6384c67 bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hw by Ivan Mironov · 7 years ago
  85. 8e3a1c5 drm/amd/display: Fix unintialized max_bpc state values by Nicholas Kazlauskas · 7 years ago
  86. 5f0ab98 drm/rockchip: psr: do not dereference encoder before it is null checked. by Enric Balletbo i Serra · 7 years ago
  87. 05a0177 drm/vc4: Set ->is_yuv to false when num_planes == 1 by Boris Brezillon · 7 years ago
  88. 85c8c61 drm/nouveau/drm/nouveau: Check rc from drm_dp_mst_topology_mgr_resume() by Lyude Paul · 7 years ago
  89. 4f44e58 lib: fix build failure in CONFIG_DEBUG_VIRTUAL test by Christophe Leroy · 7 years ago
  90. 8dbea64 of: __of_detach_node() - remove node from phandle cache by Frank Rowand · 7 years ago
  91. 1cb5a03 of: of_node_get()/of_node_put() nodes held in phandle cache by Frank Rowand · 7 years ago
  92. daa67bd power: supply: olpc_battery: correct the temperature units by Lubomir Rintel · 7 years ago
  93. f65b4d4 intel_th: msu: Fix an off-by-one in attribute store by Alexander Shishkin · 7 years ago
  94. 998c353 genwqe: Fix size check by Christian Borntraeger · 7 years ago
  95. 86dcb94 drivers/perf: hisi: Fixup one DDRC PMU register offset by Shaokun Zhang · 7 years ago
  96. c1aa0c8 video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data" by YueHaibing · 7 years ago
  97. 9797226 ceph: don't update importing cap's mseq when handing cap export by Yan, Zheng · 7 years ago
  98. dc8408e sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f6544b9c by Linus Torvalds · 7 years ago
  99. 87b8680 iommu/vt-d: Handle domain agaw being less than iommu agaw by Sohil Mehta · 7 years ago
  100. f408aac RDMA/srpt: Fix a use-after-free in the channel release code by Bart Van Assche · 7 years ago