summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | ftrace: Allow module init functions to be tracedSteven Rostedt (VMware)2017-10-052-2/+6
| * | | | | | | ftrace: Add a ftrace_free_mem() function for modules to useSteven Rostedt (VMware)2017-10-041-3/+11
| * | | | | | | tracing: Reimplement log2Tom Zanussi2017-10-041-4/+27
| * | | | | | | tracing: Add hist_field_name() accessorTom Zanussi2017-10-041-22/+45
| * | | | | | | tracing: Clean up hist_field_flags enumTom Zanussi2017-10-041-10/+10
| * | | | | | | tracing: Make traceprobe parsing code reusableTom Zanussi2017-10-046-103/+103
| * | | | | | | tracing: Increase tracing map KEYS_MAX sizeTom Zanussi2017-10-041-1/+1
| * | | | | | | tracing: Remove lookups from tracing_map hitcountTom Zanussi2017-10-041-1/+2
| * | | | | | | tracing: Exclude 'generic fields' from histogramsTom Zanussi2017-10-041-2/+2
| * | | | | | | ring-buffer: Rewrite trace_recursive_(un)lock() to be simplerSteven Rostedt (VMware)2017-10-041-47/+17
| * | | | | | | tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)2017-10-042-16/+20
| * | | | | | | tracing: Remove redundant unread variable retColin Ian King2017-10-041-4/+2
| * | | | | | | tracing: Remove obsolete sched_switch tracer selftestJoel Fernandes2017-10-042-34/+0
* | | | | | | | 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