Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
5d5dbc4ef27e72104dea6102e4d1a1bf5a8ed971
/
include
/
linux
/
sched
499118e
mm: introduce memalloc_noreclaim_{save,restore}
by Vlastimil Babka
· 8 years ago
e579dde
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 8 years ago
7dea19f
mm: introduce memalloc_nofs_{save,restore} API
by Michal Hocko
· 8 years ago
6c478ae
signal: Make kill_proc_info static
by Eric W. Biederman
· 8 years ago
0ba78a9
Merge branch 'linus' into locking/core, to pick up fixes
by Ingo Molnar
· 8 years ago
acd5862
sched/rtmutex: Refactor rt_mutex_setprio()
by Peter Zijlstra
· 8 years ago
e96a7705
sched/rtmutex/deadline: Fix a PI crash for deadline tasks
by Xunlei Pang
· 8 years ago
698eff6
sched/clock, x86/perf: Fix "perf test tsc"
by Peter Zijlstra
· 8 years ago
ee6a3d1
sched/headers: Remove the <linux/topology.h> include from <linux/sched.h>
by Ingo Molnar
· 8 years ago
5c0d0f3
sched/headers: Remove <linux/sched.h> from <linux/sched/init.h>
by Ingo Molnar
· 8 years ago
a906086
sched/headers: Remove <linux/sched.h> from <linux/sched/hotplug.h>
by Ingo Molnar
· 8 years ago
4f079e9
sched/headers: Remove <linux/sched.h> from <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
b0145d9
sched/headers: Remove <linux/sched.h> from <linux/sched/nohz.h>
by Ingo Molnar
· 8 years ago
dc19953
sched/headers: Remove <linux/sched.h> from <linux/sched/stat.h>
by Ingo Molnar
· 8 years ago
ed53742
sched/headers: Remove <linux/sched.h> from <linux/sched/cpufreq.h>
by Ingo Molnar
· 8 years ago
de8deb0
sched/headers: Remove <linux/sched.h> from <linux/sched/user.h>
by Ingo Molnar
· 8 years ago
ae1cc88
sched/headers: Remove <linux/sched.h> from <linux/sched/coredump.h>
by Ingo Molnar
· 8 years ago
b8d6d80
sched/headers: Remove <linux/sched.h> from <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
5fd7315
sched/headers: Remove <linux/sched.h> from <linux/sched/autogroup.h>
by Ingo Molnar
· 8 years ago
5a2d688
sched/headers: Remove <linux/sched.h> from <linux/sched/loadavg.h>
by Ingo Molnar
· 8 years ago
ea94763
sched/headers: Remove <linux/sched.h> from <linux/sched/clock.h>
by Ingo Molnar
· 8 years ago
f411229
sched/headers: Remove tsk_is_polling()
by Ingo Molnar
· 8 years ago
c03cb28
sched/headers: Remove <linux/sched.h> from <linux/sched/topology.h>
by Ingo Molnar
· 8 years ago
6f175fc
sched/headers: Move the sched_exec() prototype to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
cda6672
sched/headers: Move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
c5a2192
sched/headers: Move _init() prototypes from <linux/sched.h> to <linux/sched/init.h>
by Ingo Molnar
· 8 years ago
42011db
sched/headers: Move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
9049863
sched/headers: Move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
a2d7a74
sched/headers: Move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h>
by Ingo Molnar
· 8 years ago
1050b27
sched/headers: Move cputime functionality from <linux/sched.h> and <linux/cputime.h> into <linux/sched/cputime.h>
by Ingo Molnar
· 8 years ago
56cd697
sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
cdc75e9
sched/headers: Move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
70806b2
sched/headers: Move the 'root_task_group' declaration to <linux/sched/autogroup.h>
by Ingo Molnar
· 8 years ago
f3ac606
sched/headers: Move task-stack related APIs from <linux/sched.h> to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
6bfbaa5
sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kernel/fork.c
by Ingo Molnar
· 8 years ago
901b14b
sched/headers: Move task lifetime APIs from <linux/sched.h> to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
0ca0156
sched/headers: Split hotplug CPU interfaces out of <linux/sched.h> into <linux/sched/hotplug.h>
by Ingo Molnar
· 8 years ago
d3d1e32
sched/headers: Move debugging functions from <linux/sched.h> to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
752b3ca
sched/headers: Move the NOHZ APIs from <linux/sched.h> to <linux/sched/nohz.h>
by Ingo Molnar
· 8 years ago
3605df49
sched/headers: Move task statistics APIs from <linux/sched.h> to <linux/sched/stat.h>
by Ingo Molnar
· 8 years ago
74444ed
sched/headers: Move the memalloc_noio_*() APIs to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
2a1f062
sched/headers: Move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
9a07000
sched/headers: Move CONFIG_TASK_XACCT bits from <linux/sched.h> to <linux/sched/xacct.h>
by Ingo Molnar
· 8 years ago
c41cfc6
sched/headers: Move the JOBCTL_ defines and methods from <linux/sched.h> to <linux/sched/jobctl.h>
by Ingo Molnar
· 8 years ago
5647028
sched/headers: Move the NUMA balancing interfaces from <linux/sched.h> to <linux/sched/numa_balancing.h>
by Ingo Molnar
· 8 years ago
d026ce7
sched/headers: Move in_vfork() from <linux/sched.h> to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
4240c8b
sched/headers: Move more mm_struct related functionality from <linux/sched.h> to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
7284c6d
sched/headers: Move the cpufreq interfaces to <linux/sched/cpufreq.h>
by Ingo Molnar
· 8 years ago
8d88460
sched/headers: Move 'struct pacct_struct' and 'struct cpu_itimer' form <linux/sched.h> to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
bcbb6a5
sched/headers: Move 'struct user_struct' definition and APIs to the new <linux/sched/user.h> header
by Ingo Molnar
· 8 years ago
c3edc40
sched/headers: Move task_struct::signal and task_struct::sighand types and accessors into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
11701c6
sched/headers: Move task->mm coredumping related defines and methods from <linux/sched.h> to <linux/sched/coredump.h>
by Ingo Molnar
· 8 years ago
68e21be
sched/headers: Move task->mm handling methods to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
de8f1c7
sched/headers: Move autogroup APIs into <linux/sched/autogroup.h>
by Ingo Molnar
· 8 years ago
dea38c7
sched/headers: Move loadavg related definitions from <linux/sched.h> to <linux/sched/loadavg.h>
by Ingo Molnar
· 8 years ago
5689810
sched/headers: Move scheduler clock interfaces to <linux/sched/clock.h>
by Ingo Molnar
· 8 years ago
eb61baf
sched/headers: Move the wake-queue types and interfaces from sched.h into <linux/sched/wake_q.h>
by Ingo Molnar
· 8 years ago
5dbe91d
sched/headers: Move idle polling methods to <linux/sched/idle.h>
by Ingo Molnar
· 8 years ago
4437722
sched/headers: Move the wake_up_if_idle() prototype to <linux/sched/idle.h>
by Ingo Molnar
· 8 years ago
b768917
sched/headers: Move the 'cpu_idle_type' enum from <linux/sched.h> to <linux/sched/idle.h>
by Ingo Molnar
· 8 years ago
a60b9ed
sched/headers: Move scheduler topology interfaces to <linux/sched/topology.h>
by Ingo Molnar
· 8 years ago
50d3439
sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
1777e46
sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <linux/sched/init.h>
by Ingo Molnar
· 8 years ago
32ef551
sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>
by Ingo Molnar
· 8 years ago
b2d0910
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h> in <linux/sched.h>
by Ingo Molnar
· 8 years ago
9164bb4
sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
589ee62
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>
by Ingo Molnar
· 8 years ago
f361bf4
sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency
by Ingo Molnar
· 8 years ago
68db0cf
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>
by Ingo Molnar
· 8 years ago
2993002
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
ef8bd77
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/hotplug.h>
by Ingo Molnar
· 8 years ago
b17b015
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
370c913
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h>
by Ingo Molnar
· 8 years ago
03441a3
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>
by Ingo Molnar
· 8 years ago
fd77123
sched/headers: Prepare to remove the <linux/gfp.h> include from <linux/sched.h>
by Ingo Molnar
· 8 years ago
b12fb7f
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/xacct.h>
by Ingo Molnar
· 8 years ago
5b825c3
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
by Ingo Molnar
· 8 years ago
1e4bae6
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/jobctl.h>
by Ingo Molnar
· 8 years ago
6a3827d
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/numa_balancing.h>
by Ingo Molnar
· 8 years ago
55687da
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/cpufreq.h>
by Ingo Molnar
· 8 years ago
8703e8a
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h>
by Ingo Molnar
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
f7ccbae
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>
by Ingo Molnar
· 8 years ago
6e84f31
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
4eb5aaa
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/autogroup.h>
by Ingo Molnar
· 8 years ago
4f17722
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h>
by Ingo Molnar
· 8 years ago
e601757
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>
by Ingo Molnar
· 8 years ago
84f001e
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/wake_q.h>
by Ingo Molnar
· 8 years ago
4c82269
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/idle.h>
by Ingo Molnar
· 8 years ago
105ab3d
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/topology.h>
by Ingo Molnar
· 8 years ago
9ccd27c
sched/headers: Make all include/linux/sched/*.h headers build standalone
by Ingo Molnar
· 8 years ago
975e155
sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in milliseconds
by Shile Zhang
· 8 years ago
3c3fcb4
sched/fair: Kill the unused 'sched_shares_window_ns' tunable
by Matt Fleming
· 8 years ago
ea606cf
mm: move max_map_count bits into mm.h
by Andrey Ryabinin
· 9 years ago
cb25176
sched/debug: Make schedstats a runtime tunable that is disabled by default
by Mel Gorman
· 9 years ago
2726d6c
sched/deadline: Unify dl_time_before() usage
by Juri Lelli
· 9 years ago
bc7a34b
timer: Reduce timer migration overhead if disabled
by Thomas Gleixner
· 10 years ago
0782e63
sched: Handle priority boosted tasks proper in setscheduler()
by Thomas Gleixner
· 10 years ago
3fb1c8d
mm: update comment for DEFAULT_MAX_MAP_COUNT
by Kirill A. Shutemov
· 11 years ago
7aa2c01
sched: Consolidate open coded implementations of nice level frobbing into nice_to_rlimit() and rlimit_to_nice()
by Dongsheng Yang
· 11 years ago
Next »