aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-12tracing: Have existing event_command implementations use helpersftrace/cleanup-hist-func-v2Tom Zanussi2-159/+51
2021-11-12tracing: Add helper functions to simplify event_command callback handlingTom Zanussi2-0/+157
2021-11-01ftrace/samples: Add missing prototype for my_direct_funcJiri Olsa1-0/+2
2021-11-01tracing/selftests: Add tests for hist trigger expression parsingKalesh Singh1-0/+63
2021-11-01tracing/histogram: Document hist trigger variablesKalesh Singh1-0/+11
2021-11-01tracing/histogram: Update division by 0 documentationKalesh Singh1-1/+2
2021-11-01tracing/histogram: Optimize division by constantsKalesh Singh1-1/+104
2021-11-01tracing/osnoise: Remove PREEMPT_RT ifdefs from inside functionsDaniel Bristot de Oliveira1-9/+4
2021-11-01tracing/osnoise: Remove STACKTRACE ifdefs from inside functionsDaniel Bristot de Oliveira1-15/+29
2021-11-01tracing/osnoise: Allow multiple instances of the same tracerDaniel Bristot de Oliveira1-23/+78
2021-11-01tracing/osnoise: Remove TIMERLAT ifdefs from inside functionsDaniel Bristot de Oliveira1-44/+106
2021-11-01tracing/osnoise: Support a list of trace_array *trDaniel Bristot de Oliveira1-69/+192
2021-11-01tracing/osnoise: Use start/stop_per_cpu_kthreads() on osnoise_cpus_write()Daniel Bristot de Oliveira1-5/+2
2021-11-01tracing/osnoise: Split workload start from the tracer startDaniel Bristot de Oliveira1-23/+36
2021-11-01tracing/osnoise: Improve comments about barrier need for NMI callbacksDaniel Bristot de Oliveira1-1/+7
2021-11-01tracing/osnoise: Do not follow tracing_cpumaskDaniel Bristot de Oliveira1-18/+6
2021-10-29tracing/histogram: Fix semicolon.cocci warningskernel test robot1-1/+1
2021-10-28tracing/histogram: Fix documentation inline emphasis warningKalesh Singh1-1/+1
2021-10-27tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker togetherRobin H. Johnson1-1/+1
2021-10-27tracing: Show size of requested perf bufferRobin H. Johnson1-1/+2
2021-10-27bootconfig: Initialize ret in xbc_parse_tree()Steven Rostedt (VMware)1-1/+1
2021-10-27ftrace: do CPU checking after preemption disabled王贇1-3/+3
2021-10-27ftrace: disable preemption when recursion locked王贇9-32/+21
2021-10-26tracing/histogram: Document expression arithmetic and constantsKalesh Singh1-0/+14
2021-10-26tracing/histogram: Optimize division by a power of 2Kalesh Singh1-0/+4
2021-10-26tracing/histogram: Covert expr to const if both operands are constantsKalesh Singh1-30/+74
2021-10-26tracing/histogram: Simplify handling of .sym-offset in expressionsKalesh Singh1-26/+17
2021-10-26tracing: Fix operator precedence for hist triggers expressionKalesh Singh1-70/+140
2021-10-26tracing: Add division and multiplication support for hist triggersKalesh Singh1-1/+71
2021-10-26tracing: Add support for creating hist trigger variables from literalKalesh Singh1-1/+70
2021-10-26selftests/ftrace: Stop tracing while reading the trace file by defaultMasami Hiramatsu2-1/+13
2021-10-26MAINTAINERS: Update KPROBES and TRACING entriesTiezhu Yang1-1/+4
2021-10-26test_kprobes: Move it from kernel/ to lib/Tiezhu Yang3-1/+1
2021-10-26docs, kprobes: Remove invalid URL and add new referenceTiezhu Yang1-1/+1
2021-10-26samples/kretprobes: Fix return value if register_kretprobe() failedTiezhu Yang1-1/+1
2021-10-26lib/bootconfig: Fix the xbc_get_info kerneldocMasami Hiramatsu1-2/+2
2021-10-26kprobes: Add a test case for stacktrace from kretprobe handlerMasami Hiramatsu3-0/+171
2021-10-26lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init functionMasami Hiramatsu1-2/+2
2021-10-26ftrace/sh: Add arch_ftrace_ops_list_func stub to have compressed image still ...Steven Rostedt (VMware)1-0/+3
2021-10-26tracing/hwlat: Make some internal symbols staticWang ShaoBo1-2/+2
2021-10-26tracing: Fix missing trace_boot_init_histograms kstrdup NULL checksMathieu Desnoyers1-0/+4
2021-10-25trace/timerlat: Add migrate-disabled field to the timerlat headerDaniel Bristot de Oliveira1-5/+6
2021-10-25trace/osnoise: Add migrate-disabled field to the osnoise headerDaniel Bristot de Oliveira1-7/+7
2021-10-25tracing/doc: Fix typos on the timerlat tracer documentationDaniel Bristot de Oliveira1-12/+12
2021-10-25trace/osnoise: Fix an ifdef commentDaniel Bristot de Oliveira1-1/+1
2021-10-25perf/core: allow ftrace for functions in kernel/event/core.cSong Liu1-5/+0
2021-10-25tools/latency-collector: Use correct size when writing queue_full_warningViktor Rosendahl1-1/+1
2021-10-25ftrace: Make ftrace_profile_pages_init staticchongjiapeng1-1/+1
2021-10-22ARM: Recover kretprobe modified return address in stacktraceMasami Hiramatsu4-0/+28
2021-10-22ARM: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu1-4/+24
2021-10-22ARM: clang: Do not rely on lr register for stacktraceMasami Hiramatsu1-2/+1
2021-10-22arm64: Recover kretprobe modified return address in stacktraceMasami Hiramatsu3-0/+12
2021-10-22arm64: kprobes: Make a frame pointer on __kretprobe_trampolineMasami Hiramatsu1-0/+4
2021-10-22arm64: kprobes: Record frame pointer with kretprobe instanceMasami Hiramatsu1-2/+2
2021-10-22x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=yMasami Hiramatsu1-0/+6
2021-10-21kprobes: convert tests to kunitSven Schnelle3-167/+61
2021-10-21tracing: use %ps format string to print symbolsArnd Bergmann1-10/+5
2021-10-21tracing: Explain the trace recursion transition bit betterSteven Rostedt (VMware)1-2/+6
2021-10-21ftrace/direct: Do not disable when switching direct callersSteven Rostedt (VMware)1-14/+20
2021-10-21ftrace/samples: Add multi direct interface test moduleJiri Olsa2-0/+53
2021-10-21ftrace: Add multi direct modify interfaceJiri Olsa2-0/+68
2021-10-21ftrace: Add multi direct register/unregister interfaceJiri Olsa2-0/+153
2021-10-21ftrace: Add ftrace_add_rec_direct functionJiri Olsa1-27/+37
2021-10-21tracing: Fix selftest config check for function graph start up testSteven Rostedt (VMware)1-1/+5
2021-10-20tracing: Add trampoline/graph selftestJiri Olsa1-1/+53
2021-10-20x86/ftrace: Make function graph use ftrace directlySteven Rostedt (VMware)5-35/+55
2021-10-20ftrace/x86_64: Have function graph tracer depend on DYNAMIC_FTRACESteven Rostedt (VMware)1-1/+1
2021-10-19x86/ftrace: Remove fault protection code in prepare_ftrace_returnSteven Rostedt (VMware)1-35/+3
2021-10-19x86/ftrace: Remove extra orig rax moveJiri Olsa1-1/+0
2021-10-19tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)4-18/+24
2021-10-19tracing: Reuse logic from perf's get_recursion_context()Steven Rostedt (VMware)2-11/+12
2021-10-19tracing/cfi: Fix cmp_entries_* functions signature mismatchKalesh Singh1-17/+23
2021-10-19tracing: Use linker magic instead of recasting ftrace_ops_list_func()Steven Rostedt (VMware)3-17/+28
2021-10-13tracing: in_irq() cleanupChangbin Du2-2/+2
2021-10-10ftrace: Add unit test for removing trace functionCarles Pey1-0/+34
2021-10-10bootconfig: Cleanup dummy headers in tools/bootconfigMasami Hiramatsu11-91/+93
2021-10-10bootconfig: Replace u16 and u32 with uint16_t and uint32_tMasami Hiramatsu4-27/+25
2021-10-10tools/bootconfig: Print all error message in stderrMasami Hiramatsu3-16/+2
2021-10-10bootconfig: Remove unused debug functionMasami Hiramatsu2-24/+0
2021-10-10bootconfig: Split parse-tree part from xbc_initMasami Hiramatsu1-45/+54
2021-10-10bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu4-7/+7
2021-10-10tools/bootconfig: Run test script when build allMasami Hiramatsu1-1/+1
2021-10-10bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu4-0/+25
2021-10-10bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu4-27/+27
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang13-61/+5
2021-10-08tracing: Disable "other" permission bits in the tracefs filesSteven Rostedt (VMware)15-96/+103
2021-10-08tracefs: Have tracefs directories not set OTH permission bits by defaultSteven Rostedt (VMware)1-1/+2
2021-10-07tracing: Initialize upper and lower vars in pid_list_refill_irq()Steven Rostedt (VMware)1-2/+2
2021-10-05tracing: Create a sparse bitmask for pid filteringSteven Rostedt (VMware)2-35/+445
2021-10-05tracing: Place trace_pid_list logic into abstract functionsSteven Rostedt (VMware)7-61/+217
2021-09-30x86/kprobes: Fixup return address in generic trampoline handlerMasami Hiramatsu3-2/+30
2021-09-30tracing: Show kretprobe unknown indicator only for kretprobe_trampolineMasami Hiramatsu1-13/+4
2021-09-30x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu4-8/+42
2021-09-30x86/kprobes: Push a fake return address at kretprobe_trampolineMasami Hiramatsu1-9/+25
2021-09-30kprobes: Enable stacktrace from pt_regs in kretprobe handlerMasami Hiramatsu1-0/+7
2021-09-30arm: kprobes: Make space for instruction pointer on stackMasami Hiramatsu1-0/+2
2021-09-30ia64: Add instruction_pointer_set() APIMasami Hiramatsu1-0/+5
2021-09-30ARC: Add instruction_pointer_set() APIMasami Hiramatsu1-0/+5
2021-09-30x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf2-2/+16
2021-09-30objtool: Ignore unwind hints for ignored functionsJosh Poimboeuf1-1/+1
2021-09-30objtool: Add frame-pointer-specific function ignoreJosh Poimboeuf2-0/+24
2021-09-30kprobes: Add kretprobe_find_ret_addr() for searching return addressMasami Hiramatsu2-26/+105
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu29-75/+76
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu16-27/+29
2021-09-30kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d...Masami Hiramatsu5-24/+3
2021-09-30ia64: kprobes: Fix to pass correct trampoline address to the handlerMasami Hiramatsu1-4/+5
2021-09-30kprobes: Use bool type for functions which returns boolean valueMasami Hiramatsu3-18/+18
2021-09-30kprobes: treewide: Use 'kprobe_opcode_t *' for the code address in get_optimi...Masami Hiramatsu5-15/+16
2021-09-30kprobes: Add assertions for required lockMasami Hiramatsu1-7/+12
2021-09-30kprobes: Use IS_ENABLED() instead of kprobes_built_in()Masami Hiramatsu1-13/+1
2021-09-30kprobes: Fix coding style issuesMasami Hiramatsu2-131/+145
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu7-40/+41
2021-09-30kprobes: Make arch_check_ftrace_location staticPunit Agrawal2-4/+2
2021-09-30csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()Punit Agrawal1-7/+0
2021-09-30kprobe: Simplify prepare_kprobe() by dropping redundant versionPunit Agrawal2-14/+14
2021-09-30kprobes: Use helper to parse boolean input from userspacePunit Agrawal1-22/+6
2021-09-30kprobes: Do not use local variable when creating debugfs filePunit Agrawal1-2/+1
2021-09-26Linux 5.15-rc3Linus Torvalds1-1/+1
2021-09-26Merge tag '5.15-rc2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-260/+164
2021-09-26Merge tag 'edac_urgent_for_v5.15_rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2021-09-26Merge tag 'thermal-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-8/+8
2021-09-26Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-27/+39
2021-09-26Merge tag 'timers-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+2
2021-09-26Merge tag 'irq-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-17/+69
2021-09-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds17-39/+69
2021-09-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds35-300/+288
2021-09-25Merge tag 'io_uring-5.15-2021-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds2-16/+72
2021-09-25Merge tag 'block-5.15-2021-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds7-45/+55
2021-09-25Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-36/+28
2021-09-25Merge tag 'linux-kselftest-fixes-5.15-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds6-33/+27
2021-09-25Merge tag 'erofs-for-5.15-rc3-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-5/+6
2021-09-25Merge tag '5.15-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-9/+21
2021-09-25Merge tag 'char-misc-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-103/+229
2021-09-25Merge tag 'staging-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-34/+36
2021-09-25Merge tag 'tty-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-25/+24
2021-09-25Merge tag 'usb-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds23-201/+318
2021-09-24ksmbd: use LOOKUP_BENEATH to prevent the out of share accessHyunchul Lee5-206/+140
2021-09-24mm: fix uninitialized use in overcommit_policy_handlerChen Jun1-2/+2
2021-09-24mm/memory_failure: fix the missing pte_unmap() callQi Zheng1-5/+5
2021-09-24kasan: always respect CONFIG_KASAN_STACKNathan Chancellor1-1/+2
2021-09-24sh: pgtable-3level: fix cast to pointer from integer of different sizeGeert Uytterhoeven1-1/+1
2021-09-24mm/debug: sync up latest migrate_reason to migrate_reason_namesWeizhao Ouyang2-1/+6
2021-09-24mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PINWeizhao Ouyang1-1/+2
2021-09-24mm: fs: invalidate bh_lrus for only cold pathMinchan Kim3-7/+24
2021-09-24lib/zlib_inflate/inffast: check config in C to avoid unused function warningPaul Menzel1-7/+6
2021-09-24tools/vm/page-types: remove dependency on opt_file for idle page trackingChangbin Du1-1/+1
2021-09-24scripts/sorttable: riscv: fix undeclared identifier 'EM_RISCV' errorMiles Chen1-0/+4
2021-09-24ocfs2: drop acl cache for directories tooWengang Wang1-1/+2
2021-09-24mm/shmem.c: fix judgment error in shmem_is_huge()Liu Yuntao1-2/+2
2021-09-24xtensa: increase size of gcc stack frame checkGuenter Roeck1-1/+1
2021-09-24mm/damon: don't use strnlen() with known-bogus source lengthAdam Borowski1-8/+8
2021-09-24kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESSMarco Elver1-0/+2
2021-09-24mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()Naoya Horiguchi1-1/+1
2021-09-24io_uring: make OP_CLOSE consistent with direct openPavel Begunkov1-1/+51
2021-09-24Merge tag 'gpio-fixes-for-v5.15-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-7/+9
2021-09-24Merge tag 'devprop-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2021-09-24Merge tag 'acpi-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds4-43/+10
2021-09-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds8-12/+30
2021-09-24Merge tag 'ceph-for-5.15-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds1-2/+2
2021-09-24Merge tag 'fixes_for_v5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-10/+10
2021-09-24Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-14/+16
2021-09-24Merge tag 'drm-fixes-2021-09-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds10-32/+57
2021-09-24block: hold ->invalidate_lock in blkdev_fallocateMing Lei1-11/+10
2021-09-24blktrace: Fix uaf in blk_trace access after removing by sysfsZhihao Cheng1-0/+8
2021-09-24block: don't call rq_qos_ops->done_bio if the bio isn't trackedMing Lei1-1/+1
2021-09-24io_uring: kill extra checks in io_write()Pavel Begunkov1-3/+0
2021-09-24io_uring: don't punt files update to io-wq unconditionallyJens Axboe1-5/+2
2021-09-24io_uring: put provided buffer meta data under memcg accountingJens Axboe1-1/+1
2021-09-24io_uring: allow conditional reschedule for intensive iteratorsJens Axboe1-2/+6
2021-09-24io_uring: fix potential req refcount underflowHao Xu1-2/+7
2021-09-24io_uring: fix missing set of EPOLLONESHOT for CQ ring overflowHao Xu1-1/+3
2021-09-24io_uring: fix race between poll completion and cancel_hash insertionHao Xu1-3/+3
2021-09-24io-wq: ensure we exit if thread group is exitingJens Axboe1-1/+2
2021-09-24Merge tag 'nvme-5.15-2021-09-24' of git://git.infradead.org/nvme into block-5.15Jens Axboe3-28/+36
2021-09-24Merge tag 'irqchip-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner9-17/+69
2021-09-24x86/insn, tools/x86: Fix undefined behavior due to potential unaligned accessesNumfor Mbiziwo-Tiapo2-4/+4
2021-09-24Merge tag 'usb-serial-5.15-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman3-3/+48
2021-09-24USB: serial: option: add device id for Foxconn T99W265Slark Xiao1-0/+2
2021-09-24USB: serial: cp210x: add ID for GW Instek GDM-834x Digital MultimeterUwe Brandt1-0/+1
2021-09-23cifs: fix incorrect check for null pointer in header_assembleSteve French1-2/+3
2021-09-23smb3: correct server pointer dereferencing check to be more consistentSteve French1-1/+2
2021-09-24Merge tag 'drm-intel-fixes-2021-09-23' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-8/+25
2021-09-24Merge tag 'amd-drm-fixes-5.15-2021-09-23' of https://gitlab.freedesktop.org/a...Dave Airlie7-24/+32
2021-09-23Merge tag 'for-5.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-5/+32
2021-09-23smb3: correct smb3 ACL security descriptorSteve French1-2/+2
2021-09-23Merge tag 'selinux-pr-20210923' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+4
2021-09-23cifs: Clear modified attribute bit from inode flagsSteve French1-1/+1
2021-09-23drm/amdkfd: fix svm_migrate_fini warningPhilip Yang3-15/+4
2021-09-23drm/amdkfd: handle svm migrate init errorPhilip Yang1-0/+3
2021-09-23drm/amd/pm: Update intermediate power state for SILijo Lazar1-0/+2
2021-09-23drm/amdkfd: fix dma mapping leaking warningPhilip Yang1-4/+14
2021-09-23drm/amdkfd: SVM map to gpus check vma boundaryPhilip Yang1-1/+5
2021-09-23MAINTAINERS: fix up entry for AMD PowerplayAlex Deucher1-2/+2
2021-09-23drm/amd/display: fix empty debug macrosArnd Bergmann1-2/+2
2021-09-23cifs: Deal with some warnings from W=1David Howells1-2/+12
2021-09-23Revert "ACPI: Add memory semantics to acpi_os_map_memory()"Jia He4-43/+10
2021-09-23Merge tag 'for-linus-rseq' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-22/+258
2021-09-23Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds105-284/+931
2021-09-23memcg: flush lruvec stats in the refaultShakeel Butt2-10/+1
2021-09-23selinux,smack: fix subjective/objective credential use mixupsPaul Moore2-4/+4