1. 8cd1e73 btrfs: fix a comment typo by Geliang Tang · 9 years ago
  2. 6e4d6fa btrfs: declare rsv_count as unsigned int instead of int by Alexandru Moise · 9 years ago
  3. 5aed1dd btrfs: change num_items type from u64 to unsigned int by Alexandru Moise · 9 years ago
  4. bdcd3c9 btrfs: cleanup btrfs_balance profile validity checks by Alexandru Moise · 9 years ago
  5. bb78915 btrfs/file.c: remove an unsed varialbe first_index by Shan Hai · 9 years ago
  6. 9c170b2 btrfs: use btrfs_raid_array in btrfs_reduce_alloc_profile by Zhao Lei · 9 years ago
  7. 8789f4f btrfs: use btrfs_raid_array for btrfs_get_num_tolerated_disk_barrier_failures() by Zhao Lei · 9 years ago
  8. af90204 btrfs: Move btrfs_raid_array to public by Zhao Lei · 9 years ago
  9. e9cf439 btrfs: use a single if() statement for one outcome in get_block_rsv() by Alexandru Moise · 9 years ago
  10. a099d0f btrfs: memset cur_trans->delayed_refs to zero by Alexandru Moise · 9 years ago
  11. 568b1c9 btrfs: remove unnecessary list_del by Byongho Lee · 9 years ago
  12. d7641a4 btrfs: replace unnecessary list_for_each_entry_safe to list_for_each_entry by Byongho Lee · 9 years ago
  13. f2f767e btrfs: trimming some start_transaction() code away by Alexandru Moise · 9 years ago
  14. 0412e58 btrfs: Fixed declaration of old_len by Alexandru Moise · 9 years ago
  15. ce0eac2 btrfs: Fixed dsize and last_off declarations by Alexandru Moise · 9 years ago
  16. 0d51e28 Btrfs: btrfs_submit_bio_hook: Use btrfs_wq_endio_type values instead of integer constants by Chandan Rajendra · 9 years ago
  17. 1873041 pstore: add a helper function pstore_register_kmsg by Geliang Tang · 9 years ago
  18. 549b39a pstore: add vmalloc error check by Geliang Tang · 9 years ago
  19. 81b1509 drm/amdgpu: add Stoney pci ids by Samuel Li · 9 years ago
  20. 39bb0c9 drm/amdgpu: update the core VI support for Stoney by Samuel Li · 9 years ago
  21. cfaba56 drm/amdgpu: add VCE support for Stoney (v2) by Samuel Li · 9 years ago
  22. a39c8ce drm/amdgpu: add UVD support for Stoney by Samuel Li · 9 years ago
  23. e3c7656 drm/amdgpu: add GFX support for Stoney (v2) by Samuel Li · 9 years ago
  24. bb16e3b drm/amdgpu: add SDMA support for Stoney (v2) by Samuel Li · 9 years ago
  25. fa2f9be drm/amdgpu: add DCE support for Stoney by Samuel Li · 9 years ago
  26. 7a753c3 drm/amdgpu: Update SMC/DPM for Stoney by Samuel Li · 9 years ago
  27. aade2f0 drm/amdgpu: add GMC support for Stoney by Samuel Li · 9 years ago
  28. 8affb48 x86/PCI: Don't alloc pcibios-irq when MSI is enabled by Joerg Roedel · 9 years ago
  29. 139f491 drm/amdgpu: add Stoney chip family by Samuel Li · 9 years ago
  30. 090425c drm: rcar-du: Add support for the R8A7794 DU by Laurent Pinchart · 9 years ago
  31. f1ceb84a drm: rcar-du: Add support for the R8A7793 DU by Laurent Pinchart · 9 years ago
  32. ad355e3 Merge tag 'kvm-arm-for-v4.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master by Paolo Bonzini · 9 years ago
  33. f48b265 drm/amdgpu: fix the broken vm->mutex V2 by Chunming Zhou · 9 years ago
  34. ce16b0e drm/amdgpu: remove the unnecessary parameter adev for amdgpu_fence_wait_any() by Junwei Zhang · 9 years ago
  35. 0c418f1 drm/amdgpu: remove the exclusive lock by Christian König · 9 years ago
  36. b7e4dad drm/amdgpu: remove old lockup detection infrastructure by Christian König · 9 years ago
  37. d0be9f4 drm: fix trivial typos by Geliang Tang · 9 years ago
  38. 55f4129 Merge tag 'mvebu-fixes-4.3-2' of git://git.infradead.org/linux-mvebu into fixes by Arnd Bergmann · 9 years ago
  39. 0690f4f Merge tag 'samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into fixes by Arnd Bergmann · 9 years ago
  40. 6701ef0 Merge tag 'omap-for-v4.3/fixes-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Arnd Bergmann · 9 years ago
  41. 6ac311a Adding switchdev ageing notification on port bridged by Elad Raz · 9 years ago
  42. 50010c2 irda: precedence bug in irlmp_seq_hb_idx() by Dan Carpenter · 9 years ago
  43. ca88ea1 xen-netfront: update num_queues to real created by Joe Jin · 9 years ago
  44. f6a835b vsock: fix missing cleanup when misc_register failed by Gao feng · 9 years ago
  45. 10be15f Merge branch 'mv643xx-fixes' by David S. Miller · 9 years ago
  46. 968200f net: mv643xx_eth: Defer writing the first TX descriptor when using TSO by Philipp Kirchhofer · 9 years ago
  47. 91986fd net: mv643xx_eth: Ensure proper data alignment in TSO TX path by Philipp Kirchhofer · 9 years ago
  48. 9299b24 arm64: Constify hwcap name string arrays by Dave Martin · 9 years ago
  49. 4db8e5e arm64/kvm: Make use of the system wide safe values by Suzuki K. Poulose · 9 years ago
  50. 3085bb0 arm64/debug: Make use of the system wide safe value by Suzuki K. Poulose · 9 years ago
  51. fe80f9f arm64: Move FP/ASIMD hwcap handling to common code by Suzuki K. Poulose · 9 years ago
  52. 37b01d53 arm64/HWCAP: Use system wide safe values by Suzuki K. Poulose · 9 years ago
  53. da8d02d arm64/capabilities: Make use of system wide safe value by Suzuki K. Poulose · 9 years ago
  54. dbb4e15 arm64: Delay cpu feature capability checks by Suzuki K. Poulose · 9 years ago
  55. ce8b602 arm64: Refactor check_cpu_capabilities by Suzuki K. Poulose · 9 years ago
  56. c1e8656 arm64: Cleanup mixed endian support detection by Suzuki K. Poulose · 9 years ago
  57. b3f1537 arm64: Read system wide CPUID value by Suzuki K. Poulose · 9 years ago
  58. 3086d39 arm64: Consolidate CPU Sanity check to CPU Feature infrastructure by Suzuki K. Poulose · 9 years ago
  59. 3c739b5 arm64: Keep track of CPU feature registers by Suzuki K. Poulose · 9 years ago
  60. ce98a67 arm64: Handle width of a cpuid feature by Suzuki K. Poulose · 9 years ago
  61. 12d1181 arm64: Move /proc/cpuinfo handling code by Suzuki K. Poulose · 9 years ago
  62. cdcf817 arm64: Move mixed endian support detection by Suzuki K. Poulose · 9 years ago
  63. 9cdf8ec arm64: Move cpu feature detection code by Suzuki K. Poulose · 9 years ago
  64. 4b998ff arm64: Delay cpuinfo_store_boot_cpu by Suzuki K. Poulose · 9 years ago
  65. 3a75578 arm64: Delay ELF HWCAP initialisation until all CPUs are up by Suzuki K. Poulose · 9 years ago
  66. 64f1781 arm64: Make the CPU information more clear by Suzuki K. Poulose · 9 years ago
  67. 146aa8b KEYS: Merge the type-specific data with the payload data by David Howells · 9 years ago
  68. 4adc605 KEYS: Provide a script to extract a module signature by David Howells · 9 years ago
  69. 2221a6e KEYS: Provide a script to extract the sys cert list from a vmlinux file by David Howells · 9 years ago
  70. 27720e7 keys: Be more consistent in selection of union members used by Insu Yun · 9 years ago
  71. 48dbc16 certs: add .gitignore to stop git nagging about x509_certificate_list by Paul Gortmaker · 9 years ago
  72. d0e0eba KEYS: use kvfree() in add_key by Geliang Tang · 9 years ago
  73. e27c5b9 writeback: remove broken rbtree_postorder_for_each_entry_safe() usage in cgwb_bdi_destroy() by Tejun Heo · 9 years ago
  74. 3061692 tracing: Remove {start,stop}_branch_trace by Dmitry Safonov · 9 years ago
  75. eb9fae3 Merge branch 'tcp-rack' by David S. Miller · 9 years ago
  76. 4f41b1c tcp: use RACK to detect losses by Yuchung Cheng · 9 years ago
  77. 659a8ad tcp: track the packet timings in RACK by Yuchung Cheng · 9 years ago
  78. 625a5e1 tcp: skb_mstamp_after helper by Yuchung Cheng · 9 years ago
  79. 77c6312 tcp: add tcp_tsopt_ecr_before helper by Yuchung Cheng · 9 years ago
  80. af82f4e tcp: remove tcp_mark_lost_retrans() by Yuchung Cheng · 9 years ago
  81. f672258 tcp: track min RTT using windowed min-filter by Yuchung Cheng · 9 years ago
  82. 9e45a3e tcp: apply Kern's check on RTTs used for congestion control by Yuchung Cheng · 9 years ago
  83. f3c9f95 Merge branch 'smsc-energy-detect' by David S. Miller · 9 years ago
  84. d88ecb3 net: phy: smsc: disable energy detect mode by Heiko Schocher · 9 years ago
  85. 9e42f71 drivers: net: cpsw: add phy-handle parsing by Heiko Schocher · 9 years ago
  86. aebd994 bcm63xx_enet: check 1000BASE-T advertisement configuration by Simon Arlott · 9 years ago
  87. c8fdc32 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  88. e4ba99b drm/i915: Fix formatting for gen8_cs_irq_handler by Daniel Vetter · 9 years ago
  89. feda33e drm/i915/guc: Add GuC css header parser by Alex Dai · 9 years ago
  90. c5cff89 ASoC: da7219: Fix da7219->alc_en state when enabling ALC by Axel Lin · 9 years ago
  91. 1353152 ASoC: rockchip: Drop unneeded properties rockchip i2s/spdif bindings by Sjoerd Simons · 9 years ago
  92. 243f07b spi: core: use gpio_is_valid() helper by Andy Shevchenko · 9 years ago
  93. a5be88f ASoC: cht_bsw_rt5672: Use snd_pcm_hw_constraint_single() by Lars-Peter Clausen · 9 years ago
  94. 3d6a76c ASoC: cht_bsw_rt5645: Use snd_pcm_hw_constraint_single() by Lars-Peter Clausen · 9 years ago
  95. a6553a2 ASoC: cht_bsw_max98090: Use snd_pcm_hw_constraint_single() by Lars-Peter Clausen · 9 years ago
  96. d0a1b66 ASoC: bytcr_rt5640: Use snd_pcm_hw_constraint_single() by Lars-Peter Clausen · 9 years ago
  97. 1bf2d35 ASoC: ux500: Use snd_pcm_hw_constraint_single() by Lars-Peter Clausen · 9 years ago
  98. 4dcdd43 ASoC: pcm: Use snd_pcm_hw_constraint_single() by Lars-Peter Clausen · 9 years ago
  99. be448b4 ASoC: rx51: Use snd_pcm_hw_constraint_single() by Lars-Peter Clausen · 9 years ago
  100. 8ce783d Bluetooth: Fix missing hdev locking for LE scan cleanup by Johan Hedberg · 9 years ago