summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2019-05-26Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-10/+20
2019-05-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda-10/+20
2019-05-25Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-3/+11
2019-05-24Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds-17/+4
2019-05-24locking/lock_events: Use this_cpu_add() when necessaryWaiman Long-2/+40
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 38Thomas Gleixner-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner-15/+3
2019-05-22kernel/trace/trace.h: Remove duplicate header of trace_seq.hJagadeesh Pagadala-1/+0
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-112/+70
2019-05-21tracing: Add a check_val() check before updating cond_snapshot() track_valTom Zanussi-0/+6
2019-05-21tracing: Check keys for variable references in expressions tooTom Zanussi-2/+2
2019-05-21tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi-0/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 25Thomas Gleixner-20/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-78/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9Thomas Gleixner-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+16
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+45
2019-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-9/+29
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+16
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+31
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang-2/+16
2019-05-16Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+1
2019-05-16bpf: relax inode permission check for retrieving bpf programChenbo Feng-1/+1
2019-05-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2019-05-16Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-15/+31
2019-05-16signal: unconditionally leave the frozen state in ptrace_stop()Roman Gushchin-0/+1
2019-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-8/+28
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-400/+998
2019-05-15kernel/compat.c: mark expected switch fall-throughsStephen Rothwell-0/+3
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-188/+1444
2019-05-14panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen-5/+17
2019-05-14panic: avoid the extra noise dmesgFeng Tang-0/+13
2019-05-14gcov: clang supportGreg Hackmann-2/+611
2019-05-14gcov: clang: move common GCC code into gcc_base.cGreg Hackmann-84/+93
2019-05-14kernel/pid.c: remove unneeded hash header fileTimmy Li-1/+0
2019-05-14kernel/sysctl.c: fix proc_do_large_bitmap for large input buffersEric Sandeen-1/+28
2019-05-14sysctl: return -EINVAL if val violates minmaxChristian Brauner-2/+4
2019-05-14kernel/sysctl.c: switch to bitmap_zalloc()Andy Shevchenko-4/+2
2019-05-14kernel/signal.c: annotate implicit fall throughMathieu Malaterre-0/+1
2019-05-14kernel/user.c: clean up some leftover codeRasmus Villemoes-6/+1
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tr...Lin Feng-2/+2
2019-05-14kernel/latencytop.c: remove unnecessary checks for latencytop_enabledLin Feng-6/+0
2019-05-14kernel/notifier.c: double register detectionVasily Averin-0/+1
2019-05-14kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg-7/+13
2019-05-14psi: introduce psi monitorSuren Baghdasaryan-18/+547
2019-05-14include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan-0/+1
2019-05-14psi: track changed statesSuren Baghdasaryan-6/+18
2019-05-14psi: split update_stats into partsSuren Baghdasaryan-23/+34
2019-05-14psi: rename psi fields in preparation for psi trigger additionSuren Baghdasaryan-20/+21
2019-05-14psi: make psi_enable staticSuren Baghdasaryan-2/+2