aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-21tracing/boot, kprobe, synth: Initialize boot-time tracing earlierMasami Hiramatsu3-10/+22
2020-09-21tracing: Enable creating new instance early bootMasami Hiramatsu3-19/+63
2020-09-21tracing: Enable adding dynamic events early stageMasami Hiramatsu1-1/+8
2020-09-21tracing: Define event fields early stageMasami Hiramatsu1-37/+55
2020-09-21kprobes: Init kprobes in early_initcallMasami Hiramatsu1-1/+1
2020-09-21tracing/uprobes: Support perf-style return probeMasami Hiramatsu2-2/+15
2020-09-21tracing/kprobes: Support perf-style return probeMasami Hiramatsu3-2/+19
2020-09-21tracing/boot: Add per-instance tracing_on option supportMasami Hiramatsu1-0/+10
2020-09-21fgraph: Convert ret_stack tasklist scanning to rcuDavidlohr Bueso1-4/+4
2020-09-21tracing: remove a pointless assignmentDan Carpenter1-1/+0
2020-09-21kprobes: Use module_name() macroJarkko Sakkinen1-3/+4
2020-09-21tracing: Use __this_cpu_read() in trace_buffered_event_enable()Xianting Tian1-1/+1
2020-09-21tracing: Delete repeated words in commentsRandy Dunlap5-5/+5
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointerWei Yang11-61/+57
2020-09-18tracing: toplevel d_entry already initializedWei Yang1-7/+2
2020-09-18kprobes: tracing/kprobes: Fix to kill kprobes on initmem after bootMasami Hiramatsu1-0/+22
2020-09-18tracing: fix double freeTom Rix1-1/+0
2020-09-18ftrace: Let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser1-2/+1
2020-09-18tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2-25/+25
2020-09-18ftrace: Fix missing synchronize_rcu() removing trampoline from kallsymsAdrian Hunter1-0/+1
2020-09-18ftrace: Free the trampoline when ftrace_startup() failsMiroslav Benes1-0/+2
2020-09-18kprobes: Fix to check probe enabled before disarm_kprobe_ftrace()Masami Hiramatsu1-2/+3
2020-09-12Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-6/+18
2020-09-11gcov: add support for GCC 10.1Peter Oberparleiter2-2/+3
2020-09-09Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+3
2020-09-08seccomp: don't leave dangling ->notif if file allocation failsTycho Andersen1-3/+8
2020-09-08seccomp: don't leak memory when filter install racesTycho Andersen1-3/+10
2020-09-06Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+29
2020-09-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-09-05fork: adjust sysctl_max_threads definition to match prototypeTobias Klauser1-1/+1
2020-09-04gcov: Disable gcov build with GCC 10Leon Romanovsky1-0/+1
2020-09-04x86/entry: Unbreak 32bit fast syscallThomas Gleixner1-6/+29
2020-09-04padata: fix possible padata_works_lock deadlockDaniel Jordan1-2/+3
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+2
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-21/+22
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPThomas Gleixner1-0/+7
2020-08-27dma-pool: Fix an uninitialized variable bug in atomic_pool_expand()Dan Carpenter1-1/+1
2020-08-26lockdep,trace: Expose tracepointsPeter Zijlstra1-5/+9
2020-08-26cpuidle: Move trace_cpu_idle() into generic codePeter Zijlstra1-0/+3
2020-08-26sched,idle,rcu: Push rcu_idle deeper into the idle pathPeter Zijlstra1-14/+8
2020-08-26lockdep: Use raw_cpu_*() for per-cpu variablesPeter Zijlstra1-2/+2
2020-08-24bpf, sysctl: Let bpf_stats_handler take a kernel pointer bufferTobias Klauser1-2/+1
2020-08-24bpf: Fix a buffer out-of-bound access when filling raw_tp link_infoYonghong Song1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva26-41/+41
2020-08-23Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+18
2020-08-21Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+2
2020-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-3/+18
2020-08-21uprobes: __replace_page() avoid BUG in munlock_vma_page()Hugh Dickins1-1/+1