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-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
| * | | | cgroup: Make debug cgroup support v2 and thread modeWaiman Long2017-06-141-17/+153
| * | | | cgroup: Make Kconfig prompt of debug cgroup more accurateWaiman Long2017-06-141-0/+6
| * | | | cgroup: Move debug cgroup to its own fileWaiman Long2017-06-144-148/+157
| * | | | cgroup: Keep accurate count of tasks in each css_setWaiman Long2017-06-142-5/+11
| |/ / /
* | | | Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-052-39/+20
|\ \ \ \
| * | | | bpf: don't open-code memdup_user()Al Viro2017-06-301-29/+16
| * | | | kimage_file_prepare_segments(): don't open-code memdup_user()Al Viro2017-06-301-10/+4
| | |_|/ | |/| |
* | | | Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-057-147/+241
|\ \ \ \
| * | | | posix_clocks: Use get_itimerspec64() and put_itimerspec64()Deepa Dinamani2017-06-301-28/+16
| * | | | nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-304-37/+25
| * | | | posix-timers: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-302-76/+70