1. 7249450 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  2. cd96891 sched/fair: fix lots of kernel-doc warnings by Randy Dunlap · 12 years ago
  3. 106544d Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  4. b1e25f4 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  5. 48d212a Revert "mm: correctly synchronize rss-counters at exit/exec" by Linus Torvalds · 12 years ago
  6. 40af1bb mm: correctly synchronize rss-counters at exit/exec by Konstantin Khlebnikov · 12 years ago
  7. 736f24d c/r: prctl: drop VMA flags test on PR_SET_MM_ stack data assignment by Cyrill Gorcunov · 12 years ago
  8. 300f786 c/r: prctl: add ability to get clear_tid_address by Cyrill Gorcunov · 12 years ago
  9. 1ad75b9 c/r: prctl: add minimal address test to PR_SET_MM by Cyrill Gorcunov · 12 years ago
  10. bafb282 c/r: prctl: update prctl_set_mm_exe_file() after mm->num_exe_file_vmas removal by Konstantin Khlebnikov · 12 years ago
  11. a841f8c sched: Fix the relax_domain_level boot parameter by Dimitri Sivanich · 12 years ago
  12. d039ac6 sched: Validate assumptions in sched_init_numa() by Peter Zijlstra · 12 years ago
  13. c3decf0 sched: Always initialize cpu-power by Peter Zijlstra · 12 years ago
  14. c117487 sched: Fix domain iteration by Peter Zijlstra · 12 years ago
  15. 7f1b439 sched/rt: Fix lockdep annotation within find_lock_lowest_rq() by Peter Zijlstra · 12 years ago
  16. 10717dc sched/numa: Load balance between remote nodes by Alex Shi · 12 years ago
  17. 02e0304 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 12 years ago
  18. 365f0e1 Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  19. 0b3e9f3 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  20. fad0c66 timekeeping: Fix CLOCK_MONOTONIC inconsistency during leapsecond by John Stultz · 12 years ago
  21. 9171c67 Merge branches 'irq-urgent-for-linus' and 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  22. c22072b Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  23. 86c47b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  24. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  25. efee984 new helper: signal_delivered() by Al Viro · 12 years ago
  26. 77097ae most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set by Al Viro · 12 years ago
  27. a610d6e pull clearing RESTORE_SIGMASK into block_sigmask() by Al Viro · 12 years ago
  28. 754421c HAVE_RESTORE_SIGMASK is defined on all architectures now by Al Viro · 12 years ago
  29. fb21aff Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  30. 08615d7 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  31. b32dfe3 c/r: prctl: add ability to set new mm_struct::exe_file by Cyrill Gorcunov · 12 years ago
  32. fe8c7f5 c/r: prctl: extend PR_SET_MM to set up more mm_struct entries by Cyrill Gorcunov · 12 years ago
  33. d97b46a syscalls, x86: add __NR_kcmp syscall by Cyrill Gorcunov · 12 years ago
  34. 98ed57e sysctl: make kernel.ns_last_pid control dependent on CHECKPOINT_RESTORE by Cyrill Gorcunov · 12 years ago
  35. 00c10bc pidns: make killed children autoreap by Eric W. Biederman · 12 years ago
  36. 3208450 pidns: use task_active_pid_ns in do_notify_parent by Eric W. Biederman · 12 years ago
  37. e4cc2f8 kernel/cpu.c: document clear_tasks_mm_cpumask() by Anton Vorontsov · 12 years ago
  38. cb79295 cpu: introduce clear_tasks_mm_cpumask() helper by Anton Vorontsov · 12 years ago
  39. f7505d64 fork: call complete_vfork_done() after clearing child_tid and flushing rss-counters by Konstantin Khlebnikov · 12 years ago
  40. 168eecc stack usage: add pid to warning printk in check_stack_usage by Tim Bird · 12 years ago
  41. 43e13cc cred: remove task_is_dead() from __task_cred() validation by Oleg Nesterov · 12 years ago
  42. 9b3c98c kmod.c: fix kernel-doc warning by Randy Dunlap · 12 years ago
  43. 785042f kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpers by Boaz Harrosh · 12 years ago
  44. 81ab6e7 kmod: convert two call sites to call_usermodehelper_fns() by Boaz Harrosh · 12 years ago
  45. ae3cef7 kmod: unexport call_usermodehelper_freeinfo() by Boaz Harrosh · 12 years ago
  46. d84970b kernel/cpu_pm.c: fix various typos by Nicolas Pitre · 12 years ago
  47. 97fd75b kernel/irq/manage.c: use the pr_foo() infrastructure to prefix printks by Andrew Morton · 12 years ago
  48. 499eea6 sethostname/setdomainname: notify userspace when there is a change in uts_kern_table by Sasikantha babu · 12 years ago
  49. ee5e568 kernel/resource.c: correct the comment of allocate_resource() by Wei Yang · 12 years ago
  50. cb7225f perf: Remove duplicate invocation on perf_event_for_each by Namhyung Kim · 12 years ago
  51. 65a50c9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  52. 0d16751 Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  53. 6a4c96e sched: Remove NULL assignment of dattr_cur by Kamalesh Babulal · 12 years ago
  54. 7997a45 sched: Remove the last NULL entry from sched_feat_names by Hiroshi Shimamoto · 12 years ago
  55. 1292531 sched: Make sched_feat_names const by Hiroshi Shimamoto · 12 years ago
  56. 454c799 sched/rt: Fix SCHED_RR across cgroups by Colin Cross · 12 years ago
  57. 29baa74 sched: Move nr_cpus_allowed out of 'struct sched_rt_entity' by Peter Zijlstra · 12 years ago
  58. b654f7d sched: Make sure to not re-read variables after validation by Peter Zijlstra · 12 years ago
  59. 74a5ce2 sched: Fix SD_OVERLAP by Peter Zijlstra · 12 years ago
  60. 2ea4580 sched: Don't try allocating memory from offline nodes by Peter Zijlstra · 12 years ago
  61. 5aaa0b7 sched/nohz: Fix rq->cpu_load calculations some more by Peter Zijlstra · 12 years ago
  62. 063e047 Merge branch 'linus' into perf/urgent by Ingo Molnar · 12 years ago
  63. eea62f8 brlocks/lglocks: turn into functions by Andi Kleen · 12 years ago
  64. 4796dd2 vsprintf: fix %ps on non symbols when using kallsyms by Stephen Boyd · 12 years ago
  65. 2bb2ba9 rescounters: add res_counter_uncharge_until() by Frederic Weisbecker · 12 years ago
  66. 91c63734 kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite by Johannes Weiner · 12 years ago
  67. 7edc8b0 mm/fork: fix overflow in vma length when copying mmap on clone by Siddhesh Poyarekar · 12 years ago
  68. e709ffd mm: remove swap token code by Rik van Riel · 12 years ago
  69. fa980ca cgroup: superblock can't be released with active dentries by Tejun Heo · 12 years ago
  70. 62cf20b tick: Move skew_tick option into the HIGH_RES_TIMER section by Thomas Gleixner · 12 years ago
  71. e540032 clockevents: Make clockevents_config() a global symbol by Magnus Damm · 12 years ago
  72. 5307c95 tick: Add tick skew boot option by Mike Galbraith · 12 years ago
  73. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  74. 4a70d2d smpboot, idle: Fix comment mismatch over idle_threads_init() by Srivatsa S. Bhat · 12 years ago
  75. ee74d13 smpboot, idle: Optimize calls to smp_processor_id() in idle_threads_init() by Srivatsa S. Bhat · 12 years ago
  76. b343c8b Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  77. 818b0f3 genirq: Introduce irq_do_set_affinity() to reduce duplicated code by Jiang Liu · 12 years ago
  78. c7523a7c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  79. 23812b9 genirq: Add IRQS_PENDING for nested and simple irq by Ning Jiang · 12 years ago
  80. 28f3d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  81. 654443e Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  82. ab11ca3 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 12 years ago
  83. 9ba0541 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
  84. 31fe62b mm: add a low limit to alloc_large_system_hash by Tim Bird · 12 years ago
  85. f23ca33 keys: kill task_struct->replacement_session_keyring by Oleg Nesterov · 12 years ago
  86. 4d1d61a genirq: reimplement exit_irq_thread() hook via task_work_add() by Oleg Nesterov · 12 years ago
  87. e73f895 task_work_add: generic process-context callbacks by Oleg Nesterov · 12 years ago
  88. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  89. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  90. fb827ec Merge tag 'module-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 12 years ago
  91. 468f4d1 Merge tag 'pm-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  92. 6a31e1f ring-buffer: Check for valid buffer before changing size by Steven Rostedt · 12 years ago
  93. 56edab3 Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  94. ec0d7f1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  95. 269af9a Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  96. 3a8580f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 12 years ago
  97. ab0cce5 Revert "sched, perf: Use a single callback into the scheduler" by Jiri Olsa · 12 years ago
  98. ef26a5a Guard check in module loader against integer overflow by David Howells · 12 years ago
  99. e8650a0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  100. d79ee93 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago