summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
...
* sched/headers: Move more mm_struct related functionality from <linux/sched.h>...Ingo Molnar2017-03-031-21/+0
* sched/headers: Move the cpufreq interfaces to <linux/sched/cpufreq.h>Ingo Molnar2017-03-031-17/+0
* sched/headers: Move 'struct pacct_struct' and 'struct cpu_itimer' form <linux...Ingo Molnar2017-03-031-13/+0
* sched/headers: Move softlockup detector watchdog methods to <linux/nmi.h>Ingo Molnar2017-03-031-37/+0
* sched/headers: Move 'struct user_struct' definition and APIs to the new <linu...Ingo Molnar2017-03-031-53/+0
* sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2017-03-031-496/+3
* sched/headers: Move task->mm coredumping related defines and methods from <li...Ingo Molnar2017-03-031-68/+0
* sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar2017-03-031-95/+0
* sched/headers: Move autogroup APIs into <linux/sched/autogroup.h>Ingo Molnar2017-03-021-18/+0
* sched/headers: Move loadavg related definitions from <linux/sched.h> to <linu...Ingo Molnar2017-03-021-27/+0
* sched/headers: Move various ABI definitions to <uapi/linux/sched/types.h>Ingo Molnar2017-03-021-68/+2
* sched/headers, delayacct: Move the 'struct task_delay_info' definition from <...Ingo Molnar2017-03-021-35/+4
* sched/headers: Move scheduler clock interfaces to <linux/sched/clock.h>Ingo Molnar2017-03-021-100/+0
* sched/headers: Move the wake-queue types and interfaces from sched.h into <li...Ingo Molnar2017-03-021-50/+4
* sched/headers: Move idle polling methods to <linux/sched/idle.h>Ingo Molnar2017-03-021-76/+0
* sched/headers: Move the wake_up_if_idle() prototype to <linux/sched/idle.h>Ingo Molnar2017-03-021-2/+0
* sched/headers: Move the 'cpu_idle_type' enum from <linux/sched.h> to <linux/s...Ingo Molnar2017-03-021-7/+0
* sched/headers: Move scheduler topology interfaces to <linux/sched/topology.h>Ingo Molnar2017-03-021-212/+0
* sched/headers: Prepare to remove spurious <linux/sched.h> inclusion dependenciesIngo Molnar2017-03-021-0/+1
* sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to remove the <linux/gfp.h> include from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Ingo Molnar2017-03-021-7/+4
* sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar2017-03-021-28/+0
* sched/core: Remove the tsk_nr_cpus_allowed() wrapperIngo Molnar2017-03-021-5/+0
* sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-021-3/+0
* sched/core: Move the get_preempt_disable_ip() inline to sched/core.cIngo Molnar2017-03-021-9/+0
* sched/core: Convert ___assert_task_state() link time assert to BUILD_BUG_ON()Ingo Molnar2017-03-021-3/+0
* mm: add new mmget() helperVegard Nossum2017-02-271-0/+21
* mm: add new mmgrab() helperVegard Nossum2017-02-271-0/+22
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-231-4/+3
|\
| * introduce the walk_process_tree() helperOleg Nesterov2017-02-031-0/+3
| * inotify: Convert to using per-namespace limitsNikolay Borisov2017-01-241-4/+0
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-28/+9
|\ \
| * | sched/wake_q: Clarify queue reinit commentDavidlohr Bueso2017-02-011-2/+2
| * | locking/rwsem: Reinit wake_q after useWaiman Long2017-01-221-0/+6
| * | sched/core: Remove set_task_state()Davidlohr Bueso2017-01-141-26/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-02-201-42/+38
|\ \ \
| * | | sched/clock: Add dummy clear_sched_clock_stable() stub functionPaul Gortmaker2017-02-011-0/+4
| * | | sched/cputime: Remove temporary cputime_t accessorsFrederic Weisbecker2017-02-011-40/+0
| * | | timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker2017-02-011-4/+2
| * | | timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker2017-02-011-3/+3
| * | | tsacct: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-011-1/+1
| * | | acct: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-011-1/+1
| * | | sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-011-21/+34
| * | | sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-011-3/+29
| * | | sched/cputime: Convert guest time accounting to nsecs (u64)Frederic Weisbecker2017-02-011-5/+5
| * | | sched/cputime: Remove the unused INIT_CPUTIME macroFrederic Weisbecker2017-02-011-7/+0
| * | | sched/clock: Fix hotplug crashPeter Zijlstra2017-01-201-1/+0
| * | | sched/core: Separate out io_schedule_prepare() and io_schedule_finish()Tejun Heo2017-01-141-5/+3
| * | | sched/clock: Delay switching sched_clock to stablePeter Zijlstra2017-01-141-0/+5
| |/ /
OpenPOWER on IntegriCloud