aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-03-28perf annotate: Use libcapstone to disassembleperf/annotate-capstone-v1Namhyung Kim1-0/+153
2024-03-28perf annotate: Split out util/disasm.cNamhyung Kim5-1657/+1704
2024-03-25perf annotate: Add and use ins__is_nop()Namhyung Kim2-1/+7
2024-03-25perf annotate: Use ins__is_xxx() if possibleNamhyung Kim1-4/+4
2024-03-25perf annotate: Honor output options with --data-typeNamhyung Kim1-6/+38
2024-03-25perf annotate: Get rid of duplicate --group option itemNamhyung Kim1-2/+0
2024-03-21perf beauty: Move uapi/linux/vhost.h copy out of the directory used to build ...Arnaldo Carvalho de Melo4-7/+6
2024-03-21perf dso: Reorder members to save space in 'struct dso'Ian Rogers1-42/+42
2024-03-21perf lock contention: Trim backtrace by skipping traceiter functionsAnne Macedo2-1/+25
2024-03-21perf vendor events intel: Remove info metrics erroneously in TopdownL1Ian Rogers6-273/+181
2024-03-21perf vendor events intel: Update snowridgex to 1.22Ian Rogers4-17/+6
2024-03-21perf vendor events intel: Update skylake to v58Ian Rogers1-5/+5
2024-03-21perf vendor events intel: Update skylakex to 1.33Ian Rogers9-18/+27
2024-03-21perf vendor events intel: Update sierraforest to 1.02Ian Rogers2-6/+32
2024-03-21perf vendor events intel: Update sapphirerapids to 1.20Ian Rogers7-33/+130
2024-03-21perf vendor events intel: Update meteorlake to 1.08Ian Rogers7-14/+150
2024-03-21perf vendor events intel: Update lunarlake to 1.01Ian Rogers6-32/+113
2024-03-21perf vendor events intel: Update icelakex to 1.24Ian Rogers6-47/+55
2024-03-21perf vendor events intel: Update grandridge to 1.02Ian Rogers3-7/+66
2024-03-21perf vendor events intel: Update emeraldrapids to 1.06Ian Rogers6-17/+129
2024-03-21perf vendor events intel: Update cascadelakex to 1.21Ian Rogers7-17/+17
2024-03-21perf probe: Add missing libgen.h header needed for using basename()Arnaldo Carvalho de Melo1-0/+1
2024-03-21perf trace: Fix 'newfstatat'/'fstatat' argument pretty printingArnaldo Carvalho de Melo1-3/+4
2024-03-21perf trace: Beautify the 'flags' arg of unlinkatArnaldo Carvalho de Melo1-1/+3
2024-03-21perf beauty: Introduce faccessat2 flags scnprintf routineArnaldo Carvalho de Melo3-0/+36
2024-03-21perf beauty: Introduce scrape script for the 'statx' syscall 'mask' argumentArnaldo Carvalho de Melo5-41/+235
2024-03-21perf beauty: Introduce scrape script for various fs syscalls 'flags' argumentsArnaldo Carvalho de Melo9-34/+182
2024-03-21perf tests: Run tests in parallel by defaultIan Rogers1-7/+10
2024-03-21perf help: Lower levenshtein penality for deleting characterIan Rogers1-3/+7
2024-03-21perf tools: Suggest inbuilt commands for unknown commandIan Rogers3-31/+41
2024-03-21perf test: Read child test 10 times a second rather than 1Ian Rogers1-2/+2
2024-03-21perf test: Use a single fd for the child process out/errIan Rogers1-31/+6
2024-03-21perf test: Stat output per thread of just the parent processIan Rogers2-2/+2
2024-03-21perf record: Delete session after stopping sideband threadIan Rogers1-2/+2
2024-03-21perf tools: Add/use PMU reverse lookup from config to nameIan Rogers4-2/+37
2024-03-21perf tools: Use pmus to describe type from attributeIan Rogers1-5/+11
2024-03-21perf list: Give more details about raw event encodingsIan Rogers5-19/+161
2024-03-21perf list: Allow wordwrap to wrap on commasIan Rogers1-4/+17
2024-03-21perf pmu: Drop "default_core" from alias namesIan Rogers1-1/+2
2024-03-21perf list: Add tracepoint encoding to detailed outputIan Rogers1-10/+25
2024-03-21perf beauty: Introduce scrape script for 'clone' syscall 'flags' argumentArnaldo Carvalho de Melo5-45/+34
2024-03-21perf annotate-data: Do not retry for invalid typesNamhyung Kim1-35/+48
2024-03-21perf annotate-data: Add a cache for global variable typesNamhyung Kim4-4/+118
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim3-0/+72
2024-03-21perf annotate-data: Handle ADD instructionsNamhyung Kim1-2/+105
2024-03-21perf annotate-data: Support general per-cpu accessNamhyung Kim1-44/+169
2024-03-21perf annotate-data: Track instructions with a this-cpu variableNamhyung Kim1-1/+30
2024-03-21perf annotate-data: Handle this-cpu variables in kernelNamhyung Kim2-2/+26
2024-03-21perf annotate: Parse x86 segment register locationNamhyung Kim2-4/+47
2024-03-21perf annotate-data: Check register state for typeNamhyung Kim1-7/+81
2024-03-21perf annotate-data: Implement instruction trackingNamhyung Kim3-14/+211
2024-03-21perf annotate-data: Handle call instructionsNamhyung Kim1-2/+52
2024-03-21perf annotate-data: Handle global variable accessNamhyung Kim1-4/+42
2024-03-21perf annotate-data: Add get_global_var_type()Namhyung Kim3-33/+57
2024-03-21perf annotate-data: Add update_insn_state()Namhyung Kim3-3/+161
2024-03-21perf annotate-data: Maintain variable type infoNamhyung Kim2-0/+177
2024-03-21perf annotate-data: Add debug messagesNamhyung Kim3-7/+71
2024-03-21perf annotate: Add annotate_get_basic_blocks()Namhyung Kim2-3/+235
2024-03-21perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim3-60/+91
2024-03-21perf map: Add map__objdump_2rip()Namhyung Kim2-0/+20
2024-03-21perf dwarf-aux: Add die_find_func_rettype()Namhyung Kim2-0/+47
2024-03-21perf dwarf-aux: Handle type transfer for memory accessNamhyung Kim2-0/+119
2024-03-21perf dwarf-aux: Add die_collect_vars()Namhyung Kim2-28/+107
2024-03-21perf dwarf-aux: Remove unused pc argumentNamhyung Kim3-11/+6
2024-03-21perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers9-74/+72
2024-03-21perf stat: Remove duplicate cpus_map_matched functionIan Rogers1-21/+1
2024-03-21perf arm64 header: Remove unnecessary CPU map get and putIan Rogers1-3/+0
2024-03-21perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_emptyIan Rogers5-14/+9
2024-03-21perf intel-pt/intel-bts: Switch perf_cpu_map__has_any_cpu_or_is_empty useIan Rogers2-7/+7
2024-03-21perf arm-spe/cs-etm: Directly iterate CPU mapsIan Rogers2-67/+51
2024-03-21libperf cpumap: Ensure empty cpumap is NULL from allocIan Rogers1-1/+5
2024-03-21libperf cpumap: Add any, empty and min helpersIan Rogers3-0/+47
2024-03-21perf build: Fix out of tree build related to installation of sysreg-defsEthan Adams1-3/+4
2024-03-21perf auxtrace: Fix multiple use of --itrace optionAdrian Hunter1-1/+3
2024-03-21perf script: Show also errors for --insn-trace optionAdrian Hunter1-1/+1
2024-03-21perf docs arm_spe: Clarify more SPE requirements related to KPTIJames Clark1-1/+11
2024-03-21tools headers: Remove almost unused copy of uapi/stat.h, add few conditional ...Arnaldo Carvalho de Melo3-197/+11
2024-03-21tools headers: Remove now unused copies of uapi/{fcntl,openat2}.h and asm/fcn...Arnaldo Carvalho de Melo4-389/+0
2024-03-21perf beauty: Use the system linux/fcntl.h instead of a copy from the kernelArnaldo Carvalho de Melo3-3/+3
2024-03-21perf beauty: Move prctl.h files (uapi/linux and x86's) copy out of the direct...Arnaldo Carvalho de Melo6-13/+12
2024-03-21perf beauty: Stop using the copy of uapi/linux/prctl.hArnaldo Carvalho de Melo1-1/+1
2024-03-21perf beauty: Move arch/x86/include/asm/irq_vectors.h copy out of the director...Arnaldo Carvalho de Melo4-6/+8
2024-03-21perf beauty: Move uapi/sound/asound.h copy out of the directory used to build...Arnaldo Carvalho de Melo5-9/+10
2024-03-21perf beauty: Move uapi/linux/usbdevice_fs.h copy out of the directory used to...Arnaldo Carvalho de Melo4-6/+6
2024-03-21perf beauty: Move uapi/linux/mount.h copy out of the directory used to build ...Arnaldo Carvalho de Melo8-27/+26
2024-03-21perf beauty: Don't include uapi/linux/mount.h, use sys/mount.h insteadArnaldo Carvalho de Melo1-1/+8
2024-03-21perf beauty: Move uapi/linux/fs.h copy out of the directory used to build perfArnaldo Carvalho de Melo6-8/+18
2024-03-21perf beauty: Fix dependency of tables using uapi/linux/mount.hArnaldo Carvalho de Melo1-5/+5
2024-03-21perf c2c: Fix a punctuationBhaskar Chowdhury1-1/+1
2024-03-21perf trace: Collect sys_nanosleep first argumentArnaldo Carvalho de Melo2-0/+23
2024-03-20Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds15-147/+716
2024-03-20Merge tag 'trace-tools-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-306/+650
2024-03-20Merge tag 'docs-6.9-2' of git://git.lwn.net/linuxLinus Torvalds5-187/+220
2024-03-20tools/rtla: Add -U/--user-load option to timerlatDaniel Bristot de Oliveira4-9/+101
2024-03-20tools/verification: Use tools/build makefiles on rvDaniel Bristot de Oliveira6-133/+183
2024-03-20tools/rtla: Use tools/build makefiles to build rtlaDaniel Bristot de Oliveira7-145/+244
2024-03-20tools/tracing: Use tools/build makefiles on latency-collectorDaniel Bristot de Oliveira4-19/+122
2024-03-19Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds26-111/+157
2024-03-19Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds44-486/+1441
2024-03-19Merge tag 's390-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds67-553/+771
2024-03-19tracing: Just use strcmp() for testing __string() and __assign_str() matchSteven Rostedt (Google)1-3/+2
2024-03-19Merge tag 'pm-6.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds8-13/+50
2024-03-19Merge tag 'acpi-6.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-16/+22
2024-03-19Merge tag 'thermal-6.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds14-58/+203
2024-03-19Merge tag 'ata-6.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds1-13/+0
2024-03-19Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds24-82/+521
2024-03-19Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-59/+143
2024-03-19Merge branches 'pm-em', 'pm-powercap' and 'pm-sleep'Rafael J. Wysocki3-4/+14
2024-03-19Merge branch 'acpi-docs'Rafael J. Wysocki1-6/+6
2024-03-19ahci: asm1064: asm1166: don't limit reported portsConrad Kostecki1-13/+0
2024-03-19virtio_net: rename free_old_xmit_skbs to free_old_xmitXuan Zhuo1-5/+5
2024-03-19virtio_net: unify the code for recycling the xmit ptrXuan Zhuo1-43/+39
2024-03-19virtio-net: add cond_resched() to the command waiting loopJason Wang1-1/+3
2024-03-19virtio-net: convert rx mode setting to use workqueueJason Wang1-3/+52
2024-03-19virtio: packed: fix unmap leak for indirect desc tableXuan Zhuo1-3/+3
2024-03-19vDPA: report virtio-blk flush info to user spaceZhu Lingshan2-0/+15
2024-03-19vDPA: report virtio-block read-only info to user spaceZhu Lingshan2-0/+15
2024-03-19vDPA: report virtio-block write zeroes configuration to user spaceZhu Lingshan2-0/+25
2024-03-19vDPA: report virtio-block discarding configuration to user spaceZhu Lingshan2-0/+29
2024-03-19vDPA: report virtio-block topology info to user spaceZhu Lingshan2-0/+36
2024-03-19vDPA: report virtio-block MQ info to user spaceZhu Lingshan2-0/+17
2024-03-19vDPA: report virtio-block max segments in a request to user spaceZhu Lingshan2-0/+18
2024-03-19vDPA: report virtio-block block-size to user spaceZhu Lingshan2-0/+19
2024-03-19vDPA: report virtio-block max segment size to user spaceZhu Lingshan2-0/+18
2024-03-19vDPA: report virtio-block capacity to user spaceZhu Lingshan3-0/+38
2024-03-19virtio: make virtio_bus constRicardo B. Marliere1-1/+1
2024-03-19vdpa: make vdpa_bus constRicardo B. Marliere1-1/+1
2024-03-19vDPA/ifcvf: implement vdpa_config_ops.get_vq_num_minZhu Lingshan2-0/+7
2024-03-19vDPA/ifcvf: get_max_vq_size to return max sizeZhu Lingshan1-5/+1
2024-03-19virtio_vdpa: create vqs with the actual sizeZhu Lingshan1-1/+4
2024-03-19vduse: implement vdpa_config_ops.get_vq_size for vduseZhu Lingshan1-0/+12
2024-03-19vdpa_sim: implement vdpa_config_ops.get_vq_size for vDPA simulatorZhu Lingshan1-0/+12
2024-03-19eni_vdpa: implement vdpa_config_ops.get_vq_sizeZhu Lingshan1-0/+8
2024-03-19vp_vdpa: implement vdpa_config_ops.get_vq_sizeZhu Lingshan1-0/+8
2024-03-19vDPA/ifcvf: implement vdpa_config_ops.get_vq_sizeZhu Lingshan3-1/+14
2024-03-19vDPA: introduce get_vq_size to vdpa_config_opsZhu Lingshan2-0/+13
2024-03-19vhost-vdpa: uapi to support reporting per vq sizeZhu Lingshan1-0/+7
2024-03-19vdpa/pds: fixes for VF vdpa flr-aer handlingShannon Nelson3-4/+19
2024-03-19vduse: implement DMA sync callbacksMaxime Coquelin3-3/+54
2024-03-19vdpa/mlx5: Allow CVQ size changesJonah Palmer1-4/+9
2024-03-19vdpa: skip suspend/resume ops if not DRIVER_OKSteve Sistare1-0/+6
2024-03-19virtio: reenable config if freezing device failedDavid Hildenbrand1-1/+3
2024-03-19vdpa_sim: reset must not runSteve Sistare1-1/+2
2024-03-19virtio: uapi: Drop __packed attribute in linux/virtio_pci.hSuzuki K Poulose1-5/+5
2024-03-19vhost: Added pad cleanup if vnet_hdr is not present.Andrew Melnychenko1-0/+3
2024-03-18bcachefs: Fix lost wakeup on journal shutdownKent Overstreet1-6/+6
2024-03-18bcachefs; Fix deadlock in bch2_btree_update_start()Kent Overstreet1-4/+9
2024-03-18ksmbd: remove module versionNamjae Jeon2-3/+0
2024-03-18ksmbd: fix potencial out-of-bounds when buffer offset is invalidNamjae Jeon2-29/+42
2024-03-18Merge tag 'dlm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds3-39/+81
2024-03-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds44-698/+899
2024-03-18Merge tag 'ktest-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-6/+11
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds31-799/+1363
2024-03-18Merge tag 'sysctl-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds3-36/+34
2024-03-18Merge tag 'for-linus-6.9-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-13/+3
2024-03-18Merge tag 'f2fs-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds22-883/+1054
2024-03-18Merge tag 'ovl-fixes-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+4
2024-03-18Merge tag 'vfs-6.9-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-35/+51
2024-03-18Merge tag 'irq-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+8
2024-03-18Merge tag 'sound-fix-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-36/+42
2024-03-18tracing: Add __string_src() helper to help compilers not to get confusedSteven Rostedt (Google)1-2/+12
2024-03-18tracing: Use strcmp() in __assign_str() WARN_ON() checkSteven Rostedt (Google)1-1/+3
2024-03-18tracepoints: Use WARN() and not WARN_ON() for warningsSteven Rostedt (Google)1-2/+4
2024-03-18tracing: Use div64_u64() instead of do_div()Thorsten Blum1-3/+2
2024-03-18tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei7-55/+168
2024-03-18tracing: Remove second parameter to __assign_rel_str()Steven Rostedt (Google)2-2/+2
2024-03-18tracing: Add warning if string in __assign_str() does not match __string()Steven Rostedt (Google)1-0/+1
2024-03-18tracing: Add __string_len() exampleSteven Rostedt (Google)1-2/+5
2024-03-18tracing: Remove __assign_str_len()Steven Rostedt (Google)3-25/+20
2024-03-18ftrace: Fix most kernel-doc warningsRandy Dunlap1-44/+46
2024-03-18tracing: Decrement the snapshot if the snapshot trigger fails to registerSteven Rostedt (Google)1-1/+4
2024-03-18tracing: Fix snapshot counter going between two tracers that use itSteven Rostedt (Google)1-1/+1
2024-03-18tracing: Use EVENT_NULL_STR macro instead of open coding "(null)"Steven Rostedt (Google)4-12/+15
2024-03-18tracing: Use ? : shortcut in trace macrosSteven Rostedt (Google)2-10/+8
2024-03-18tracing: Do not calculate strlen() twice for __string() fieldsSteven Rostedt (Google)1-4/+6
2024-03-18tracing: Rework __assign_str() and __string() to not duplicate getting the st...Steven Rostedt (Google)3-11/+20
2024-03-18cxl/trace: Properly initialize cxl_poison region nameAlison Schofield1-7/+7
2024-03-18net: hns3: tracing: fix hclgevf trace event stringsSteven Rostedt (Google)2-8/+8
2024-03-18drm/i915: Add missing ; to __assign_str() macros in tracepoint codeSteven Rostedt (Google)1-3/+3
2024-03-18NFSD: Fix nfsd_clid_class use of __string_len() macroSteven Rostedt (Google)1-1/+1
2024-03-18tracing: Use init_utsname()->releaseJohn Garry1-2/+2
2024-03-18tracing/user_events: Document multi-format flagBeau Belgrave1-1/+26
2024-03-18selftests/user_events: Test multi-format eventsBeau Belgrave1-0/+134
2024-03-18tracing/user_events: Introduce multi-format eventsBeau Belgrave2-13/+95
2024-03-18tracing/user_events: Prepare find/delete for same name eventsBeau Belgrave1-48/+59
2024-03-18tracing: Add snapshot refcountVincent Donnefort3-36/+129
2024-03-18ring-buffer: Make wake once of ring_buffer_wait() more robustSteven Rostedt (Google)1-13/+21
2024-03-18docs: verify/bisect: remove a level of indentingThorsten Leemhuis1-57/+57
2024-03-18docs: verify/bisect: drop 'v' prefix, EOL aspect, and assorted fixesThorsten Leemhuis1-55/+62
2024-03-18docs: verify/bisect: check taint flagThorsten Leemhuis1-15/+49
2024-03-18docs: verify/bisect: improve install instructionsThorsten Leemhuis1-65/+57
2024-03-18docs: handling-regressions.rst: Update regzbot command fixed-by to fixNĂ­colas F. R. A. Prado1-1/+1
2024-03-18docs: *-regressions.rst: Add colon to regzbot commandsNĂ­colas F. R. A. Prado2-6/+6
2024-03-18doc: Fix typo in admin-guide/cifs/introduction.rstKendra Moore1-1/+1
2024-03-18README: Fix spellingMaki Hatano1-1/+1
2024-03-18fscache: Fix error handling in fscache_begin_operation()David Howells1-1/+3
2024-03-18fs,block: get holder during claimChristian Brauner3-0/+35
2024-03-18bcachefs: ratelimit errors from async_btree_node_rewriteKent Overstreet1-1/+1
2024-03-18bcachefs: Run check_topology() firstKent Overstreet1-1/+1
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet15-35/+35