1. 36d308d printk: add pr_devel_once and pr_devel_ratelimited by Mikhail Gruzdev · 12 years ago
  2. 9a46ad6 smp: make smp_call_function_many() use logic similar to smp_call_function_single() by Shaohua Li · 12 years ago
  3. 1d1d1a7 mm: only enforce stable page writes if the backing device requires it by Darrick J. Wong · 12 years ago
  4. 7d311cd bdi: allow block devices to say that they require stable page writes by Darrick J. Wong · 12 years ago
  5. b1ae345 lockdep: make lockdep_assert_held() not have a return value by Johannes Berg · 12 years ago
  6. 9a8ab1c bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSG by Daniel Santos · 12 years ago
  7. c361d3e compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON} by Daniel Santos · 12 years ago
  8. a3ccc49 bug.h: make BUILD_BUG_ON generate compile-time error by Daniel Santos · 12 years ago
  9. 1d6a0d1 bug.h: prevent double evaulation of `condition' in BUILD_BUG_ON by Daniel Santos · 12 years ago
  10. ca623c9 bug.h: fix BUILD_BUG_ON macro in __CHECKER__ by Daniel Santos · 12 years ago
  11. 6ae8d04 compiler{,-gcc4}.h, bug.h: Remove duplicate macros by Daniel Santos · 12 years ago
  12. 733ed6e compiler-gcc{3,4}.h: Use GCC_VERSION macro by Daniel Santos · 12 years ago
  13. 3f3f8d2 compiler-gcc.h: Add gcc-recommended GCC_VERSION macro by Daniel Santos · 12 years ago
  14. 6640dfd compiler-gcc4.h: Reorder macros based upon gcc ver by Daniel Santos · 12 years ago
  15. 024e4ec Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 12 years ago
  16. 2171ee8 Merge tag 'nfs-for-3.9-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  17. c4bc705 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  18. a0b1c42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  19. 8793422 Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  20. b3cdda2 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  21. 3aad3f03 Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  22. 10b6339 Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 12 years ago
  23. c6699b5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  24. 5a12039 Merge tag 'for-v3.9' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 12 years ago
  25. c560dc8 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  26. 8a3a11f Merge tag 'pinctrl-for-v3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 12 years ago
  27. 8909ff6 Merge tag 'regulator-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 12 years ago
  28. 88cff24 Merge tag 'regmap-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 12 years ago
  29. 502b24c Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  30. ece8e0b Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  31. 67cb104 Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  32. 5800700 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  33. 266d7ad Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  34. bcbd818 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  35. d652e1eb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  36. 8f55cea Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  37. b7133a9 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  38. e84cf5d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  39. cd06157 net: fix a build failure when !CONFIG_PROC_FS by Cong Wang · 12 years ago
  40. 4fc1a60 net: proc: fix build failed when procfs is not configured by Gao feng · 12 years ago
  41. 178a097 Merge remote-tracking branch 'regulator/topic/s5m8767' into regulator-next by Mark Brown · 12 years ago
  42. 800d290 Merge remote-tracking branch 'regulator/topic/lp8755' into regulator-next by Mark Brown · 12 years ago
  43. fc22152 Merge remote-tracking branch 'regulator/topic/apply' into regulator-next by Mark Brown · 12 years ago
  44. 77852fe sched/rt: Add <linux/sched/rt.h> header to <linux/init_task.h> by Ingo Molnar · 12 years ago
  45. 900ff8c net: move procfs code to net/core/net-procfs.c by Cong Wang · 12 years ago
  46. 2ccba54 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  47. 10baf04 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Rafael J. Wysocki · 12 years ago
  48. 40d1ae5 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  49. c239905 net: proc: remove proc_net_remove by Gao feng · 12 years ago
  50. b4278c9 net: proc: remove proc_net_fops_create by Gao feng · 12 years ago
  51. 98d5fac Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  52. 2e7d0f6 Merge branches 'idle-remove-statedata', 'pm_idle' and 'idle-hsw-turbostat' into release by Len Brown · 12 years ago
  53. 558bd3e PM idle: remove global declaration of pm_idle by Len Brown · 12 years ago
  54. ac6324e bq2415x_charger: Add support for offline and 100mA mode by Pali Rohár · 12 years ago
  55. 9eee07d Input: tegra-kbc - require CONFIG_OF, remove platform data by Stephen Warren · 12 years ago
  56. 0db3863 Input: bma150 - make some defines public and fix some comments by Michael Trimarchi · 12 years ago
  57. 68c3316 v4 GRE: Add TCP segmentation offload for GRE by Pravin B Shelar · 12 years ago
  58. 05e8ef4 net: factor out skb_mac_gso_segment() from skb_gso_segment() by Pravin B Shelar · 12 years ago
  59. 14bbd6a net: Add skb_unclone() helper function. by Pravin B Shelar · 12 years ago
  60. 4419fbd Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 12 years ago
  61. 7113fe7 Merge branch 'pm-assorted' by Rafael J. Wysocki · 12 years ago
  62. e8f71df Merge branch 'acpi-cleanup' by Rafael J. Wysocki · 12 years ago
  63. ea27c39 pinctrl: generic: rename input schmitt disable by Haojian Zhuang · 12 years ago
  64. c6f9d6c mac80211: advertise operating mode notification capability by Johannes Berg · 12 years ago
  65. 4a3cb70 mac80211: constify IE parsing by Johannes Berg · 12 years ago
  66. 0af83d3 mac80211: handle VHT operating mode notification by Johannes Berg · 12 years ago
  67. 7bf9b9a wireless: define operating mode action frame by Johannes Berg · 12 years ago
  68. 9f4646d Merge branch 'fortglx/3.9/time' of git://git.linaro.org/people/jstultz/linux into timers/core by Thomas Gleixner · 12 years ago
  69. a2b37ef Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-next by Mark Brown · 12 years ago
  70. a31f6849 Merge remote-tracking branch 'regmap/topic/mmio' into regmap-next by Mark Brown · 12 years ago
  71. 5dea215 Merge remote-tracking branch 'regmap/topic/irq' into regmap-next by Mark Brown · 12 years ago
  72. 7798b58 Merge remote-tracking branch 'regmap/topic/flat' into regmap-next by Mark Brown · 12 years ago
  73. 3689cf7 Merge remote-tracking branch 'regmap/topic/async' into regmap-next by Mark Brown · 12 years ago
  74. 878ec67 regmap: mmio: add register clock support by Philipp Zabel · 12 years ago
  75. 7d7e499 smpboot: Allow selfparking per cpu threads by Thomas Gleixner · 12 years ago
  76. 112202d workqueue: rename cpu_workqueue to pool_workqueue by Tejun Heo · 12 years ago
  77. 1690be6 bridge: Add vlan support to static neighbors by Vlad Yasevich · 12 years ago
  78. 6cbdcee bridge: Dump vlan information from a bridge port by Vlad Yasevich · 12 years ago
  79. 407af32 bridge: Add netlink interface to configure vlans on bridge ports by Vlad Yasevich · 12 years ago
  80. c9af6db net: Fix possible wrong checksum generation. by Pravin B Shelar · 12 years ago
  81. ceaa1fe tcp: adding a per-socket timestamp offset by Andrey Vagin · 12 years ago
  82. 64fd740 ACPI: Remove the use of CONFIG_ACPI_CONTAINER_MODULE by Toshi Kani · 12 years ago
  83. e80beb2 gpio: Make of_count_named_gpios() use new of_count_phandle_with_args() by Grant Likely · 12 years ago
  84. bd69f73 of: Create function for counting number of phandles in a property by Grant Likely · 12 years ago
  85. bfc4a58 Merge branch 'for-next' from git://sources.calxeda.com/kernel/linux.git by Grant Likely · 12 years ago
  86. d9ba8f9 driver: net: ethernet: cpsw: dual emac interface implementation by Mugunthan V N · 12 years ago
  87. a93bc0c efi_pstore: Introducing workqueue updating sysfs by Seiji Aguchi · 12 years ago
  88. 2cde6ac netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lock by Neil Horman · 12 years ago
  89. 57fa827 cpuidle: remove vestage definition of cpuidle_state_usage.driver_data by Len Brown · 12 years ago
  90. 2c5e893 ipv6: by default join ff01::1 and in case of forwarding ff01::2 and ff05:2 by Hannes Frederic Sowa · 12 years ago
  91. a9834cb Merge branch 'acpi-pm' by Rafael J. Wysocki · 12 years ago
  92. 48694bd Merge branch 'acpica' by Rafael J. Wysocki · 12 years ago
  93. 5989329 Merge branch 'acpi-scan' by Rafael J. Wysocki · 12 years ago
  94. febf018 net/802: Implement Multiple Registration Protocol (MRP) by David Ward · 12 years ago
  95. d021c34 VSOCK: Introduce VM Sockets by Andy King · 12 years ago
  96. 095c375 spi: Document cs_gpios and cs_gpio in kernel-doc by Andreas Larsson · 12 years ago
  97. 710a03e9 ARM: ux500: remove irq_base property from platform_data by Lee Jones · 12 years ago
  98. 957d128 suspend: enable freeze timeout configuration through sys by Li Fei · 12 years ago
  99. 7e73c5a PM: Introduce suspend state PM_SUSPEND_FREEZE by Zhang Rui · 12 years ago
  100. 0d73299 Merge branch spi-next from git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git by Grant Likely · 12 years ago