1. c3038e7 Linux 4.19.80 by Greg Kroah-Hartman · 4 years, 10 months ago
  2. 0603d82 perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initialization by Mark-PK Tsai · 5 years ago
  3. 91849ad PCI: vmd: Fix config addressing when using bus offsets by Jon Derrick · 4 years, 11 months ago
  4. cd4b60e5 x86/asm: Fix MWAITX C-state hint value by Janakarajan Natarajan · 4 years, 10 months ago
  5. 99ada52 hwmon: Fix HWMON_P_MIN_ALARM mask by Nuno Sá · 4 years, 10 months ago
  6. b9040fa tracing: Get trace_array reference for available_tracers files by Steven Rostedt (VMware) · 4 years, 10 months ago
  7. a6c9fb2 ftrace: Get a reference counter for the trace_array on filter files by Steven Rostedt (VMware) · 4 years, 10 months ago
  8. b7f75863 tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency by Srivatsa S. Bhat (VMware) · 4 years, 10 months ago
  9. 6271cbf tracing/hwlat: Report total time spent in all NMIs during the sample by Srivatsa S. Bhat (VMware) · 4 years, 10 months ago
  10. 3766c9d arm64/sve: Fix wrong free for task->thread.sve_state by Masayoshi Mizuma · 4 years, 10 months ago
  11. 6f64aa7 media: stkwebcam: fix runtime PM after driver unbind by Johan Hovold · 4 years, 10 months ago
  12. 664ec2d Fix the locking in dcache_readdir() and friends by Al Viro · 4 years, 11 months ago
  13. a64241b arm64: topology: Use PPTT to determine if PE is a thread by Jeremy Linton · 4 years, 10 months ago
  14. b098a4c ACPI/PPTT: Add support for ACPI 6.3 thread flag by Jeremy Linton · 4 years, 10 months ago
  15. a733064 ACPICA: ACPI 6.3: PPTT add additional fields in Processor Structure Flags by Erik Schmauss · 4 years, 10 months ago
  16. 34ab38c MIPS: elf_hwcap: Export userspace ASEs by Jiaxun Yang · 4 years, 10 months ago
  17. aaa81d9 MIPS: Disable Loongson MMI instructions for kernel build by Paul Burton · 4 years, 10 months ago
  18. e9360f3 NFS: Fix O_DIRECT accounting of number of bytes read/written by Trond Myklebust · 4 years, 10 months ago
  19. e0805d7 btrfs: fix uninitialized ret in ref-verify by Josef Bacik · 4 years, 10 months ago
  20. f7313de btrfs: fix incorrect updating of log root tree by Josef Bacik · 4 years, 10 months ago
  21. a8de709 cifs: use cifsInodeInfo->open_file_lock while iterating to avoid a panic by Dave Wysochanski · 4 years, 10 months ago
  22. f6c7157 iio: adc: stm32-adc: fix a race when using several adcs with dma and irq by Fabrice Gasnier · 4 years, 11 months ago
  23. a9968a4 iio: adc: stm32-adc: move registers definitions by Fabrice Gasnier · 4 years, 11 months ago
  24. 410ab74 gpiolib: don't clear FLAG_IS_OUT when emulating open-drain/open-source by Bartosz Golaszewski · 4 years, 10 months ago
  25. b41013b firmware: google: increment VPD key_len properly by Brian Norris · 4 years, 10 months ago
  26. 491a39dc mm/vmpressure.c: fix a signedness bug in vmpressure_register_event() by Dan Carpenter · 4 years, 10 months ago
  27. 7bbe6ee kernel/sysctl.c: do not override max_threads provided by userspace by Michal Hocko · 4 years, 10 months ago
  28. 230b339 CIFS: Force reval dentry if LOOKUP_REVAL flag is set by Pavel Shilovsky · 4 years, 10 months ago
  29. 0bc78de CIFS: Force revalidate inode when dentry is stale by Pavel Shilovsky · 4 years, 10 months ago
  30. d72c211 CIFS: Gracefully handle QueryInfo errors during open by Pavel Shilovsky · 4 years, 10 months ago
  31. 345c03a blk-wbt: fix performance regression in wbt scale_up/scale_down by Harshad Shirwadkar · 4 years, 10 months ago
  32. d855a5f perf inject jit: Fix JIT_CODE_MOVE filename by Steve MacLean · 4 years, 10 months ago
  33. 47a4e4d perf llvm: Don't access out-of-scope array by Ian Rogers · 4 years, 10 months ago
  34. ee7ee6c efivar/ssdt: Don't iterate over EFI vars if no SSDT override was specified by Ard Biesheuvel · 4 years, 10 months ago
  35. c9a182d iio: light: opt3001: fix mutex unlock race by David Frey · 4 years, 11 months ago
  36. 811616a iio: adc: axp288: Override TS pin bias current for some models by Hans de Goede · 4 years, 11 months ago
  37. 99757b1 iio: adc: ad799x: fix probe error handling by Marco Felsch · 4 years, 11 months ago
  38. 2cb6f04 iio: adc: hx711: fix bug in sampling of data by Andreas Klinger · 5 years ago
  39. 2f9a82e staging: vt6655: Fix memory leak in vt6655_probe by Navid Emamdoost · 4 years, 10 months ago
  40. df455ed Staging: fbtft: fix memory leak in fbtft_framebuffer_alloc by Navid Emamdoost · 4 years, 10 months ago
  41. d58d477 gpio: eic: sprd: Fix the incorrect EIC offset when toggling by Bruce Chen · 4 years, 11 months ago
  42. ce20fd3 mei: avoid FW version request on Ibex Peak and earlier by Alexander Usyskin · 4 years, 10 months ago
  43. d7e5779 mei: me: add comet point (lake) LP device ids by Tomas Winkler · 4 years, 10 months ago
  44. f931791 USB: legousbtower: fix use-after-free on release by Johan Hovold · 4 years, 10 months ago
  45. e3f4456 USB: legousbtower: fix open after failed reset request by Johan Hovold · 4 years, 11 months ago
  46. 99c0c61 USB: legousbtower: fix potential NULL-deref on disconnect by Johan Hovold · 4 years, 11 months ago
  47. fe471bf USB: legousbtower: fix deadlock on disconnect by Johan Hovold · 4 years, 11 months ago
  48. 4fde6c9 USB: legousbtower: fix slab info leak at probe by Johan Hovold · 4 years, 11 months ago
  49. dff3bc5 usb: renesas_usbhs: gadget: Fix usb_ep_set_{halt,wedge}() behavior by Yoshihiro Shimoda · 4 years, 10 months ago
  50. 55efffb usb: renesas_usbhs: gadget: Do not discard queues in usb_ep_set_{halt,wedge}() by Yoshihiro Shimoda · 4 years, 10 months ago
  51. 3b089ce USB: dummy-hcd: fix power budget for SuperSpeed mode by Jacky.Cao@sony.com · 5 years ago
  52. ab8d87d USB: microtek: fix info-leak at probe by Johan Hovold · 4 years, 10 months ago
  53. 0f14e44 USB: usblcd: fix I/O after disconnect by Johan Hovold · 4 years, 10 months ago
  54. 58c2b4c USB: serial: fix runtime PM after driver unbind by Johan Hovold · 4 years, 10 months ago
  55. 8dcda04 USB: serial: option: add support for Cinterion CLS8 devices by Reinhard Speyerer · 4 years, 10 months ago
  56. f7ab1c5 USB: serial: option: add Telit FN980 compositions by Daniele Palmas · 4 years, 10 months ago
  57. 13b0420 USB: serial: ftdi_sio: add device IDs for Sienna and Echelon PL-20 by Beni Mahler · 5 years ago
  58. a463d20 USB: serial: keyspan: fix NULL-derefs on open() and write() by Johan Hovold · 4 years, 10 months ago
  59. 21917fc serial: uartlite: fix exit path null pointer by Randy Dunlap · 4 years, 11 months ago
  60. 0c999b4 USB: ldusb: fix NULL-derefs on driver unbind by Johan Hovold · 4 years, 10 months ago
  61. 39fe586 USB: chaoskey: fix use-after-free on release by Johan Hovold · 4 years, 10 months ago
  62. 2f2b039 USB: usblp: fix runtime PM after driver unbind by Johan Hovold · 4 years, 10 months ago
  63. 2095532 USB: iowarrior: fix use-after-free after driver unbind by Johan Hovold · 4 years, 10 months ago
  64. 7f93c8c USB: iowarrior: fix use-after-free on release by Johan Hovold · 4 years, 10 months ago
  65. 2fdcf7e USB: iowarrior: fix use-after-free on disconnect by Johan Hovold · 4 years, 10 months ago
  66. ab162d3 USB: adutux: fix use-after-free on release by Johan Hovold · 4 years, 10 months ago
  67. ca9c18c USB: adutux: fix NULL-derefs on disconnect by Johan Hovold · 4 years, 10 months ago
  68. 316f51d USB: adutux: fix use-after-free on disconnect by Johan Hovold · 4 years, 10 months ago
  69. ea725566 xhci: Increase STS_SAVE timeout in xhci_suspend() by Kai-Heng Feng · 4 years, 10 months ago
  70. cbc5abaa6 xhci: Prevent deadlock when xhci adapter breaks during init by Bill Kuzeja · 4 years, 10 months ago
  71. fde058a17 usb: xhci: wait for CNR controller not ready bit in xhci resume by Rick Tseng · 4 years, 10 months ago
  72. 13e793d xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hosts by Mathias Nyman · 4 years, 10 months ago
  73. d6bdd46 xhci: Check all endpoints for LPM timeout by Jan Schmidt · 4 years, 10 months ago
  74. faa0502 xhci: Prevent device initiated U1/U2 link pm if exit latency is too long by Mathias Nyman · 4 years, 10 months ago
  75. 077855b xhci: Fix false warning message about wrong bounce buffer write length by Mathias Nyman · 4 years, 10 months ago
  76. 3160407 USB: usb-skeleton: fix NULL-deref on disconnect by Johan Hovold · 4 years, 10 months ago
  77. dcabc48 USB: usb-skeleton: fix runtime PM after driver unbind by Johan Hovold · 4 years, 10 months ago
  78. 571a140 USB: yurex: fix NULL-derefs on disconnect by Johan Hovold · 4 years, 10 months ago
  79. a8fe336 USB: yurex: Don't retry on unexpected errors by Alan Stern · 4 years, 11 months ago
  80. 86575b7 USB: rio500: Remove Rio 500 kernel driver by Bastien Nocera · 4 years, 10 months ago
  81. 95bcc0d f2fs: use EINVAL for superblock with invalid magic by Icenowy Zheng · 5 years ago
  82. 7d1688c panic: ensure preemption is disabled during panic() by Will Deacon · 4 years, 10 months ago
  83. dafd634 Linux 4.19.79 by Greg Kroah-Hartman · 4 years, 10 months ago
  84. 1bd17a7 nl80211: validate beacon head by Johannes Berg · 4 years, 11 months ago
  85. 527ba5d cfg80211: Use const more consistently in for_each_element macros by Jouni Malinen · 5 years ago
  86. ad180ca cfg80211: add and use strongly typed element iteration macros by Johannes Berg · 5 years ago
  87. 3dab5ba staging: erofs: detect potential multiref due to corrupted images by Gao Xiang · 4 years, 10 months ago
  88. 8b4341f staging: erofs: add two missing erofs_workgroup_put for corrupted images by Gao Xiang · 4 years, 10 months ago
  89. 596bbc4 staging: erofs: some compressed cluster should be submitted for corrupted images by Gao Xiang · 4 years, 10 months ago
  90. e7c4441 staging: erofs: fix an error handling in erofs_readdir() by Gao Xiang · 4 years, 10 months ago
  91. 1b94c1e coresight: etm4x: Use explicit barriers on enable/disable by Andrew Murray · 5 years ago
  92. effad57 vfs: Fix EOVERFLOW testing in put_compat_statfs64 by Eric Sandeen · 4 years, 10 months ago
  93. d976344d arm64/speculation: Support 'mitigations=' cmdline option by Josh Poimboeuf · 5 years ago
  94. af33d74 arm64: Use firmware to detect CPUs that are not affected by Spectre-v2 by Marc Zyngier · 5 years ago
  95. 17d1acc arm64: Force SSBS on context switch by Marc Zyngier · 4 years, 10 months ago
  96. fe22ea5 arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSB by Will Deacon · 4 years, 10 months ago
  97. dada3a4 arm64: add sysfs vulnerability show for speculative store bypass by Jeremy Linton · 4 years, 10 months ago
  98. f41df38 arm64: add sysfs vulnerability show for spectre-v2 by Jeremy Linton · 4 years, 10 months ago
  99. 9d1bb39 arm64: Always enable spectre-v2 vulnerability detection by Jeremy Linton · 4 years, 10 months ago
  100. b1a33cf arm64: Advertise mitigation of Spectre-v2, or lack thereof by Marc Zyngier · 4 years, 10 months ago