1. 5ef6ca4 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  2. 23b7776 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  3. 1bf7067 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  4. fc934d4 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  5. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  6. bb16140 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  7. 909aa10 Merge branch 'ccf/atmel-fixes-for-4.1' of https://github.com/bbrezillon/linux-at91 into clk-fixes by Michael Turquette · 9 years ago
  8. c49bb94 clk: at91: trivial: typo in peripheral clock description by Nicolas Ferre · 9 years ago
  9. 8366610 i2c: slave: fix the example how to instantiate from userspace by Wolfram Sang · 9 years ago
  10. c8d17b4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  11. b07d4961 Doc: networking: Fix URL for wiki.wireshark.org in udplite.txt by Masanari Iida · 9 years ago
  12. c39f3bc Merge git://git.infradead.org/intel-iommu by Linus Torvalds · 9 years ago
  13. c83b2f2 iommu/vt-d: Only enable extended context tables if PASID is supported by David Woodhouse · 9 years ago
  14. 40b985f Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  15. 0a68c6b Merge tag 'omap-for-v4.1/fixes-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Kevin Hilman · 9 years ago
  16. e900f2c Merge tag 'usb-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  17. 085c789 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 9 years ago
  18. f407a82 Merge branch 'linus' into sched/core, to resolve conflict by Ingo Molnar · 9 years ago
  19. dae8f28 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  20. 30a5f11 Merge tag 'hwmon-for-linus-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 9 years ago
  21. 9c1cd1b target/user: Only support full command pass-through by Andy Grover · 9 years ago
  22. cf87edc target/user: Update example code for new ABI requirements by Andy Grover · 9 years ago
  23. 9aecac0 hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37 by Guenter Roeck · 9 years ago
  24. 8770d08 ARM: dts: Fix n900 dts file to work around 4.1 touchscreen regression on n900 by Pavel Machek · 9 years ago
  25. 0868aa2 Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', 'hotplug.2015.05.27a', 'init.2015.05.27a', 'tiny.2015.05.27a' and 'torture.2015.05.27a' into HEAD by Paul E. McKenney · 9 years ago
  26. 3838cc1 rcutorture: Allow negative values of nreaders to oversubscribe by Paul E. McKenney · 10 years ago
  27. a3dc294 rcu: Enable diagnostic dump of rcu_node combining tree by Paul E. McKenney · 9 years ago
  28. 7fa2700 rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameter by Paul E. McKenney · 9 years ago
  29. 0f41c0d rcu: Provide diagnostic option to slow down grace-period scans by Paul E. McKenney · 10 years ago
  30. 5af4692 smp: Make control dependencies work on Alpha, improve documentation by Paul E. McKenney · 9 years ago
  31. ed38446 documentation: State that rcu_dereference() reloads pointer by Milos Vyletel · 9 years ago
  32. ee7c29b documentation: Update rcu_dereference.txt based on WG21 discussions by Paul E. McKenney · 9 years ago
  33. d956028 documentation: memory-barriers: Fix smp_mb__before_spinlock() semantics by Will Deacon · 9 years ago
  34. cf9fbf8 documentation: RCU-protected array indexes no longer supported by Paul E. McKenney · 9 years ago
  35. 7ffb9e1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  36. 54a5369 Documentation: Update cputopology.txt by Bartosz Golaszewski · 9 years ago
  37. 06931e6 sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() by Bartosz Golaszewski · 9 years ago
  38. 113b5e3 x86/Documentation: Adapt Ingo's explanation on printing backtraces by Borislav Petkov · 9 years ago
  39. d724a9a x86/Documentation: Remove STACKFAULT_STACK bulletpoint by Borislav Petkov · 9 years ago
  40. 54fd157 x86/Documentation: Move kernel-stacks doc one level up by Borislav Petkov · 9 years ago
  41. 13557b5 Merge tag 'fixes-for-v4.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus by Greg Kroah-Hartman · 9 years ago
  42. 7cc99f1 usb: renesas_usbhs: Revise the binding document about the dma-names by Yoshihiro Shimoda · 9 years ago
  43. 0b6280c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  44. 6db9959 net: macb: Document zynq gem dt binding by Nathan Sullivan · 9 years ago
  45. f0d8690 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  46. 3d854120 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
  47. 6aaa102 sched/dl/Documentation: Split Section 3 by Luca Abeni · 9 years ago
  48. 7874085 sched/dl/Documentation: Clarify the relationship between tasks' deadlines and absolute scheduling deadlines by Luca Abeni · 9 years ago
  49. 134136c sched/dl/Documentation: Add some references by Luca Abeni · 9 years ago
  50. e0deda8 sched/dl/Documentation: Add some notes on EDF schedulability by Luca Abeni · 9 years ago
  51. c2a6849 sched/dl/Documentation: Clarify indexing notation by Luca Abeni · 9 years ago
  52. 48355c4 sched/dl/Documentation: Use consistent naming by Luca Abeni · 9 years ago
  53. 3aa2dbe sched/dl/Documentation: Fix typos by Luca Abeni · 9 years ago
  54. 3a3a58d sched/dl/Documentation: Switch to American English by Luca Abeni · 9 years ago
  55. 3aed357 sched/dl/Documentation: Correct the definition of density as C_i/min{D_i,P_i} by Zhiqiang Zhang · 9 years ago
  56. b92b8b3 locking/arch: Rename set_mb() to smp_store_mb() by Peter Zijlstra · 9 years ago
  57. 7cf7d42 Merge tag 'for-linus-20150516' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  58. ea8e080 x86/Documentation: Update the contact email for L3 cache index disable functionality by Aravind Gopalakrishnan · 9 years ago
  59. dd8edd7 Merge tag 'tty-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  60. 8947e39 Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor" by Brian Norris · 9 years ago
  61. 99ff6cf Documentation: remove outdated information from automount-support.txt by NeilBrown · 10 years ago
  62. 203bc64 update Documentation/filesystems/ regarding the follow_link/put_link changes by Al Viro · 9 years ago
  63. 0be0226 KVM: MMU: fix SMAP virtualization by Xiao Guangrong · 9 years ago
  64. 5f2c417 switch ->put_link() from dentry to inode by Al Viro · 9 years ago
  65. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  66. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  67. 1a48632 pty: Fix input race when closing by Peter Hurley · 9 years ago
  68. 8f59ae0 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  69. f94029d clk: si5351: Mention clock-names in the binding documentation by Sebastian Hesselbarth · 9 years ago
  70. 3e0283a Merge tag 'pm+acpi-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  71. 9a5d931 Merge branches 'acpi-resources', 'acpi-battery', 'acpi-doc' and 'acpi-pnp' by Rafael J. Wysocki · 9 years ago
  72. 443318e0 Merge tag 'omap-for-v4.1/fixes-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Arnd Bergmann · 9 years ago
  73. c92b83a Merge tag 'imx-fixes-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Arnd Bergmann · 9 years ago
  74. 5198b443 Merge tag 'for-linus-4.1-1' of git://git.code.sf.net/p/openipmi/linux-ipmi by Linus Torvalds · 9 years ago
  75. c71f1e0 Documentation: bindings: add abracon,abx80x by Alexandre Belloni · 9 years ago
  76. 01e7690 kasan: show gcc version requirements in Kconfig and Documentation by Joe Perches · 9 years ago
  77. b0e9aaa ipmi:ssif: Ignore spaces when comparing I2C adapter names by Corey Minyard · 9 years ago
  78. e7309c2 bus: omap_l3_noc: Fix master id address decoding for OMAP5 by Suman Anna · 9 years ago
  79. a00212e ACPI / documentation: Fix ambiguity in the GPIO properties document by Rafael J. Wysocki · 9 years ago
  80. 180d89f Merge tag 'powerpc-4.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux by Linus Torvalds · 9 years ago
  81. 8ee83a7 target/user: Disallow full passthrough (pass_level=0) by Andy Grover · 9 years ago
  82. 2375a21 ACPI / documentation: fix a sentence about GPIO resources by Antonio Ospite · 9 years ago
  83. 9c4249c modsign: change default key details by David Howells · 9 years ago
  84. dcca8de Merge tag 'usb-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 9 years ago
  85. 68fc378 Revert "powerpc/tm: Abort syscalls in active transactions" by Michael Ellerman · 9 years ago
  86. ee136af uas: Add US_FL_MAX_SECTORS_240 flag by Hans de Goede · 9 years ago
  87. 2decb26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  88. 4ada77e ARM: dts: imx28: Fix AUART4 TX-DMA interrupt name by Marek Vasut · 9 years ago
  89. 78d4256 Merge tag 'platform-drivers-x86-v4.1-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  90. 36a8032 Merge tag 'chrome-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform by Linus Torvalds · 9 years ago
  91. 7f9f443 Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris by Linus Torvalds · 9 years ago
  92. a31196b net: rfs: fix crash in get_rps_cpus() by Eric Dumazet · 9 years ago
  93. eadf16a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  94. c666872 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  95. 06b45f2 Merge tag 'pwm/for-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 9 years ago
  96. b3f4ef0 Merge tag 'dma-buf-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/sumits/dma-buf by Linus Torvalds · 9 years ago
  97. d6a4c0e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 9 years ago
  98. 474095e Merge tag 'md/4.1' of git://neil.brown.name/md by Linus Torvalds · 9 years ago
  99. d56a669 Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  100. 836ee48 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago