summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel/kexec_file.c: load kernel at top of system RAM if requiredBaoquan He2018-05-141-0/+2
* kernel/kexec_file.c: add walk_system_ram_res_rev()AKASHI Takahiro2018-05-141-0/+63
* Merge branch 'akpm-current/current'Stephen Rothwell2018-05-1410-102/+111
|\
| * sched/core / kcov: avoid kcov_area during task switchMark Rutland2018-05-122-1/+5
| * kcov-prefault-the-kcov_area-fix-fix-fixAndrew Morton2018-05-121-2/+3
| * kcov-prefault-the-kcov_area-fix-fixAndrew Morton2018-05-121-0/+4
| * kcov-prefault-the-kcov_area-fixAndrew Morton2018-05-121-2/+1
| * kcov: prefault the kcov_areaMark Rutland2018-05-121-0/+12
| * kcov: ensure irq code sees a valid areaMark Rutland2018-05-121-1/+2
| * kernel/relay.c: change return type to vm_fault_tSouptick Joarder2018-05-121-1/+1
| * kernel/hung_task.c: show all hung tasks before panicTetsuo Handa2018-05-121-4/+7
| * cgroup: list groupoom in cgroup featuresRoman Gushchin2018-05-121-1/+2
| * mm, oom: add cgroup v2 mount option for cgroup-aware OOM killerRoman Gushchin2018-05-121-0/+10
| * memcg: replace mm->owner with mm->memcgEric W. Biederman2018-05-122-92/+14
| * mm: memcg: remote memcg charging for kmem allocationsShakeel Butt2018-05-121-0/+3
| * mm-check-for-sigkill-inside-dup_mmap-loop-fixAndrew Morton2018-05-121-0/+3
| * mm: check for SIGKILL inside dup_mmap() loop.Tetsuo Handa2018-05-121-0/+4
| * prctl: add comment about mmap_sem and arg_lockYang Shi2018-05-121-0/+4
| * mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-05-122-2/+5
| * namei: allow restricted O_CREAT of FIFOs and regular filesSalvatore Mesoraca2018-05-121-0/+18
| * prctl: add PR_[GS]ET_PDEATHSIG_PROCJürg Billeter2018-05-124-0/+18
| * init: fix false positives in W+X checkingJeffrey Hugo2018-05-121-0/+5
* | Merge remote-tracking branch 'nvdimm/libnvdimm-for-next'Stephen Rothwell2018-05-143-182/+198
|\ \
| * | memremap: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams2018-05-101-1/+1
| * | mm, dev_pagemap: introduce CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-091-4/+26
| * | memremap: split devm_memremap_pages() and memremap() infrastructureDan Williams2018-05-093-177/+171
* | | Merge remote-tracking branch 'userns/for-next'Stephen Rothwell2018-05-141-129/+52
|\ \ \
| * | | signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}Eric W. Biederman2018-04-261-25/+56
| * | | signal: Remove unncessary #ifdef SEGV_PKUERR in 32bit compat codeEric W. Biederman2018-04-261-5/+0
| * | | signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AOEric W. Biederman2018-04-251-16/+8
| * | | signal: Remove SEGV_BNDERR ifdefsEric W. Biederman2018-04-251-6/+0
| * | | signal: Stop special casing TRAP_FIXME and FPE_FIXME in siginfo_layoutEric W. Biederman2018-04-251-9/+0
| * | | signal: Reduce copy_siginfo_to_user to just copy_to_userEric W. Biederman2018-04-251-82/+2
* | | | Merge remote-tracking branch 'cgroup/for-next'Stephen Rothwell2018-05-146-387/+504
|\ \ \ \
| * | | | rdmacg: Convert to use match_string() helperAndy Shevchenko2018-05-071-19/+16
| * | | | cgroup: Make cgroup_rstat_updated() ready for root cgroup usageTejun Heo2018-04-261-0/+4
| * | | | cgroup: Add memory barriers to plug cgroup_rstat_updated() race windowTejun Heo2018-04-261-3/+13
| * | | | cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo2018-04-262-1/+21
| * | | | cgroup: Replace cgroup_rstat_mutex with a spinlockTejun Heo2018-04-261-13/+45
| * | | | cgroup: Factor out and expose cgroup_rstat_*() interface functionsTejun Heo2018-04-262-13/+30
| * | | | cgroup: Reorganize kernel/cgroup/rstat.cTejun Heo2018-04-262-89/+95
| * | | | cgroup: Distinguish base resource stat implementation from rstatTejun Heo2018-04-263-37/+36
| * | | | cgroup: Rename stat to rstatTejun Heo2018-04-263-101/+103
| * | | | cgroup: Rename kernel/cgroup/stat.c to kernel/cgroup/rstat.cTejun Heo2018-04-262-1/+1
| * | | | cgroup: Limit event generation frequencyTejun Heo2018-04-261-2/+23
| * | | | cgroup: Explicitly remove core interface filesTejun Heo2018-04-261-13/+22
* | | | | Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell2018-05-1417-929/+884
|\ \ \ \ \
| * | | | | torture: Make online/offline messages appear only for verbose=2Paul E. McKenney2018-05-094-9/+9
| * | | | | rcu: Make rcu_read_unlock_special() staticPaul E. McKenney2018-05-091-1/+2
| * | | | | rcu: Add CPU online/offline state to dump_blkd_tasks()Paul E. McKenney2018-05-093-10/+39