summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-069-43/+25
|\
| * mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner2017-07-061-4/+4
| * mm, cpuset: always use seqlock when changing task's nodemaskVlastimil Babka2017-07-061-21/+8
| * mm, mempolicy: simplify rebinding mempolicies when updating cpusetsVlastimil Babka2017-07-061-3/+1
| * mm: update callers to use HASH_ZERO flagPavel Tatashin2017-07-062-6/+4
| * kernel/exit.c: don't include unused userfaultfd_k.hMike Rapoport2017-07-061-1/+0
| * mm, memory_hotplug: replace for_device by want_memblock in arch_add_memoryMichal Hocko2017-07-061-1/+1
| * mm, memory_hotplug: do not associate hotadded memory to zones until onlineMichal Hocko2017-07-061-0/+4
| * kernel/module.c: use linux/set_memory.hMichael Ellerman2017-07-061-3/+1
| * kernel/power/snapshot.c: use linux/set_memory.hMichael Ellerman2017-07-061-3/+1
| * kernel/extable.c: mark core_kernel_text notraceMarcin Nowakowski2017-07-061-1/+1
* | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-063-281/+241
|\ \
| * | rt_sigtimedwait(): move compat to nativeAl Viro2017-06-092-33/+35
| * | put_compat_rusage(): switch to copy_to_user()Al Viro2017-06-091-19/+21
| * | sigpending(): move compat to nativeAl Viro2017-06-092-23/+12
| * | getrlimit()/setrlimit(): move compat to nativeAl Viro2017-06-092-38/+48
| * | times(2): move compat to nativeAl Viro2017-06-092-25/+27
| * | compat_{get,put}_bitmap(): use unsafe_{get,put}_user()Al Viro2017-06-091-53/+28
| * | do_sigaltstack(): lift copying to/from userland into callersAl Viro2017-05-271-61/+46
| * | take compat_sys_old_getrlimit() to native syscallAl Viro2017-05-272-29/+24
* | | Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-07-068-210/+737
|\ \ \ | |_|/ |/| |
| * | ftrace: Test for NULL iter->tr in regex for stack_trace_filter changesSteven Rostedt (VMware)2017-07-051-1/+1
| * | Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/coreSteven Rostedt (VMware)2017-07-054-5/+19
| |\ \
| * | | ftrace: Decrement count for dyn_ftrace_total_info for init functionsSteven Rostedt (VMware)2017-06-281-0/+1
| * | | ftrace: Unlock hash mutex on failed allocation in process_mod_list()Steven Rostedt (VMware)2017-06-281-1/+2
| * | | tracing: Add support for display of tgid in trace outputJoel Fernandes2017-06-272-14/+31
| * | | tracing: Add support for recording tgid of tasksJoel Fernandes2017-06-274-25/+201
| * | | ftrace: Decrement count for dyn_ftrace_total_info fileSteven Rostedt (VMware)2017-06-271-0/+1
| * | | ftrace: Remove unused function ftrace_arch_read_dyn_info()Steven Rostedt (VMware)2017-06-271-18/+3
| * | | ftrace: Have cached module filters be an active filterSteven Rostedt (VMware)2017-06-262-6/+21
| * | | ftrace: Implement cached modules tracing on module loadSteven Rostedt (VMware)2017-06-261-0/+93
| * | | ftrace: Have the cached module list show in set_ftrace_filterSteven Rostedt (VMware)2017-06-261-12/+100
| * | | ftrace: Add :mod: caching infrastructure to trace_arraySteven Rostedt (VMware)2017-06-262-6/+148
| * | | tracing: Show address when function names are not foundSteven Rostedt (VMware)2017-06-221-4/+14
| * | | tracing: Rename update the enum_map fileJeremy Linton2017-06-132-21/+21
| * | | tracing: Rename enum_replace to eval_replaceJeremy Linton2017-06-131-6/+6
| * | | trace: rename enum_map functionsJeremy Linton2017-06-133-40/+40
| * | | trace: rename trace.c enum functionsJeremy Linton2017-06-131-6/+6
| * | | trace: rename trace_enum_mutex to trace_eval_mutexJeremy Linton2017-06-131-7/+7
| * | | trace: rename trace enum data structures in trace.cJeremy Linton2017-06-131-26/+26
| * | | trace: rename struct module entry for trace enumsJeremy Linton2017-06-132-6/+6
| * | | trace: rename trace_enum_map to trace_eval_mapJeremy Linton2017-06-133-21/+21
| * | | trace: rename kernel enum section to evalJeremy Linton2017-06-132-5/+5
| * | | tracing: Remove unused declaration of trace_stop_cmdline_recordingJoel Fernandes2017-06-131-2/+0
* | | | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-07-065-182/+488
|\ \ \ \
| * | | | cgroup: implement "nsdelegate" mount optionTejun Heo2017-06-281-5/+83
| * | | | cgroup: restructure cgroup_procs_write_permission()Tejun Heo2017-06-281-24/+33
| * | | | cgroup: fix lockdep warning in debug controllerTejun Heo2017-06-141-8/+21
| * | | | cgroup: refactor cgroup_masks_read() in the debug controllerTejun Heo2017-06-141-25/+21
| * | | | cgroup: make debug an implicit controller on cgroup2Tejun Heo2017-06-141-3/+56