1. 073b5be sched/numa: Remove check that skips small VMAs by Mel Gorman · 12 years ago
  2. 9ff1d9f sched/numa: Check current->mm before allocating NUMA faults by Mel Gorman · 12 years ago
  3. ac8e895 sched/numa: Add infrastructure for split shared/private accounting of NUMA hinting faults by Mel Gorman · 12 years ago
  4. e6628d5 sched/numa: Reschedule task on preferred NUMA node once selected by Mel Gorman · 12 years ago
  5. 7a0f308 sched/numa: Resist moving tasks towards nodes with fewer hinting faults by Mel Gorman · 12 years ago
  6. 3a7053b sched/numa: Favour moving tasks towards the preferred node by Mel Gorman · 12 years ago
  7. 745d614 sched/numa: Update NUMA hinting faults once per scan by Mel Gorman · 12 years ago
  8. 688b758 sched/numa: Select a preferred node with the most numa hinting faults by Mel Gorman · 12 years ago
  9. f809ca9 sched/numa: Track NUMA hinting faults on per-node basis by Mel Gorman · 12 years ago
  10. f307cd1 sched/numa: Slow scan rate if no NUMA hinting faults are being recorded by Mel Gorman · 12 years ago
  11. 598f0ec sched/numa: Set the scan rate proportional to the memory usage of the task being scanned by Mel Gorman · 12 years ago
  12. 7e8d16b sched/numa: Initialise numa_next_scan properly by Mel Gorman · 12 years ago
  13. b726b7d Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node" by Mel Gorman · 12 years ago
  14. 9e645ab6 sched/numa: Continue PTE scanning even if migrate rate limited by Peter Zijlstra · 12 years ago
  15. 19a78d1 sched/numa: Mitigate chance that same task always updates PTEs by Peter Zijlstra · 12 years ago
  16. c69307d sched/numa: Fix comments by Peter Zijlstra · 12 years ago
  17. 37bf063 Merge tag 'v3.12-rc4' into sched/core by Ingo Molnar · 12 years ago
  18. 6bfa687 sched/rt: Remove redundant nr_cpus_allowed test by Shawn Bohrer · 12 years ago
  19. 7dee8df Merge tag 'pm+acpi-3.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  20. 0d119fb Merge branch 'irq/urgent-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into irq/urgent by Ingo Molnar · 12 years ago
  21. ded7975 irq: Force hardirq exit's softirq processing on its own stack by Frederic Weisbecker · 12 years ago
  22. 314a8ad pidns: fix free_pid() to handle the first fork failure by Oleg Nesterov · 12 years ago
  23. 4c1c7be kernel/kmod.c: check for NULL in call_usermodehelper_exec() by Tetsuo Handa · 12 years ago
  24. aab1728 PM / hibernate: Fix user space driven resume regression by Rafael J. Wysocki · 12 years ago
  25. 669fc2f Merge branches 'sched-urgent-for-linus', 'timers-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  26. 3a126f8 kernel/params: fix handling of signed integer types by Jean Delvare · 12 years ago
  27. 62d08ae Merge branch 'context_tracking/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/urgent by Ingo Molnar · 12 years ago
  28. 0c06a5d arm: Fix build error with context tracking calls by Frederic Weisbecker · 12 years ago
  29. 82dfaa5 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  30. bdc5663 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  31. a233f11 sched: Prepare for per-cpu preempt_count by Peter Zijlstra · 12 years ago
  32. bdb4380 sched: Extract the basic add/sub preempt_count modifiers by Peter Zijlstra · 12 years ago
  33. 0102874 sched: Create more preempt_count accessors by Peter Zijlstra · 12 years ago
  34. f27dde8 sched: Add NEED_RESCHED to the preempt_count by Peter Zijlstra · 12 years ago
  35. 4a2b4b2 sched: Introduce preempt_count accessor functions by Peter Zijlstra · 12 years ago
  36. ea81174 sched, idle: Fix the idle polling state logic by Peter Zijlstra · 12 years ago
  37. b021fe3 sched, rcu: Make RCU use resched_cpu() by Peter Zijlstra · 12 years ago
  38. 4314895 sched: Micro-optimize by dropping unnecessary task_rq() calls by Michael S. Tsirkin · 12 years ago
  39. e2f0b88 kernel/reboot.c: re-enable the function of variable reboot_default by Chuansheng Liu · 12 years ago
  40. 8ac1c8d audit: fix endless wait in audit_log_start() by Konstantin Khlebnikov · 12 years ago
  41. 9809b18 watchdog: update watchdog_thresh properly by Michal Hocko · 12 years ago
  42. 359e6fa watchdog: update watchdog attributes atomically by Michal Hocko · 12 years ago
  43. f48627e sched/balancing: Periodically decay max cost of idle balance by Jason Low · 12 years ago
  44. 9bd721c sched/balancing: Consider max cost of idle balance per sched domain by Jason Low · 12 years ago
  45. abfafa5 sched: Reduce overestimating rq->avg_idle by Jason Low · 12 years ago
  46. 7aff2e3 sched/balancing: Prevent the reselection of a previous env.dst_cpu if some tasks are pinned by Vladimir Davydov · 12 years ago
  47. 40a0c68 Merge branch 'sched/urgent' into sched/core by Ingo Molnar · 12 years ago
  48. 7e3115e sched/balancing: Fix cfs_rq->task_h_load calculation by Vladimir Davydov · 12 years ago
  49. 3029ede sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_imbalance() by Vladimir Davydov · 12 years ago
  50. b188555 sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imbalance() by Vladimir Davydov · 12 years ago
  51. fa73158 perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page' by Peter Zijlstra · 12 years ago
  52. 9d2cd70 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  53. 7e28b27 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  54. 13b62e4 sched: Fix comment for sched_info_depart by Michael S. Tsirkin · 12 years ago
  55. 9bf12df Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 12 years ago
  56. 0244ad0 Remove GENERIC_HARDIRQ config option by Martin Schwidefsky · 12 years ago
  57. ac4de95 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 12 years ago
  58. 6072ddc kernel: replace strict_strto*() with kstrto*() by Jingoo Han · 12 years ago
  59. 1a36e59 memcg: reduce function dereference by Sha Zhengju · 12 years ago
  60. 3af3351 memcg: avoid overflow caused by PAGE_ALIGN by Sha Zhengju · 12 years ago
  61. 6de5a8b memcg: rename RESOURCE_MAX to RES_COUNTER_MAX by Sha Zhengju · 12 years ago
  62. 26935fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  63. 02b9735 Merge tag 'pm+acpi-fixes-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  64. 75acebf Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  65. b55ee28 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  66. c61037e sched/fair: Fix the group_capacity computation by Peter Zijlstra · 12 years ago
  67. b37d931 sched/fair: Rework and comment the group_capacity code by Peter Zijlstra · 12 years ago
  68. 863bffc sched/fair: Fix group power_orig computation by Peter Zijlstra · 12 years ago
  69. b72ff13 sched/fair: Reduce local_group logic by Peter Zijlstra · 12 years ago
  70. 6263322 sched/fair: Rewrite group_imb trigger by Peter Zijlstra · 12 years ago
  71. fc84091 sched/debug: Take PID namespace into account by Peter Zijlstra · 12 years ago
  72. 6c9a27f sched/fair: Fix small race where child->se.parent,cfs_rq might point to invalid ones by Daisuke Nishimura · 12 years ago
  73. 878b5a6 uprobes: Fix utask->depth accounting in handle_trampoline() by Oleg Nesterov · 12 years ago
  74. 7bd3601 timekeeping: Fix HRTICK related deadlock from ntp lock changes by John Stultz · 12 years ago
  75. 6723734 panic: call panic handlers before kmsg_dump by Kees Cook · 12 years ago
  76. 80c74f6 kexec: remove unnecessary return by Xishi Qiu · 12 years ago
  77. 73af963 __ptrace_may_access() should not deny sub-threads by Mark Grondona · 12 years ago
  78. af96397 kprobes: allow to specify custom allocator for insn caches by Heiko Carstens · 12 years ago
  79. c802d64 kprobes: unify insn caches by Heiko Carstens · 12 years ago
  80. 892f666 task_work: documentation by Oleg Nesterov · 12 years ago
  81. 205e550 task_work: minor cleanups by Oleg Nesterov · 12 years ago
  82. 202da40 kernel/smp.c: quit unconditionally enabling irqs in on_each_cpu_mask(). by David Daney · 12 years ago
  83. e656a63 extable: skip sorting if the table is empty by Uwe Kleine-König · 12 years ago
  84. bff2dc4 smp.h: move !SMP version of on_each_cpu() out-of-line by David Daney · 12 years ago
  85. 081192b up.c: use local_irq_{save,restore}() in smp_call_function_single. by David Daney · 12 years ago
  86. fa68820 smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_cond by David Daney · 12 years ago
  87. c14c338 kernel/spinlock.c: add default arch_*_relax definitions for GENERIC_LOCKBREAK by Will Deacon · 12 years ago
  88. 60c3236 kernel/smp.c: free related resources when failure occurs in hotplug_cfd() by Chen Gang · 12 years ago
  89. 54a33b1b kernel/modsign_pubkey.c: fix init const for module signing code by Andi Kleen · 12 years ago
  90. 3ddc5b4 kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user() by Mathieu Desnoyers · 12 years ago
  91. 86cdb46 mm: prepare to remove /proc/sys/vm/hugepages_treat_as_movable by Naoya Horiguchi · 12 years ago
  92. c33bc31 mm: use zone_end_pfn() instead of zone_start_pfn+spanned_pages by Xishi Qiu · 12 years ago
  93. ef0855d mm: mempolicy: turn vma_set_policy() into vma_dup_policy() by Oleg Nesterov · 12 years ago
  94. 40a0d32 fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks by Oleg Nesterov · 12 years ago
  95. 5167246 pidns: kill the unnecessary CLONE_NEWPID in copy_process() by Oleg Nesterov · 12 years ago
  96. e79f525 pidns: fix vfork() after unshare(CLONE_NEWPID) by Oleg Nesterov · 12 years ago
  97. d008d52 perf: Fix up MMAP2 buffer space reservation by Arnaldo Carvalho de Melo · 12 years ago
  98. 3942c07 fs: bump inode and dentry counters to long by Glauber Costa · 12 years ago
  99. 85fb0a1 Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 12 years ago
  100. b05430f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago