summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/headers, vfs/execve: Prepare to move the do_execve*() prototypes from <...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar2017-03-022-0/+3
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-0211-1/+12
* sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-024-0/+4
* sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-023-3/+3
* sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to move the 'root_task_group' declaration to <linux/sc...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-028-0/+9
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0217-0/+17
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-1/+5
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0226-1/+27
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-0/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-026-0/+6
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-0211-10/+11
* sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-024-0/+4
* sched/headers: Prepare header dependency changes, move the <asm/paravirt.h> i...Ingo Molnar2017-03-022-4/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-026-0/+6
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-023-0/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0213-7/+14
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-026-0/+6
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0211-0/+11
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-024-0/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-025-0/+5
* sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar2017-03-0212-0/+12
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-0215-0/+15
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-026-1/+7
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+3
* mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin...Ingo Molnar2017-03-021-2/+2
* sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar2017-03-023-7/+7
* rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar2017-03-025-3/+17
* sched/core: Remove the tsk_nr_cpus_allowed() wrapperIngo Molnar2017-03-023-27/+27
* sched/core: Remove the tsk_cpus_allowed() wrapperIngo Molnar2017-03-026-34/+31
* sched/core: Move the get_preempt_disable_ip() inline to sched/core.cIngo Molnar2017-03-021-0/+9
* sched/core: Convert ___assert_task_state() link time assert to BUILD_BUG_ON()Ingo Molnar2017-03-021-0/+3
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-281-12/+17
|\
| * sched/cgroup: Move sched_online_group() back into css_online() to fix crashKonstantin Khlebnikov2017-02-241-2/+12
| * sched/fair: Update rq clock before changing a task's CPU affinityWanpeng Li2017-02-241-0/+1
| * sched/core: Fix update_rq_clock() splat on hotplug (and suspend/resume)Peter Zijlstra2017-02-241-10/+4
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-02-281-8/+4
|\ \
| * | perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun2017-02-241-1/+1
| * | perf/core: Fix perf_event_enable_on_exec() timekeeping (again)Peter Zijlstra2017-02-241-0/+2
| * | perf/core: Remove confusing comment and move put_ctx()Peter Zijlstra2017-02-241-7/+1
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-2711-12/+22
|\ \
| * | mm: use mmget_not_zero() helperVegard Nossum2017-02-271-1/+1