aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-05-24perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataPeter Zijlstra1-3/+3
2019-05-24perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra1-0/+9
2019-05-24perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui1-4/+20
2019-05-24locking/lockdep: Don't complain about incorrect name for no validate classSebastian Andrzej Siewior1-1/+2
2019-05-23audit: add saddr_fam filter fieldRichard Guy Briggs2-0/+10
2019-05-23audit: re-structure audit field valid checksRichard Guy Briggs1-22/+34
2019-05-24bpf: convert explored_states to hash tableAlexei Starovoitov1-5/+18
2019-05-24bpf: split explored_statesAlexei Starovoitov1-18/+13
2019-05-24bpf: cleanup explored_statesAlexei Starovoitov1-9/+20
2019-05-23bpf: bump jmp sequence limitAlexei Starovoitov1-3/+4
2019-05-22signal: Correct namespace fixups of si_pid and si_uidEric W. Biederman1-27/+40
2019-05-22signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman1-8/+61
2019-05-22kernel/trace/trace.h: Remove duplicate header of trace_seq.hJagadeesh Pagadala1-1/+0
2019-05-22keys: sparse: Fix key_fs[ug]id_changed()David Howells1-2/+2
2019-05-21audit: deliver signal_info regarless of syscallRichard Guy Briggs4-19/+37
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds70-112/+70
2019-05-21tracing: Add a check_val() check before updating cond_snapshot() track_valTom Zanussi1-0/+6
2019-05-21tracing: Check keys for variable references in expressions tooTom Zanussi1-2/+2
2019-05-21tracing: Prevent hist_field_var_ref() from accessing NULL tracing_map_eltsTom Zanussi1-0/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 25Thomas Gleixner2-20/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner6-78/+6
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 9Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner16-0/+16
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner45-0/+45
2019-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-9/+29
2019-05-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+16
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-1/+31
2019-05-19stacktrace: Unbreak stack_trace_save_tsk_reliable()Joe Lawrence1-1/+1
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang2-2/+16
2019-05-16Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+1
2019-05-16bpf: relax inode permission check for retrieving bpf programChenbo Feng1-1/+1
2019-05-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-05-16Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+31
2019-05-16signal: unconditionally leave the frozen state in ptrace_stop()Roman Gushchin1-0/+1
2019-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-8/+28
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds19-398/+996
2019-05-15kernel/compat.c: mark expected switch fall-throughsStephen Rothwell1-0/+3
2019-05-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds23-188/+1444
2019-05-14panic/reboot: allow specifying reboot_mode for panic onlyAaro Koskinen2-5/+17
2019-05-14panic: avoid the extra noise dmesgFeng Tang2-0/+13
2019-05-14gcov: clang supportGreg Hackmann7-2/+611
2019-05-14gcov: clang: move common GCC code into gcc_base.cGreg Hackmann4-84/+93
2019-05-14kernel/pid.c: remove unneeded hash header fileTimmy Li1-1/+0
2019-05-14kernel/sysctl.c: fix proc_do_large_bitmap for large input buffersEric Sandeen1-1/+28
2019-05-14sysctl: return -EINVAL if val violates minmaxChristian Brauner1-2/+4
2019-05-14kernel/sysctl.c: switch to bitmap_zalloc()Andy Shevchenko1-4/+2
2019-05-14kernel/signal.c: annotate implicit fall throughMathieu Malaterre1-0/+1
2019-05-14kernel/user.c: clean up some leftover codeRasmus Villemoes1-6/+1
2019-05-14kernel/latencytop.c: rename clear_all_latency_tracing to clear_tsk_latency_tracingLin Feng2-2/+2
2019-05-14kernel/latencytop.c: remove unnecessary checks for latencytop_enabledLin Feng1-6/+0