1. 023f108 selinux: fix double free in selinux_parse_opts_str() by Paul Moore · 7 years ago
  2. d9ee35a x86/mm: Disable 1GB direct mappings when disabling 2MB mappings by Vlastimil Babka · 7 years ago
  3. 63f700a Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 7 years ago
  4. 2ab99b0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  5. ca8efa1 KVM: PPC: Book3S HV: Context-switch EBB registers properly by Paul Mackerras · 7 years ago
  6. 6964e53 i40e: fix handling of HW ATR eviction by Jacob Keller · 7 years ago
  7. fa07ab7 genirq: Release resources in __setup_irq() error path by Heiner Kallweit · 7 years ago
  8. 2ad5060 dm integrity: reject mappings too large for device by Ondrej Mosnáček · 7 years ago
  9. 98dbf5a PCI: endpoint: Select CRC32 to fix test build error by Randy Dunlap · 7 years ago
  10. 675c8da hsr: fix incorrect warning by Karicheri, Muralidharan · 7 years ago
  11. 8a524f8 x86/debug: Handle early WARN_ONs proper by Peter Zijlstra · 7 years ago
  12. 94114c3 tick/broadcast: Make tick_broadcast_setup_oneshot() static by Stephen Boyd · 7 years ago
  13. d360a68 ARM: 8682/1: V7M: Set cacheid iff DminLine or IminLine is nonzero by Vladimir Murzin · 7 years ago
  14. bbeedfd ARM: 8681/1: make VMSPLIT_3G_OPT depends on !ARM_LPAE by Yisheng Xie · 7 years ago
  15. 60ce285 ARM: 8680/1: boot/compressed: fix inappropriate Thumb2 mnemonic for __nop by Ard Biesheuvel · 7 years ago
  16. d2f48f0 usb: xhci: ASMedia ASM1042A chipset need shorts TX quirk by Corentin Labbe · 7 years ago
  17. b72eb84 usb: xhci: Fix USB 3.1 supported protocol parsing by YD Tseng · 7 years ago
  18. 8ada5f3 Merge tag 'fixes-for-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 7 years ago
  19. 3500cd73 proc: snmp6: Use correct type in memset by Christian Perle · 7 years ago
  20. 3db1200 clocksource/drivers/arm_arch_timer: Fix read and iounmap of incorrect variable by Frank Rowand · 7 years ago
  21. 74b2c98 Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/mzx/devfreq by Rafael J. Wysocki · 7 years ago
  22. b2cdd8e cpuidle: dt: Add missing 'of_node_put()' by Christophe Jaillet · 7 years ago
  23. b8e11f7 cpufreq: conservative: Allow down_threshold to take values from 1 to 10 by Tomasz Wilczyński · 7 years ago
  24. ff0a6d6 Revert "cpufreq: schedutil: Reduce frequencies slower" by Rafael J. Wysocki · 7 years ago
  25. 83848fb ACPICA: Tables: Mechanism to handle late stage acpi_get_table() imbalance by Lv Zheng · 7 years ago
  26. 19e72d3 configfs: Introduce config_item_get_unless_zero() by Bart Van Assche · 8 years ago
  27. ba80aa9 configfs: Fix race between create_link and configfs_rmdir by Nicholas Bellinger · 7 years ago
  28. 138437f xfrm: move xfrm_garbage_collect out of xfrm_policy_flush by Hangbin Liu · 7 years ago
  29. 2483561 mmc: meson-gx: work around broken SDIO with certain WiFi chips by Heiner Kallweit · 7 years ago
  30. d758619 drm: dw-hdmi: Fix compilation breakage by selecting REGMAP_MMIO by Laurent Pinchart · 7 years ago
  31. 6b1355f PM / devfreq: exynos-ppmu: Staticize event list by Krzysztof Kozlowski · 7 years ago
  32. 97a6ba5 PM / devfreq: exynos-ppmu: Handle return value of clk_prepare_enable by Arvind Yadav · 8 years ago
  33. 973a27c PM / devfreq: exynos-nocp: Handle return value of clk_prepare_enable by Arvind Yadav · 8 years ago
  34. 32c1431 Linux 4.12-rc5 by Linus Torvalds · 7 years ago
  35. 3262764 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  36. 6d53cef compiler, clang: properly override 'inline' for clang by Linus Torvalds · 7 years ago
  37. 4b1f0d3 net: ipmr: Fix some mroute forwarding issues in vrf's by Donald Sharp · 7 years ago
  38. 062bb99 Merge tag 'mlx5-fixes-2017-06-11' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 7 years ago
  39. 77a6bb5 Merge branch 'ena-fixes' by David S. Miller · 7 years ago
  40. e7ff7ef net: ena: update ena driver to version 1.1.7 by Netanel Belgazal · 7 years ago
  41. 800c55c net: ena: bug fix in lost tx packets detection mechanism by Netanel Belgazal · 7 years ago
  42. a2cc519 net: ena: disable admin msix while working in polling mode by Netanel Belgazal · 7 years ago
  43. a3af7c1 net: ena: fix theoretical Rx hang on low memory systems by Netanel Belgazal · 7 years ago
  44. 0857d92 net: ena: add missing unmap bars on device removal by Netanel Belgazal · 7 years ago
  45. 661d2b0 net: ena: fix race condition between submit and completion admin command by Netanel Belgazal · 7 years ago
  46. 2d2c600 net: ena: add missing return when ena_com_get_io_handlers() fails by Netanel Belgazal · 7 years ago
  47. 418df30 net: ena: fix bug that might cause hang after consecutive open/close interface. by Netanel Belgazal · 7 years ago
  48. a77c1aa net: ena: fix rare uncompleted admin command false alarm by Netanel Belgazal · 7 years ago
  49. 5ad9345 Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 7 years ago
  50. 5e38b72 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 7 years ago
  51. f986e31b Merge tag 'gpio-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  52. 9cd9cb0 Merge tag 'char-misc-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  53. 21c9eb7 Merge tag 'staging-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  54. 246baac Merge tag 'usb-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  55. ef918d3 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  56. 8f56821 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  57. 9d66af6 Merge tag 'hexagon-for-linus-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 7 years ago
  58. 9d0eb46 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  59. 103a07d iio: adc: meson-saradc: fix potential crash in meson_sar_adc_clear_fifo by Martin Blumenstingl · 7 years ago
  60. 91828bd net/mlx5: Enable 4K UAR only when page size is bigger than 4K by Majd Dibbiny · 7 years ago
  61. 53acd76 net/mlx5e: Fix wrong indications in DIM due to counter wraparound by Tal Gilboa · 7 years ago
  62. c3164d2 net/mlx5e: Added BW check for DIM decision mechanism by Tal Gilboa · 8 years ago
  63. f729860 net/mlx5: Remove several module events out of ethtool stats by Huy Nguyen · 8 years ago
  64. 3fece5d net/mlx5: Continue health polling until it is explicitly stopped by Mohamad Haj Yahia · 8 years ago
  65. 57f35c9 net/mlx5: Fix create vport flow table flow by Mohamad Haj Yahia · 7 years ago
  66. 252d2a4 sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off() by Andy Lutomirski · 7 years ago
  67. f67abed sched/fair: Fix typo in printk message by Marcin Nowakowski · 7 years ago
  68. 9bc1f09 KVM: async_pf: avoid async pf injection when in guest mode by Wanpeng Li · 7 years ago
  69. 4d801cc hexagon: Use raw_copy_to_user by Guenter Roeck · 8 years ago
  70. b87fa0f Merge branch 'mvpp2-fixes' by David S. Miller · 7 years ago
  71. a704bb5 net: mvpp2: use {get, put}_cpu() instead of smp_processor_id() by Thomas Petazzoni · 7 years ago
  72. 56b8aae net: mvpp2: remove mvpp2_bm_cookie_{build,pool_get} by Thomas Petazzoni · 7 years ago
  73. 343eba6 net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverse by Jia-Ju Bai · 7 years ago
  74. f146e87 net: caif: Fix a sleep-in-atomic bug in cfpkt_create_pfx by Jia-Ju Bai · 7 years ago
  75. 5aa32f5 Revert "net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272" by David S. Miller · 7 years ago
  76. 581409d sctp: disable BH in sctp_for_each_endpoint by Xin Long · 7 years ago
  77. bf292f1 net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272 by Fabio Estevam · 7 years ago
  78. 9b3dc0a l2tp: cast l2tp traffic counter to unsigned by Dominik Heidler · 7 years ago
  79. d8dba51 net: aquantia: atlantic: remove declaration of hw_atl_utils_hw_set_power by Philippe Reynes · 7 years ago
  80. d9a8d6a Merge branch 'bnx2x-Fix-malicious-VFs-indication' by David S. Miller · 7 years ago
  81. 3523882 bnx2x: Don't post statistics to malicious VFs by Mintz, Yuval · 7 years ago
  82. 92f85f0 bnx2x: Allow vfs to disable txvlan offload by Mintz, Yuval · 7 years ago
  83. 5faab9e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  84. 66cea28 Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 7 years ago
  85. ac1a14a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  86. 45b44f0 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  87. 6b7ed45 Merge branch 'rcu-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  88. f701d86 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  89. 9376906 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  90. 67a7001 ufs: we need to sync inode before freeing it by Al Viro · 7 years ago
  91. 179145e Merge tag 'iommu-fixes-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  92. c7a1aef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  93. 2833b7e Merge tag 'md/4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  94. 42211f6 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  95. 39e4edf Merge tag 'sound-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  96. 6107cc5 Merge tag 'drm-fixes-for-v4.12-rc5' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  97. babef37 excessive checks in ufs_write_failed() and ufs_evict_inode() by Al Viro · 7 years ago
  98. 006351a ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path by Al Viro · 7 years ago
  99. 940ef1a ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments() by Al Viro · 7 years ago
  100. 6b0d144 ufs: set correct ->s_maxsize by Al Viro · 7 years ago