1. 44dba3d sched: Refactor task_struct to use numa_faults instead of numa_* pointers by Iulia Manda · 11 years ago
  2. cad3bb3 sched/deadline: Don't check CONFIG_SMP in switched_from_dl() by Wanpeng Li · 11 years ago
  3. cd66091 sched/deadline: Reschedule from switched_from_dl() after a successful pull by Wanpeng Li · 11 years ago
  4. 6b0a563 sched/deadline: Push task away if the deadline is equal to curr during wakeup by Wanpeng Li · 11 years ago
  5. acb3213 sched/deadline: Add deadline rq status print by Wanpeng Li · 11 years ago
  6. 8049688 sched/deadline: Fix artificial overrun introduced by yield_task_dl() by Wanpeng Li · 11 years ago
  7. 308a623 sched/rt: Clean up check_preempt_equal_prio() by Wanpeng Li · 11 years ago
  8. 75e23e4 sched/core: Use dl_bw_of() under rcu_read_lock_sched() by Juri Lelli · 11 years ago
  9. 9f96742 sched: Check if we got a shallowest_idle_cpu before searching for least_loaded_cpu by Yao Dongdong · 11 years ago
  10. 67dfa1b sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl() by Kirill Tkhai · 11 years ago
  11. e7097e8 sched: Use WARN_ONCE for the might_sleep() TASK_RUNNING test by Peter Zijlstra · 11 years ago
  12. ff960a7 netdev, sched/wait: Fix sleeping inside wait event by Peter Zijlstra · 11 years ago
  13. eedf7e4 rfcomm, sched/wait: Fix broken wait construct by Peter Zijlstra · 11 years ago
  14. 6b55fc6 audit, sched/wait: Fixup kauditd_thread() wait loop by Peter Zijlstra · 11 years ago
  15. 5d4d565 sched/wait: Remove wait_event_freezekillable() by Peter Zijlstra (Intel) · 11 years ago
  16. 36df04b sched/wait: Reimplement wait_event_freezable() by Peter Zijlstra · 11 years ago
  17. cb6538e sched/wait: Fix a kthread race with wait_woken() by Peter Zijlstra · 11 years ago
  18. 3427445 sched: Exclude cond_resched() from nested sleep test by Peter Zijlstra · 11 years ago
  19. 8eb23b9 sched: Debug nested sleeps by Peter Zijlstra · 11 years ago
  20. 26cabd3 sched, net: Clean up sk_wait_event() vs. might_sleep() by Peter Zijlstra · 11 years ago
  21. 3c9b2c3 sched, modules: Fix nested sleep in add_unformed_module() by Peter Zijlstra · 11 years ago
  22. 7d4d269 sched, smp: Correctly deal with nested sleeps by Peter Zijlstra · 11 years ago
  23. 97d9e28 sched, tty: Deal with nested sleeps by Peter Zijlstra · 11 years ago
  24. e23738a sched, inotify: Deal with nested sleeps by Peter Zijlstra · 11 years ago
  25. 1029a2b sched, exit: Deal with nested sleeps by Peter Zijlstra · 11 years ago
  26. e22b886 sched/wait: Add might_sleep() checks by Peter Zijlstra · 11 years ago
  27. 61ada52 sched/wait: Provide infrastructure to deal with nested blocking by Peter Zijlstra · 11 years ago
  28. 6f942a1 locking/mutex: Don't assume TASK_RUNNING by Peter Zijlstra · 11 years ago
  29. f4e9d94 sched/deadline: Don't balance during wakeup if wakee is pinned by Wanpeng Li · 11 years ago
  30. 1d7e974 sched/deadline: Don't check SD_BALANCE_FORK by Wanpeng Li · 11 years ago
  31. f82f804 sched/deadline: Ensure that updates to exclusive cpusets don't break AC by Juri Lelli · 11 years ago
  32. 7f51412 sched/deadline: Fix bandwidth check/update when migrating tasks between exclusive cpusets by Juri Lelli · 11 years ago
  33. d9aade7a sched/deadline: Do not try to push tasks if pinned task switches to dl by Wanpeng Li · 11 years ago
  34. e2336f6 sched: Kill task_preempt_count() by Oleg Nesterov · 11 years ago
  35. dfa50b6 sched: Make finish_task_switch() return 'struct rq *' by Oleg Nesterov · 11 years ago
  36. 1a43a14 sched: Fix schedule_tail() to disable preemption by Oleg Nesterov · 11 years ago
  37. 8f9fbf0 sched: Fix the PREEMPT_ACTIVE check in __trace_sched_switch_state() by Oleg Nesterov · 11 years ago
  38. 9de05d4 sched/numa: Check all nodes when placing a pseudo-interleaved group by Rik van Riel · 11 years ago
  39. 5400941 sched/numa: Find the preferred nid with complex NUMA topology by Rik van Riel · 11 years ago
  40. 6c6b119 sched/numa: Calculate node scores in complex NUMA topologies by Rik van Riel · 11 years ago
  41. 7bd9532 sched/numa: Prepare for complex topology placement by Rik van Riel · 11 years ago
  42. e3fe70b sched/numa: Classify the NUMA topology of a system by Rik van Riel · 11 years ago
  43. 9942f79 sched/numa: Export info needed for NUMA balancing on complex topologies by Rik van Riel · 11 years ago
  44. f3a7e1a sched/dl: Fix preemption checks by Kirill Tkhai · 11 years ago
  45. fcd964d sched: Update comments for CLONE_NEWNS by Chen Hanxiao · 11 years ago
  46. 009f60e sched: stop the unbound recursion in preempt_schedule_context() by Oleg Nesterov · 11 years ago
  47. 6419265 sched/fair: Fix division by zero sysctl_numa_balancing_scan_size by Kirill Tkhai · 11 years ago
  48. 2847c90 sched/fair: Care divide error in update_task_scan_period() by Yasuaki Ishimatsu · 11 years ago
  49. 1effd9f sched/numa: Fix unsafe get_task_struct() in task_numa_assign() by Kirill Tkhai · 11 years ago
  50. aee38ea sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer() by Juri Lelli · 11 years ago
  51. 64be6f1 sched/deadline: Don't replenish from a !SCHED_DEADLINE entity by Juri Lelli · 11 years ago
  52. eeb61e5 sched: Fix race between task_group and sched_task_group by Kirill Tkhai · 11 years ago
  53. cac7f24 Linux 3.18-rc2 by Linus Torvalds · 11 years ago
  54. 88e2376 Merge tag 'armsoc-for-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  55. d1e14f1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  56. efc176a Merge tag 'imx-fixes-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into fixes by Olof Johansson · 11 years ago
  57. d1e61eb ARM: dts: imx28-evk: Let i2c0 run at 100kHz by Fabio Estevam · 11 years ago
  58. a1fc198 ARM: i.MX6: Fix "emi" clock name typo by Steve Longerbeam · 11 years ago
  59. db6ec21 overlayfs: embed middle into overlay_readdir_data by Al Viro · 11 years ago
  60. 49be4fb overlayfs: embed root into overlay_readdir_data by Al Viro · 11 years ago
  61. 68bf861 overlayfs: make ovl_cache_entry->name an array instead of pointer by Al Viro · 11 years ago
  62. 3d268c9 overlayfs: don't hold ->i_mutex over opening the real directory by Al Viro · 11 years ago
  63. 2cc9188 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  64. cdc63a0 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 11 years ago
  65. 83da00f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 11 years ago
  66. 96971e9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  67. 20ca57c Merge tag 'stable/for-linus-3.18-b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 11 years ago
  68. c6d1340 Merge tag 'sound-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  69. 14d4cc0 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 11 years ago
  70. 1c45d9a Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  71. 8264fce6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  72. 3dec0fe arm64: Fix memblock current_limit with 64K pages and 48-bit VA by Catalin Marinas · 11 years ago
  73. 06090e8 sparc64: Implement __get_user_pages_fast(). by David S. Miller · 11 years ago
  74. ef3e035 sparc64: Fix register corruption in top-most kernel stack frame during boot. by David S. Miller · 11 years ago
  75. 9298040 arm64: ASLR: Don't randomise text when randomise_va_space == 0 by Arun Chandran · 11 years ago
  76. 4846f11 MIPS: SEAD3: Fix I2C device registration. by Ralf Baechle · 11 years ago
  77. 571ee1b kvm: vfio: fix unregister kvm_device_ops of vfio by Wanpeng Li · 11 years ago
  78. 1715d0d KVM: x86: Wrong assertion on paging_tmpl.h by Nadav Amit · 11 years ago
  79. 3d32e4d kvm: fix excessive pages un-pinning in kvm_iommu_map error path. by Quentin Casasnovas · 11 years ago
  80. 3f6f148 KVM: x86: PREFETCH and HINT_NOP should have SrcMem flag by Nadav Amit · 11 years ago
  81. 13e457e KVM: x86: Emulator does not decode clflush well by Nadav Amit · 11 years ago
  82. a430c91 KVM: emulate: avoid accessing NULL ctxt->memopp by Paolo Bonzini · 11 years ago
  83. cc08d25 MIPS: SEAD3: Nuke PIC32 I2C driver. by Ralf Baechle · 11 years ago
  84. 08da44a KVM: x86: Decoding guest instructions which cross page boundary may fail by Nadav Amit · 11 years ago
  85. 2bc19dc kvm: x86: don't kill guest on unknown exit reason by Michael S. Tsirkin · 11 years ago
  86. a642fc3 kvm: vmx: handle invvpid vm exit gracefully by Petr Matousek · 11 years ago
  87. d1442d8 KVM: x86: Handle errors when RIP is set during far jumps by Nadav Amit · 11 years ago
  88. 234f3ce KVM: x86: Emulator fixes for eip canonical checks on near branches by Nadav Amit · 11 years ago
  89. 05c83ec KVM: x86: Fix wrong masking on relative jump/call by Nadav Amit · 11 years ago
  90. 2febc83 KVM: x86: Improve thread safety in pit by Andy Honig · 11 years ago
  91. 8b3c310 KVM: x86: Prevent host from panicking on shared MSR writes. by Andy Honig · 11 years ago
  92. 854e8bb KVM: x86: Check non-canonical addresses upon WRMSR by Nadav Amit · 11 years ago
  93. fb54a64 ALSA: hda - Add missing terminating entry to SND_HDA_PIN_QUIRK macro by David Henningsson · 11 years ago
  94. 4fbc400 Merge tag 'socfpga_fixes_for_3.18' of git://git.rocketboards.org/linux-socfpga-next into fixes by Olof Johansson · 11 years ago
  95. 184f84d Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into fixes by Olof Johansson · 11 years ago
  96. bcd09f1 Merge tag 'zynq-dt-fixes-for-3.18' of https://github.com/Xilinx/linux-xlnx into fixes by Olof Johansson · 11 years ago
  97. 90f0845 ARM: multi_v7_defconfig: enable CONFIG_MMC_DW_ROCKCHIP by Olof Johansson · 11 years ago
  98. 3e10dcc ARM: sunxi_defconfig: enable CONFIG_REGULATOR_FIXED_VOLTAGE by Olof Johansson · 11 years ago
  99. 1be47b3 Merge branch 'overlayfs.v25' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linus by Al Viro · 11 years ago
  100. 51486b900 fix inode leaks on d_splice_alias() failure exits by Al Viro · 11 years ago