1. accb99b KVM: arm/arm64: Simplify bg_timer programming by Christoffer Dall · 6 years ago
  2. e329fb7 KVM: arm/arm64: Factor out VMID into struct kvm_vmid by Christoffer Dall · 6 years ago
  3. 32f1395 arm/arm64: KVM: Statically configure the host's view of MPIDR by Marc Zyngier · 6 years ago
  4. d18232e ARM: KVM: Teach some form of type-safety to kvm_call_hyp by Marc Zyngier · 6 years ago
  5. 7cba8a8 arm64: KVM: Drop VHE-specific HYP call stub by Marc Zyngier · 6 years ago
  6. 18fc7bf arm64: KVM: Allow for direct call of HYP functions when using VHE by Marc Zyngier · 6 years ago
  7. 7aa8d14 arm/arm64: KVM: Introduce kvm_call_hyp_ret() by Marc Zyngier · 6 years ago
  8. ee79304 clocksource/arm_arch_timer: Store physical timer IRQ number for KVM on VHE by Andre Przywara · 6 years ago
  9. 49a5785 Linux 5.0-rc3 by Linus Torvalds · 6 years ago
  10. 1e556ba Merge tag 'pstore-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  11. dbcfc96 Merge tag 'gcc-plugins-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  12. 7d0ae23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  13. 5631e85 pstore/ram: Avoid allocation and leak of platform data by Kees Cook · 6 years ago
  14. 2c88c74 gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+ by Ard Biesheuvel · 6 years ago
  15. 560706d gcc-plugins: arm_ssp_per_task_plugin: sign extend the SP mask by Ard Biesheuvel · 6 years ago
  16. bb617b9 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago
  17. 1be969f Merge tag 'for-5.0-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  18. 315a6d8 Merge tags 'compiler-attributes-for-linus-v5.0-rc3' and 'clang-format-for-linus-v5.0-rc3' of git://github.com/ojeda/linux by Linus Torvalds · 6 years ago
  19. fbfaf85 fix int_sqrt64() for very large numbers by Florian La Roche · 6 years ago
  20. 6e693b3 x86: uaccess: Inhibit speculation past access_ok() in user_access_begin() by Will Deacon · 6 years ago
  21. b0f3e76 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  22. 6436408 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  23. e7c87bd bpf: in __bpf_redirect_no_mac pull mac only if present by Willem de Bruijn · 6 years ago
  24. df133f3 virtio_net: bulk free tx skbs by Michael S. Tsirkin · 6 years ago
  25. 5d5c303 Merge tag 'mips_fixes_5.0_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  26. 6a0141a Merge tag 'devicetree-fixes-for-5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  27. 26caabb Merge tag 'libnvdimm-fixes-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  28. f403d71 Merge tag 'linux-watchdog-5.0-rc-fixes' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 6 years ago
  29. b0efca4 Merge tag 'nfs-for-5.0-2' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
  30. 4d5f6e0 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 6 years ago
  31. 0facb89 Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  32. 99e309b clang-format: Update .clang-format with the latest for_each macro list by Jason Gunthorpe · 6 years ago
  33. 3e64cf7 net: phy: phy driver features are mandatory by Camelia Groza · 6 years ago
  34. 7afa81c isdn: avm: Fix string plus integer warning from Clang by Nathan Chancellor · 6 years ago
  35. 75a080c powerpc: chrp: Use of_node_is_type to access device_type by Rob Herring · 6 years ago
  36. 8a7fa0c Merge tag 'mlx5-fixes-2019-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  37. 25f2d0e net/mlx5e: Fix cb_ident duplicate in indirect block register by Eli Britstein · 6 years ago
  38. 7fdc1ad net/mlx5e: Fix wrong (zero) TX drop counter indication for representor by Tariq Toukan · 6 years ago
  39. 2eb1e42 net/mlx5e: Fix wrong error code return on FEC query failure by Shay Agroskin · 6 years ago
  40. e8c8b53 net/mlx5e: Force CHECKSUM_UNNECESSARY for short ethernet frames by Cong Wang · 6 years ago
  41. 64cf548 tools: bpftool: Cleanup license mess by Thomas Gleixner · 6 years ago
  42. 9d5564d bpf: fix inner map masking to prevent oob under speculation by Daniel Borkmann · 6 years ago
  43. ad6dd7a bpf: pull in pkt_sched.h header for tooling to fix bpftool build by Daniel Borkmann · 6 years ago
  44. efa8c81 Merge branch 'mlxsw-fixes' by David S. Miller · 6 years ago
  45. 479a2b7 selftests: forwarding: Add a test case for externally learned FDB entries by Ido Schimmel · 6 years ago
  46. 7215927 selftests: mlxsw: Test FDB offload indication by Ido Schimmel · 6 years ago
  47. 64254a2 mlxsw: spectrum_switchdev: Do not treat static FDB entries as sticky by Ido Schimmel · 6 years ago
  48. 710ae72 net: bridge: Mark FDB entries that were added by user as such by Ido Schimmel · 6 years ago
  49. a11dcd6 mlxsw: spectrum_fid: Update dummy FID index by Nir Dotan · 6 years ago
  50. 67c14cc mlxsw: pci: Return error on PCI reset timeout by Nir Dotan · 6 years ago
  51. d2f372b mlxsw: pci: Increase PCI SW reset timeout by Nir Dotan · 6 years ago
  52. c9ebea0 mlxsw: pci: Ring CQ's doorbell before RDQ's by Ido Schimmel · 6 years ago
  53. 20f5248 MAINTAINERS: update email addresses of liquidio driver maintainers by Felix Manlunas · 6 years ago
  54. 9437b62 net: Fix typo in NET_FAILOVER help text by Jonathan Neuschäfer · 6 years ago
  55. 6c57f04 net: Fix usage of pskb_trim_rcsum by Ross Lagerwall · 6 years ago
  56. 2339e91 Merge tag 'media/v5.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 6 years ago
  57. d28f3e7 Merge tag 'pci-v5.0-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  58. 8b4fe58 Merge tag 'i3c/fixes-for-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux by Linus Torvalds · 6 years ago
  59. 3cdf680 Merge tag 'mtd/fixes-for-5.0-rc3' of git://git.infradead.org/linux-mtd by Linus Torvalds · 6 years ago
  60. 6e4673b Merge tag 'regmap-fix-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 6 years ago
  61. e40e2a2 net: phy: mdio_bus: add missing device_del() in mdiobus_register() error handling by Thomas Petazzoni · 6 years ago
  62. 0e78f38 doc: net: fix bad references to network drivers by Otto Sabart · 6 years ago
  63. c5b7098 Merge tag 'powerpc-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  64. e6ec2fd Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  65. dc6fef2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  66. 6e434bf Merge tag 'acpi-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  67. 2a8cbf2 Merge tag 'fbdev-v5.0-rc3' of git://github.com/bzolnier/linux by Linus Torvalds · 6 years ago
  68. c3653eb Merge tag 'drm-fixes-2019-01-18-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  69. fd340d0 btrfs: wakeup cleaner thread when adding delayed iput by Josef Bacik · 6 years ago
  70. 3ec9a4c btrfs: run delayed iputs before committing by Josef Bacik · 6 years ago
  71. 74d5d22 btrfs: wait on ordered extents on abort cleanup by Josef Bacik · 6 years ago
  72. 31890da btrfs: handle delayed ref head accounting cleanup in abort by Josef Bacik · 6 years ago
  73. 77b7aad Revert "btrfs: balance dirty metadata pages in btrfs_finish_ordered_io" by David Sterba · 6 years ago
  74. 11ee2a3 Merge branch 'acpi-pci' by Rafael J. Wysocki · 6 years ago
  75. d311e0c mtd: rawnand: denali: get ->setup_data_interface() working again by Masahiro Yamada · 6 years ago
  76. 01eeb92 mtd: nand: jz4740: fix '__iomem *' vs. '* __iomem' by Luc Van Oostenryck · 6 years ago
  77. bf97403 macvlan: replace kfree_skb by consume_skb for drop profiles by Yang Wei · 6 years ago
  78. 87fff3c neighbour: Do not perturb drop profiles when neigh_probe by Yang Wei · 6 years ago
  79. 5ab3121 amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYs by Lendacky, Thomas · 6 years ago
  80. 40f89eb net: phy: add missing phy driver features by Camelia Groza · 6 years ago
  81. c6ddfb9 dpaa_eth: NETIF_F_LLTX requires to do our own update of trans_start by Madalin Bucur · 6 years ago
  82. 28c1382 net: bridge: Fix ethernet header pointer before check skb forwardable by Yunjian Wang · 6 years ago
  83. cc5e710 vhost: log dirty page correctly by Jason Wang · 6 years ago
  84. f655f8b Documentation: timestamping: correct path to net_tstamp.h by Jakub Kicinski · 6 years ago
  85. 9420151 Merge branch 'linux-4.21' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 6 years ago
  86. d739322 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  87. 1092a94 Merge tag 'drm-fixes-2019-01-18' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  88. 2451f37 Merge tag 'led-fix-for-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 6 years ago
  89. 0a2fbed8 Merge tag 'hwmon-for-v5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 6 years ago
  90. 38197ca block: Cleanup license notice by Thomas Gleixner · 6 years ago
  91. 7ebec5f drm/nouveau/core: recognise TU102 by Ben Skeggs · 6 years ago
  92. 88a8121 af_packet: fix raw sockets over 6in4 tunnel by Nicolas Dichtel · 6 years ago
  93. e224c39 bpf: fix SO_MAX_PACING_RATE to support TCP internal pacing by Yuchung Cheng · 6 years ago
  94. f4924f2 bpf: bpf_setsockopt: reset sock dst on SO_MARK changes by Peter Oskolkov · 6 years ago
  95. df0219b Merge tag 'drm-misc-fixes-2019-01-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 6 years ago
  96. 4ac4cb7 Merge tag 'drm-intel-fixes-2019-01-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 6 years ago
  97. 586cdb0 Merge branch 'drm-fixes-5.0' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 6 years ago
  98. f7c4615 udp6: add missing rehash callback to udplite by Alexey Kodanev · 6 years ago
  99. 8f6b539 udp: add missing rehash callback to udplite by Alexey Kodanev · 6 years ago
  100. 2cddd20 net/sched: cls_flower: allocate mask dynamically in fl_change() by Ivan Vecera · 6 years ago