summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
Commit message (Expand)AuthorAge
* Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-10
|\
| * coredump: add DAX filtering for ELF coredumpsRoss Zwisler2015-11-09
* | signal: introduce kernel_signal_stop() to fix jffs2_garbage_collect_thread()Oleg Nesterov2015-11-06
* | signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov2015-11-06
* | signals: kill block_all_signals() and unblock_all_signals()Oleg Nesterov2015-11-06
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-05
|\ \
| * | memcg: punt high overage reclaim to return-to-userland pathTejun Heo2015-11-05
| * | memcg: flatten task_struct->memcg_oomTejun Heo2015-11-05
| * | kernel/watchdog.c: add sysctl knob hardlockup_panicDon Zickus2015-11-05
* | | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-05
|\ \ \ | |/ / |/| |
| * | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-09-16
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-11-04
|\ \
| * | bpf: charge user for creation of BPF maps and programsAlexei Starovoitov2015-10-12
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-03
|\ \
| * | sched/core: Create preempt_count invariantPeter Zijlstra2015-10-06
| * | sched/core: Simplify INIT_PREEMPT_COUNTPeter Zijlstra2015-10-06
| * | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-10-06
| |\ \ | | |/
| * | sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross2015-09-23
| * | sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann2015-09-13
| * | sched/fair: Make load tracking frequency scale-invariantDietmar Eggemann2015-09-13
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-03
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-10-19
| |\ \ \ | | |_|/ | |/| |
| | * | rcu: Use single-stage IPI algorithm for RCU expedited grace periodPaul E. McKenney2015-09-20
| | |/
* | | posix_cpu_timer: Reduce unnecessary sighand lock contentionJason Low2015-10-15
* | | posix_cpu_timer: Convert cputimer->running to boolJason Low2015-10-15
|/ /
* | Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo2015-09-16
|/
* mm: defer flush of writable TLB entriesMel Gorman2015-09-04
* mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman2015-09-04
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-31
|\
| * sched: Fix a race between __kthread_bind() and sched_setaffinity()Peter Zijlstra2015-08-12
| * sched/fair: Rewrite runnable load and utilization average trackingYuyang Du2015-08-03
| * sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov2015-08-03
| * sched/fair: Beef up wake_wide()Mike Galbraith2015-08-03
| * sched/cputime: Guarantee stime + utime == rtimePeter Zijlstra2015-08-03
* | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-18
* | x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-18
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-07-04
|\
| * sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju2015-07-04
| * sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao2015-07-04
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-06-27
|\ \
| * | signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()Oleg Nesterov2015-06-04
* | | Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-06-26
|\ \ \
| * | | sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-05-26
| * | | sched, cgroup: reorganize threadgroup lockingTejun Heo2015-05-26
| |/ /
* | | clone: support passing tls argument via C rather than pt_regs magicJosh Triplett2015-06-25
| |/ |/|
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-22
|\ \
| * | context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker2015-05-07
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-22
|\ \ \
| * | | timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-19
| |/ /
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-22
|\ \ \