1. fe09786 crypto: algif_hash - wait for crypto_ahash_init() to complete by Wang, Rui Y · 8 years ago
  2. a473314 x86/boot: Simplify kernel load address alignment check by Alexander Kuleshov · 8 years ago
  3. 8c72530 x86/vdso: Use static_cpu_has() by Borislav Petkov · 8 years ago
  4. 2476f2f x86/alternatives: Discard dynamic check after init by Brian Gerst · 8 years ago
  5. 337e4cc x86/alternatives: Add an auxilary section by Borislav Petkov · 8 years ago
  6. a362bf9 x86/cpufeature: Get rid of the non-asm goto variant by Borislav Petkov · 8 years ago
  7. bc696ca x86/cpufeature: Replace the old static_cpu_has() with safe variant by Borislav Petkov · 8 years ago
  8. cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 8 years ago
  9. 78726ee Merge branch 'x86/cpu' into x86/asm, to avoid conflict by Ingo Molnar · 8 years ago
  10. 4650bac1 ACPI/EINJ: Allow memory error injection to NVDIMM by Toshi Kani · 8 years ago
  11. a8fc425 resource: Kill walk_iomem_res() by Toshi Kani · 8 years ago
  12. f296f26 x86/kexec: Remove walk_iomem_res() call with GART type by Toshi Kani · 8 years ago
  13. f0f4711 x86, kexec, nvdimm: Use walk_iomem_res_desc() for iomem search by Toshi Kani · 8 years ago
  14. 3f33647 resource: Add walk_iomem_res_desc() by Toshi Kani · 8 years ago
  15. 1c29f25 memremap: Change region_intersects() to take @flags and @desc by Toshi Kani · 8 years ago
  16. 05fee7c arm/samsung: Change s3c_pm_run_res() to use System RAM type by Toshi Kani · 8 years ago
  17. bd7e6cb resource: Change walk_system_ram() to use System RAM type by Toshi Kani · 8 years ago
  18. 9a975be drivers: Initialize resource entry to zero by Toshi Kani · 8 years ago
  19. 782b866 xen, mm: Set IORESOURCE_SYSTEM_RAM to System RAM by Toshi Kani · 8 years ago
  20. 1a085d0 kexec: Set IORESOURCE_SYSTEM_RAM for System RAM by Toshi Kani · 8 years ago
  21. 35d98e9 arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM by Toshi Kani · 8 years ago
  22. 03cb525 ia64: Set System RAM type and descriptor by Toshi Kani · 8 years ago
  23. f33b14a x86/e820: Set System RAM type and descriptor by Toshi Kani · 8 years ago
  24. 43ee493 resource: Add I/O resource descriptor by Toshi Kani · 8 years ago
  25. a3650d5 resource: Handle resource flags properly by Toshi Kani · 8 years ago
  26. 9babd5c resource: Add System RAM resource type by Toshi Kani · 8 years ago
  27. 840d6fe pid: Fix spelling in comments by Zhen Lei · 8 years ago
  28. 5e9ebbd x86/boot: Micro-optimize reset_early_page_tables() by Alexander Kuleshov · 8 years ago
  29. 28fb8a5 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  30. 99b4dd9 tcp: avoid cwnd undo after receiving ECN by Yuchung Cheng · 8 years ago
  31. 3d45296 irda: fix a potential use-after-free in ircomm_param_request by WANG Cong · 8 years ago
  32. eb7d78c devm_memremap_pages: fix vmem_altmap lifetime + alignment handling by Dan Williams · 8 years ago
  33. ae9d723 Merge branch 'arnd-net-driver-fixes' by David S. Miller · 8 years ago
  34. e434e04 net: tg3: avoid uninitialized variable warning by Arnd Bergmann · 8 years ago
  35. 8bdb290 net: nb8800: avoid uninitialized variable warning by Arnd Bergmann · 8 years ago
  36. 57e7c8c net: vxge: avoid unused function warnings by Arnd Bergmann · 8 years ago
  37. 1f820f5 net: bgmac: clarify CONFIG_BCMA dependency by Arnd Bergmann · 8 years ago
  38. 747a112 net: hp100: remove unnecessary #ifdefs by Arnd Bergmann · 8 years ago
  39. 8409299 net: davinci_cpdma: use dma_addr_t for DMA address by Arnd Bergmann · 8 years ago
  40. 84922d8cd Merge branch 'ipv6-sticky-pktinfo' by David S. Miller · 8 years ago
  41. 1cdda91 ipv6/udp: use sticky pktinfo egress ifindex on connect() by Paolo Abeni · 8 years ago
  42. 6f21c96 ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail() by Paolo Abeni · 8 years ago
  43. 39a4867 Merge tag 'wireless-drivers-for-davem-2016-01-29' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 8 years ago
  44. aa3a022 netlink: not trim skb for mmaped socket when dump by Ken-ichirou MATSUZAWA · 8 years ago
  45. 7256eac vxlan: fix a out of bounds access in __vxlan_find_mac by Li RongQing · 8 years ago
  46. be1faa9 net: dsa: mv88e6xxx: fix port VLAN maps by Vivien Didelot · 8 years ago
  47. a5829f5 fib_trie: Fix shift by 32 in fib_table_lookup by Alexander Duyck · 8 years ago
  48. 59a557b net: moxart: use correct accessors for DMA memory by Arnd Bergmann · 8 years ago
  49. 52b79e2b ipv4: ipconfig: avoid unused ic_proto_used symbol by Arnd Bergmann · 8 years ago
  50. a07100e qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCM by Quinn Tran · 9 years ago
  51. dacb582 qla2xxx: Fix warning reported by static checker by Himanshu Madhani · 8 years ago
  52. 8a9ebe7 target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors by Mike Christie · 8 years ago
  53. 3db70a8 xen/blkfront: realloc ring info in blkif_resume by Bob Liu · 9 years ago
  54. 45eb570 libnvdimm, pfn: fix restoring memmap location by Dan Williams · 8 years ago
  55. 0260a2f Merge branch 'bnxt_en-fixes' by David S. Miller · 8 years ago
  56. d612a57 bnxt_en: Fix crash in bnxt_free_tx_skbs() during tx timeout. by Michael Chan · 8 years ago
  57. 8a4d4c8 bnxt_en: Exclude rx_drop_pkts hw counter from the stack's rx_dropped counter. by Michael Chan · 8 years ago
  58. 74608fc bnxt_en: Ring free response from close path should use completion ring by Prashant Sreedharan · 8 years ago
  59. 63edb03 remoteproc: Supply controller driver for ST's Remote Processors by Lee Jones · 8 years ago
  60. 69e5047 remoteproc: debugfs: Add ability to boot remote processor using debugfs by Lee Jones · 8 years ago
  61. 6cb0e0f remoteproc: dt: Provide bindings for ST's Remote Processor Controller driver by Lee Jones · 8 years ago
  62. 47fff9f remoteproc: debugfs: Return error on invalid 'count' value by Lee Jones · 8 years ago
  63. 99c429c remoteproc/wkup_m3: Use MODULE_DEVICE_TABLE to export alias by Dave Gerlach · 9 years ago
  64. a66a511 remoteproc: report error if resource table doesn't exist by Stefan Agner · 9 years ago
  65. df3eb6c net_sched: drr: check for NULL pointer in drr_dequeue by Bernie Harris · 8 years ago
  66. 4fcad2e Merge branch 'clk-fixes' into clk-next by Stephen Boyd · 8 years ago
  67. 60c7e2d Merge tag 'v4.5-rockchip-clkfixes1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-fixes by Stephen Boyd · 8 years ago
  68. 9849fad clk: st: avoid uninitialized variable use by Arnd Bergmann · 8 years ago
  69. 3d6f1c7 clk: axi-clkgen: Remove sometimes impossible check by Stephen Boyd · 8 years ago
  70. 62d1e78 clk: axi-clkgen: Add multi-parent support by Lars-Peter Clausen · 9 years ago
  71. d95b599 clk: axi-clkgen: Remove version 1 support by Lars-Peter Clausen · 9 years ago
  72. 8d0a69d clk: palmas: fix a possible NULL dereference by LABBE Corentin · 9 years ago
  73. 93fffbb clk: palmas: constify the palmas_clks_of_match_data structure by LABBE Corentin · 9 years ago
  74. 653d145 clk: optimize the divider walk in clk_divider_bestdiv() by Masahiro Yamada · 8 years ago
  75. 090341b clk: vt8500: fix sign of possible PLL values by Andrzej Hajda · 9 years ago
  76. 0b225e4 clk: add clk_unregister_fixed_rate() by Masahiro Yamada · 8 years ago
  77. cbf9591 clk: add clk_unregister_fixed_factor() by Masahiro Yamada · 8 years ago
  78. 5540ac8 clk:gcc-msm8916: add missing mss_q6_bimc_axi clock by Srinivas Kandagatla · 8 years ago
  79. 4c9f242 Merge branch 'clk-iproc' into clk-next by Stephen Boyd · 8 years ago
  80. df416e5 clk: iproc: Remove __init from header by Ray Jui · 8 years ago
  81. bcd8be1 clk: iproc: Add support for Cygnus audio clocks by Simran Rai · 8 years ago
  82. 7eb2427 Documentation: dt-bindings: Add DT bindings for Cygnus audio clock by Simran Rai · 8 years ago
  83. b9e65eb clk: Move vendor's Kconfig into CCF menu section by James Liao · 8 years ago
  84. ad0b40fa Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 8 years ago
  85. ec1cc55 Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  86. 6b292a8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  87. d3f71ae Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 8 years ago
  88. 46552e6 Merge tag 'pm+acpi-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  89. ad233ac Merge branch 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  90. 2973737 Merge branch 'stable/for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm by Linus Torvalds · 8 years ago
  91. f6a239a9 Merge tag 'iommu-fixes-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  92. dc5a903 drm/i915: Sink CRC: tune down error message at stop to debug_kms. by Rodrigo Vivi · 8 years ago
  93. f51d4d7 Merge tag 'hwmon-for-linus-v4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  94. a12883f Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 8 years ago
  95. 4974259 clk: mediatek: Fix memory leak on clock init fail by James Liao · 8 years ago
  96. 5fd9c05 clk: move the common clock's to_clk_*(_hw) macros to clk-provider.h by Geliang Tang · 8 years ago
  97. f9285b5 clk: xgene: Remove return from void function by Stephen Boyd · 8 years ago
  98. 13d5699 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  99. 47727be clk: xgene: Add SoC and PMD PLL clocks with v2 hardware by Loc Ho · 8 years ago
  100. 7b63c56 Documentation: Update APM X-Gene clock binding for v2 hardware by Loc Ho · 8 years ago