1. da511bf tracing: Add helper function trace_create_new_event() to remove duplicate code by Steven Rostedt (Red Hat) · 12 years ago
  2. 1cf4c07 tracing: Modify soft-mode only if there's no other referrer by Masami Hiramatsu · 12 years ago
  3. 3005217 tracing: Indicate enabled soft-mode in enable file by Masami Hiramatsu · 12 years ago
  4. cce2c8f tracing/kprobes: Fix to increment return event probe hit-count by Masami Hiramatsu · 12 years ago
  5. 3f2367b ftrace: Cleanup regex_lock and ftrace_lock around hash updating by Masami Hiramatsu · 12 years ago
  6. f04f24fb ftrace, kprobes: Fix a deadlock on ftrace_regex_lock by Masami Hiramatsu · 12 years ago
  7. 7c088b5 ftrace: Have ftrace_regex_write() return either read or error by Steven Rostedt (Red Hat) · 12 years ago
  8. ff305de tracing: Return error if register_ftrace_function_probe() fails for event_enable_func() by Steven Rostedt (Red Hat) · 12 years ago
  9. a5b85bd tracing: Don't succeed if event_enable_func did not register anything by Masami Hiramatsu · 12 years ago
  10. 2228768 ring-buffer: Select IRQ_WORK by Steven Rostedt (Red Hat) · 12 years ago
  11. 6c24499 tracing: Fix small merge bug by Steven Rostedt · 12 years ago
  12. 500fcbc Merge tag 'localmodconfig-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-kconfig by Linus Torvalds · 12 years ago
  13. 56847d8 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 12 years ago
  14. 191a712 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  15. 46d9be3 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  16. ce8aa48 Merge branch 'for-3.10-async' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  17. b97db07 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 12 years ago
  18. 8d56436 net: rename random32 to prandom by Akinobu Mita · 12 years ago
  19. 70e3ba7 net/core: remove duplicate statements by do-while loop by Akinobu Mita · 12 years ago
  20. 33d7c5e net/core: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  21. ca3d41a net/netfilter: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  22. 5106f3b net/sched: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  23. c86d2dd net/sunrpc: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  24. 3b60a64 scsi: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  25. 10fdc14 lguest: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  26. 7878202 uwb: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  27. 314f847 video/uvesafb: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  28. 2e744fc mmc: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  29. 38b682b2 drbd: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  30. 6d65df3 kernel/: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  31. d3d3041 mm/: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  32. f39fee5 lib/: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  33. 56a1ba5 x86: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  34. 4a7b4d2 x86: pageattr-test: remove srandom32 call by Akinobu Mita · 12 years ago
  35. cedddb0 uuid: use prandom_bytes() by Akinobu Mita · 12 years ago
  36. 3ec39ab raid6test: use prandom_bytes() by Akinobu Mita · 12 years ago
  37. 713e00a sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic() by Jeff Layton · 12 years ago
  38. a66c04b inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic() by Jeff Layton · 12 years ago
  39. 398c33a nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic() by Jeff Layton · 12 years ago
  40. f2d9db8 drivers/infiniband/hw/mlx4: convert to using idr_alloc_cyclic() by Jeff Layton · 12 years ago
  41. c027e44 drivers/infiniband/hw/amso1100: convert to using idr_alloc_cyclic by Jeff Layton · 12 years ago
  42. 3e6628c4 idr: introduce idr_alloc_cyclic() by Jeff Layton · 12 years ago
  43. 27cf10e Documentation: update nfs option in filesystem/vfat.txt by Namjae Jeon · 12 years ago
  44. f1e6fb0 fat (exportfs): rebuild directory-inode if fat_dget() by Namjae Jeon · 12 years ago
  45. 8fceb4e fat (exportfs): rebuild inode if ilookup() fails by Namjae Jeon · 12 years ago
  46. ea3983a fat: restructure export_operations by Namjae Jeon · 12 years ago
  47. e22a444 fat: introduce a helper fat_get_blknr_offset() by Namjae Jeon · 12 years ago
  48. f21735d fat: move fat_i_pos_read to fat.h by Namjae Jeon · 12 years ago
  49. 2628b7a fat: introduce 2 new values for the -o nfs mount option by Namjae Jeon · 12 years ago
  50. 3562371 drivers/rtc/rtc-pcf2123.c: fix error return code in pcf2123_probe() by Wei Yongjun · 12 years ago
  51. 01ee577 drivers/rtc/rtc-isl12022.c: Remove rtc8564 from isl12022_id by Axel Lin · 12 years ago
  52. 3427de92 drivers/rtc/rtc-at91rm9200.c: fix missing iounmap by Johan Hovold · 12 years ago
  53. b9d8c46 rtc: rtc-twl: convert twl4030rtc_driver to dev_pm_ops by Jingoo Han · 12 years ago
  54. ef69a7f rtc: rtc-stmp3xxx: convert stmp3xxx_rtcdrv to dev_pm_ops by Jingoo Han · 12 years ago
  55. b086e39 rtc: rtc-spear: convert spear_rtc_driver to dev_pm_ops by Jingoo Han · 12 years ago
  56. 5936fdb rtc: rtc-puv3: convert puv3_rtc_driver to dev_pm_ops by Jingoo Han · 12 years ago
  57. 04ebc35 rtc: rtc-omap: convert omap_rtc_driver to dev_pm_ops by Jingoo Han · 12 years ago
  58. 62068e2 rtc: rtc-coh901331: convert coh901331_driver to dev_pm_ops by Jingoo Han · 12 years ago
  59. b4df8f6 rtc: rtc-bfin: convert bfin_rtc_driver to dev_pm_ops by Jingoo Han · 12 years ago
  60. 4dc8eb1 rtc: rtc-at91sam9: convert at91_rtc_driver to dev_pm_ops by Jingoo Han · 12 years ago
  61. 08348d2 drivers/rtc/rtc-max6902.c: use register defines instead of magic numbers by Axel Lin · 12 years ago
  62. 431c6c1 rtc: rtc-v3020: use devm_*() functions by Jingoo Han · 12 years ago
  63. 87a8142 rtc: rtc-stmp3xxx: use devm_*() functions by Jingoo Han · 12 years ago
  64. 55d735e rtc: rtc-sa1100: use devm_*() functions by Jingoo Han · 12 years ago
  65. b4cd3d6 rtc: rtc-s35390a: use devm_*() functions by Jingoo Han · 12 years ago
  66. b8a4b4e rtc: rtc-rs5c372: use devm_*() functions by Jingoo Han · 12 years ago
  67. 8fb1ecb rtc: rtc-rs5c348: use devm_*() functions by Jingoo Han · 12 years ago
  68. ddb396f rtc: rtc-rp5c01: use devm_*() functions by Jingoo Han · 12 years ago
  69. 4ad2118 rtc: rtc-pcf8583: use devm_*() functions by Jingoo Han · 12 years ago
  70. d6fbdc3 rtc: rtc-pcf8563: use devm_*() functions by Jingoo Han · 12 years ago
  71. 76753ca rtc: rtc-pcf50633: use devm_*() functions by Jingoo Han · 12 years ago
  72. dd48ccc rtc: rtc-pcf2123: use devm_*() functions by Jingoo Han · 12 years ago
  73. 6b5f486 rtc: rtc-pcap: use devm_*() functions by Jingoo Han · 12 years ago
  74. a63794f rtc: rtc-nuc900: use devm_*() functions by Jingoo Han · 12 years ago
  75. c40dcf6 rtc: rtc-msm6242: use devm_*() functions by Jingoo Han · 12 years ago
  76. a379fd2 rtc: rtc-mc13xxx: use devm_*() functions by Jingoo Han · 12 years ago
  77. 8925e31 rtc: rtc-max8998: use devm_*() functions by Jingoo Han · 12 years ago
  78. 4ebabb7 rtc: rtc-m41t80: use devm_*() functions by Jingoo Han · 12 years ago
  79. dc831f97 rtc: rtc-isl12022: use devm_*() functions by Jingoo Han · 12 years ago
  80. c54a52e rtc: rtc-fm3130: use devm_*() functions by Jingoo Han · 12 years ago
  81. 2a444cf rtc: rtc-ds2404: use devm_*() functions by Jingoo Han · 12 years ago
  82. 1ce95ba rtc: rtc-ds1390: use devm_*() functions by Jingoo Han · 12 years ago
  83. 061d698 rtc: rtc-ds1286: use devm_*() functions by Jingoo Han · 12 years ago
  84. 15c1567 rtc: rtc-ds1216: use devm_*() functions by Jingoo Han · 12 years ago
  85. 26c5f7d rtc: rtc-bq4802: use devm_*() functions by Jingoo Han · 12 years ago
  86. 87e7d52 rtc: rtc-bfin: use devm_*() functions by Jingoo Han · 12 years ago
  87. 9d42e46 rtc: rtc-at91sam9: use devm_*() functions by Jingoo Han · 12 years ago
  88. fa11f7e rtc: rtc-ab8500: use devm_*() functions by Jingoo Han · 12 years ago
  89. e035be6 drivers/rtc/rtc-max8925.c: use devm_* APIs by Sachin Kamat · 12 years ago
  90. 4f58cd9 drivers/rtc/rtc-m48t35.c: use devm_* APIs by Sachin Kamat · 12 years ago
  91. 6671461 drivers/rtc/rtc-ds3232.c: use devm_* APIs by Sachin Kamat · 12 years ago
  92. d1a9663 drivers/rtc/rtc-ds1374.c: use devm_* APIs by Sachin Kamat · 12 years ago
  93. 0529bf4 drivers/rtc/rtc-ds1305.c: use devm_* APIs by Sachin Kamat · 12 years ago
  94. d64132a drivers/rtc/rtc-at32ap700x.c: use devm_* APIs by Sachin Kamat · 12 years ago
  95. 3087b3d drivers/rtc/rtc-88pm860x.c: use devm_* APIs by Sachin Kamat · 12 years ago
  96. 7f391f5 drivers/rtc/rtc-max77686.c: use devm_regmap_init_i2c() by Sachin Kamat · 12 years ago
  97. 1a3224f drivers/rtc/rtc-s3c.c: use clk_prepare_enable and clk_disable_unprepare by Thomas Abraham · 12 years ago
  98. e005715 drivers/rtc/rtc-cmos.c: don't disable hpet emulation on suspend by Derek Basehore · 12 years ago
  99. a5ef73f rtc: rtc-max6902: use spi_set_drvdata() by Jingoo Han · 12 years ago
  100. b6c4e71 rtc: rtc-m41t93: use spi_set_drvdata() by Jingoo Han · 12 years ago