summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-161-16/+108
|\
| * sched/core: Provide a tsk_nr_cpus_allowed() helperThomas Gleixner2016-05-121-0/+5
| * Merge branch 'smp/hotplug' into sched/core, to resolve conflictsIngo Molnar2016-05-121-0/+9
| |\
| | * sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Thomas Gleixner2016-05-061-0/+6
| | * sched/hotplug: Convert cpu_[in]active notifiers to state machineThomas Gleixner2016-05-061-0/+2
| | * sched: Make set_cpu_rq_start_time() a built in hotplug stateThomas Gleixner2016-05-061-0/+1
| * | sched/fair: Add detailed description to the sched load avg metricsYuyang Du2016-05-051-11/+49
| * | sched/fair: Generalize the load/util averages resolution definitionYuyang Du2016-05-051-3/+13
| * | sched/fair: Correctly handle nohz ticks CPU load accountingFrederic Weisbecker2016-04-231-2/+4
| * | sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker2016-04-231-2/+2
| * | sched/clock: Make local_clock()/cpu_clock() inlineDaniel Lezcano2016-04-131-2/+30
| |/
* | Merge branch 'core-signals-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-161-0/+20
|\ \
| * | signals/sigaltstack: If SS_AUTODISARM, bypass on_sig_stack()Andy Lutomirski2016-05-041-0/+12
| * | signals/sigaltstack: Implement SS_AUTODISARM flagStas Sergeev2016-05-031-0/+8
| |/
* | Merge branch 'core-lib-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-161-1/+0
|\ \ | |/ |/|
| * lib/proportions: Remove unused codeRichard Cochran2016-04-011-1/+0
* | timers/nohz: Convert tick dependency mask to atomic_tFrederic Weisbecker2016-03-291-2/+2
|/
* oom, oom_reaper: protect oom_reaper_list using simpler wayTetsuo Handa2016-03-251-2/+0
* oom: make oom_reaper_list single linkedVladimir Davydov2016-03-251-1/+1
* oom, oom_reaper: disable oom_reaper for oom_kill_allocating_taskMichal Hocko2016-03-251-0/+2
* mm, oom_reaper: implement OOM victims queuingMichal Hocko2016-03-251-0/+3
* sched: add schedule_timeout_idle()Andrew Morton2016-03-251-0/+1
* parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE optionHelge Deller2016-03-231-0/+8
* kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+11
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-181-2/+2
|\
| * timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-03-171-2/+2
* | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-171-1/+0
|\ \ | |/ |/|
| * tty: audit: Handle tty audit enable atomicallyPeter Hurley2016-01-271-1/+0
* | Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-03-161-0/+9
|\ \
| * | cpufreq: Move scheduler-related code to the sched directoryRafael J. Wysocki2016-03-101-0/+9
| |/
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-141-3/+8
|\ \
| * | sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker2016-03-021-3/+0
| * | nohz: New tick dependency maskFrederic Weisbecker2016-03-021-0/+8
| |/
* | sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni2016-03-081-5/+1
* | sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior2016-02-291-2/+0
* | sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra2016-02-291-0/+2
* | sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman2016-02-091-0/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-221-0/+1
|\
| * pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau2016-01-191-0/+1
* | mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner2016-01-201-2/+2
* | UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-201-0/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-121-0/+1
|\
| * unix: properly account for FDs passed over unix socketswilly tarreau2016-01-111-0/+1
* | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-01-111-0/+4
|\ \
| * | watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo2015-12-081-0/+4
| |/
* | sched/core: Move sched_entity::avg into separate cache lineJiri Olsa2016-01-061-2/+7
* | Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar2016-01-061-7/+9
|\ \
| * | sched/core: Fix unserialized r-m-w scribbling stuffPeter Zijlstra2016-01-061-5/+6
| * | sched/core: Check tgid in is_global_init()Sergey Senozhatsky2016-01-061-2/+3
| |/
* | sched/cputime: Convert vtime_seqlock to seqcountFrederic Weisbecker2015-12-041-1/+1