Age | Commit message (Expand) | Author |
2015-05-08 | perf: Fix software migrate events | Peter Zijlstra |
2015-05-08 | sched: Implement lockless wake-queues | Peter Zijlstra |
2015-05-08 | sched, timer: Use the atomic task_cputime in thread_group_cputimer | Jason Low |
2015-05-08 | sched, timer: Provide an atomic 'struct task_cputime' data structure | Jason Low |
2015-05-08 | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i... | Jason Low |
2015-05-08 | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()... | Jason Low |
2015-05-08 | signals, ptrace, sched: Fix a misaligned load inside ptrace_attach() | Palmer Dabbelt |
2015-05-08 | signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' | Palmer Dabbelt |
2015-05-08 | sched: Move the loadavg code to a more obvious location | Peter Zijlstra |
2015-05-07 | context_tracking: Inherit TIF_NOHZ through forks instead of context switches | Frederic Weisbecker |
2015-04-27 | x86: pvclock: Really remove the sched notifier for cross-cpu migrations | Paolo Bonzini |
2015-04-15 | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-04-13 | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds |
2015-04-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2015-04-13 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2015-04-12 | Remove rest of exec domains. | Richard Weinberger |
2015-03-27 | sched: Add sched_avg::utilization_avg_contrib | Vincent Guittot |
2015-03-25 | mm: numa: slow PTE scan rate if migration failures occur | Mel Gorman |
2015-03-23 | x86: kvm: Revert "remove sched notifier for cross-cpu migrations" | Marcelo Tosatti |
2015-03-19 | sched, isolcpu: make cpu_isolated_map visible outside scheduler | Rik van Riel |
2015-02-21 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2015-02-18 | sched: Prevent recursion in io_schedule() | NeilBrown |
2015-02-13 | kasan: add kernel address sanitizer infrastructure | Andrey Ryabinin |
2015-02-12 | kernel/sched/clock.c: add another clock for use with the soft lockup watchdog | Cyril Bur |
2015-02-12 | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski |
2014-12-13 | syscalls: implement execveat() system call | David Drysdale |
2014-12-13 | memcg: turn memcg_kmem_skip_account into a bit field | Vladimir Davydov |
2014-12-09 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-11-04 | sched: Refactor task_struct to use numa_faults instead of numa_* pointers | Iulia Manda |
2014-10-29 | rcu: Remove redundant TREE_PREEMPT_RCU config option | Pranith Kumar |
2014-10-28 | sched: Exclude cond_resched() from nested sleep test | Peter Zijlstra |
2014-10-28 | sched: Debug nested sleeps | Peter Zijlstra |
2014-10-28 | sched/deadline: Ensure that updates to exclusive cpusets don't break AC | Juri Lelli |
2014-10-28 | sched/deadline: Fix bandwidth check/update when migrating tasks between exclu... | Juri Lelli |
2014-10-13 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2014-10-13 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2014-10-09 | mm: clear __GFP_FS when PF_MEMALLOC_NOIO is set | Junxiao Bi |
2014-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2014-09-27 | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2014-09-24 | cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags | Zefan Li |
2014-09-24 | sched: add macros to define bitops for task atomic flags | Zefan Li |
2014-09-24 | sched: fix confusing PFA_NO_NEW_PRIVS constant | Zefan Li |
2014-09-20 | sched: Fix end_of_stack() and location of stack canary for architectures usin... | Chuck Ebbert |
2014-09-19 | sched: Add helper for task stack page overrun checking | Aaron Tomlin |
2014-09-19 | init/main.c: Give init_task a canary | Aaron Tomlin |
2014-09-19 | sched: Add new API wake_up_if_idle() to wake up the idle cpu | Chuansheng Liu |
2014-09-08 | time, signal: Protect resource use statistics with seqlock | Rik van Riel |
2014-09-07 | rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch() | Paul E. McKenney |
2014-09-07 | rcu: Make TASKS_RCU handle nohz_full= CPUs | Paul E. McKenney |
2014-09-07 | rcu: Add call_rcu_tasks() | Paul E. McKenney |