summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mm: add new mmget() helperVegard Nossum2017-02-271-2/+2
| * | mm: add new mmgrab() helperVegard Nossum2017-02-273-4/+4
| * | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
| * | scripts/spelling.txt: add "varible" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
| * | scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
| * | config: android-base: enable hardened usercopy and kernel ASLRAmit Pundir2017-02-271-0/+2
| * | config: android-recommended: disable aio supportDaniel Micay2017-02-271-0/+1
| * | sigaltstack: support SS_AUTODISARM for CONFIG_COMPATStas Sergeev2017-02-271-2/+9
* | | Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-02-2711-1840/+2641
|\ \ \
| * \ \ Merge branch 'cgroup/for-4.11-rdmacg' into cgroup/for-4.11Tejun Heo2017-02-022-0/+620
| |\ \ \
| | * | | rdmacg: Fixed uninitialized current resource usageParav Pandit2017-01-101-0/+2
| | * | | rdmacg: Added rdma cgroup controllerParav Pandit2017-01-102-0/+618
| * | | | cgroup: drop the matching uid requirement on migration for cgroup v2Tejun Heo2017-02-021-13/+14
| * | | | cgroup, perf_event: make perf_event controller work on cgroup2 hierarchyTejun Heo2017-02-021-0/+6
| * | | | cgroup: misc cleanupsTejun Heo2017-01-301-7/+4