1. cd3d803 sched: sched_getaffinity(): Allow less than NR_CPUS length by KOSAKI Motohiro · 16 years ago
  2. 80a1860 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  3. 4e3eadd Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  4. 8655e7e Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  5. 9fdfbc2 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  6. b634587 tracing: Do not record user stack trace from NMI context by Steven Rostedt · 16 years ago
  7. a2f8071 tracing: Disable buffer switching when starting or stopping trace by Steven Rostedt · 16 years ago
  8. 283740c tracing: Use same local variable when resetting the ring buffer by Steven Rostedt · 16 years ago
  9. ea14eb7 function-graph: Init curr_ret_stack with ret_stack by Steven Rostedt · 16 years ago
  10. 52fbe9c ring-buffer: Move disabled check into preempt disable section by Lai Jiangshan · 16 years ago
  11. 64d5aea Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  12. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 16 years ago
  13. 2edf5e4 sysctl extern cleanup: lockdep by Dave Young · 16 years ago
  14. 4f0e056 sysctl extern cleanup: rtmutex by Dave Young · 16 years ago
  15. c55b7c3 sysctl extern cleanup: acct by Dave Young · 16 years ago
  16. 15485a4 sysctl extern cleanup: sg by Dave Young · 16 years ago
  17. 5ed1091 sysctl extern cleanup: module by Dave Young · 16 years ago
  18. e5ab677 sysctl extern cleanup: rcu by Dave Young · 16 years ago
  19. d33ed52 sysctl extern cleanup: signal by Dave Young · 16 years ago
  20. eb5572f sysctl extern cleanup: C_A_D by Dave Young · 16 years ago
  21. 8467005 nsproxy: remove INIT_NSPROXY() by Alexey Dobriyan · 16 years ago
  22. 13aa9a6 pid_ns: zap_pid_ns_processes: use SEND_SIG_NOINFO instead of force_sig() by Oleg Nesterov · 16 years ago
  23. 93c5990 copy_signal() cleanup: clean thread_group_cputime_init() by Veaceslav Falico · 16 years ago
  24. 4dd66e6 copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct() by Veaceslav Falico · 16 years ago
  25. a56704e copy_signal() cleanup: use zalloc and remove initializations by Veaceslav Falico · 16 years ago
  26. a0a4db5 cgroups: remove events before destroying subsystem state objects by Kirill A. Shutemov · 16 years ago
  27. 4ab7868 cgroups: fix race between userspace and kernelspace by Kirill A. Shutemov · 16 years ago
  28. 0dea116 cgroup: implement eventfd-based generic API for notifications by Kirill A. Shutemov · 16 years ago
  29. b70cc5f cgroups: clean up cgroup_pidlist_find() a bit by Li Zefan · 16 years ago
  30. 67523c4 cgroups: blkio subsystem as module by Ben Blum · 16 years ago
  31. cf5d594 cgroups: subsystem module unloading by Ben Blum · 16 years ago
  32. e6a1105 cgroups: subsystem module loading interface by Ben Blum · 16 years ago
  33. aae8aab cgroups: revamp subsys array by Ben Blum · 16 years ago
  34. d7b9fff cgroup: introduce coalesce css_get() and css_put() by Daisuke Nishimura · 16 years ago
  35. 2468c72 cgroup: introduce cancel_attach() by Daisuke Nishimura · 16 years ago
  36. 5cacdb4 Add generic sys_olduname() by Christoph Hellwig · 16 years ago
  37. e28cbf2 improve sys_newuname() for compat architectures by Christoph Hellwig · 16 years ago
  38. baed7fc Add generic sys_ipc wrapper by Christoph Hellwig · 16 years ago
  39. 3d07467 sched: Fix pick_next_highest_task_rt() for cgroups by Peter Zijlstra · 16 years ago
  40. ab3b3aa sched: Cleanup: remove unused variable in try_to_wake_up() by Dan Carpenter · 16 years ago
  41. 915a0b5 Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 16 years ago
  42. 007b092 rcu: Increase RCU CPU stall timeouts if PROVE_RCU by Paul E. McKenney · 16 years ago
  43. 3f379b0 ftrace: Replace read_barrier_depends() with rcu_dereference_raw() by Paul E. McKenney · 16 years ago
  44. dc1d628 perf: Provide generic perf_sample_data initialization by Peter Zijlstra · 16 years ago
  45. 548b841 Merge commit 'v2.6.34-rc1' into perf/urgent by Ingo Molnar · 16 years ago
  46. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 16 years ago
  47. 361795b sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on module dynamic attributes by Eric W. Biederman · 16 years ago
  48. a07e415 sysfs: Use sysfs_attr_init and sysfs_bin_attr_init on dynamic attributes by Eric W. Biederman · 16 years ago
  49. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 16 years ago
  50. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 16 years ago
  51. c9be0a3 sysdev: Pass attribute in sysdev_class attributes show/store by Andi Kleen · 16 years ago
  52. 8d9032b elf coredump: add extended numbering support by Daisuke HATAYAMA · 16 years ago
  53. 1fcccba elf coredump: replace ELF_CORE_EXTRA_* macros by functions by Daisuke HATAYAMA · 16 years ago
  54. cea8388 printk: avoid warning when CONFIG_PRINTK is disabled by Gustavo F. Padovan · 16 years ago
  55. 9728e5d kernel/pid.c: update comment on find_task_by_pid_ns by Tetsuo Handa · 16 years ago
  56. 8aeee85 panic: fix panic_timeout accuracy when running on a hypervisor by Anton Blanchard · 16 years ago
  57. 78d7d40 kernel core: use helpers for rlimits by Jiri Slaby · 16 years ago
  58. d4bb527 posix-cpu-timers: cleanup rlimits usage by Jiri Slaby · 16 years ago
  59. f3abd4f kernel/exit.c: fix shadows sparse warning by Thiago Farina · 16 years ago
  60. 9c03c38 includecheck fix for kernel/params.c by Jaswinder Singh Rajput · 16 years ago
  61. 5f1664f splice: comparing unsigned int < 0 by Dan Carpenter · 16 years ago
  62. 87d5e02 kernel/cpu.c: delete deprecated definition in cpu_up() by Chen Gong · 16 years ago
  63. 452aa69 mm/pm: force GFP_NOIO during suspend/hibernation and resume by Rafael J. Wysocki · 16 years ago
  64. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 16 years ago
  65. 34e5523 mm: avoid false sharing of mm_counter by KAMEZAWA Hiroyuki · 16 years ago
  66. d559db0 mm: clean up mm_counter by KAMEZAWA Hiroyuki · 16 years ago
  67. 984b3f5 bitops: rename for_each_bit() to for_each_set_bit() by Akinobu Mita · 16 years ago
  68. 0e95017 function-graph: Add tracing_thresh support to function_graph tracer by Tim Bird · 16 years ago
  69. 1acaa1b tracing: Update the comm field in the right variable in update_max_tr by Arnaldo Carvalho de Melo · 16 years ago
  70. a094fe0 function-graph: Use comment notation for func names of dangling '}' by Steven Rostedt · 16 years ago
  71. 801c29f function-graph: Fix unused reference to ftrace_set_func() by Steven Rostedt · 16 years ago
  72. 660f6a3 Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  73. 586fac1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  74. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  75. 8d53dd5 rcu, ftrace: Fix RCU lockdep splat in ftrace_perf_buf_prepare() by Paul E. McKenney · 16 years ago
  76. cc5b83a rcu: Add control variables to lockdep_rcu_dereference() diagnostics by Paul E. McKenney · 16 years ago
  77. e02c4fd Merge branch 'tip/tracing/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgent by Ingo Molnar · 16 years ago
  78. 4f16d4e Merge branch 'perf/core' into perf/urgent by Ingo Molnar · 16 years ago
  79. db1466b rcu: Use wrapper function instead of exporting tasklist_lock by Paul E. McKenney · 16 years ago
  80. 0e064ca Merge branches 'core/futexes' and 'core/iommu' into core/urgent by Ingo Molnar · 16 years ago
  81. 7478138 padata: Allocate the cpumask for the padata instance by Steffen Klassert · 16 years ago
  82. a27341c Prioritize synchronous signals over 'normal' signals by Linus Torvalds · 16 years ago
  83. 9643f5d Merge branch 'for-fsnotify' into for-linus by Al Viro · 16 years ago
  84. 1f70713 new helper: iterate_mounts() by Al Viro · 16 years ago
  85. 2096f75 New helper: path_is_under(path1, path2) by Al Viro · 16 years ago
  86. 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 16 years ago
  87. 2a32f2d Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  88. fb7b096 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  89. a626b46 Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  90. 0a135ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 16 years ago
  91. ac91d85 tracing: Fix warning in s_next of trace file ops by Lai Jiangshan · 16 years ago
  92. 832d30c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 16 years ago
  93. f414966 resource: Fix broken indentation by H. Peter Anvin · 16 years ago
  94. b7f3a20 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 by Linus Torvalds · 16 years ago
  95. 6d6b89b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  96. 320ebf0 perf, x86: Restrict the ANY flag by Peter Zijlstra · 16 years ago
  97. ad6759f timekeeping: Prevent oops when GENERIC_TIME=n by john stultz · 16 years ago
  98. dce46a0 early_res: Need to save the allocation name in drop_range_partial() by Yinghai Lu · 16 years ago
  99. 37b99dd resource: Fix generic page_is_ram() for partial RAM pages by Wu Fengguang · 16 years ago
  100. b1bf936 Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago