1. 04f5bda x86/lib/cpu: Address missing prototypes warning by Valdis Klētnieks · 5 years ago
  2. b059f80 x86/purgatory: Use CFLAGS_REMOVE rather than reset KBUILD_CFLAGS by Nick Desaulniers · 5 years ago
  3. 4ce9731 x86/purgatory: Do not use __builtin_memcpy and __builtin_memset by Nick Desaulniers · 5 years ago
  4. 7468a4e x86: mtrr: cyrix: Mark expected switch fall-through by Gustavo A. R. Silva · 5 years ago
  5. 4ab9ab6 x86/ptrace: Mark expected switch fall-through by Gustavo A. R. Silva · 5 years ago
  6. 33920f1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  7. feac1d6 Merge branch 'sja1105-fixes' by David S. Miller · 5 years ago
  8. 93fa858 net: dsa: sja1105: Fix memory leak on meta state machine error path by Vladimir Oltean · 5 years ago
  9. f163fed net: dsa: sja1105: Fix memory leak on meta state machine normal path by Vladimir Oltean · 5 years ago
  10. 6cb0abb net: dsa: sja1105: Really fix panic on unregistering PTP clock by Vladimir Oltean · 5 years ago
  11. 4b7da3d net: dsa: sja1105: Use the LOCKEDS bit for SJA1105 E/T as well by Vladimir Oltean · 5 years ago
  12. 6d7c7d9 net: dsa: sja1105: Fix broken learning with vlan_filtering disabled by Vladimir Oltean · 5 years ago
  13. f26e0cc net: dsa: qca8k: Add of_node_put() in qca8k_setup_mdio_bus() by Nishka Dasgupta · 5 years ago
  14. 443bfb4 Merge branch 'flow_offload-action-fixes' by David S. Miller · 5 years ago
  15. 67cbf7d net: sched: sample: allow accessing psample_group with rtnl by Vlad Buslov · 5 years ago
  16. c4bd486 net: sched: police: allow accessing police->params with rtnl by Vlad Buslov · 5 years ago
  17. 2b0dfc1 Merge branch 'hisilicon-fixes' by David S. Miller · 5 years ago
  18. 96a50c0 net: hisilicon: Fix dma_map_single failed on arm64 by Jiangfeng Xiao · 5 years ago
  19. f2243b8 net: hisilicon: fix hip04-xmit never return TX_BUSY by Jiangfeng Xiao · 5 years ago
  20. 1a2c070 net: hisilicon: make hip04_tx_reclaim non-reentrant by Jiangfeng Xiao · 5 years ago
  21. 5b0bce2 Merge branch 'Fix-batched-event-generation-for-vlan-action' by David S. Miller · 5 years ago
  22. 8571deb tc-testing: updated vlan action tests with batch create/delete by Roman Mashak · 5 years ago
  23. b35475c net sched: update vlan action for batched events operations by Roman Mashak · 5 years ago
  24. 76d7961 Merge tag 'mips_fixes_5.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 5 years ago
  25. 3abd24a Merge branch 'stmmac-fixes' by David S. Miller · 5 years ago
  26. 4a6a138 net: stmmac: tc: Do not return a fragment entry by Jose Abreu · 5 years ago
  27. e8df7e8 net: stmmac: Fix issues when number of Queues >= 4 by Jose Abreu · 5 years ago
  28. 0efedbf net: stmmac: xgmac: Fix XGMAC selftests by Jose Abreu · 5 years ago
  29. 0574f2e Merge tag 'wireless-drivers-for-davem-2019-08-06' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 5 years ago
  30. f4eb142 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 5 years ago
  31. d0d006a be2net: disable bh with spin_lock in be_process_mcc by Denis Kirjanov · 5 years ago
  32. debea2c net: cxgb3_main: Fix a resource leak in a error path in 'init_one()' by Christophe JAILLET · 5 years ago
  33. 5c4e2e1a net: ethernet: sun4i-emac: Support phy-handle property for finding PHYs by Chen-Yu Tsai · 5 years ago
  34. 4368c4b Merge branch 'x86/grand-schemozzle' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  35. e0f6974 HID: sony: Fix race condition between rumble and device remove. by Roderick Colenbrander · 5 years ago
  36. 6d4472d HID: hiddev: do cleanup in failure of opening a device by Hillf Danton · 5 years ago
  37. 9c09b21 HID: hiddev: avoid opening a disconnected device by Hillf Danton · 5 years ago
  38. 74034a0 MIPS: BCM63XX: Mark expected switch fall-through by Gustavo A. R. Silva · 5 years ago
  39. f7813d5 Merge tag 'linux-can-fixes-for-5.3-20190802' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 5 years ago
  40. 091adf9 net: bridge: move default pvid init/deinit to NETDEV_REGISTER/UNREGISTER by Nikolay Aleksandrov · 5 years ago
  41. d934423 drivers/net/ethernet/marvell/mvmdio.c: Fix non OF case by Arnaud Patard (Rtp) · 5 years ago
  42. cd20636 net/smc: avoid fallback in case of non-blocking connect by Ursula Braun · 5 years ago
  43. f9cedf1 net/smc: do not schedule tx_work in SMC_CLOSED state by Ursula Braun · 5 years ago
  44. 438b43b gve: Fix case where desc_cnt and data_cnt can get out of sync by Catherine Sullivan · 5 years ago
  45. cff6a32 ipv6: Fix unbalanced rcu locking in rt6_update_exception_stamp_rt by David Ahern · 5 years ago
  46. cd114d2 selftests/tls: add a litmus test for the socket reuse through shutdown by Jakub Kicinski · 5 years ago
  47. 5d92e63 net/tls: partially revert fix transition through disconnect with close by Jakub Kicinski · 5 years ago
  48. 0eb0ce0 Merge tag 'spi-fix-v5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 5 years ago
  49. df9edcb Merge tag 'regulator-fix-v5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 5 years ago
  50. 9e9671c Merge tag 'linux-kselftest-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 5 years ago
  51. 4130741 Merge branch 'net-fix-regressions-for-generic-XDP' by David S. Miller · 5 years ago
  52. 065af35 net: fix bpf_xdp_adjust_head regression for generic-XDP by Jesper Dangaard Brouer · 5 years ago
  53. 13978d1 selftests/bpf: reduce time to execute test_xdp_vlan.sh by Jesper Dangaard Brouer · 5 years ago
  54. d35661f selftests/bpf: add wrapper scripts for test_xdp_vlan.sh by Jesper Dangaard Brouer · 5 years ago
  55. 4de9c89 bpf: fix XDP vlan selftests test_xdp_vlan.sh by Jesper Dangaard Brouer · 5 years ago
  56. 60d60c8 net/mlx5e: always initialize frag->last_in_page by Qian Cai · 5 years ago
  57. 7be8ef2 net: sched: use temporary variable for actions indexes by Dmytro Linkin · 5 years ago
  58. 7fb5a711 net: dsa: mv88e6xxx: drop adjust_link to enabled phylink by Hubert Feurstein · 5 years ago
  59. c3953a3 NFC: nfcmrvl: fix gpio-handling regression by Johan Hovold · 5 years ago
  60. 1c703b5 HID: input: fix a4tech horizontal wheel custom usage by Nicolas Saenz Julienne · 6 years ago
  61. 49869d2 HID: Add quirk for HP X1200 PIXART OEM mouse by Sebastian Parschauer · 5 years ago
  62. 01ec0a5 HID: holtek: test for sanity of intfdata by Oliver Neukum · 5 years ago
  63. 693c3da HID: wacom: fix bit shift for Cintiq Companion 2 by Aaron Armstrong Skomra · 5 years ago
  64. 7bc7485 HID: quirks: Set the INCREMENT_USAGE_ON_DUPLICATE quirk on Saitek X52 by István Váradi · 5 years ago
  65. 6fb08f1 HID: logitech-dj: Really fix return value of logi_dj_recv_query_hidpp_devices by Hans de Goede · 5 years ago
  66. e21a712 Linux 5.3-rc3 by Linus Torvalds · 5 years ago
  67. a6831a8 Merge tag 'tpmdd-next-20190805' of git://git.infradead.org/users/jjs/linux-tpmdd by Linus Torvalds · 5 years ago
  68. 62d1716 Merge tag 'mtd/fixes-for-5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 5 years ago
  69. fa4f99c tpm: tpm_ibm_vtpm: Fix unallocated banks by Nayna Jain · 6 years ago
  70. 1e5ac63 tpm: Fix null pointer dereference on chip register error path by Milan Broz · 6 years ago
  71. 4b6f231 Merge tag 'powerpc-5.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  72. 4c0d228 MAINTAINERS: Add Geert as Renesas SoC Co-Maintainer by Geert Uytterhoeven · 5 years ago
  73. 05e4f88 Merge tag 'kbuild-fixes-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  74. 8449c98 Merge tag 'safesetid-maintainers-correction-5.3-rc2' of git://github.com/micah-morton/linux by Linus Torvalds · 5 years ago
  75. 0c5b6c28 kconfig: Clear "written" flag to avoid data loss by M. Vefa Bicakci · 5 years ago
  76. d8778f1 Merge tag 'xtensa-20190803' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 5 years ago
  77. cf6c8ae Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 years ago
  78. 4c92057 Documentation: Add swapgs description to the Spectre v1 documentation by Josh Poimboeuf · 5 years ago
  79. 5e5412c net/socket: fix GCC8+ Wpacked-not-aligned warnings by Qian Cai · 5 years ago
  80. 8b7fd67 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  81. 0432a0a Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  82. af42e74 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  83. e12b243 Merge tag 'xfs-5.3-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  84. b7aea68 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  85. 6167254 Merge tag 'riscv/for-v5.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 5 years ago
  86. 7291edc drivers/acpi/scan.c: document why we don't need the device_hotplug_lock by David Hildenbrand · 5 years ago
  87. 14c5ceb memremap: move from kernel/ to mm/ by Christoph Hellwig · 5 years ago
  88. 733d1d1 lib/test_meminit.c: use GFP_ATOMIC in RCU critical section by Alexander Potapenko · 5 years ago
  89. cbedfe11 asm-generic: fix -Wtype-limits compiler warnings by Qian Cai · 5 years ago
  90. b59b1ba cgroup: kselftest: relax fs_spec checks by Chris Down · 5 years ago
  91. aa4996b mm/memory_hotplug.c: remove unneeded return for void function by Weitao Hou · 5 years ago
  92. 7b358c6 mm/migrate.c: initialize pud_entry in migrate_vma() by Ralph Campbell · 5 years ago
  93. 315c692 coredump: split pipe command whitespace before expanding template by Paul Wise · 5 years ago
  94. ee38d94 page flags: prioritize kasan bits over last-cpuid by Arnd Bergmann · 5 years ago
  95. af700ea ubsan: build ubsan.c more conservatively by Arnd Bergmann · 5 years ago
  96. ebb6d35 kasan: remove clang version check for KASAN_STACK by Arnd Bergmann · 5 years ago
  97. 670105a mm: compaction: avoid 100% CPU usage during compaction when a task is killed by Mel Gorman · 5 years ago
  98. ebdf4de mm: migrate: fix reference check race between __find_get_block() and migration by Jan Kara · 5 years ago
  99. fa1e512 mm: vmscan: check if mem cgroup is disabled or not before calling memcg slab shrinker by Yang Shi · 5 years ago
  100. 7bc36e3 ocfs2: remove set but not used variable 'last_hash' by YueHaibing · 5 years ago