summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-173-107/+83
|\
| * sched_rr_get_interval(): move compat to native, get rid of set_fs()Al Viro2017-09-202-22/+30
| * get_compat_sigset()Al Viro2017-09-192-30/+20
| * get rid of {get,put}_compat_itimerspec()Al Viro2017-09-191-18/+0
| * signal: lift sigset size check out of do_sigpending()Dmitry V. Levin2017-09-191-7/+14
| * signal: simplify compat_sigpending()Dmitry V. Levin2017-09-191-4/+0
| * signal: replace sigset_to_compat() with put_compat_sigset()Dmitry V. Levin2017-09-192-27/+20
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-11-162-70/+309
|\ \
| * | userns: Simplify insert_extentEric W. Biederman2017-10-311-11/+8
| * | userns: Make map_id_down a wrapper for map_id_range_downEric W. Biederman2017-10-311-37/+1
| * | userns: Don't read extents twice in m_startEric W. Biederman2017-10-311-2/+4
| * | userns: Simplify the user and group mapping functionsEric W. Biederman2017-10-311-74/+58
| * | userns: Don't special case a count of 0Eric W. Biederman2017-10-311-7/+3
| * | userns: bump idmap limits to 340Christian Brauner2017-10-311-30/+320
| * | userns: use union in {g,u}idmap structChristian Brauner2017-10-311-12/+18
* | | Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-4/+14
|\ \ \
| * | | Pass mode to wait_on_atomic_t() action funcs and provide default actionsDavid Howells2017-11-131-4/+14
| * | | Merge remote-tracking branch 'tip/timers/core' into afs-nextDavid Howells2017-11-1315-267/+396
| |\ \ \
* | \ \ \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-158-50/+22
|\ \ \ \ \
| * | | | | mm, sysctl: make NUMA stats configurableKemi Wang2017-11-151-0/+9
| * | | | | mm: remove __GFP_COLDMel Gorman2017-11-151-2/+2
| * | | | | kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-152-20/+0
| * | | | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-152-8/+7
| * | | | | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-153-12/+0
| * | | | | mm: consolidate page table accountingKirill A. Shutemov2017-11-151-12/+4
| * | | | | mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-151-3/+3
| * | | | | mm: account pud page tablesKirill A. Shutemov2017-11-151-0/+4
* | | | | | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-1512-34/+684
|\ \ \ \ \ \
| * | | | | | cgroup: export list of cgroups v2 features using sysfsRoman Gushchin2017-11-061-0/+8
| * | | | | | cgroup: export list of delegatable control files using sysfsRoman Gushchin2017-11-061-0/+61
| * | | | | | cgroup: mark @cgrp __maybe_unused in cpu_stat_show()Tejun Heo2017-10-301-1/+1
| * | | | | | cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo2017-10-264-16/+68
| * | | | | | sched: Implement interface for cgroup unified hierarchyTejun Heo2017-09-291-0/+171
| * | | | | | sched: Misc preps for cgroup unified hierarchy interfaceTejun Heo2017-09-291-4/+4
| * | | | | | sched/cputime: Add dummy cputime_adjust() implementation for CONFIG_VIRT_CPU_...Tejun Heo2017-09-251-0/+7
| * | | | | | cgroup: statically initialize init_css_set->dfl_cgrpTejun Heo2017-09-251-0/+8
| * | | | | | cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo2017-09-254-3/+365
| * | | | | | cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo2017-09-257-23/+6
| * | | | | | sched/cputime: Expose cputime_adjust()Tejun Heo2017-09-251-3/+2
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2017-11-151-1/+2
|\ \ \ \ \ \
| * | | | | | workqueue: Fix comment for unbound workqueue's attrbutesWang Long2017-11-061-1/+2
| * | | | | | Revert "workqueue: respect isolated cpus when queueing an unbound work"Tejun Heo2017-11-031-5/+1
| * | | | | | workqueue: respect isolated cpus when queueing an unbound workTal Shorer2017-10-211-1/+5
* | | | | | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-3/+1
|\ \ \ \ \ \ \
| * | | | | | | kernel/module: Delete an error message for a failed memory allocation in add_...Markus Elfring2017-10-191-3/+1
* | | | | | | | Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-154-55/+85
|\ \ \ \ \ \ \ \
| * | | | | | | | audit: filter PATH records keyed on filesystem magicRichard Guy Briggs2017-11-102-7/+55
| * | | | | | | | Audit: remove unused audit_log_secctx functionCasey Schaufler2017-11-101-26/+0
| * | | | | | | | audit: Allow auditd to set pid to 0 to end auditingSteve Grubb2017-11-101-13/+16
| * | | | | | | | audit: use audit_set_enabled() in audit_enable()Paul Moore2017-11-101-2/+2
OpenPOWER on IntegriCloud