1. cbacc2c Merge branch 'next' into for-linus by James Morris · 17 years ago
  2. 20ca9b3 cgroups: avoid accessing uninitialized data in failure path by Li Zefan · 17 years ago
  3. e368d3a cgroups: suppress bogus warning messages by Sharyathi Nagesh · 17 years ago
  4. 3d44cc3 Null pointer deref with hrtimer_try_to_cancel() by Thomas Gleixner · 17 years ago
  5. 307257c cgroups: fix a race between rmdir and remount by Paul Menage · 17 years ago
  6. ca7e716 Revert "sched_clock: prevent scd->clock from moving backwards" by Linus Torvalds · 17 years ago
  7. f9fc05e Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  8. b88ed20 fix mapping_writably_mapped() by Hugh Dickins · 17 years ago
  9. 9c24624 KSYM_SYMBOL_LEN fixes by Hugh Dickins · 17 years ago
  10. fbb5b7a relayfs: fix infinite loop with splice() by Tom Zanussi · 17 years ago
  11. 9a2bd24 sched: CPU remove deadlock fix by Brian King · 17 years ago
  12. 48887e6 [PATCH] fix broken timestamps in AVC generated by kernel threads by Al Viro · 17 years ago
  13. 7f0ed77 [patch 1/1] audit: remove excess kernel-doc by Randy Dunlap · 17 years ago
  14. a64e649 [PATCH] return records for fork() both to child and parent by Al Viro · 17 years ago
  15. a3f0711 [PATCH] Audit: make audit=0 actually turn off audit by Eric Paris · 17 years ago
  16. 94d6a5f user namespaces: document CFS behavior by Serge E. Hallyn · 17 years ago
  17. 7657d90 user namespaces: require cap_set{ug}id for CLONE_NEWUSER by Serge E. Hallyn · 17 years ago
  18. c37bbb0 user namespaces: let user_ns be cloned with fairsched by Serge E. Hallyn · 17 years ago
  19. bbeba4c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev by Linus Torvalds · 17 years ago
  20. 4857339 Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  21. 3b666ce Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  22. 50c396d [PATCH] kill obsolete temporary comment in swsusp_close() by Al Viro · 17 years ago
  23. 6c9bacb time: catch xtime_nsec underflows and fix them by john stultz · 17 years ago
  24. ec98ce4 Merge branch 'master' into next by James Morris · 17 years ago
  25. 2019554 check_hung_task(): unsigned sysctl_hung_task_warnings cannot be less than 0 by Roel Kluin · 17 years ago
  26. a800599 taint: add missing comment by Arjan van de Ven · 17 years ago
  27. 7ef9964 epoll: introduce resource usage limits by Davide Libenzi · 17 years ago
  28. 9bd062d Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  29. 72244c0 Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  30. 93b1005 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  31. 7bbc67f Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  32. 96b8936 remove __ARCH_WANT_COMPAT_SYS_PTRACE by Christoph Hellwig · 17 years ago
  33. 8419641 cpuinit fixes in kernel/* by Al Viro · 17 years ago
  34. af6d596 sched: prevent divide by zero error in cpu_avg_load_per_task, update by Ingo Molnar · 17 years ago
  35. 1583715 sched, cpusets: fix warning in kernel/cpuset.c by Ingo Molnar · 17 years ago
  36. 4cd4262 sched: prevent divide by zero error in cpu_avg_load_per_task by Steven Rostedt · 17 years ago
  37. 4f5a7f4 ftrace: prevent recursion by Lai Jiangshan · 17 years ago
  38. 6ded6ab User namespaces: use the current_user_ns() macro by Serge Hallyn · 17 years ago
  39. 18b6e04 User namespaces: set of cleanups (v2) by Serge Hallyn · 17 years ago
  40. eccdaea posix-cpu-timers: fix clock_gettime with CLOCK_PROCESS_CPUTIME_ID by Petr Tesarik · 17 years ago
  41. 7ee1768 x86, mmiotrace: fix buffer overrun detection by Pekka Paalanen · 17 years ago
  42. 9f14416 Merge commit 'v2.6.28-rc6' into irq/urgent by Ingo Molnar · 17 years ago
  43. b0788ca lockdep: consistent alignement for lockdep info by Li Zefan · 17 years ago
  44. 522a110 function tracing: fix wrong position computing of stack_trace by Liming Wang · 17 years ago
  45. 95763dd Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  46. 33d283b cgroups: fix a serious bug in cgroupstats by Li Zefan · 17 years ago
  47. 966c8c1 sprint_symbol(): use less stack by Hugh Dickins · 17 years ago
  48. 3fa59df cgroup: fix potential deadlock in pre_destroy by KAMEZAWA Hiroyuki · 17 years ago
  49. f481891 cpuset: update top cpuset's mems after adding a node by Miao Xie · 17 years ago
  50. de11def reintroduce accept4 by Ulrich Drepper · 17 years ago
  51. 6d5b43a Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 17 years ago
  52. 3246477 ftrace: fix dyn ftrace filter selection by Steven Rostedt · 17 years ago
  53. 8204327 ftrace: make filtered functions effective on setting by Steven Rostedt · 17 years ago
  54. f10ed36 ftrace: fix set_ftrace_filter by Steven Rostedt · 17 years ago
  55. 641d2f6 trace: introduce missing mutex_unlock() by Vegard Nossum · 17 years ago
  56. 5177dc3 Merge branch 'linus' into tracing/urgent by Ingo Molnar · 17 years ago
  57. 7f0f598 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  58. a6a0c4c suspend: use WARN not WARN_ON to print the message by Arjan van de Ven · 17 years ago
  59. 72b51a6 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  60. 8c60bfb Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  61. 0bb943c tracing: kernel/trace/trace.c: introduce missing kfree() by Julia Lawall · 17 years ago
  62. 98ba403 relay: fix cpu offline problem by Lai Jiangshan · 17 years ago
  63. f3a5c54 Merge branch 'master' into next by James Morris · 17 years ago
  64. e270219f kernel/profile.c: fix section mismatch warning by Rakib Mullick · 17 years ago
  65. 700018e cpuset: fix regression when failed to generate sched domains by Li Zefan · 17 years ago
  66. 65ecc14 Remove -mno-spe flags as they dont belong by Kumar Gala · 17 years ago
  67. ad133ba sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix_cpu_timers by Oleg Nesterov · 17 years ago
  68. e14c8bf stop_machine: fix race with return value (fixes Bug #11989) by Rusty Russell · 17 years ago
  69. 5821e1b function tracing: fix wrong pos computing when read buffer has been fulfilled by walimis · 17 years ago
  70. 29d7b90 sched: fix kernel warning on /proc/sched_debug access by Ingo Molnar · 17 years ago
  71. 8f7b0ba Fix inotify watch removal/umount races by Al Viro · 17 years ago
  72. 8141c7f Move "exit_robust_list" into mm_release() by Linus Torvalds · 17 years ago
  73. 2b82892 Merge branch 'master' into next by James Morris · 17 years ago
  74. 3a3b7ce CRED: Allow kernel services to override LSM settings for task actions by David Howells · 17 years ago
  75. 3b11a1d CRED: Differentiate objective and effective subjective credentials on a task by David Howells · 17 years ago
  76. 98870ab CRED: Documentation by David Howells · 17 years ago
  77. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 17 years ago
  78. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 17 years ago
  79. 6cc88bc CRED: Rename is_single_threaded() to is_wq_single_threaded() by David Howells · 17 years ago
  80. bb952bb CRED: Separate per-task-group keyrings from signal_struct by David Howells · 17 years ago
  81. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 17 years ago
  82. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 17 years ago
  83. f1752ee CRED: Detach the credentials from task_struct by David Howells · 17 years ago
  84. b6dff3e CRED: Separate task security context from task_struct by David Howells · 17 years ago
  85. 1cdcbec CRED: Neuter sys_capset() by David Howells · 17 years ago
  86. 8bbf4976 KEYS: Alter use of key instantiation link-to-keyring argument by David Howells · 17 years ago
  87. 76aac0e CRED: Wrap task credential accesses in the core kernel by David Howells · 17 years ago
  88. ee51a1d tracing: fix mmiotrace resizing crash by Ingo Molnar · 17 years ago
  89. 3ff68a6 genirq: __irq_set_trigger: change pr_warning to pr_debug by Mark Nelson · 17 years ago
  90. 4ffaf86 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 17 years ago
  91. 7e036d0 kernel/kprobes.c: don't pad kretprobe_table_locks[] on uniprocessor builds by Andrew Morton · 17 years ago
  92. a189d03 kprobes: disable preempt for module_text_address() and kernel_text_address() by Masami Hiramatsu · 17 years ago
  93. 3b1b3f6 freezer_cg: disable writing freezer.state of root cgroup by Li Zefan · 17 years ago
  94. 6874467 freezer_cg: remove task_lock from freezer_fork() by Li Zefan · 17 years ago
  95. 5cbd54e sched: fix init_idle()'s use of sched_clock() by Ingo Molnar · 17 years ago
  96. a2d4777 sched: fix stale value in average load per task by Balbir Singh · 17 years ago
  97. 47e74f2 ring-buffer: no preempt for sched_clock() by Steven Rostedt · 17 years ago
  98. 621a0d5 hrtimer: clean up unused callback modes by Peter Zijlstra · 17 years ago
  99. c1e7abb Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 17 years ago
  100. a358324 ring-buffer: buffer record on/off switch by Steven Rostedt · 17 years ago