1. 6953f88c padata: ensure padata_do_serial() runs on the correct CPU by Mathias Krause · 7 years ago
  2. 08257da padata: ensure the reorder timer callback runs on the correct CPU by Mathias Krause · 7 years ago
  3. b263060 x86: Fix early boot crash on gcc-10, third try by Borislav Petkov · 4 years, 7 months ago
  4. c13f146 ALSA: rawmidi: Fix racy buffer resize under concurrent accesses by Takashi Iwai · 4 years, 6 months ago
  5. 5ba9126 gcc-10 warnings: fix low-hanging fruit by Linus Torvalds · 4 years, 6 months ago
  6. 1942736 pnp: Use list_for_each_entry() instead of open coding by Jason Gunthorpe · 4 years, 7 months ago
  7. 4bdea73 netfilter: conntrack: avoid gcc-10 zero-length-bounds warning by Arnd Bergmann · 4 years, 7 months ago
  8. 89e8fc9 ptp: fix the race between the release of ptp_clock and cdev by Vladis Dronov · 4 years, 11 months ago
  9. da97a80 chardev: add helper function to register char devs with a struct device by Logan Gunthorpe · 8 years ago
  10. 284dba6 blktrace: Protect q->blk_trace with RCU by Jan Kara · 4 years, 9 months ago
  11. b488092 blktrace: Fix potential deadlock between delete & sysfs ops by Waiman Long · 7 years ago
  12. badbe56 net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup by Sabrina Dubroca · 5 years ago
  13. 5cc5fa7 net: ipv6: add net argument to ip6_dst_lookup_flow by Sabrina Dubroca · 5 years ago
  14. 9bb734d mac80211: add ieee80211_is_any_nullfunc() by Thomas Pedersen · 4 years, 10 months ago
  15. a57c01c KVM: Check validity of resolved slot when searching memslots by Sean Christopherson · 4 years, 7 months ago
  16. f8e84d7 vmalloc: fix remap_vmalloc_range() bounds checks by Jann Horn · 4 years, 7 months ago
  17. e00b056 overflow.h: Add arithmetic shift helper by Jason Gunthorpe · 6 years ago
  18. 32004fb tcp: cache line align MAX_TCP_HEADER by Eric Dumazet · 4 years, 7 months ago
  19. 8feaf69 compiler.h: fix error in BUILD_BUG_ON() reporting by Vegard Nossum · 4 years, 7 months ago
  20. 9729be9 percpu_counter: fix a data race at vm_committed_as by Qian Cai · 4 years, 7 months ago
  21. 5fadf30 scsi: target: fix hang when multiple threads try to destroy the same iscsi session by Maurizio Lombardi · 4 years, 8 months ago
  22. a6047aaf9 net: ipv6: do not consider routes via gateways for anycast address check by Tim Stallard · 4 years, 7 months ago
  23. 110012a signal: Extend exec_id to 64bits by Eric W. Biederman · 4 years, 8 months ago
  24. acca1bd thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=n by Martin Blumenstingl · 4 years, 7 months ago
  25. 1b62259 coresight: do not use the BIT() macro in the UAPI header by Eugene Syromiatnikov · 4 years, 8 months ago
  26. ea9df3c locking/atomic, kref: Add kref_read() by Peter Zijlstra · 8 years ago
  27. 2e1c84e vt: switch vt_dont_switch to bool by Jiri Slaby · 4 years, 9 months ago
  28. fc3d6dd vt: selection, introduce vc_is_sel by Jiri Slaby · 4 years, 9 months ago
  29. fb099f3b futex: Fix inode life-time issue by Peter Zijlstra · 4 years, 8 months ago
  30. 8c59bdc x86/mm: split vmalloc_sync_all() by Joerg Roedel · 4 years, 8 months ago
  31. e9ed467 net: phy: fix MDIO bus PM PHY resuming by Heiner Kallweit · 4 years, 8 months ago
  32. 0b21c9c fib: add missing attribute validation for tun_id by Jakub Kicinski · 4 years, 8 months ago
  33. 366d368 include/linux/bitops.h: introduce BITS_PER_TYPE by Chris Wilson · 6 years ago
  34. 3adb1f8 HID: core: increase HID report buffer size to 8KiB by Johan Korsnes · 4 years, 10 months ago
  35. ba7e258 ACPICA: Introduce ACPI_ACCESS_BYTE_WIDTH() macro by Mika Westerberg · 4 years, 9 months ago
  36. 259384b net: sched: correct flower port blocking by Jason Baron · 4 years, 9 months ago
  37. dfbf241 ata: ahci: Add shutdown to freeze hardware resources of ahci by Prabhakar Kushwaha · 4 years, 10 months ago
  38. 0aa6ce5 ALSA: rawmidi: Avoid bit fields for state flags by Takashi Iwai · 4 years, 9 months ago
  39. 67c3334 scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a session" by Bart Van Assche · 4 years, 9 months ago
  40. cd9ea1f rcu: Use WRITE_ONCE() for assignments to ->pprev for hlist_nulls by Paul E. McKenney · 5 years ago
  41. 39919a2 media: v4l2-device.h: Explicitly compare grp{id,mask} to zero in v4l2_device macros by Nathan Chancellor · 5 years ago
  42. 30e402b media: v4l2-rect.h: fix v4l2_rect_map_inside() top/left adjustments by Helen Koike · 5 years ago
  43. 10d24ac USB: serial: ir-usb: fix link-speed handling by Johan Hovold · 4 years, 10 months ago
  44. 1bbbcf6 netfilter: ipset: use bitmap infrastructure completely by Kadlecsik József · 4 years, 10 months ago
  45. 33a451d bitmap: Add bitmap_alloc(), bitmap_zalloc() and bitmap_free() by Andy Shevchenko · 6 years ago
  46. d0a73d2 tracing: xen: Ordered comparison of function pointers by Changbin Du · 4 years, 10 months ago
  47. e9cd672 net: ethtool: Add back transceiver type by Florian Fainelli · 7 years ago
  48. 9e0951c dmaengine: imx-sdma: fix size check for sdma script_number by Robin Gong · 5 years ago
  49. a371457 signal: Allow cifs and drbd to receive their terminating signals by Eric W. Biederman · 5 years ago
  50. ef25c01 net/mlx5: Fix mlx5_ifc_query_lag_out_bits by Mark Zhang · 5 years ago
  51. db62dde devres: allow const resource arguments by Arnd Bergmann · 5 years ago
  52. 190c1d6 media: davinci/vpbe: array underflow in vpbe_enum_outputs() by Dan Carpenter · 6 years ago
  53. 1bdac6c regulator: ab8500: Remove SYSCLKREQ from enum ab8505_regulator_id by Stephan Gerhold · 5 years ago
  54. 5dbde46 block: fix an integer overflow in logical block size by Mikulas Patocka · 4 years, 10 months ago
  55. 1a087b5 dt-bindings: reset: meson8b: fix duplicate reset IDs by Martin Blumenstingl · 5 years ago
  56. ab56789 cfg80211/mac80211: make ieee80211_send_layer2_update a public function by Dedy Lansky · 6 years ago
  57. cbad0dc fs/select: avoid clang stack usage warning by Arnd Bergmann · 6 years ago
  58. b6b0964 can: can_dropped_invalid_skb(): ensure an initialized headroom in outgoing CAN sk_buffs by Oliver Hartkopp · 5 years ago
  59. 475c147 kobject: Export kobject_get_unless_zero() by Jan Kara · 8 years ago
  60. 9b266c6 macvlan: do not assume mac_header is set in macvlan_broadcast() by Eric Dumazet · 4 years, 10 months ago
  61. 714b985 netfilter: uapi: Avoid undefined left-shift in xt_sctp.h by Phil Sutter · 5 years ago
  62. 36d6d82 net: add annotations on hh->hh_len lockless accesses by Eric Dumazet · 5 years ago
  63. bb7f07b regulator: ab8500: Remove AB8505 USB regulator by Stephan Gerhold · 5 years ago
  64. 14167f4 ata: libahci_platform: Export again ahci_platform_<en/dis>able_phys() by Florian Fainelli · 5 years ago
  65. 189ca92 dmaengine: Fix access to uninitialized dma_slave_caps by Lukas Wunner · 5 years ago
  66. 792365b tcp/dccp: fix possible race __inet_lookup_established() by Eric Dumazet · 5 years ago
  67. 190d14f hrtimer: Annotate lockless access to timer->state by Eric Dumazet · 5 years ago
  68. 6a60df8 libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h by Masahiro Yamada · 5 years ago
  69. 6d94f0d scsi: target: iscsi: Wait for all commands to finish before freeing a session by Bart Van Assche · 5 years ago
  70. 4cfee66 fs/quota: handle overflows of sysctl fs.quota.* and report as unsigned long by Konstantin Khlebnikov · 5 years ago
  71. 3420bd5 net: dst: Force 4-byte alignment of dst_metrics by Geert Uytterhoeven · 5 years ago
  72. 5cf2e75 mod_devicetable: fix PHY module format by Russell King · 5 years ago
  73. fcaaac2 media: cec-funcs.h: add status_req checks by Hans Verkuil · 5 years ago
  74. 56d2638 drm: mst: Fix query_payload ack reply struct by Sean Paul · 5 years ago
  75. e7a3b02 tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE() by Guillaume Nault · 5 years ago
  76. 0c8cd7f tcp: tighten acceptance of ACKs not matching a child socket by Guillaume Nault · 5 years ago
  77. 3b4a534 tcp: fix rejected syncookies due to stale timestamps by Guillaume Nault · 5 years ago
  78. 67b02e3 inet: protect against too small mtu values. by Eric Dumazet · 5 years ago
  79. 072d24e quota: Check that quota is not dirty before release by Dmitry Monakhov · 5 years ago
  80. 540b341 appletalk: Fix potential NULL pointer dereference in unregister_snap_client by YueHaibing · 6 years ago
  81. cbf5815 jbd2: Fix possible overflow in jbd2_log_space_left() by Jan Kara · 5 years ago
  82. 95595c8 tty: Don't block on IO when ldisc change is pending by Dmitry Safonov · 6 years ago
  83. 1bd5701 mtd: fix mtd_oobavail() incoherent returned value by Miquel Raynal · 6 years ago
  84. dafd9e9 dma-mapping: fix return type of dma_set_max_seg_size() by Niklas Söderlund · 6 years ago
  85. b67aadc ACPI: fix acpi_find_child_device() invocation in acpi_preset_companion() by Alexey Dobriyan · 6 years ago
  86. d518e7b math-emu/soft-fp.h: (_FP_ROUND_ZERO) cast 0 to void to fix warning by Vincent Chen · 6 years ago
  87. a2b503b regulator: Fix return value of _set_load() stub by Mark Brown · 6 years ago
  88. 8bddce8 serial: core: Allow processing sysrq at port unlock time by Douglas Anderson · 6 years ago
  89. 4d92109 sctp: cache netns in sctp_ep_common by Xin Long · 5 years ago
  90. 6b2540e net: dev: Use unsigned integer as an argument to left-shift by Andy Shevchenko · 6 years ago
  91. 9d3fcde net: fix possible overflow in __sk_mem_raise_allocated() by Eric Dumazet · 6 years ago
  92. bd5d9cd lib/genalloc.c: fix allocation of aligned buffer from non-aligned chunk by Alexey Skidanov · 6 years ago
  93. af7fee1 vmscan: return NODE_RECLAIM_NOSCAN in node_reclaim() when CONFIG_NUMA is n by Wei Yang · 6 years ago
  94. c4c4161 gpiolib: Fix return value of gpio_to_desc() stub if !GPIOLIB by Krzysztof Kozlowski · 6 years ago
  95. 1f95098 reset: fix reset_control_ops kerneldoc comment by Randy Dunlap · 5 years ago
  96. e528acd KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved by Sean Christopherson · 5 years ago
  97. e2e7b55 mm/memory_hotplug: make add_memory() take the device_hotplug_lock by David Hildenbrand · 6 years ago
  98. b74d722 linux/bitmap.h: fix type of nbits in bitmap_shift_right() by Rasmus Villemoes · 6 years ago
  99. 835c183 linux/bitmap.h: handle constant zero-size bitmaps correctly by Rasmus Villemoes · 6 years ago
  100. 9499c51 mfd: max8997: Enale irq-wakeup unconditionally by Marek Szyprowski · 6 years ago