summaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-09tracing: Update synth command errorsTom Zanussi1-11/+19
2021-02-09tracing: Rework synthetic event command parsingTom Zanussi1-102/+143
2021-02-09tracing/dynevent: Delegate parsing to create functionMasami Hiramatsu9-73/+120
2021-02-09kprobes: Warn if the kprobe is reregisteredMasami Hiramatsu1-5/+8
2021-02-09ftrace: Remove unused ftrace_force_update()Jinyang He1-2/+0
2021-02-09tracepoints: Code clean upSteven Rostedt (VMware)2-57/+36
2021-02-09tracepoints: Do not punish non static call usersSteven Rostedt (VMware)1-10/+13
2021-02-09tracepoints: Remove unnecessary "data_args" macro parameterSteven Rostedt (VMware)1-20/+11
2021-02-06tracing: Do not create "enable" or "filter" files for ftrace event subsystemSteven Rostedt (VMware)1-9/+13
2021-02-02kernel: trace: preemptirq_delay_test: add cpu affinitySong Chen2-0/+18
2021-02-02tracepoint: Do not fail unregistering a probe due to memory failureSteven Rostedt (VMware)1-16/+64
2021-02-02tracing: Remove definition of DEBUG in trace_mmiotrace.cTom Rix1-2/+0
2021-02-02tracing: Fix a kernel doc warningBean Huo1-0/+1
2021-02-02tracing: Fix spelling of controlling in uprobesBhaskar Chowdhury1-1/+1
2021-02-02tracing: Fix spelling mistake in Kconfig "infinit" -> "infinite"Colin Ian King1-1/+1
2021-02-02tracing: Remove NULL check from current in tracing_generic_entry_update().Sebastian Andrzej Siewior1-3/+1
2021-02-02tracing: Use in_serving_softirq() to deduct softirq status.Sebastian Andrzej Siewior1-2/+1
2021-02-02tracing: Inline tracing_gen_ctx_flags()Sebastian Andrzej Siewior3-58/+53
2021-02-02tracing: Merge irqflags + preempt counter.Sebastian Andrzej Siewior17-308/+287
2021-02-02ring-buffer: Drop unneeded check in ring_buffer_resize()Qiujun Huang1-5/+1
2021-02-02ring-buffer: Remove cpu_buffer argument from the rb_inc_page()Qiujun Huang1-19/+16
2021-02-02tracing: Remove get/put_cpu() from function_trace_initQiujun Huang1-2/+1
2021-02-02tracing: Update trace_ignore_this_task() kernel-doc commentQiujun Huang1-1/+2
2021-02-02tracing: Add printf attribute to log functionTom Rix1-1/+2
2021-02-02tracepoint: Fix race between tracing and removing tracepointAlexey Kardashevskiy1-5/+7
2021-01-29kretprobe: Avoid re-registration of the same kretprobe earlierWang ShaoBo1-0/+4
2021-01-29tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu3-14/+32
2021-01-29tracing: Use pause-on-trace with the latency tracersViktor Rosendahl1-0/+4
2021-01-29fgraph: Initialize tracing_graph_pause at task creationSteven Rostedt (VMware)2-3/+2
2021-01-25Linux 5.11-rc5v5.11-rc5Linus Torvalds1-1/+1
2021-01-24MAINTAINERS: add a couple more files to the Clang/LLVM sectionNathan Chancellor1-0/+2
2021-01-24proc_sysctl: fix oops caused by incorrect command parametersXiaoming Ni1-1/+6
2021-01-24powerpc/mm/highmem: use __set_pte_at() for kmap_local()Thomas Gleixner1-0/+2
2021-01-24mips/mm/highmem: use set_pte() for kmap_local()Thomas Gleixner1-0/+1
2021-01-24mm/highmem: prepare for overriding set_pte_at()Thomas Gleixner1-1/+6
2021-01-24sparc/mm/highmem: flush cache and TLBThomas Gleixner1-4/+5
2021-01-24mm: fix page reference leak in soft_offline_page()Dan Williams1-4/+16
2021-01-24ubsan: disable unsigned-overflow check for i386Arnd Bergmann1-0/+1
2021-01-24kasan, mm: fix resetting page_alloc tags for HW_TAGSAndrey Konovalov1-0/+2
2021-01-24kasan, mm: fix conflicts with init_on_alloc/freeAndrey Konovalov1-3/+4
2021-01-24kasan: fix HW_TAGS boot parametersAndrey Konovalov2-66/+38
2021-01-24kasan: fix incorrect arguments passing in kasan_add_zero_shadowLecopzer Chen1-2/+1
2021-01-24kasan: fix unaligned address is unhandled in kasan_remove_zero_shadowLecopzer Chen1-8/+12
2021-01-24mm: fix numa stats for thp migrationShakeel Butt1-11/+12
2021-01-24mm: memcg: fix memcg file_dirty numa statShakeel Butt1-2/+2
2021-01-24mm: memcg/slab: optimize objcg stock drainingRoman Gushchin1-3/+1
2021-01-24mm: fix initialization of struct page for holes in memory layoutMike Rapoport1-34/+50
2021-01-24x86/setup: don't remove E820_TYPE_RAM for pfn 0Mike Rapoport1-11/+9
2021-01-24io_uring: account io_uring internal files as REQ_F_INFLIGHTJens Axboe1-10/+26
2021-01-24io_uring: fix sleeping under spin in __io_clean_opPavel Begunkov1-5/+5