1. faf3f4f clocksource: sh_mtu2: Add support for multiple channels per device by Laurent Pinchart · 11 years ago
  2. 207e21a clocksource: sh_mtu2: Hardcode MTU2 clock event rating to 200 by Laurent Pinchart · 11 years ago
  3. 3cc9504 clocksource: sh_mtu2: Set cpumask to cpu_possible_mask by Laurent Pinchart · 11 years ago
  4. f992c24 clocksource: sh_mtu2: Replace hardcoded register values with macros by Laurent Pinchart · 11 years ago
  5. c54ccb4 clocksource: sh_mtu2: Allocate channels dynamically by Laurent Pinchart · 11 years ago
  6. 810c651 clocksource: sh_mtu2: Replace kmalloc + memset with kzalloc by Laurent Pinchart · 11 years ago
  7. d2b9317 clocksource: sh_mtu2: Add index to struct sh_mtu2_channel by Laurent Pinchart · 11 years ago
  8. da90a1c clocksource: sh_mtu2: Add memory base to sh_mtu2_channel structure by Laurent Pinchart · 11 years ago
  9. aa83804 clocksource: sh_mtu2: Constify name argument to sh_mtu2_register() by Laurent Pinchart · 11 years ago
  10. 2e1a532 clocksource: sh_mtu2: Split channel setup to separate function by Laurent Pinchart · 11 years ago
  11. 7dad72d clocksource: sh_mtu2: Rename struct sh_mtu2_priv to sh_mtu2_device by Laurent Pinchart · 11 years ago
  12. 42752cc clocksource: sh_mtu2: Split channel fields from sh_mtu2_priv by Laurent Pinchart · 11 years ago
  13. f92d62f5 clocksource: sh_mtu2: Turn sh_mtu2_priv fields into local variables by Laurent Pinchart · 11 years ago
  14. 276bee0 clocksource: sh_mtu2: Use request_irq() instead of setup_irq() by Laurent Pinchart · 11 years ago
  15. 13931f8 clocksource: sh_tmu: Sort headers alphabetically by Laurent Pinchart · 11 years ago
  16. 6b96c15 clocksource: sh_tmu: Remove FSF mail address from GPL notice by Laurent Pinchart · 11 years ago
  17. a27d922 clocksource: sh_tmu: Rename clock to "fck" in the non-legacy case by Laurent Pinchart · 11 years ago
  18. 8c7f21e clocksource: sh_tmu: Add support for multiple channels per device by Laurent Pinchart · 11 years ago
  19. f1010ed clocksource: sh_tmu: Hardcode TMU clock event and source ratings to 200 by Laurent Pinchart · 11 years ago
  20. 5cfe2d1 clocksource: sh_tmu: Replace hardcoded register values with macros by Laurent Pinchart · 11 years ago
  21. a5de49f clocksource: sh_tmu: Allocate channels dynamically by Laurent Pinchart · 11 years ago
  22. 3b77a83 clocksource: sh_tmu: Replace kmalloc + memset with kzalloc by Laurent Pinchart · 11 years ago
  23. fe68eb8 clocksource: sh_tmu: Add index to struct sh_tmu_channel by Laurent Pinchart · 11 years ago
  24. de69346 clocksource: sh_tmu: Add memory base to sh_tmu_channel structure by Laurent Pinchart · 11 years ago
  25. 84876d0 clocksource: sh_tmu: Constify name argument to sh_tmu_register() by Laurent Pinchart · 11 years ago
  26. a94ddaa clocksource: sh_tmu: Split channel setup to separate function by Laurent Pinchart · 11 years ago
  27. 0a72aa3 clocksource: sh_tmu: Rename struct sh_tmu_priv to sh_tmu_device by Laurent Pinchart · 11 years ago
  28. de2d12c clocksource: sh_tmu: Split channel fields from sh_tmu_priv by Laurent Pinchart · 11 years ago
  29. 1c56cf6 clocksource: sh_tmu: Use request_irq() instead of setup_irq() by Laurent Pinchart · 11 years ago
  30. bfa76bb clocksource: sh_cmt: Request IRQ for clock event device only by Laurent Pinchart · 11 years ago
  31. e7a9bcc clocksource: sh_cmt: Sort headers alphabetically by Laurent Pinchart · 11 years ago
  32. 1cd89c5 clocksource: sh_cmt: Remove FSF mail address from GPL notice by Laurent Pinchart · 11 years ago
  33. 24b4e07 clocksource: sh_cmt: Rename clock to "fck" in the non-legacy case by Laurent Pinchart · 11 years ago
  34. 81b3b27 clocksource: sh_cmt: Add support for multiple channels per device by Laurent Pinchart · 11 years ago
  35. fb28a65 clocksource: sh_cmt: Hardcode CMT clock source rating to 125 by Laurent Pinchart · 11 years ago
  36. b7fcbb0 clocksource: sh_cmt: Hardcode CMT clock event rating to 125 by Laurent Pinchart · 11 years ago
  37. f1ebe1e clocksource: sh_cmt: Set cpumask to cpu_possible_mask by Laurent Pinchart · 11 years ago
  38. d14be99 clocksource: sh_cmt: Replace hardcoded register values with macros by Laurent Pinchart · 11 years ago
  39. 2cda3ac clocksource: sh_cmt: Split static information from sh_cmt_device by Laurent Pinchart · 11 years ago
  40. f5ec9b1 clocksource: sh_cmt: Allocate channels dynamically by Laurent Pinchart · 11 years ago
  41. b262bc7 clocksource: sh_cmt: Replace kmalloc + memset with kzalloc by Laurent Pinchart · 11 years ago
  42. 740a951 clocksource: sh_cmt: Add index to struct sh_cmt_channel by Laurent Pinchart · 11 years ago
  43. c924d2d clocksource: sh_cmt: Add memory base to sh_cmt_channel structure by Laurent Pinchart · 11 years ago
  44. 36f1ac9 clocksource: sh_cmt: Rename mapbase/mapbase_str to mapbase_ch/mapbase by Laurent Pinchart · 11 years ago
  45. 1d053e1 clocksource: sh_cmt: Constify name argument to sh_cmt_register() by Laurent Pinchart · 11 years ago
  46. b882e7b clocksource: sh_cmt: Split channel setup to separate function by Laurent Pinchart · 11 years ago
  47. 2653caf clocksource: sh_cmt: Rename struct sh_cmt_priv to sh_cmt_device by Laurent Pinchart · 11 years ago
  48. 7269f93 clocksource: sh_cmt: Split channel fields from sh_cmt_priv by Laurent Pinchart · 11 years ago
  49. dc2eade clocksource: sh_cmt: Use request_irq() instead of setup_irq() by Laurent Pinchart · 11 years ago
  50. c9eaa44 Linux 3.15-rc1 by Linus Torvalds · 11 years ago
  51. f7c1d07 mm: Initialize error in shmem_file_aio_read() by Geert Uytterhoeven · 11 years ago
  52. e686bd8 cifs: Use min_t() when comparing "size_t" and "unsigned long" by Geert Uytterhoeven · 11 years ago
  53. bf3a340 Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  54. 321d03c Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago
  55. fd1232b sym53c8xx_2: Set DID_REQUEUE return code when aborting squeue by Mikulas Patocka · 11 years ago
  56. 18aa0da powerpc: Don't try to set LPCR unless we're in hypervisor mode by Paul Mackerras · 11 years ago
  57. d7e8af1 futex: update documentation for ordering guarantees by Davidlohr Bueso · 11 years ago
  58. 454fd35 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  59. fd18f00 Merge tag 'blackfin-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/realmz6/blackfin-linux by Linus Torvalds · 11 years ago
  60. de0c9cf Merge tag 'remoteproc-3.15-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc by Linus Torvalds · 11 years ago
  61. 09c9b61 Merge tag 'llvmlinux-for-v3.15' of git://git.linuxfoundation.org/llvmlinux/kernel by Linus Torvalds · 11 years ago
  62. 141eacc Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  63. 9309444 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  64. 07f5fef Merge tag 'ntb-3.15' of git://github.com/jonmason/ntb by Linus Torvalds · 11 years ago
  65. 96c57ad ceph: fix pr_fmt() redefinition by Linus Torvalds · 11 years ago
  66. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  67. eda43ce Merge branch 'tunnels' by David S. Miller · 11 years ago
  68. 8d89dcd vti: don't allow to add the same tunnel twice by Nicolas Dichtel · 11 years ago
  69. 5a45527 gre: don't allow to add the same tunnel twice by Nicolas Dichtel · 11 years ago
  70. 810d8ce drivers: net: xen-netfront: fix array initialization bug by Vincenzo Maffione · 11 years ago
  71. dcfba94 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net by David S. Miller · 11 years ago
  72. 0a7418f Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  73. 0b74717 Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 11 years ago
  74. a786c06 missing bits of "splice: fix racy pipe->buffers uses" by Al Viro · 11 years ago
  75. 19dfc1f cifs: fix the race in cifs_writev() by Al Viro · 11 years ago
  76. eab8723 ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failure by Al Viro · 11 years ago
  77. 0f2eea4 pktgen: be friendly to LLTX devices by Daniel Borkmann · 11 years ago
  78. 6871438 r8152: check RTL8152_UNPLUG by hayeswang · 11 years ago
  79. cec9ae5 net: sun4i-emac: add promiscuous support by Marc Zyngier · 11 years ago
  80. 0af764e net/apne: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO by Duan Jiong · 11 years ago
  81. c4a2c58 blackfin: cleanup board files by Steven Miao · 11 years ago
  82. f8ef77d93 bf609: clock: drop unused clock bit set/clear functions by Steven Miao · 11 years ago
  83. f57ac8a Blackfin: bf537: rename "CONFIG_ADT75" by Paul Bolle · 12 years ago
  84. e3dd192 Blackfin: bf537: rename "CONFIG_AD7314" by Paul Bolle · 12 years ago
  85. 6ffe346 Blackfin: bf537: rename ad2s120x ->ad2s1200 by Paul Bolle · 12 years ago
  86. cb8f05f blackfin: bf537: fix typo "CONFIG_SND_SOC_ADV80X_MODULE" by Paul Bolle · 12 years ago
  87. 3def907 blackfin: dma: current count mmr is read only by Sonic Zhang · 11 years ago
  88. 3356c99 bfin_crc: Move architecture independant crc header file out of the blackfin folder. by Sonic Zhang · 11 years ago
  89. ba3b6d7 bf54x: drop unuesd HOST status,control,timeout registers bit define macros by Steven Miao · 11 years ago
  90. a0c1fb2 blackfin: portmux: cleanup head file by Steven Miao · 11 years ago
  91. b7e70ca Merge branch 'async-scsi-resume' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/isci by Linus Torvalds · 11 years ago
  92. 7f87307 Merge tag 'md/3.15' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  93. 3e8072d Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 11 years ago
  94. a63b747 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  95. b076808 ib_srpt: Use correct ib_sg_dma primitives by Mike Marciniszyn · 11 years ago
  96. e3d4440 target/tcm_fc: Rename ft_tport_create to ft_tport_get by Andy Grover · 11 years ago
  97. 0d7cb93 target/tcm_fc: Rename ft_{add,del}_lport to {add,del}_wwn by Andy Grover · 11 years ago
  98. 705665d target/tcm_fc: Rename structs and list members for clarity by Andy Grover · 11 years ago
  99. d242c1d target/tcm_fc: Limit to 1 TPG per wwn by Andy Grover · 11 years ago
  100. b295e76 target/tcm_fc: Don't export ft_lport_list by Andy Grover · 11 years ago