1. 02c8952 compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations by Nick Desaulniers · 6 years ago
  2. 29524a9 compiler, clang: always inline when CONFIG_OPTIMIZE_INLINING is disabled by David Rientjes · 7 years ago
  3. f276b50 compiler, clang: properly override 'inline' for clang by Linus Torvalds · 7 years ago
  4. 94cc698 compiler, clang: suppress warning for unused static inline functions by David Rientjes · 7 years ago
  5. f510cc3 ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOS by Hans de Goede · 6 years ago
  6. 17057c5 block: Fix transfer when chunk sectors exceeds max by Keith Busch · 6 years ago
  7. 0400b06 iio:buffer: make length types match kfifo types by Martin Kelly · 6 years ago
  8. 3e4fab7 branch-check: fix long->int truncation when profiling branches by Mikulas Patocka · 6 years ago
  9. ae0c8ee bonding: require speed/duplex only for 802.3ad, alb and tlb by Andreas Born · 7 years ago
  10. cd4f9f2 complete e390f9a port for v4.9.106 by Philip Müller · 6 years ago
  11. 8d99eb4 btrfs: define SUPER_FLAG_METADUMP_V2 by Anand Jain · 6 years ago
  12. 7966e76 tcp: avoid integer overflows in tcp_rcv_space_adjust() by Eric Dumazet · 7 years ago
  13. fa4724c cfg80211: further limit wiphy names to 64 bytes by Eric Biggers · 6 years ago
  14. 6464206 objtool: Enclose contents of unreachable() macro in a block by Josh Poimboeuf · 7 years ago
  15. add0ff1 objtool: Improve detection of BUG() and other dead ends by Josh Poimboeuf · 7 years ago
  16. 4703f3f llc: properly handle dev_queue_xmit() return value by Cong Wang · 6 years ago
  17. 58df289 net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off by Toshiaki Makita · 6 years ago
  18. d543907 ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu by Sabrina Dubroca · 6 years ago
  19. bc3d700 virtio-gpu: fix ioctl and expose the fixed status to userspace. by Dave Airlie · 6 years ago
  20. 3eacc4a kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds by Sebastian Ott · 6 years ago
  21. 5d375e1 regulatory: add NUL to request alpha2 by Johannes Berg · 6 years ago
  22. 5f3c6ad mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4 by Felix Fietkau · 6 years ago
  23. 2e857aa ptr_ring: prevent integer overflow when calculating size by Jason Wang · 6 years ago
  24. 31710e6 cpumask: Make for_each_cpu_wrap() available on UP as well by Michael Kelley · 6 years ago
  25. 059befd vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page by Jia Zhang · 6 years ago
  26. b2e949b x86/power: Fix swsusp_arch_resume prototype by Arnd Bergmann · 6 years ago
  27. 038ab51 asm-generic: provide generic_pmdp_establish() by Kirill A. Shutemov · 6 years ago
  28. f4afb04 device property: Define type of PROPERTY_ENRTY_*() macros by Andy Shevchenko · 6 years ago
  29. e3ae971 tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into account by Anna-Maria Gleixner · 6 years ago
  30. 2d2d3f1 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 6 years ago
  31. bf54f31 usb: gadget: composite: fix incorrect handling of OS desc requests by Chris Dickens · 6 years ago
  32. 7d73a8c cfg80211: limit wiphy names to 128 bytes by Johannes Berg · 6 years ago
  33. 094c276 seccomp: Move speculation migitation control to arch code by Thomas Gleixner · 6 years ago
  34. ab677c2 seccomp: Add filter flag to opt-out of SSB mitigation by Kees Cook · 6 years ago
  35. 036608d prctl: Add force disable speculation by Thomas Gleixner · 6 years ago
  36. 4272f52 nospec: Allow getting/setting on non-current task by Kees Cook · 6 years ago
  37. 4812ffb prctl: Add speculation control prctls by Thomas Gleixner · 6 years ago
  38. 24e4dd9 x86/bugs: Expose /sys/../spec_store_bypass by Konrad Rzeszutek Wilk · 6 years ago
  39. dc7de9b efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definition for mixed mode by Ard Biesheuvel · 6 years ago
  40. 1af681d tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_all} by Steven Rostedt (VMware) · 6 years ago
  41. 20a3061 signals: avoid unnecessary taking of sighand->siglock by Waiman Long · 8 years ago
  42. 6f1abf8 proc: do not access cmdline nor environ from file-backed areas by Willy Tarreau · 6 years ago
  43. 81da9f8 futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 7 years ago
  44. d7bfa99 bonding: send learning packets for vlans on slave by Debabrata Banerjee · 6 years ago
  45. e68fb962 soreuseport: initialise timewait reuseport field by Eric Dumazet · 6 years ago
  46. a3cac7e net: fix rtnh_ok() by Eric Dumazet · 6 years ago
  47. b8beca4 arm/arm64: KVM: Add PSCI version selection API by Marc Zyngier · 6 years ago
  48. a72ac67 earlycon: Use a pointer table to fix __earlycon_table stride by Daniel Kurtz · 6 years ago
  49. 54a21fe mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block. by Joakim Tjernlund · 6 years ago
  50. ccbb19c ALSA: control: Hardening for potential Spectre v1 by Takashi Iwai · 6 years ago
  51. 6a506d4 tty: Don't call panic() at tty_ldisc_init() by Tetsuo Handa · 6 years ago
  52. 90488aa virtio: add ability to iterate over vqs by Michael S. Tsirkin · 6 years ago
  53. 9d33bff vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi by Toshiaki Makita · 6 years ago
  54. e202fa9 llc: delete timers synchronously in llc_sk_free() by Cong Wang · 6 years ago
  55. 4d9c2b6 KVM: s390: wire up bpb feature by Christian Borntraeger · 6 years ago
  56. 18484eb writeback: safer lock nesting by Greg Thelen · 6 years ago
  57. 1d49e2a random: add new ioctl RNDRESEEDCRNG by Theodore Ts'o · 6 years ago
  58. 3724f9c ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streams by Takashi Iwai · 6 years ago
  59. e58d3bc dt-bindings: clock: mediatek: add binding for fixed-factor clock axisel_d4 by Sean Wang · 6 years ago
  60. 4b43f41 HID: core: Fix size as type u32 by Aaron Ma · 6 years ago
  61. a7e1906 tty: make n_tty_read() always abort if hangup is in progress by Tejun Heo · 6 years ago
  62. 0eecffb slip: Check if rstate is initialized before uncompressing by Tejaswi Tanikella · 6 years ago
  63. b0a2a2b Bluetooth: Fix connection if directed advertising and privacy is used by Szymon Janc · 6 years ago
  64. eb90973 arm/arm64: smccc: Implement SMCCC v1.1 inline primitive by Mark Rutland · 6 years ago
  65. 5d667c1 arm/arm64: smccc: Make function identifiers an unsigned quantity by Mark Rutland · 6 years ago
  66. 883a91d firmware/psci: Expose SMCCC version through psci_ops by Mark Rutland · 6 years ago
  67. 56d3797 firmware/psci: Expose PSCI conduit by Mark Rutland · 6 years ago
  68. c9ae3d5 arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support by Mark Rutland · 6 years ago
  69. 142cfd6 arm/arm64: KVM: Turn kvm_psci_version into a static inline by Mark Rutland · 6 years ago
  70. 6681f3c arm/arm64: KVM: Advertise SMCCC v1.1 by Mark Rutland · 6 years ago
  71. 4b1713f arm/arm64: KVM: Implement PSCI 1.0 support by Mark Rutland · 6 years ago
  72. 33e6484 arm/arm64: KVM: Add PSCI_VERSION helper by Mark Rutland · 6 years ago
  73. 8b106af arm/arm64: KVM: Consolidate the PSCI include files by Mark Rutland · 6 years ago
  74. 09ea80a mm: Introduce lm_alias by Mark Rutland · 6 years ago
  75. 6289541 drivers/firmware: Expose psci_get_version through psci_ops structure by Mark Rutland · 6 years ago
  76. ac748c5 ACPICA: OSL: Add support to exclude stdarg.h by Lv Zheng · 7 years ago
  77. 0559ea3 sched/deadline: Use the revised wakeup rule for suspending constrained dl tasks by Daniel Bristot de Oliveira · 7 years ago
  78. eec6e0a net/mlx4: Fix the check in attaching steering rules by Talat Batheesh · 7 years ago
  79. 2cd3aa5 skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow by Jason A. Donenfeld · 7 years ago
  80. 6391346 PCI/msi: fix the pci_alloc_irq_vectors_affinity stub by Christoph Hellwig · 7 years ago
  81. 8adab3b mlx5: fix bug reading rss_hash_type from CQE by Jesper Dangaard Brouer · 7 years ago
  82. 247e213 fsl/qe: add bit description for SYNL register for GUMR by Holger Brunck · 7 years ago
  83. 5367883 net: x25: fix one potential use-after-free issue by linzhang · 7 years ago
  84. 9abd45b cfg80211: make RATE_INFO_BW_20 the default by Johannes Berg · 7 years ago
  85. 7f9a93b module: extend 'rodata=off' boot cmdline parameter to module mappings by AKASHI Takahiro · 6 years ago
  86. ecd508a llist: clang: introduce member_address_is_nonnull() by Alexander Potapenko · 7 years ago
  87. c6ab7c6 netfilter: x_tables: add and use xt_check_proc_name by Florian Westphal · 6 years ago
  88. d0253af RDMA/ucma: Introduce safer rdma_addr_size() variants by Roland Dreier · 6 years ago
  89. fc7a9eb frv: declare jiffies to be located in the .data section by Matthias Kaehlcke · 7 years ago
  90. bbc5d42 jiffies.h: declare jiffies and jiffies_64 with ____cacheline_aligned_in_smp by Matthias Kaehlcke · 7 years ago
  91. e78c59f cpumask: Add helper cpumask_available() by Matthias Kaehlcke · 7 years ago
  92. 4d9a121 PCI: Make PCI_ROM_ADDRESS_MASK a 32-bit constant by Matthias Kaehlcke · 7 years ago
  93. 28984ba0 net: use skb_to_full_sk() in skb_update_prio() by Eric Dumazet · 6 years ago
  94. e927ffb sch_netem: fix skb leak in netem_enqueue() by Alexey Kodanev · 6 years ago
  95. ad62170 rhashtable: Fix rhlist duplicates insertion by Paul Blakey · 6 years ago
  96. 4d9ed68 mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0 by Jagdish Gediya · 6 years ago
  97. 9c7f7bd mm/vmalloc: add interfaces to free unmapped page table by Toshi Kani · 6 years ago
  98. b1d25da ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit by Kirill Marinushkin · 6 years ago
  99. e2ee1a1 IB/mlx5: Fix integer overflows in mlx5_ib_create_srq by Boris Pismenny · 6 years ago
  100. b0d0441 net: ethernet: ucc_geth: fix MEM_PART_MURAM mode by Christophe Leroy · 7 years ago