1. 430af8ad cgroup: fix coccinelle warnings by Fengguang Wu · 11 years ago
  2. d6250ee sparc: fix implicit include of slab.h in leon_pci_grpci2.c by Paul Gortmaker · 11 years ago
  3. 8541fec cgroup: unexport functions by Tejun Heo · 11 years ago
  4. 9db8de3 cgroup: cosmetic updates to cgroup_attach_task() by Tejun Heo · 11 years ago
  5. bc668c7 cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size() by Tejun Heo · 11 years ago
  6. 57fce0a cpuset: don't use cgroup_taskset_cur_css() by Tejun Heo · 11 years ago
  7. 924f0d9 cgroup: drop @skip_css from cgroup_taskset_for_each() by Tejun Heo · 11 years ago
  8. cb0f1fe cgroup: move css_set_rwsem locking outside of cgroup_task_migrate() by Tejun Heo · 11 years ago
  9. 89c5509 cgroup: separate out put_css_set_locked() and remove put_css_set_taskexit() by Tejun Heo · 11 years ago
  10. 889ed9c cgroup: remove css_scan_tasks() by Tejun Heo · 11 years ago
  11. d66393e cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks() by Tejun Heo · 11 years ago
  12. 96d365e cgroup: make css_set_lock a rwsem and rename it to css_set_rwsem by Tejun Heo · 11 years ago
  13. e406d1c cgroup: reimplement cgroup_transfer_tasks() without using css_scan_tasks() by Tejun Heo · 11 years ago
  14. 07bc356 cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count() by Tejun Heo · 11 years ago
  15. afeb0f9 cgroup: relocate cgroup_enable_task_cg_lists() by Tejun Heo · 11 years ago
  16. 56fde9e cgroup: enable task_cg_lists on the first cgroup mount by Tejun Heo · 11 years ago
  17. 3558557 cgroup: drop CGRP_ROOT_SUBSYS_BOUND by Tejun Heo · 11 years ago
  18. d3ba07c cgroup: disallow xattr, release_agent and name if sane_behavior by Tejun Heo · 11 years ago
  19. a755180 sun4M: add include of slab.h for kzalloc by Stephen Rothwell · 11 years ago
  20. 776f02f cgroup: remove cgroupfs_root->refcnt by Tejun Heo · 11 years ago
  21. 3c9c825 cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it atomic_t by Tejun Heo · 11 years ago
  22. e61734c cgroup: remove cgroup->name by Tejun Heo · 11 years ago
  23. 6f30558 cgroup: make cgroup hold onto its kernfs_node by Tejun Heo · 11 years ago
  24. 21a2d34 cgroup: simplify dynamic cftype addition and removal by Tejun Heo · 11 years ago
  25. 0adb070 cgroup: remove cftype_set by Tejun Heo · 11 years ago
  26. 80b1358 cgroup: relocate cgroup_rm_cftypes() by Tejun Heo · 11 years ago
  27. 86bf4b6 cgroup: warn if "xattr" is specified with "sane_behavior" by Tejun Heo · 11 years ago
  28. 2bd59d4 cgroup: convert to kernfs by Tejun Heo · 11 years ago
  29. f2e85d5 cgroup: relocate functions in preparation of kernfs conversion by Tejun Heo · 11 years ago
  30. 59f5296 cgroup: misc preps for kernfs conversion by Tejun Heo · 11 years ago
  31. b166492 cgroup: introduce cgroup_ino() by Tejun Heo · 11 years ago
  32. 2da440a cgroup: introduce cgroup_init/exit_cftypes() by Tejun Heo · 11 years ago
  33. 5f46990 cgroup: update the meaning of cftype->max_write_len by Tejun Heo · 11 years ago
  34. de00ffa cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes() by Tejun Heo · 11 years ago
  35. 8d7e6fb cgroup: update cgroup name handling by Tejun Heo · 11 years ago
  36. d427dfe cgroup: factor out cgroup_setup_root() from cgroup_mount() by Tejun Heo · 11 years ago
  37. 8e30e2b cgroup: restructure locking and error handling in cgroup_mount() by Tejun Heo · 11 years ago
  38. 4ac0601 cgroup: release cgroup_mutex over file removals by Tejun Heo · 11 years ago
  39. ace2bee cgroup: introduce cgroup_tree_mutex by Tejun Heo · 11 years ago
  40. 5a17f54 cgroup: improve css_from_dir() into css_tryget_from_dir() by Tejun Heo · 11 years ago
  41. 398f878 Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15 by Tejun Heo · 11 years ago
  42. 0ab02ca cgroup: protect modifications to cgroup_idr with cgroup_mutex by Li Zefan · 11 years ago
  43. f7cef06 Merge branch 'driver-core-next' into cgroup/for-3.15 by Tejun Heo · 11 years ago
  44. 1a698a4 Merge branch 'for-3.14-fixes' into for-3.15 by Tejun Heo · 11 years ago
  45. 3417ae1 cgroup: remove cgroup_root_mutex by Tejun Heo · 11 years ago
  46. 69e943b cgroup: update locking in cgroup_show_options() by Tejun Heo · 11 years ago
  47. aec2502 cgroup: rename cgroup_subsys->subsys_id to ->id by Tejun Heo · 11 years ago
  48. 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 11 years ago
  49. 3ed80a6 cgroup: drop module support by Tejun Heo · 11 years ago
  50. af63633 cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid_cgroup() by Tejun Heo · 11 years ago
  51. 48573a8 cgroup: fix locking in cgroup_cfts_commit() by Tejun Heo · 11 years ago
  52. b58c899 cgroup: fix error return from cgroup_create() by Tejun Heo · 11 years ago
  53. eb46bf8 cgroup: fix error return value in cgroup_mount() by Tejun Heo · 11 years ago
  54. ba341d5 kernfs: add CONFIG_KERNFS by Tejun Heo · 11 years ago
  55. fa4cd45 sysfs, kobject: add sysfs wrapper for kernfs_enable_ns() by Tejun Heo · 11 years ago
  56. 3eef34a kernfs: implement kernfs_get_parent(), kernfs_name/path() and friends by Tejun Heo · 11 years ago
  57. 0c23b22 kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs_rename() by Tejun Heo · 11 years ago
  58. 2536390 kernfs: add kernfs_open_file->priv by Tejun Heo · 11 years ago
  59. 4d3773c kernfs: implement kernfs_ops->atomic_write_len by Tejun Heo · 11 years ago
  60. d35258e kernfs: allow nodes to be created in the deactivated state by Tejun Heo · 11 years ago
  61. b9c9dad kernfs: add missing kernfs_active() checks in directory operations by Tejun Heo · 11 years ago
  62. 6a7fed4 kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options() by Tejun Heo · 11 years ago
  63. 90c07c8 kernfs: rename kernfs_dir_ops to kernfs_syscall_ops by Tejun Heo · 11 years ago
  64. 07c7530 kernfs: invoke dir_ops while holding active ref of the target node by Tejun Heo · 11 years ago
  65. ce8b04a sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
  66. 0b60f9e s390: use device_remove_file_self() instead of device_schedule_callback() by Tejun Heo · 11 years ago
  67. ac0ece9 scsi: use device_remove_file_self() instead of device_schedule_callback() by Tejun Heo · 11 years ago
  68. bc6caf0 pci: use device_remove_file_self() instead of device_schedule_callback() by Tejun Heo · 11 years ago
  69. 6b0afc2 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
  70. 81c173c kernfs: remove KERNFS_REMOVED by Tejun Heo · 11 years ago
  71. 182fd64 kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep() by Tejun Heo · 11 years ago
  72. 988cd7a kernfs: remove kernfs_addrm_cxt by Tejun Heo · 11 years ago
  73. ccf02aa kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate() by Tejun Heo · 11 years ago
  74. 35beab0 kernfs: restructure removal path to fix possible premature return by Tejun Heo · 11 years ago
  75. abd54f0 kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq by Tejun Heo · 11 years ago
  76. a660793 kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flag by Tejun Heo · 11 years ago
  77. fee0c54 dma-buf: avoid using IS_ERR_OR_NULL by Colin Cross · 11 years ago
  78. ab3f5fa cgroup: use an ordered workqueue for cgroup destruction by Hugh Dickins · 11 years ago
  79. 0a6be65 nfs: include xattr.h from fs/nfs/nfs3proc.c by Tejun Heo · 11 years ago
  80. 230579d cpuset: update MAINTAINERS entry by Li Zefan · 11 years ago
  81. 1ff6bbf arm, pm, vmpressure: add missing slab.h includes by Tejun Heo · 11 years ago
  82. 38dbfb5 Linus 3.14-rc1 by Linus Torvalds · 11 years ago
  83. 69048e0 Merge branch 'parisc-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 11 years ago
  84. 1c0b8a7a hpfs: optimize quad buffer loading by Mikulas Patocka · 11 years ago
  85. 2cbe5c7 hpfs: remember free space by Mikulas Patocka · 11 years ago
  86. 9dabf60 parisc: add flexible mmap memory layout support by Helge Deller · 11 years ago
  87. f5a408d parisc: Make EWOULDBLOCK be equal to EAGAIN on parisc by Guy Martin · 11 years ago
  88. 9391bc7 parisc: convert uapi/asm/stat.h to use native types only by Helge Deller · 11 years ago
  89. 998bbb2 parisc: wire up sched_setattr and sched_getattr by Helge Deller · 11 years ago
  90. 57737c4 parisc: fix cache-flushing by Helge Deller · 11 years ago
  91. 8a10bc9 parisc/sti_console: prefer Linux fonts over built-in ROM fonts by Helge Deller · 11 years ago
  92. 602456b Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 11 years ago
  93. 7b383be Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  94. 87af5e5 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 11 years ago
  95. e4c0da2 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  96. 632007e hwmon: Fix SENSORS_TMP102 dependencies to eliminate build errors by Jean Delvare · 11 years ago
  97. 920130a hwmon: Fix SENSORS_LM75 dependencies to eliminate build errors by Jean Delvare · 11 years ago
  98. 3b4d5c7 tools/power turbostat: introduce -s to dump counters by Andy Shevchenko · 11 years ago
  99. f591c38 tools/power turbostat: remove unused command line option by Andy Shevchenko · 11 years ago
  100. 5cb480f Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 11 years ago