index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
sched
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-03
sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kernel/fork.c
Ingo Molnar
1
-15
/
+0
2017-03-03
sched/headers: Move task lifetime APIs from <linux/sched.h> to <linux/sched/task.h>
Ingo Molnar
1
-0
/
+97
2017-03-03
sched/headers: Split hotplug CPU interfaces out of <linux/sched.h> into <linux/sched/hotplug.h>
Ingo Molnar
1
-0
/
+20
2017-03-03
sched/headers: Move debugging functions from <linux/sched.h> to <linux/sched/debug.h>
Ingo Molnar
1
-0
/
+46
2017-03-03
sched/headers: Move the NOHZ APIs from <linux/sched.h> to <linux/sched/nohz.h>
Ingo Molnar
1
-0
/
+39
2017-03-03
sched/headers: Move task statistics APIs from <linux/sched.h> to <linux/sched/stat.h>
Ingo Molnar
1
-0
/
+18
2017-03-03
sched/headers: Move the memalloc_noio_*() APIs to <linux/sched/mm.h>
Ingo Molnar
1
-0
/
+22
2017-03-03
sched/headers: Move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
Ingo Molnar
1
-1
/
+52
2017-03-03
sched/headers: Move CONFIG_TASK_XACCT bits from <linux/sched.h> to <linux/sched/xacct.h>
Ingo Molnar
1
-0
/
+42
2017-03-03
sched/headers: Move the JOBCTL_ defines and methods from <linux/sched.h> to <linux/sched/jobctl.h>
Ingo Molnar
1
-0
/
+32
2017-03-03
sched/headers: Move the NUMA balancing interfaces from <linux/sched.h> to <linux/sched/numa_balancing.h>
Ingo Molnar
1
-0
/
+40
2017-03-03
sched/headers: Move in_vfork() from <linux/sched.h> to <linux/sched/mm.h>
Ingo Molnar
1
-0
/
+26
2017-03-03
sched/headers: Move more mm_struct related functionality from <linux/sched.h> to <linux/sched/mm.h>
Ingo Molnar
1
-0
/
+21
2017-03-03
sched/headers: Move the cpufreq interfaces to <linux/sched/cpufreq.h>
Ingo Molnar
1
-0
/
+21
2017-03-03
sched/headers: Move 'struct pacct_struct' and 'struct cpu_itimer' form <linux/sched.h> to <linux/sched/signal.h>
Ingo Molnar
1
-0
/
+16
2017-03-03
sched/headers: Move 'struct user_struct' definition and APIs to the new <linux/sched/user.h> header
Ingo Molnar
1
-0
/
+54
2017-03-03
sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>
Ingo Molnar
1
-0
/
+502
2017-03-03
sched/headers: Move task->mm coredumping related defines and methods from <linux/sched.h> to <linux/sched/coredump.h>
Ingo Molnar
1
-0
/
+69
2017-03-03
sched/headers: Move task->mm handling methods to <linux/sched/mm.h>
Ingo Molnar
1
-0
/
+95
2017-03-02
sched/headers: Move autogroup APIs into <linux/sched/autogroup.h>
Ingo Molnar
1
-0
/
+21
2017-03-02
sched/headers: Move loadavg related definitions from <linux/sched.h> to <linux/sched/loadavg.h>
Ingo Molnar
1
-0
/
+27
2017-03-02
sched/headers: Move scheduler clock interfaces to <linux/sched/clock.h>
Ingo Molnar
1
-0
/
+98
2017-03-02
sched/headers: Move the wake-queue types and interfaces from sched.h into <linux/sched/wake_q.h>
Ingo Molnar
1
-0
/
+47
2017-03-02
sched/headers: Move idle polling methods to <linux/sched/idle.h>
Ingo Molnar
1
-0
/
+76
2017-03-02
sched/headers: Move the wake_up_if_idle() prototype to <linux/sched/idle.h>
Ingo Molnar
1
-0
/
+2
2017-03-02
sched/headers: Move the 'cpu_idle_type' enum from <linux/sched.h> to <linux/sched/idle.h>
Ingo Molnar
1
-0
/
+7
2017-03-02
sched/headers: Move scheduler topology interfaces to <linux/sched/topology.h>
Ingo Molnar
1
-0
/
+213
2017-03-02
sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h>
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <linux/sched/init.h>
Ingo Molnar
1
-0
/
+6
2017-03-02
sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>
Ingo Molnar
1
-0
/
+7
2017-03-02
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
Ingo Molnar
1
-0
/
+6
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>
Ingo Molnar
1
-0
/
+6
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>
Ingo Molnar
1
-0
/
+6
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
Ingo Molnar
1
-0
/
+6
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h>
Ingo Molnar
1
-0
/
+6
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>
Ingo Molnar
1
-0
/
+6
2017-03-02
sched/headers: Prepare to remove the <linux/gfp.h> include from <linux/sched.h>
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/xacct.h>
Ingo Molnar
1
-0
/
+6
2017-03-02
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/jobctl.h>
Ingo Molnar
2
-0
/
+5
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h>
Ingo Molnar
1
-0
/
+6
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/cpufreq.h>
Ingo Molnar
1
-0
/
+6
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h>
Ingo Molnar
1
-0
/
+6
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
Ingo Molnar
1
-0
/
+6
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>
Ingo Molnar
1
-0
/
+6
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>
Ingo Molnar
1
-0
/
+6
[prev]
[next]