aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-17tracing: Have ftrace_dump_on_oops kernel parameter take numbersSteven Rostedt (VMware)1-2/+2
2021-06-17tracing: Add tp_printk_stop_on_boot optionSteven Rostedt (VMware)1-11/+29
2021-06-10tracing: Add better comments for the filtering temp buffer use caseSteven Rostedt (VMware)1-1/+35
2021-06-10tracing: Simplify the max length test when using the filtering temp bufferSteven Rostedt (VMware)1-1/+3
2021-06-10tracing/boot: Add per-group/all events enablementMasami Hiramatsu1-2/+25
2021-06-10tracing: Add WARN_ON_ONCE when returned value is negativeHyeonggon Yoo1-0/+1
2021-06-10tracing: Fix set_named_trigger_data() kernel-doc commentQiujun Huang1-1/+2
2021-06-10tracing: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-06-10ring-buffer: Use fallthrough pseudo-keywordWei Ming Chen1-1/+1
2021-06-10tracing: Remove redundant assignment to event_varJiapeng Chong1-1/+1
2021-06-08tracing: Correct the length check which causes memory corruptionLiangyan1-1/+1
2021-06-08ftrace: Do not blindly read the ip address in ftrace_bug()Steven Rostedt (VMware)1-1/+7
2021-06-04Merge tag 'net-5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-22/+17
2021-06-02bpf, lockdown, audit: Fix buggy SELinux lockdown permission checksDaniel Borkmann2-22/+17
2021-05-29Merge tag 'seccomp-fixes-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-14/+16
2021-05-29seccomp: Refactor notification handler to prepare for new semanticsSargun Dhillon1-14/+16
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-72/+216
2021-05-25bpf: No need to simulate speculative domain for immediatesDaniel Borkmann1-1/+5
2021-05-25bpf: Fix mask direction swap upon off reg sign changeDaniel Borkmann1-10/+12
2021-05-25bpf: Wrap aux data inside bpf_sanitize_info containerDaniel Borkmann1-7/+11
2021-05-25bpf: Fix BPF_LSM kconfig symbol dependencyDaniel Borkmann1-0/+2
2021-05-24Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds5-16/+13
2021-05-24Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+10
2021-05-24cgroup: fix spelling mistakesZhen Lei5-8/+8
2021-05-23Merge tag 'locking-urgent-2021-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-13/+19
2021-05-22watchdog: reliable handling of timestampsPetr Mladek1-14/+20
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-34/+36
2021-05-21Merge tag 'modules-for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-6/+11
2021-05-20Merge branch 'urgent.2021.05.20a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-1/+2
2021-05-20bpf, offload: Reorder offload callback 'prepare' in verifierYinjun Zhang1-6/+6
2021-05-20bpf: Avoid using ARRAY_SIZE on an uninitialized pointerFlorent Revest1-2/+3
2021-05-20bpf: Clarify a bpf_bprintf_prepare macroFlorent Revest1-4/+5
2021-05-20bpf: Fix BPF_JIT kconfig symbol dependencyDaniel Borkmann1-0/+1
2021-05-20wq: handle VM suspension in stall detectionSergey Senozhatsky1-2/+10
2021-05-20cgroup: disable controllers at parse timeShakeel Butt1-8/+5
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman1-8/+13
2021-05-18signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman2-9/+15
2021-05-18signal: Implement SIL_FAULT_TRAPNOEric W. Biederman1-22/+12
2021-05-18siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman1-0/+1
2021-05-18kcsan: Fix debugfs initcall return typeArnd Bergmann1-1/+2
2021-05-18locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signalZqiang4-11/+17
2021-05-18locking/lockdep: Correct calling tracepointsLeo Yan1-2/+2
2021-05-17module: check for exit sections in layout_sections() instead of module_init_section()Jessica Yu1-6/+11
2021-05-16Merge tag 'timers-urgent-2021-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-05-15Merge tag 'sched-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-05-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-05-14kernel/resource: fix return code check in __request_free_mem_regionAlistair Popple1-1/+1
2021-05-14Merge tag 'trace-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+27
2021-05-13tracing: Handle %.*s in trace_check_vprintf()Steven Rostedt (VMware)1-4/+27
2021-05-12ptrace: make ptrace() fail if the tracee changed its pid unexpectedlyOleg Nesterov1-1/+17