1. 0a950f6 cgroup: add cgroup->id by Tejun Heo · 12 years ago
  2. 033fa1c cgroup, cpuset: remove cgroup_subsys->post_clone() by Tejun Heo · 12 years ago
  3. 2260e7f cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/ by Tejun Heo · 12 years ago
  4. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
  5. b1929db cgroup: allow ->post_create() to fail by Tejun Heo · 12 years ago
  6. 4b8b47eb cgroup: update cgroup_create() failure path by Tejun Heo · 12 years ago
  7. b8a2df6 cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directory by Tejun Heo · 12 years ago
  8. d19e19d cgroup: simplify cgroup_load_subsys() failure path by Tejun Heo · 12 years ago
  9. a31f2d3 cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers by Tejun Heo · 12 years ago
  10. 42809dd cgroup: separate out cgroup_destroy_locked() by Tejun Heo · 12 years ago
  11. 02ae748 cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload_subsys() by Tejun Heo · 12 years ago
  12. 648bb56 cgroup: lock cgroup_mutex in cgroup_init_subsys() by Tejun Heo · 12 years ago
  13. b48c6a8 cgroup: trivial cleanup for cgroup_init/load_subsys() by Tejun Heo · 12 years ago
  14. 38b53ab cgroup: make CSS_* flags bit masks instead of bit positions by Tejun Heo · 12 years ago
  15. febfcef cgroup: cgroup->dentry isn't a RCU pointer by Tejun Heo · 12 years ago
  16. 4e139af cgroup: create directory before linking while creating a new cgroup by Tejun Heo · 12 years ago
  17. 28fd6f3 cgroup: open-code cgroup_create_dir() by Tejun Heo · 12 years ago
  18. 2243076 cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping() by Tejun Heo · 12 years ago
  19. 1754316 cgroup: remove incorrect dget/dput() pair in cgroup_create_dir() by Tejun Heo · 12 years ago
  20. ef9fe98 cgroup_freezer: implement proper hierarchy support by Tejun Heo · 12 years ago
  21. 5300a9b cgroup_freezer: add ->post_create() and ->pre_destroy() and track online state by Tejun Heo · 12 years ago
  22. a225218 cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT] by Tejun Heo · 12 years ago
  23. d6a2fe1 cgroup_freezer: make freezer->state mask of flags by Tejun Heo · 12 years ago
  24. 04a4ec3 cgroup_freezer: prepare freezer_change_state() for full hierarchy support by Tejun Heo · 12 years ago
  25. bcd66c8 cgroup_freezer: trivial cleanups by Tejun Heo · 12 years ago
  26. 574bd9f cgroup: implement generic child / descendant walk macros by Tejun Heo · 12 years ago
  27. eb6fd50 cgroup: use rculist ops for cgroup->children by Tejun Heo · 12 years ago
  28. a863803 cgroup: add cgroup_subsys->post_create() by Tejun Heo · 12 years ago
  29. 316eb66 cgroup: set 'start' with the right value in cgroup_path. by Tao Ma · 12 years ago
  30. 4b1c784 device_cgroup: add lockdep asserts by Tejun Heo · 12 years ago
  31. 5b805f2 Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8 by Tejun Heo · 12 years ago
  32. 201e72a device_cgroup: fix RCU usage by Tejun Heo · 12 years ago
  33. 64e1047 device_cgroup: fix unchecked cgroup parent usage by Aristeu Rozanski · 12 years ago
  34. 1db1e31 Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8 by Tejun Heo · 12 years ago
  35. bcf6de1 cgroup: make ->pre_destroy() return void by Tejun Heo · 12 years ago
  36. 9d093cb hugetlb: do not fail in hugetlb_cgroup_pre_destroy by Michal Hocko · 12 years ago
  37. ab5196c memcg: make mem_cgroup_reparent_charges non failing by Michal Hocko · 12 years ago
  38. b25ed60 cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_and_wakeup_rmdir() by Tejun Heo · 12 years ago
  39. 1a90dd5 cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy() by Tejun Heo · 12 years ago
  40. 976c06b cgroup: use cgroup_lock_live_group(parent) in cgroup_create() by Tejun Heo · 12 years ago
  41. e931608 cgroup: kill CSS_REMOVED by Tejun Heo · 12 years ago
  42. ed957793 cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs by Tejun Heo · 12 years ago
  43. 3d70f8c Linux 3.7-rc4 by Linus Torvalds · 12 years ago
  44. d416497 Merge tag 'nfs-for-3.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  45. 225ff86 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 12 years ago
  46. 209c510 Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  47. 53f9313 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  48. 0f89a57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  49. c454e61 tcp-repair: Handle zero-length data put in rcv queue by Pavel Emelyanov · 12 years ago
  50. a4d7e48 vmxnet3: must split too big fragments by Eric Dumazet · 12 years ago
  51. 7893363 l2tp: fix oops in l2tp_eth_create() error path by Tom Parkin · 12 years ago
  52. 3ae53b1 exynos4_tmu_driver_ids should be exynos_tmu_driver_ids. by Jonghwan Choi · 12 years ago
  53. fba4e08 ACPI video: Ignore errors after _DOD evaluation. by Igor Murzov · 12 years ago
  54. 608f62b thermal: solve compilation errors in rcar_thermal by Devendra Naga · 12 years ago
  55. e3c9851 cxgb4: Fix unable to get UP event from the LLD by Vipul Pandya · 12 years ago
  56. aa73187 drivers/net/phy/mdio-bitbang.c: Call mdiobus_unregister before mdiobus_free by Peter Senna Tschudin · 12 years ago
  57. 57c10b6 drivers/net/ethernet/nxp/lpc_eth.c: Call mdiobus_unregister before mdiobus_free by Peter Senna Tschudin · 12 years ago
  58. 2b67404 bnx2x: fix HW initialization using fw 7.8.x by Dmitry Kravkov · 12 years ago
  59. a315b5a Merge tag 'pm-for-3.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  60. 74fb838 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  61. 998f40b NFS4: nfs4_opendata_access should return errno by Weston Andros Adamson · 12 years ago
  62. 23e4430 Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  63. ae41fce Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  64. b987a83 Merge tag 'frv-fixes-20121102' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-frv by Linus Torvalds · 12 years ago
  65. 66b6a0c Merge tag 'stable/for-linus-3.7-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  66. d9b482c hashtable: introduce a small and naive hashtable by Sasha Levin · 12 years ago
  67. 1d72d9f frv: fix the broken preempt by Al Viro · 12 years ago
  68. 7b7ade1 frv: switch to saner kernel_execve() semantics by Al Viro · 12 years ago
  69. e7aa51b FRV: Fix the new-style kernel_thread() stuff by David Howells · 12 years ago
  70. 1ee6f56 FRV: Fix the preemption handling by David Howells · 12 years ago
  71. eded09c FRV: gcc-4.1.2 also inlines weak functions by David Howells · 12 years ago
  72. 5f0231d FRV: Don't objcopy the GNU build_id note by David Howells · 12 years ago
  73. a5788ca FRV: Add missing linux/export.h #inclusions by David Howells · 12 years ago
  74. 91b370a i2c: tegra: set irq name as device name by Laxman Dewangan · 12 years ago
  75. 817315f i2c-nomadik: Fixup clock handling by Philippe Begnic · 12 years ago
  76. 82fa63b i2c: mxs: remove broken PIOQUEUE support by Wolfram Sang · 12 years ago
  77. c660b8f Merge tag 'xtensa-next-20121101' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 12 years ago
  78. 3916e1d drm/udl: fix stride issues scanning out stride != width*bpp by Dave Airlie · 12 years ago
  79. eaa7cc6 hwmon: Only include of_match_table with CONFIG_OF_GPIO by Jamie Lentin · 12 years ago
  80. a2e4919 Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes by Dave Airlie · 12 years ago
  81. b7a46dc Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 12 years ago
  82. 9c27540 Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes by Dave Airlie · 12 years ago
  83. f9b1ef5 NFSv4: Initialise the NFSv4.1 slot table highest_used_slotid correctly by Trond Myklebust · 12 years ago
  84. 2c42a3f tcp: Fix double sizeof in new tcp_metrics code by Julian Anastasov · 12 years ago
  85. 8f363b7 net: fix divide by zero in tcp algorithm illinois by Jesper Dangaard Brouer · 12 years ago
  86. d3e9a1d net: sctp: Fix typo in net/sctp by Masanari Iida · 12 years ago
  87. c84e159 bonding: fix second off-by-one error by nikolay@redhat.com · 12 years ago
  88. eb6e98a bonding: fix off-by-one error by nikolay@redhat.com · 12 years ago
  89. d24bab9 SUNRPC: return proper errno from backchannel_rqst by Weston Andros Adamson · 12 years ago
  90. 477864d bnx2x: Disable FCoE for 57840 since not yet supported by FW by Dmitry Kravkov · 12 years ago
  91. 03c3148 bnx2x: Fix no link on 577xx 10G-baseT by Yaniv Rosner · 12 years ago
  92. e82041d bnx2x: Fix unrecognized SFP+ module after driver is loaded by Yaniv Rosner · 12 years ago
  93. 4978140 bnx2x: Fix potential incorrect link speed provision by Yaniv Rosner · 12 years ago
  94. cd1a26a bnx2x: Restore global registers back to default. by Yaniv Rosner · 12 years ago
  95. a75bb00 bnx2x: Fix link down in 57712 following LFA by Yaniv Rosner · 12 years ago
  96. b457bcb bnx2x: Fix 57810 1G-KR link against certain switches. by Yaniv Rosner · 12 years ago
  97. 8c23f40 Merge git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  98. 50f8d35 ixgbe: PTP get_ts_info missing software support by Jacob Keller · 12 years ago
  99. 6d9cdfc drm/radeon: add load detection support for ext DAC on R200 (v2) by Alex Deucher · 12 years ago
  100. f8c4d70 DRM/radeon: For single CRTC GPUs move handling of CRTC_CRT_ON to crtc_dpms(). by Egbert Eich · 12 years ago