1. 37c791a sunrpc: use-after-free in svc_process_common() by Vasily Averin · 5 years ago
  2. e340402 Input: restore EV_ABS ABS_RESERVED by Peter Hutterer · 5 years ago
  3. 40a19e5 ext4: force inode writes when nfsd calls commit_metadata() by Theodore Ts'o · 5 years ago
  4. e50db95 platform-msi: Free descriptors in platform_msi_domain_free() by Miquel Raynal · 6 years ago
  5. ce8ec03 ptr_ring: wrap back ->producer in __ptr_ring_swap_queue() by Cong Wang · 5 years ago
  6. 7abb7f7 sock: Make sock->sk_stamp thread-safe by Deepa Dinamani · 5 years ago
  7. 52f563e gro_cell: add napi_disable in gro_cells_destroy by Lorenzo Bianconi · 5 years ago
  8. c6bcf40 locking/qspinlock: Fix build for anonymous union in older GCC compilers by Steven Rostedt (VMware) · 6 years ago
  9. 60668f3 locking/qspinlock: Merge 'struct __qspinlock' into 'struct qspinlock' by Will Deacon · 5 years ago
  10. 1e7066a signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack by Will Deacon · 6 years ago
  11. 5873b2c neighbour: Avoid writing before skb->head in neigh_hh_output() by Stefano Brivio · 5 years ago
  12. 1474395 ALSA: pcm: Fix interval evaluation with openmin/max by Takashi Iwai · 5 years ago
  13. fe26b8d USB: check usb_get_extra_descriptor for proper size by Mathias Payer · 5 years ago
  14. c5b2907 btrfs: Add sanity check for EXTENT_DATA when reading out leaf by Qu Wenruo · 7 years ago
  15. def8c1d bpf: Prevent memory disambiguation attack by Alexei Starovoitov · 6 years ago
  16. 18a23fb libceph: implement CEPHX_V2 calculation mode by Ilya Dryomov · 6 years ago
  17. 06e9259 libceph: add authorizer challenge by Ilya Dryomov · 6 years ago
  18. 0811545 libceph: store ceph_auth_handshake pointer in ceph_connection by Ilya Dryomov · 6 years ago
  19. 9041d1e libceph: drop len argument of *verify_authorizer_reply() by Ilya Dryomov · 7 years ago
  20. 0e67f1c reset: remove remaining WARN_ON() in <linux/reset.h> by Masahiro Yamada · 7 years ago
  21. f109deb reset: make device_reset_optional() really optional by Masahiro Yamada · 7 years ago
  22. ee6e7fb reset: add exported __reset_control_get, return NULL if optional by Philipp Zabel · 8 years ago
  23. 7be2600 reset: fix optional reset_control_get stubs to return NULL by Philipp Zabel · 7 years ago
  24. ca58e3b reset: make optional functions really optional by Ramiro Oliveira · 7 years ago
  25. 6f35b5b workqueue: avoid clang warning by Arnd Bergmann · 7 years ago
  26. 87043e4 EVM: Add support for portable signature format by Matthew Garrett · 7 years ago
  27. 0c41bee namei: allow restricted O_CREAT of FIFOs and regular files by Salvatore Mesoraca · 6 years ago
  28. 674004e include/linux/pfn_t.h: force '~' to be parsed as an unary operator by Sebastien Boisvert · 6 years ago
  29. 95cd1aa of: add helper to lookup compatible child node by Johan Hovold · 6 years ago
  30. 8bcd10d can: dev: can_get_echo_skb(): factor out non sending code to __can_get_echo_skb() by Marc Kleine-Budde · 6 years ago
  31. 2cf6ba5 new helper: uaccess_kernel() by Al Viro · 7 years ago
  32. d8ccc61 netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment() by Jozsef Kadlecsik · 6 years ago
  33. e215388 modules: mark __inittest/__exittest as __maybe_unused by Arnd Bergmann · 7 years ago
  34. b53c737 kbuild: fix asm-offset generation to work with clang by Jeroen Hofstee · 7 years ago
  35. 9c34ad0 mm: migration: fix migration of huge PMD shared pages by Mike Kravetz · 6 years ago
  36. f6939db clockevents/drivers/i8253: Add support for PIT shutdown quirk by Michael Kelley · 6 years ago
  37. 9efe044 libceph: bump CEPH_MSG_MAX_DATA_LEN by Ilya Dryomov · 6 years ago
  38. 5378c0e TC: Set DMA masks for devices by Maciej W. Rozycki · 6 years ago
  39. 65cb24d posix-timers: Sanitize overrun handling by Thomas Gleixner · 6 years ago
  40. f11f358 iio: buffer: fix the function signature to match implementation by Phil Reid · 6 years ago
  41. 03a1d0b elevator: fix truncation of icq_cache_name by Eric Biggers · 7 years ago
  42. e34bd9a mremap: properly flush TLB before releasing the page by Linus Torvalds · 6 years ago
  43. e9e4ac4 ip: add helpers to process in-order fragments faster. by Peter Oskolkov · 6 years ago
  44. 1004395 ip: use rb trees for IP frag queue. by Peter Oskolkov · 6 years ago
  45. b475cf3 net: add rb_to_skb() and other rb tree helpers by Eric Dumazet · 6 years ago
  46. 791521e net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friends by Eric Dumazet · 6 years ago
  47. 8716959 net: modify skb_rbtree_purge to return the truesize of all purged skbs. by Peter Oskolkov · 6 years ago
  48. 82f36cb ip: discard IPv4 datagrams with overlapping segments. by Peter Oskolkov · 6 years ago
  49. 316986f inet: frags: get rid of ipfrag_skb_cb/FRAG_CB by Eric Dumazet · 6 years ago
  50. 5b68fda inet: frags: reorganize struct netns_frags by Eric Dumazet · 6 years ago
  51. 6060bcd rhashtable: reorganize struct rhashtable layout by Eric Dumazet · 6 years ago
  52. 7f61706 inet: frags: break the 2GB limit for frags storage by Eric Dumazet · 6 years ago
  53. 965e2ad inet: frags: remove inet_frag_maybe_warn_overflow() by Eric Dumazet · 6 years ago
  54. 49106f3 inet: frags: get rif of inet_frag_evicting() by Eric Dumazet · 6 years ago
  55. ea7496f inet: frags: remove some helpers by Eric Dumazet · 6 years ago
  56. 23ce9c5 inet: frags: use rhashtables for reassembly units by Eric Dumazet · 6 years ago
  57. 2ffb1c3 inet: frags: add a pointer to struct netns_frags by Eric Dumazet · 6 years ago
  58. 7fca771 inet: frags: change inet_frags_init_net() return value by Eric Dumazet · 6 years ago
  59. 6b2f36b inet: make sure to grab rcu_read_lock before using ireq->ireq_opt by Eric Dumazet · 6 years ago
  60. 4cded0a tcp/dccp: fix lockdep issue when SYN is backlogged by Eric Dumazet · 6 years ago
  61. 8d59c3a net: ipv4: update fnhe_pmtu when first hop's MTU changes by Sabrina Dubroca · 6 years ago
  62. 22ad293 bonding: avoid possible dead-lock by Mahesh Bandewar · 6 years ago
  63. fcbd4cc ebtables: arpreply: Add the standard target sanity check by Gao Feng · 7 years ago
  64. e7038f8 time: Introduce jiffies64_to_nsecs() by Frederic Weisbecker · 7 years ago
  65. ec964c3 media: v4l: event: Prevent freeing event subscriptions while accessed by Sakari Ailus · 6 years ago
  66. 4f689d0 arm/arm64: smccc-1.1: Handle function result as parameters by Marc Zyngier · 6 years ago
  67. e757c1e arm/arm64: smccc-1.1: Make return values unsigned long by Marc Zyngier · 6 years ago
  68. fc63de90 hwmon: (ina2xx) fix sysfs shunt resistor read access by Lothar Felten · 6 years ago
  69. b052d04 slub: make ->cpu_partial unsigned int by Alexey Dobriyan · 6 years ago
  70. 3ba2875 power: remove possible deadlock when unregistering power_supply by Benjamin Tissoires · 6 years ago
  71. c4989a1 NFC: Fix the number of pipes by Suren Baghdasaryan · 6 years ago
  72. eddbab1 evm: Don't deadlock if a crypto algorithm is unavailable by Matthew Garrett · 6 years ago
  73. ccb8961 net/mlx5: Fix use-after-free in self-healing flow by Jack Morgenstein · 6 years ago
  74. 8458056 mm: get rid of vmacache_flush_all() entirely by Linus Torvalds · 6 years ago
  75. 45ad26e ethtool: Remove trailing semicolon for static inline by Florian Fainelli · 6 years ago
  76. 35a9021 r8169: add support for NCube 8168 network card by Anthony Wong · 6 years ago
  77. a328c4c udlfb: set optimal write delay by Mikulas Patocka · 6 years ago
  78. b68377c iommu/vt-d: Fix dev iotlb pfsid use by Jacob Pan · 6 years ago
  79. eada1b2 iommu/vt-d: Add definitions for PFSID by Jacob Pan · 6 years ago
  80. 40b08cd Replace magic for trusting the secondary keyring with #define by Yannik Sembritzki · 6 years ago
  81. b5bc39d NFSv4 client live hangs after live data migration recovery by Bill Baker · 6 years ago
  82. 0eb725c PCI: Add wrappers for dev_printk() by Frederick Lawler · 6 years ago
  83. 8a5e02a scsi: sysfs: Introduce sysfs_{un,}break_active_protection() by Bart Van Assche · 6 years ago
  84. 3934e01 PCI: OF: Fix I/O space page leak by Sergei Shtylyov · 6 years ago
  85. d2a4505 net/ethernet/freescale/fman: fix cross-build error by Randy Dunlap · 6 years ago
  86. d4efb85 tcp: remove DELAYED ACK events in DCTCP by Yuchung Cheng · 6 years ago
  87. 7754ed7 net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is used by Davide Caratti · 6 years ago
  88. 8823c73 ipv6: make ipv6_renew_options() interrupt/kernel safe by Paul Moore · 6 years ago
  89. a677cc3 netfilter: ipv6: nf_defrag: reduce struct net memory waste by Eric Dumazet · 6 years ago
  90. f6b8276 vsock: split dwork to avoid reinitializations by Cong Wang · 6 years ago
  91. 2ff9f08 llc: use refcount_inc_not_zero() for llc_sap_find() by Cong Wang · 6 years ago
  92. 6e6b637 ioremap: Update pgtable free interfaces with addr by Chintan Pandya · 6 years ago
  93. 81ad8a8 crypto: vmac - separate tfm and request context by Eric Biggers · 6 years ago
  94. b4f17de x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures by Jiri Kosina · 6 years ago
  95. c504b9f cpu/hotplug: Fix SMT supported evaluation by Thomas Gleixner · 6 years ago
  96. 62d88fc KVM: x86: Add a framework for supporting MSR-based features by Tom Lendacky · 6 years ago
  97. 929d3b2 cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early by Thomas Gleixner · 6 years ago
  98. a69c5e0 cpu/hotplug: Expose SMT control init function by Jiri Kosina · 6 years ago
  99. f37486c cpu/hotplug: Provide knobs to control SMT by Thomas Gleixner · 6 years ago
  100. e392347 x86/speculation/l1tf: Limit swap file size to MAX_PA/2 by Andi Kleen · 6 years ago