summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | tracing: Add trace_total_entries() / trace_total_entries_cpu()Douglas Anderson2019-05-032-15/+53
| * | | | | | | tracing: kdb: The skip_lines parameter should have been skip_entriesDouglas Anderson2019-05-031-8/+8
| * | | | | | | function_graph: Have selftest also emulate tr->reset() as it did with tr->init()Steven Rostedt (VMware)2019-04-221-1/+4
| * | | | | | | ftrace: Do not process STUB functions in ftrace_ops_list_func()Steven Rostedt (VMware)2019-04-111-0/+3
| * | | | | | | ftrace: Remove ASSIGN_OPS_HASH() macro from ftrace.cSteven Rostedt (VMware)2019-04-101-4/+0Star
| * | | | | | | rcu: validate arguments for rcu tracepointsYafang Shao2019-04-082-11/+6Star
| * | | | | | | tracing: Add error_log to READMETom Zanussi2019-04-081-0/+1
| * | | | | | | tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)2019-04-085-23/+46
| * | | | | | | tracing: Have histogram code pass around trace_array for error handlingSteven Rostedt (VMware)2019-04-081-62/+80
| * | | | | | | tracing: Add trace_array parameter to create_event_filter()Steven Rostedt (VMware)2019-04-083-13/+18
| * | | | | | | tracing: Use tracing error_log with probe eventsMasami Hiramatsu2019-04-034-124/+348
| * | | | | | | tracing: Use tracing error_log with trace event filtersTom Zanussi2019-04-031-2/+9
| * | | | | | | tracing: Use tracing error_log with hist triggersTom Zanussi2019-04-031-102/+104
| * | | | | | | tracing: Save the last hist command's associated event nameTom Zanussi2019-04-031-6/+27
| * | | | | | | tracing: Add tracing error logTom Zanussi2019-04-032-0/+222
| * | | | | | | tracing: Kernel access to Ftrace instancesDivya Indi2019-04-032-24/+51
| * | | | | | | ring-buffer: Fix ring buffer size in rb_write_something()YueHaibing2019-04-031-1/+1
* | | | | | | | kernel/compat.c: mark expected switch fall-throughsStephen Rothwell2019-05-151-0/+3
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-1523-188/+1444
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen2019-05-152-5/+17
| * | | | | | | panic: avoid the extra noise dmesgFeng Tang2019-05-152-0/+13
| * | | | | | | gcov: clang supportGreg Hackmann2019-05-157-2/+611
| * | | | | | | gcov: clang: move common GCC code into gcc_base.cGreg Hackmann2019-05-154-84/+93
| * | | | | | | kernel/pid.c: remove unneeded hash header fileTimmy Li2019-05-151-1/+0Star
| * | | | | | | kernel/sysctl.c: fix proc_do_large_bitmap for large input buffersEric Sandeen2019-05-151-1/+28
| * | | | | | | sysctl: return -EINVAL if val violates minmaxChristian Brauner2019-05-151-2/+4
| * | | | | | | kernel/sysctl.c: switch to bitmap_zalloc()Andy Shevchenko2019-05-151-4/+2Star
| * | | | | | | kernel/signal.c: annotate implicit fall throughMathieu Malaterre2019-05-151-0/+1
| * | | | | | | kernel/user.c: clean up some leftover codeRasmus Villemoes2019-05-151-6/+1Star
| * | | | | | | kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng2019-05-152-2/+2
| * | | | | | | kernel/latencytop.c: remove unnecessary checks for latencytop_enabledLin Feng2019-05-151-6/+0Star
| * | | | | | | kernel/notifier.c: double register detectionVasily Averin2019-05-151-0/+1
| * | | | | | | kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg2019-05-152-7/+13
| * | | | | | | psi: introduce psi monitorSuren Baghdasaryan2019-05-152-18/+547
| * | | | | | | include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan2019-05-151-0/+1
| * | | | | | | psi: track changed statesSuren Baghdasaryan2019-05-151-6/+18
| * | | | | | | psi: split update_stats into partsSuren Baghdasaryan2019-05-151-23/+34
| * | | | | | | psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan2019-05-151-20/+21
| * | | | | | | psi: make psi_enable staticSuren Baghdasaryan2019-05-151-2/+2
| * | | | | | | psi: introduce state_mask to represent stalled psi statesSuren Baghdasaryan2019-05-151-10/+19
| * | | | | | | mm: change mm_update_next_owner() to update mm->owner with WRITE_ONCEAndrea Arcangeli2019-05-151-3/+3
| * | | | | | | userfaultfd: use RCU to free the task struct when fork failsAndrea Arcangeli2019-05-151-2/+29
| * | | | | | | kernel/Makefile: don't assume that kernel/gen_ikh_data.sh is executableAndrew Morton2019-05-151-1/+1
* | | | | | | | Merge tag 'kgdb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2019-05-145-9/+8Star
|\ \ \ \ \ \ \ \
| * | | | | | | | kdb: Fix bound check compiler warningWenlin Kang2019-05-141-1/+1
| * | | | | | | | kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter2019-05-121-1/+1
| * | | | | | | | kdb: Get rid of broken attempt to print CCVERSION in kdb summaryDouglas Anderson2019-05-122-2/+0Star
| * | | | | | | | kdb: kdb_support: replace strcpy() by strscpy()Gustavo A. R. Silva2019-05-021-1/+1
| * | | | | | | | gdbstub: Replace strcpy() by strscpy()Gustavo A. R. Silva2019-05-021-2/+2
| * | | | | | | | gdbstub: mark expected switch fall-throughsGustavo A. R. Silva2019-05-021-2/+3
| | |_|_|_|_|/ / | |/| | | | | |