| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on... | Ingo Molnar | 2015-07-18 | 1 | -1/+5 |
* | x86/fpu, sched: Dynamically allocate 'struct fpu' | Dave Hansen | 2015-07-18 | 1 | -2/+10 |
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-07-04 | 1 | -5/+3 |
|\ |
|
| * | sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.h | Srikar Dronamraju | 2015-07-04 | 1 | -2/+0 |
| * | sched/stat: Simplify the sched_info accounting dependency | Naveen N. Rao | 2015-07-04 | 1 | -3/+3 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2015-06-27 | 1 | -1/+0 |
|\ \ |
|
| * | | signals: don't abuse __flush_signals() in selinux_bprm_committed_creds() | Oleg Nesterov | 2015-06-04 | 1 | -1/+0 |
* | | | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2015-06-26 | 1 | -48/+17 |
|\ \ \ |
|
| * | | | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsem | Tejun Heo | 2015-05-26 | 1 | -12/+0 |
| * | | | sched, cgroup: reorganize threadgroup locking | Tejun Heo | 2015-05-26 | 1 | -36/+17 |
| |/ / |
|
* | | | clone: support passing tls argument via C rather than pt_regs magic | Josh Triplett | 2015-06-25 | 1 | -0/+15 |
| |/
|/| |
|
* | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-06-22 | 1 | -0/+3 |
|\ \ |
|
| * | | context_tracking: Inherit TIF_NOHZ through forks instead of context switches | Frederic Weisbecker | 2015-05-07 | 1 | -0/+3 |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-06-22 | 1 | -5/+1 |
|\ \ \ |
|
| * | | | timer: Reduce timer migration overhead if disabled | Thomas Gleixner | 2015-06-19 | 1 | -5/+1 |
| |/ / |
|
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-06-22 | 1 | -27/+91 |
|\ \ \ |
|
| * | | | sched/wait: Introduce TASK_NOLOAD and TASK_IDLE | Peter Zijlstra | 2015-05-19 | 1 | -3/+7 |
| * | | | sched/preempt, mm/fault: Count pagefault_disable() levels in pagefault_disabled | David Hildenbrand | 2015-05-19 | 1 | -0/+1 |
| * | | | sched/preempt: Merge preempt_mask.h into preempt.h | Frederic Weisbecker | 2015-05-19 | 1 | -1/+1 |
| * | | | sched: Remove redundant #ifdef | Nikolay Borisov | 2015-05-14 | 1 | -2/+0 |
| * | | | sched, timer: Fix documentation for 'struct thread_group_cputimer' | Jason Low | 2015-05-10 | 1 | -2/+1 |
| * | | | sched: Implement lockless wake-queues | Peter Zijlstra | 2015-05-08 | 1 | -0/+46 |
| * | | | sched, timer: Use the atomic task_cputime in thread_group_cputimer | Jason Low | 2015-05-08 | 1 | -3/+1 |
| * | | | sched, timer: Provide an atomic 'struct task_cputime' data structure | Jason Low | 2015-05-08 | 1 | -0/+17 |
| * | | | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i... | Jason Low | 2015-05-08 | 1 | -7/+3 |
| * | | | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()... | Jason Low | 2015-05-08 | 1 | -2/+2 |
| * | | | signals, ptrace, sched: Fix a misaligned load inside ptrace_attach() | Palmer Dabbelt | 2015-05-08 | 1 | -1/+1 |
| * | | | signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' | Palmer Dabbelt | 2015-05-08 | 1 | -9/+9 |
| * | | | sched: Move the loadavg code to a more obvious location | Peter Zijlstra | 2015-05-08 | 1 | -0/+5 |
| |/ / |
|
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-06-22 | 1 | -3/+4 |
|\ \ \ |
|
| * | | | perf: Fix software migrate events | Peter Zijlstra | 2015-05-08 | 1 | -3/+4 |
| |/ / |
|
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-06-22 | 1 | -4/+4 |
|\ \ \ |
|
| * | | | locking/arch: Rename set_mb() to smp_store_mb() | Peter Zijlstra | 2015-05-19 | 1 | -4/+4 |
| |/ / |
|
* | | | get rid of assorted nameidata-related debris | Al Viro | 2015-05-15 | 1 | -0/+1 |
* | | | VFS: replace {, total_}link_count in task_struct with pointer to nameidata | NeilBrown | 2015-05-10 | 1 | -1/+1 |
|/ / |
|
* | | x86: pvclock: Really remove the sched notifier for cross-cpu migrations | Paolo Bonzini | 2015-04-27 | 1 | -8/+0 |
|/ |
|
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-15 | 1 | -6/+0 |
|\ |
|
| * | Remove rest of exec domains. | Richard Weinberger | 2015-04-12 | 1 | -6/+0 |
* | | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2015-04-13 | 1 | -0/+2 |
|\ \ |
|
| * | | sched, isolcpu: make cpu_isolated_map visible outside scheduler | Rik van Riel | 2015-03-19 | 1 | -0/+2 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-04-13 | 1 | -4/+17 |
|\ \ \ |
|
| * | | | sched: Add sched_avg::utilization_avg_contrib | Vincent Guittot | 2015-03-27 | 1 | -4/+17 |
| |/ / |
|
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-04-13 | 1 | -0/+8 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86: kvm: Revert "remove sched notifier for cross-cpu migrations" | Marcelo Tosatti | 2015-03-23 | 1 | -0/+8 |
| |/ |
|
* | | mm: numa: slow PTE scan rate if migration failures occur | Mel Gorman | 2015-03-25 | 1 | -4/+5 |
|/ |
|
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-02-21 | 1 | -3/+7 |
|\ |
|
| * | sched: Prevent recursion in io_schedule() | NeilBrown | 2015-02-18 | 1 | -3/+7 |
* | | kasan: add kernel address sanitizer infrastructure | Andrey Ryabinin | 2015-02-13 | 1 | -0/+3 |
* | | kernel/sched/clock.c: add another clock for use with the soft lockup watchdog | Cyril Bur | 2015-02-12 | 1 | -0/+1 |
* | | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 1 | -0/+2 |
|/ |
|