Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | signal: lift sigset size check out of do_sigpending() | Dmitry V. Levin | 2017-09-19 | 1 | -7/+14 | |
| * | | | | | | | signal: simplify compat_sigpending() | Dmitry V. Levin | 2017-09-19 | 1 | -4/+0 | |
| * | | | | | | | signal: replace sigset_to_compat() with put_compat_sigset() | Dmitry V. Levin | 2017-09-19 | 2 | -27/+20 | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2017-11-16 | 2 | -70/+309 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | userns: Simplify insert_extent | Eric W. Biederman | 2017-10-31 | 1 | -11/+8 | |
| * | | | | | | | | userns: Make map_id_down a wrapper for map_id_range_down | Eric W. Biederman | 2017-10-31 | 1 | -37/+1 | |
| * | | | | | | | | userns: Don't read extents twice in m_start | Eric W. Biederman | 2017-10-31 | 1 | -2/+4 | |
| * | | | | | | | | userns: Simplify the user and group mapping functions | Eric W. Biederman | 2017-10-31 | 1 | -74/+58 | |
| * | | | | | | | | userns: Don't special case a count of 0 | Eric W. Biederman | 2017-10-31 | 1 | -7/+3 | |
| * | | | | | | | | userns: bump idmap limits to 340 | Christian Brauner | 2017-10-31 | 1 | -30/+320 | |
| * | | | | | | | | userns: use union in {g,u}idmap struct | Christian Brauner | 2017-10-31 | 1 | -12/+18 | |
* | | | | | | | | | Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-16 | 1 | -4/+14 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Pass mode to wait_on_atomic_t() action funcs and provide default actions | David Howells | 2017-11-13 | 1 | -4/+14 | |
| * | | | | | | | | | Merge remote-tracking branch 'tip/timers/core' into afs-next | David Howells | 2017-11-13 | 15 | -267/+396 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-11-16 | 8 | -50/+22 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | mm, sysctl: make NUMA stats configurable | Kemi Wang | 2017-11-16 | 1 | -0/+9 | |
| * | | | | | | | | | | | mm: remove __GFP_COLD | Mel Gorman | 2017-11-16 | 1 | -2/+2 | |
| * | | | | | | | | | | | kmemcheck: rip it out | Levin, Alexander (Sasha Levin) | 2017-11-16 | 2 | -20/+0 | |
| * | | | | | | | | | | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK | Levin, Alexander (Sasha Levin) | 2017-11-16 | 2 | -8/+7 | |
| * | | | | | | | | | | | kmemcheck: remove annotations | Levin, Alexander (Sasha Levin) | 2017-11-16 | 3 | -12/+0 | |
| * | | | | | | | | | | | mm: consolidate page table accounting | Kirill A. Shutemov | 2017-11-16 | 1 | -12/+4 | |
| * | | | | | | | | | | | mm: introduce wrappers to access mm->nr_ptes | Kirill A. Shutemov | 2017-11-16 | 1 | -3/+3 | |
| * | | | | | | | | | | | mm: account pud page tables | Kirill A. Shutemov | 2017-11-16 | 1 | -0/+4 | |
* | | | | | | | | | | | | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2017-11-15 | 12 | -34/+684 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | cgroup: export list of cgroups v2 features using sysfs | Roman Gushchin | 2017-11-06 | 1 | -0/+8 | |
| * | | | | | | | | | | | | cgroup: export list of delegatable control files using sysfs | Roman Gushchin | 2017-11-06 | 1 | -0/+61 | |
| * | | | | | | | | | | | | cgroup: mark @cgrp __maybe_unused in cpu_stat_show() | Tejun Heo | 2017-10-30 | 1 | -1/+1 | |
| * | | | | | | | | | | | | cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.stat | Tejun Heo | 2017-10-26 | 4 | -16/+68 | |
| * | | | | | | | | | | | | sched: Implement interface for cgroup unified hierarchy | Tejun Heo | 2017-09-29 | 1 | -0/+171 | |
| * | | | | | | | | | | | | sched: Misc preps for cgroup unified hierarchy interface | Tejun Heo | 2017-09-29 | 1 | -4/+4 | |
| * | | | | | | | | | | | | sched/cputime: Add dummy cputime_adjust() implementation for CONFIG_VIRT_CPU_... | Tejun Heo | 2017-09-25 | 1 | -0/+7 | |
| * | | | | | | | | | | | | cgroup: statically initialize init_css_set->dfl_cgrp | Tejun Heo | 2017-09-25 | 1 | -0/+8 | |
| * | | | | | | | | | | | | cgroup: Implement cgroup2 basic CPU usage accounting | Tejun Heo | 2017-09-25 | 4 | -3/+365 | |
| * | | | | | | | | | | | | cpuacct: Introduce cgroup_account_cputime[_field]() | Tejun Heo | 2017-09-25 | 7 | -23/+6 | |
| * | | | | | | | | | | | | sched/cputime: Expose cputime_adjust() | Tejun Heo | 2017-09-25 | 1 | -3/+2 | |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2017-11-15 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | workqueue: Fix comment for unbound workqueue's attrbutes | Wang Long | 2017-11-06 | 1 | -1/+2 | |
| * | | | | | | | | | | | | Revert "workqueue: respect isolated cpus when queueing an unbound work" | Tejun Heo | 2017-11-03 | 1 | -5/+1 | |
| * | | | | | | | | | | | | workqueue: respect isolated cpus when queueing an unbound work | Tal Shorer | 2017-10-21 | 1 | -1/+5 | |
* | | | | | | | | | | | | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | kernel/module: Delete an error message for a failed memory allocation in add_... | Markus Elfring | 2017-10-19 | 1 | -3/+1 | |
* | | | | | | | | | | | | | | Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-11-15 | 4 | -55/+85 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | audit: filter PATH records keyed on filesystem magic | Richard Guy Briggs | 2017-11-10 | 2 | -7/+55 | |
| * | | | | | | | | | | | | | | Audit: remove unused audit_log_secctx function | Casey Schaufler | 2017-11-10 | 1 | -26/+0 | |
| * | | | | | | | | | | | | | | audit: Allow auditd to set pid to 0 to end auditing | Steve Grubb | 2017-11-10 | 1 | -13/+16 | |
| * | | | | | | | | | | | | | | audit: use audit_set_enabled() in audit_enable() | Paul Moore | 2017-11-10 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | audit: convert audit_ever_enabled to a boolean | Paul Moore | 2017-11-10 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | audit: don't use simple_strtol() anymore | Paul Moore | 2017-11-10 | 1 | -2/+7 | |
| * | | | | | | | | | | | | | | audit: initialize the audit subsystem as early as possible | Paul Moore | 2017-11-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | audit: ensure that 'audit=1' actually enables audit for PID 1 | Paul Moore | 2017-11-10 | 1 | -5/+5 |