1. 5c1469d user_ns: Introduce user_nsmap_uid and user_ns_map_gid. by Eric W. Biederman · 14 years ago
  2. fa7eada Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  3. bc7d352 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  4. e9a5f42 CPU: Avoid using unititialized error variable in disable_nonboot_cpus() by Rafael J. Wysocki · 14 years ago
  5. 35926ff Revert "cpusets: randomize node rotor used in cpuset_mem_spread_node()" by Linus Torvalds · 14 years ago
  6. b612a05 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  7. 0aa12fb sched: add wait_for_completion_killable_timeout by Sage Weil · 14 years ago
  8. 29d03fa Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  9. ea635c6 Fix racy use of anon_inode_getfd() in perf_event.c by Al Viro · 14 years ago
  10. c5617b2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  11. 45e0fff posix_timer: Fix error path in timer_create by Andrey Vagin · 14 years ago
  12. 00b9b0a Avoid warning when CPU hotplug isn't enabled by Linus Torvalds · 14 years ago
  13. 3dd6b5f numa: in-kernel profiling: use cpu_to_mem() for per cpu allocations by Lee Schermerhorn · 14 years ago
  14. 5b530fc panic: call console_verbose() in panic by Anton Blanchard · 14 years ago
  15. f106eee pids: fix fork_idle() to setup ->pids correctly by Oleg Nesterov · 14 years ago
  16. 72680a1 pids: increase pid_max based on num_possible_cpus by Hedi Berriche · 14 years ago
  17. 79a6cde cpuhotplug: do not need cpu_hotplug_begin() when CONFIG_HOTPLUG_CPU=n by Lai Jiangshan · 14 years ago
  18. 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
  19. e6bde73 cpu-hotplug: return better errno on cpu hotplug failure by Akinobu Mita · 14 years ago
  20. e9fb763 cpu-hotplug: introduce cpu_notify(), __cpu_notify(), cpu_notify_nofail() by Akinobu Mita · 14 years ago
  21. b3ac022 proc: turn signal_struct->count into "int nr_threads" by Oleg Nesterov · 14 years ago
  22. 5089a97 proc_sched_show_task(): use get_nr_threads() by Oleg Nesterov · 14 years ago
  23. 6e1be45 check_unshare_flags: kill the bogus CLONE_SIGHAND/sig->count check by Oleg Nesterov · 14 years ago
  24. 97101eb4 exit: move taskstats_tgid_free() from __exit_signal() to free_signal_struct() by Oleg Nesterov · 14 years ago
  25. a705be6 kill the obsolete thread_group_cputime_free() helper by Oleg Nesterov · 14 years ago
  26. d40e48e exit: __exit_signal: use thread_group_leader() consistently by Oleg Nesterov · 14 years ago
  27. b7b8ff63 signals: kill the awful task_rq_unlock_wait() hack by Oleg Nesterov · 14 years ago
  28. 4ada856 signals: clear signal->tty when the last thread exits by Oleg Nesterov · 14 years ago
  29. ea6d290 signals: make task_struct->signal immutable/refcountable by Oleg Nesterov · 14 years ago
  30. 4dec2a9 fork/exit: move tty_kref_put() outside of __cleanup_signal() by Oleg Nesterov · 14 years ago
  31. d30fda3 posix-cpu-timers: avoid "task->signal != NULL" checks by Oleg Nesterov · 14 years ago
  32. 4a59994 exit: avoid sig->count in __exit_signal() to detect the group-dead case by Oleg Nesterov · 14 years ago
  33. d344193 exit: avoid sig->count in de_thread/__exit_signal synchronization by Oleg Nesterov · 14 years ago
  34. 09faef1 exit: change zap_other_threads() to count sub-threads by Oleg Nesterov · 14 years ago
  35. 9c339168 exit: exit_notify() can trust signal->notify_count < 0 by Oleg Nesterov · 14 years ago
  36. 04b1c38 call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failure by Oleg Nesterov · 14 years ago
  37. d47419c call_usermodehelper: simplify/fix UMH_NO_WAIT case by Oleg Nesterov · 14 years ago
  38. 7d64224 wait_for_helper: SIGCHLD from user-space can lead to use-after-free by Oleg Nesterov · 14 years ago
  39. 363da40 call_usermodehelper: no need to unblock signals by Oleg Nesterov · 14 years ago
  40. c70a626 umh: creds: kill subprocess_info->cred logic by Oleg Nesterov · 14 years ago
  41. 685bfd2 umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() by Oleg Nesterov · 14 years ago
  42. 898b374 exec: replace call_usermodehelper_pipe with use of umh init function and resolve limit by Neil Horman · 14 years ago
  43. a06a4dc kmod: add init function to usermodehelper by Neil Horman · 14 years ago
  44. 065add3 signals: check_kill_permission(): don't check creds if same_thread_group() by Oleg Nesterov · 14 years ago
  45. e0129ef ptrace: PTRACE_GETFDPIC: fix the unsafe usage of child->mm by Oleg Nesterov · 14 years ago
  46. 9c1a125 ptrace: unify FDPIC implementations by Mike Frysinger · 14 years ago
  47. 0ac0c0d cpusets: randomize node rotor used in cpuset_mem_spread_node() by Jack Steiner · 14 years ago
  48. 6adef3e cpusets: new round-robin rotor for SLAB allocations by Jack Steiner · 14 years ago
  49. 907860e cgroups: make cftype.unregister_event() void-returning by Kirill A. Shutemov · 14 years ago
  50. 174bd19 hrtimer: Avoid double seqlock by Stanislaw Gruszka · 14 years ago
  51. 2abfb9e timers: Move local variable into else section by Thomas Gleixner · 14 years ago
  52. b1cdc46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  53. 218ce73 Revert "module: drop the lock while waiting for module to complete initialization." by Linus Torvalds · 14 years ago
  54. 563b046 proc_dointvec: write a single value by J. R. Okajima · 14 years ago
  55. 8e63d77 timers: Fix slack calculation really by Thomas Gleixner · 14 years ago
  56. 2711ca2 ring-buffer: Move zeroing out excess in page to ring buffer code by Steven Rostedt · 14 years ago
  57. b3230c8 ring-buffer: Reset "real_end" when page is filled by Steven Rostedt · 14 years ago
  58. 69e4469 sysctl: don't use own implementation of hex_to_bin() by Andy Shevchenko · 14 years ago
  59. 7d52669 module: remove duplicate declaration of __ksymtab_gpl_future by Wenji Huang · 14 years ago
  60. 4eaf3f6 mem-hotplug: fix potential race while building zonelist for new populated zone by Haicheng Li · 14 years ago
  61. 1f52250 mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset by Haicheng Li · 14 years ago
  62. cf23422 cpu/mem hotplug: enable CPUs online before local memory online by minskey guo · 14 years ago
  63. 5e77190 mm: compaction: add a tunable that decides when memory should be compacted and when it should be reclaimed by Mel Gorman · 14 years ago
  64. 76ab0f5 mm: compaction: add /proc trigger for memory compaction by Mel Gorman · 14 years ago
  65. c0ff745 cpuset,mm: fix no node to alloc memory when changing cpuset's mems by Miao Xie · 14 years ago
  66. 708c1bb mempolicy: restructure rebinding-mempolicy functions by Miao Xie · 14 years ago
  67. 87f44bb perf, trace: Fix !x86 build bug by Peter Zijlstra · 14 years ago
  68. f00e047 timers: Fix slack calculation for expired timers by Jeff Chua · 14 years ago
  69. bd45b7a timekeeping: Fix timezone update by Thomas Gleixner · 14 years ago
  70. 6109e2c Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  71. 0961d65 Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 14 years ago
  72. a825109 Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  73. 6e80e8e Merge branch 'for-2.6.35' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  74. 0fc377b sysctl: fix kernel-doc notation and typos by Randy Dunlap · 14 years ago
  75. 2a8ba8f Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 14 years ago
  76. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  77. b492e95 pipe: set lower and upper limit on max pages in the pipe page array by Jens Axboe · 14 years ago
  78. 35f3d14 pipe: add support for shrinking and growing pipes by Jens Axboe · 14 years ago
  79. ac3ee84 Merge branch 'dbg-early-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  80. 90b9a32 Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  81. 2c3c8be sysfs: add struct file* to bin_attr callbacks by Chris Wright · 14 years ago
  82. 1704f47 lockdep: Add novalidate class for dev->mutex conversion by Peter Zijlstra · 14 years ago
  83. db1afff kref: remove kref_set by NeilBrown · 14 years ago
  84. ff5f149 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7 by Steven Rostedt · 14 years ago
  85. 33cf23b Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 14 years ago
  86. 580d607 perf: Optimize perf_tp_event_match() by Peter Zijlstra · 14 years ago
  87. a94ffaa perf: Remove more code from the fastpath by Peter Zijlstra · 14 years ago
  88. 3cafa9f perf: Optimize the !vmalloc backed buffer by Peter Zijlstra · 14 years ago
  89. 5d967a8 perf: Optimize perf_output_copy() by Peter Zijlstra · 14 years ago
  90. adb8e11 perf: Fix wakeup storm for RO mmap()s by Peter Zijlstra · 14 years ago
  91. 0f13930 perf: Ensure that IOC_OUTPUT isn't used to create multi-writer buffers by Peter Zijlstra · 14 years ago
  92. 1c024eca perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track events by Peter Zijlstra · 14 years ago
  93. b7e2ece perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interaction by Peter Zijlstra · 14 years ago
  94. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  95. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  96. 0b4b382 x86, kgdb, init: Add early and late debug states by Jason Wessel · 14 years ago
  97. 4402c15 kdb,debug_core: Allow the debug core to receive a panic notification by Jason Wessel · 14 years ago
  98. 6d90634 debug_core,kdb: Allow the debug core to process a recursive debug entry by Jason Wessel · 14 years ago
  99. d37d39a printk,kdb: capture printk() when in kdb shell by Jason Wessel · 14 years ago
  100. efe2f29 kgdboc,kdb: Allow kdb to work on a non open console port by Jason Wessel · 14 years ago