1. eff8c03 ubsan: build ubsan.c more conservatively by Arnd Bergmann · 5 years ago
  2. bd44630 x86/uaccess, ubsan: Fix UBSAN vs. SMAP by Peter Zijlstra · 5 years ago
  3. e6cfc10 l2tp: device MTU setup, tunnel socket needs a lock by R. Parameswaran · 7 years ago
  4. 6ec8ac2 dmaengine: tegra210-adma: Fix an error handling path in 'tegra_adma_probe()' by Christophe JAILLET · 4 years, 1 month ago
  5. bf77564 ALSA: pcm: fix incorrect hw_base increase by Brent Lu · 4 years, 1 month ago
  6. ad6c13e l2tp: initialise PPP sessions before registering them by Guillaume Nault · 4 years, 1 month ago
  7. 5803ecd l2tp: protect sock pointer of struct pppol2tp_session with RCU by Guillaume Nault · 4 years, 1 month ago
  8. 96985ed l2tp: initialise l2tp_eth sessions before registering them by Guillaume Nault · 4 years, 1 month ago
  9. 12b5fb5 l2tp: don't register sessions in l2tp_session_create() by Guillaume Nault · 4 years, 1 month ago
  10. 1ede832 l2tp: fix l2tp_eth module loading by Guillaume Nault · 4 years, 1 month ago
  11. feaed88 l2tp: pass tunnel pointer to ->session_create() by Guillaume Nault · 4 years, 1 month ago
  12. 880cd40 l2tp: prevent creation of sessions on terminated tunnels by Guillaume Nault · 4 years, 1 month ago
  13. e20c980 l2tp: hold tunnel used while creating sessions with netlink by Guillaume Nault · 4 years, 1 month ago
  14. 4c15cdb l2tp: hold tunnel while handling genl TUNNEL_GET commands by Guillaume Nault · 4 years, 1 month ago
  15. 00cf405 l2tp: hold tunnel while handling genl tunnel updates by Guillaume Nault · 4 years, 1 month ago
  16. 0b21fa7 l2tp: hold tunnel while processing genl delete command by Guillaume Nault · 4 years, 1 month ago
  17. 523e6d7 l2tp: hold tunnel while looking up sessions in l2tp_netlink by Guillaume Nault · 4 years, 1 month ago
  18. 11a0837 l2tp: initialise session's refcount before making it reachable by Guillaume Nault · 4 years, 1 month ago
  19. d4504d1 l2tp: define parameters of l2tp_tunnel_find*() as "const" by Guillaume Nault · 4 years, 1 month ago
  20. eb61cab l2tp: define parameters of l2tp_session_get*() as "const" by Guillaume Nault · 4 years, 1 month ago
  21. e27738d l2tp: remove l2tp_session_find() by Guillaume Nault · 4 years, 1 month ago
  22. 6729e73 l2tp: remove useless duplicate session detection in l2tp_netlink by Guillaume Nault · 4 years, 1 month ago
  23. fa5b41c L2TP:Adjust intf MTU, add underlay L3, L2 hdrs. by R. Parameswaran · 4 years, 1 month ago
  24. b25415f New kernel function to get IP overhead on a socket. by R. Parameswaran · 4 years, 1 month ago
  25. 6df792e net: l2tp: ppp: change PPPOL2TP_MSG_* => L2TP_MSG_* by Asbjørn Sloth Tønnesen · 4 years, 1 month ago
  26. cc84b4d net: l2tp: deprecate PPPOL2TP_MSG_* in favour of L2TP_MSG_* by Asbjørn Sloth Tønnesen · 4 years, 1 month ago
  27. 18dc6fb net: l2tp: export debug flags to UAPI by Asbjørn Sloth Tønnesen · 4 years, 1 month ago
  28. f76905c watchdog: Fix the race between the release of watchdog_core_data and cdev by Kevin Hao · 4 years, 9 months ago
  29. a5233a3 arm64: fix the flush_icache_range arguments in machine_kexec by Christoph Hellwig · 4 years, 1 month ago
  30. bae3b50 padata: purge get_cpu and reorder_via_wq from padata_do_serial by Daniel Jordan · 4 years, 1 month ago
  31. 52a3af1 padata: initialize pd->cpu with effective cpumask by Daniel Jordan · 4 years, 1 month ago
  32. f501513 padata: Replace delayed timer with immediate workqueue in padata_reorder by Herbert Xu · 4 years, 1 month ago
  33. 251716d padata: set cpu_index of unused CPUs to -1 by Mathias Krause · 4 years, 1 month ago
  34. c0d3439 i2c: dev: Fix the race between the release of i2c_dev and cdev by Kevin Hao · 4 years, 9 months ago
  35. 7a5c2b7 ARM: futex: Address build warning by Thomas Gleixner · 4 years, 2 months ago
  36. e09cb4c platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TA by Hans de Goede · 4 years, 2 months ago
  37. 21851aa USB: core: Fix misleading driver bug report by Alan Stern · 4 years, 2 months ago
  38. 1de356b ceph: fix double unlock in handle_cap_export() by Wu Bo · 4 years, 2 months ago
  39. 2e7f7b2 gtp: set NLM_F_MULTI flag in gtp_genl_dump_pdp() by Yoshiyuki Kurauchi · 4 years, 2 months ago
  40. 2700d2c component: Silence bind error on -EPROBE_DEFER by James Hilliard · 4 years, 2 months ago
  41. 1957df4 configfs: fix config_item refcnt leak in configfs_rmdir() by Xiyu Yang · 4 years, 2 months ago
  42. f477b49 HID: multitouch: add eGalaxTouch P80H84 support by Sebastian Reichel · 4 years, 2 months ago
  43. ebf9988ee gcc-common.h: Update for GCC 10 by Frédéric Pierret (fepitre) · 4 years, 3 months ago
  44. 350d523 i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_probe()' by Christophe JAILLET · 4 years, 2 months ago
  45. 57dd229 iommu/amd: Fix over-read of ACPI UID from IVRS table by Alexander Monakov · 4 years, 1 month ago
  46. 26204c4 fix multiplication overflow in copy_fdtable() by Al Viro · 4 years, 1 month ago
  47. d8d4da8 ima: Fix return value of ima_write_policy() by Roberto Sassu · 4 years, 2 months ago
  48. ab97e5a evm: Check also if *tfm is an error pointer in init_desc() by Roberto Sassu · 4 years, 2 months ago
  49. 6953f88c padata: ensure padata_do_serial() runs on the correct CPU by Mathias Krause · 7 years ago
  50. 08257da padata: ensure the reorder timer callback runs on the correct CPU by Mathias Krause · 7 years ago
  51. 7174609 padata: get_next is never NULL by Jason A. Donenfeld · 7 years ago
  52. c4c5322 padata: Remove unused but set variables by Tobias Klauser · 8 years ago
  53. 0b3bc1f igb: use igb_adapter->io_addr instead of e1000_hw->hw_addr by Cao jin · 8 years ago
  54. e4ebe4f Linux 4.9.224 by Greg Kroah-Hartman · 4 years, 1 month ago
  55. 3bead44 Makefile: disallow data races on gcc-10 as well by Sergei Trofimovich · 4 years, 3 months ago
  56. 238b045 KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mce by Jim Mattson · 4 years, 1 month ago
  57. 03ec8f8 ARM: dts: r8a7740: Add missing extal2 to CPG node by Geert Uytterhoeven · 4 years, 2 months ago
  58. 6e4d34e ARM: dts: r8a73a4: Add missing CMT1 interrupts by Geert Uytterhoeven · 4 years, 3 months ago
  59. 1c4be4e Revert "ALSA: hda/realtek: Fix pop noise on ALC225" by Kai-Heng Feng · 4 years, 2 months ago
  60. 25ac424 usb: gadget: legacy: fix error return code in cdc_bind() by Wei Yongjun · 4 years, 2 months ago
  61. 170cbe87 usb: gadget: legacy: fix error return code in gncm_bind() by Wei Yongjun · 4 years, 2 months ago
  62. 3fa699e usb: gadget: audio: Fix a missing error return value in audio_bind() by Christophe JAILLET · 4 years, 2 months ago
  63. a1e63dd usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272_plat_probe()' by Christophe JAILLET · 4 years, 2 months ago
  64. 72d5fb7 exec: Move would_dump into flush_old_exec by Eric W. Biederman · 4 years, 1 month ago
  65. b263060 x86: Fix early boot crash on gcc-10, third try by Borislav Petkov · 4 years, 2 months ago
  66. 115719a ARM: dts: imx27-phytec-phycard-s-rdk: Fix the I2C1 pinctrl entries by Fabio Estevam · 4 years, 3 months ago
  67. 5b92711 usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg list by Sriharsha Allenki · 4 years, 1 month ago
  68. 2056c78 USB: gadget: fix illegal array access in binding with UDC by Kyungtae Kim · 4 years, 2 months ago
  69. 482a6f1 ALSA: usb-audio: Add control message quirk delay for Kingston HyperX headset by Jesus Ramos · 4 years, 2 months ago
  70. c13f146 ALSA: rawmidi: Fix racy buffer resize under concurrent accesses by Takashi Iwai · 4 years, 2 months ago
  71. 135c2b1 ALSA: rawmidi: Initialize allocated buffers by Takashi Iwai · 6 years ago
  72. 9568ef0 ALSA: hda/realtek - Limit int mic boost for Thinkpad T530 by Takashi Iwai · 4 years, 1 month ago
  73. d1d65ba netprio_cgroup: Fix unlimited memory leak of v2 cgroups by Zefan Li · 4 years, 2 months ago
  74. be38a13 net: ipv4: really enforce backoff for redirects by Paolo Abeni · 4 years, 2 months ago
  75. bac931d Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu" by Maciej Żenczykowski · 4 years, 2 months ago
  76. 9232577 netlabel: cope with NULL catmap by Paolo Abeni · 4 years, 1 month ago
  77. 74af5e3 net: fix a potential recursive NETDEV_FEAT_CHANGE by Cong Wang · 4 years, 2 months ago
  78. 9799d95 gcc-10: disable 'restrict' warning for now by Linus Torvalds · 4 years, 2 months ago
  79. 01d51bb gcc-10: disable 'stringop-overflow' warning for now by Linus Torvalds · 4 years, 2 months ago
  80. 55e8e4b gcc-10: disable 'array-bounds' warning for now by Linus Torvalds · 4 years, 2 months ago
  81. 207ad34 gcc-10: disable 'zero-length-bounds' warning for now by Linus Torvalds · 4 years, 2 months ago
  82. 414eae1 gcc-10: avoid shadowing standard library 'free()' in crypto by Linus Torvalds · 4 years, 2 months ago
  83. 0101213 net: phy: micrel: Use strlcpy() for ethtool::get_strings by Florian Fainelli · 6 years ago
  84. ce9f411 Stop the ad-hoc games with -Wno-maybe-initialized by Linus Torvalds · 4 years, 2 months ago
  85. c0138cf kbuild: compute false-positive -Wmaybe-uninitialized cases in Kconfig by Masahiro Yamada · 5 years ago
  86. 5ba9126 gcc-10 warnings: fix low-hanging fruit by Linus Torvalds · 4 years, 2 months ago
  87. 1942736 pnp: Use list_for_each_entry() instead of open coding by Jason Gunthorpe · 4 years, 2 months ago
  88. f1273b6 IB/mlx4: Test return value of calls to ib_get_cached_pkey by Jack Morgenstein · 4 years, 2 months ago
  89. 4bdea73 netfilter: conntrack: avoid gcc-10 zero-length-bounds warning by Arnd Bergmann · 4 years, 2 months ago
  90. c449481 i40iw: Fix error handling in i40iw_manage_arp_cache() by Dan Carpenter · 4 years, 2 months ago
  91. e965c55 pinctrl: cherryview: Add missing spinlock usage in chv_gpio_irq_handler by Grace Kao · 4 years, 2 months ago
  92. 27634d8 ipc/util.c: sysvipc_find_ipc() incorrectly updates position index by Vasily Averin · 4 years, 1 month ago
  93. f5c0c54 drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper() by Vasily Averin · 4 years, 2 months ago
  94. bb577c2 ALSA: hda/hdmi: fix race in monitor detection during probe by Kai Vehmanen · 4 years, 2 months ago
  95. 6f53659 dmaengine: mmp_tdma: Reset channel error on release by Lubomir Rintel · 4 years, 2 months ago
  96. 87b4963 dmaengine: pch_dma.c: Avoid data race between probe and irq handler by Madhuparna Bhowmik · 4 years, 2 months ago
  97. f0fff9a cifs: Fix a race condition with cifs_echo_request by Ronnie Sahlberg · 5 years ago
  98. 79d25ee cifs: Check for timeout on Negotiate stage by Samuel Cabrero · 7 years ago
  99. 1502915 spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls by wuxu.wu · 4 years, 6 months ago
  100. 6950c277 scsi: sg: add sg_remove_request in sg_write by Wu Bo · 4 years, 2 months ago