1. 92fb974 cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free() by Tejun Heo · 12 years ago
  2. b1929db cgroup: allow ->post_create() to fail by Tejun Heo · 12 years ago
  3. 4b8b47eb cgroup: update cgroup_create() failure path by Tejun Heo · 12 years ago
  4. b8a2df6 cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directory by Tejun Heo · 12 years ago
  5. d19e19d cgroup: simplify cgroup_load_subsys() failure path by Tejun Heo · 12 years ago
  6. a31f2d3 cgroup: introduce CSS_ONLINE flag and on/offline_css() helpers by Tejun Heo · 12 years ago
  7. 42809dd cgroup: separate out cgroup_destroy_locked() by Tejun Heo · 12 years ago
  8. 02ae748 cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload_subsys() by Tejun Heo · 12 years ago
  9. 648bb56 cgroup: lock cgroup_mutex in cgroup_init_subsys() by Tejun Heo · 12 years ago
  10. b48c6a8 cgroup: trivial cleanup for cgroup_init/load_subsys() by Tejun Heo · 12 years ago
  11. 38b53ab cgroup: make CSS_* flags bit masks instead of bit positions by Tejun Heo · 12 years ago
  12. febfcef cgroup: cgroup->dentry isn't a RCU pointer by Tejun Heo · 12 years ago
  13. 4e139af cgroup: create directory before linking while creating a new cgroup by Tejun Heo · 12 years ago
  14. 28fd6f3 cgroup: open-code cgroup_create_dir() by Tejun Heo · 12 years ago
  15. 2243076 cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping() by Tejun Heo · 12 years ago
  16. 1754316 cgroup: remove incorrect dget/dput() pair in cgroup_create_dir() by Tejun Heo · 12 years ago
  17. ef9fe98 cgroup_freezer: implement proper hierarchy support by Tejun Heo · 12 years ago
  18. 5300a9b cgroup_freezer: add ->post_create() and ->pre_destroy() and track online state by Tejun Heo · 12 years ago
  19. a225218 cgroup_freezer: introduce CGROUP_FREEZING_[SELF|PARENT] by Tejun Heo · 12 years ago
  20. d6a2fe1 cgroup_freezer: make freezer->state mask of flags by Tejun Heo · 12 years ago
  21. 04a4ec3 cgroup_freezer: prepare freezer_change_state() for full hierarchy support by Tejun Heo · 12 years ago
  22. bcd66c8 cgroup_freezer: trivial cleanups by Tejun Heo · 12 years ago
  23. 574bd9f cgroup: implement generic child / descendant walk macros by Tejun Heo · 12 years ago
  24. eb6fd50 cgroup: use rculist ops for cgroup->children by Tejun Heo · 12 years ago
  25. a863803 cgroup: add cgroup_subsys->post_create() by Tejun Heo · 12 years ago
  26. 316eb66 cgroup: set 'start' with the right value in cgroup_path. by Tao Ma · 12 years ago
  27. 5b805f2 Merge branch 'cgroup/for-3.7-fixes' into cgroup/for-3.8 by Tejun Heo · 12 years ago
  28. 1db1e31 Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8 by Tejun Heo · 12 years ago
  29. bcf6de1 cgroup: make ->pre_destroy() return void by Tejun Heo · 12 years ago
  30. b25ed60 cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_and_wakeup_rmdir() by Tejun Heo · 12 years ago
  31. 1a90dd5 cgroup: deactivate CSS's and mark cgroup dead before invoking ->pre_destroy() by Tejun Heo · 12 years ago
  32. 976c06b cgroup: use cgroup_lock_live_group(parent) in cgroup_create() by Tejun Heo · 12 years ago
  33. e931608 cgroup: kill CSS_REMOVED by Tejun Heo · 12 years ago
  34. ed957793 cgroup: kill cgroup_subsys->__DEPRECATED_clear_css_refs by Tejun Heo · 12 years ago
  35. 5d8f72b freezer: change ptrace_stop/do_signal_stop to use freezable_schedule() by Oleg Nesterov · 12 years ago
  36. 2ab3f29 Merge branch 'akpm' (Andrew's fixes) by Linus Torvalds · 12 years ago
  37. 2008713 Makefile: Documentation for external tool should be correct by H. Peter Anvin · 12 years ago
  38. f230250 pidns: limit the nesting depth of pid namespaces by Andrew Vagin · 12 years ago
  39. cbb525b Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  40. d579a35 Merge branch 'for-3.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  41. c0158ca workqueue: cancel_delayed_work() should return %false if work item is idle by Dan Magenheimer · 12 years ago
  42. e17b131 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  43. 0390c88 module_signing: fix printk format warning by Randy Dunlap · 12 years ago
  44. ef8ff74 Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/urgent by Ingo Molnar · 12 years ago
  45. f38787f Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc into perf/urgent by Ingo Molnar · 12 years ago
  46. ead5c47 cgroup_freezer: don't use cgroup_lock_live_group() by Tejun Heo · 12 years ago
  47. b4d1831 cgroup_freezer: prepare update_if_frozen() for locking change by Tejun Heo · 12 years ago
  48. 8755ade cgroup_freezer: allow moving tasks in and out of a frozen cgroup by Tejun Heo · 12 years ago
  49. 31fd84b9 use clamp_t in UNAME26 fix by Kees Cook · 12 years ago
  50. caabe24 MODSIGN: Move the magic string to the end of a module and eliminate the search by David Howells · 12 years ago
  51. d878383 Revert "cgroup: Remove task_lock() from cgroup_post_fork()" by Tejun Heo · 12 years ago
  52. 9bb7130 Revert "cgroup: Drop task_lock(parent) on cgroup_fork()" by Tejun Heo · 12 years ago
  53. bbc2e3e pidns: remove recursion from free_pid_ns() by Cyrill Gorcunov · 12 years ago
  54. 2702b15 kernel/sys.c: fix stack memory content leak via UNAME26 by Kees Cook · 12 years ago
  55. 85eae82 printk: Fix scheduling-while-atomic problem in console_cpu_notify() by Paul E. McKenney · 12 years ago
  56. 1f5320d cgroup: notify_on_release may not be triggered in some cases by Daisuke Nishimura · 12 years ago
  57. 3c426d5 cgroup_freezer: don't stall transition to FROZEN for PF_NOFREEZE or PF_FREEZER_SKIP tasks by Tejun Heo · 12 years ago
  58. 51f246e cgroup_freezer: make it official that writes to freezer.state don't fail by Tejun Heo · 12 years ago
  59. 5edee61 cgroup: cgroup_subsys->fork() should be called after the task is added to css_set by Tejun Heo · 12 years ago
  60. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  61. 6c536a1 Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 12 years ago
  62. ade0899 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  63. 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  64. 8418263 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  65. adb5c24 audit: make audit_inode take struct filename by Jeff Layton · 12 years ago
  66. 669abf4 vfs: make path_openat take a struct filename pointer by Jeff Layton · 12 years ago
  67. 7ac8626 audit: allow audit code to satisfy getname requests from its names_list by Jeff Layton · 12 years ago
  68. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  69. a74fb73 infrastructure for saner ret_from_kernel_thread semantics by Al Viro · 12 years ago
  70. 03d3602 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  71. 0588f1f Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  72. 9d55ab7 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  73. 17b572e8 kdb,vt_console: Fix missed data due to pager overruns by Jason Wessel · 12 years ago
  74. d1871b3 kdb: Fix dmesg/bta scroll to quit with 'q' by Jason Wessel · 12 years ago
  75. f30fed1 kgdb: Add module event hooks by Jason Wessel · 12 years ago
  76. cfd4da1 acct: constify the name arg to acct_on by Jeff Layton · 12 years ago
  77. 4fa6b5e audit: overhaul __audit_inode_child to accomodate retrying by Jeff Layton · 12 years ago
  78. e3d6b07 audit: optimize audit_compare_dname_path by Jeff Layton · 12 years ago
  79. 29e9a34 audit: make audit_compare_dname_path use parent_len helper by Eric Paris · 12 years ago
  80. 563a0d1 audit: remove dirlen argument to audit_compare_dname_path by Jeff Layton · 12 years ago
  81. bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
  82. 78e2e80 audit: add a new "type" field to audit_names struct by Jeff Layton · 12 years ago
  83. c43a25a audit: reverse arguments to audit_inode_child by Jeff Layton · 12 years ago
  84. 9cec9d6 audit: no need to walk list in audit_inode if name is NULL by Jeff Layton · 12 years ago
  85. 1c2e51e audit: pass in dentry to audit_copy_inode wherever possible by Jeff Layton · 12 years ago
  86. 759e00b Merge tag 'pinctrl-for-3.7-late' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 12 years ago
  87. 79360dd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  88. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  89. fb45550 make sure that kernel_thread() callbacks call do_exit() themselves by Al Viro · 12 years ago
  90. 8e49f41 ring-buffer: Check for uninitialized cpu buffer before resizing by Vaibhav Nagarnaik · 12 years ago
  91. d5b7193 MODSIGN: Make mrproper should remove generated files. by Rusty Russell · 12 years ago
  92. e7d113b MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certs by David Howells · 12 years ago
  93. 5e8cb1e MODSIGN: Use the same digest for the autogen key sig as for the module sig by David Howells · 12 years ago
  94. 48ba246 MODSIGN: Implement module signature checking by David Howells · 12 years ago
  95. 631cc66 MODSIGN: Provide module signing public keys to the kernel by David Howells · 12 years ago
  96. d441108 MODSIGN: Automatically generate module signing keys if missing by David Howells · 12 years ago
  97. 1d0059f MODSIGN: Add FIPS policy by David Howells · 12 years ago
  98. 106a4ee module: signature checking hook by Rusty Russell · 12 years ago
  99. 2854d16 irqdomain: augment add_simple() to allocate descs by Linus Walleij · 12 years ago
  100. d1c7d97 fs: handle failed audit_log_start properly by Sasha Levin · 12 years ago