summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-041-1/+1
|\
| * bpf: update the comment about the length of analysisGary Lin2017-03-011-1/+1
* | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-03109-212/+328
|\ \
| * | sched/headers: Remove <linux/magic.h> from <linux/sched/task_stack.h>Ingo Molnar2017-03-031-0/+1
| * | sched/headers: Remove <linux/rwsem.h> from <linux/sched.h>Ingo Molnar2017-03-031-0/+1
| * | sched/headers: Move cputime functionality from <linux/sched.h> and <linux/cpu...Ingo Molnar2017-03-031-111/+0
| * | sched/headers: Move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar2017-03-032-1/+2
| * | sched/headers, RCU: Move rcu_copy_process() from <linux/sched/task.h> to kern...Ingo Molnar2017-03-031-0/+15
| * | sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar2017-03-031-0/+1
| * | sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...Ingo Molnar2017-03-021-0/+1
| * | sched/headers: Prepare to move _init() prototypes from <linux/sched.h> to <li...Ingo Molnar2017-03-021-0/+1
| * | sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sc...Ingo Molnar2017-03-021-0/+1
| * | 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