aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-08-02perf parse-events: Break out tracepoint and printingIan Rogers12-738/+791
2022-08-02perf parse-events: Don't #define YY_EXTRA_TYPEIan Rogers1-1/+0
2022-08-01tools bpftool: Don't display disassembler-four-args feature testAndres Freund1-2/+1
2022-08-01tools bpftool: Fix compilation error with new binutilsAndres Freund2-9/+38
2022-08-01tools bpf_jit_disasm: Don't display disassembler-four-args feature testAndres Freund1-1/+1
2022-08-01tools bpf_jit_disasm: Fix compilation error with new binutilsAndres Freund2-2/+8
2022-08-01tools perf: Fix compilation error with new binutilsAndres Freund2-3/+12
2022-08-01tools include: add dis-asm-compat.h to handle version differencesAndres Freund1-0/+55
2022-08-01tools build: Don't display disassembler-four-args feature testAndres Freund1-2/+1
2022-08-01tools build: Add feature test for init_disassemble_info API changesAndres Freund4-0/+22
2022-08-01perf test: Add ARM SPE system wide testNamhyung Kim1-3/+27
2022-08-01perf tools: Rework prologue generation codeJiri Olsa1-29/+175
2022-08-01perf bpf: Convert legacy map definition to BTF-definedJiri Olsa2-13/+24
2022-08-01perf symbol: Fail to read phdr workaroundIan Rogers1-7/+20
2022-08-01perf lock: Implement cpu and task filters for BPFNamhyung Kim5-13/+162
2022-08-01perf lock: Use BPF for lock contention analysisNamhyung Kim7-115/+453
2022-08-01perf lock: Pass machine pointer to is_lock_function()Namhyung Kim1-8/+7
2022-08-01perf test: Add user space counter reading testsIan Rogers1-1/+126
2022-08-01perf test: Remove x86 rdpmc testIan Rogers3-185/+0
2022-08-01Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo137-1011/+1184
2022-07-31Linux 5.19v5.19Linus Torvalds1-1/+1
2022-07-31Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2022-07-31Merge tag 'x86_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-33/+22
2022-07-31Merge tag 'locking_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-10/+20
2022-07-31Merge tag 'edac_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-22/+33
2022-07-30Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-9/+9
2022-07-30locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...Waiman Long1-10/+20
2022-07-29Merge tag 'mm-hotfixes-stable-2022-07-29' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-15/+16
2022-07-29Merge tag 'block-5.19-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2022-07-29Merge tag 'drm-fixes-2022-07-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-2/+6
2022-07-30Merge tag 'drm-misc-fixes-2022-07-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-2/+6
2022-07-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-21/+55
2022-07-29docs/kernel-parameters: Update descriptions for "mitigations=" param with ret...Eiichi Tsukata1-0/+2
2022-07-29mm/hmm: fault non-owner device private entriesRalph Campbell1-11/+8
2022-07-29page_alloc: fix invalid watermark check on a negative valueJaewon Kim1-4/+8
2022-07-29Merge tag 'perf-tools-fixes-for-v5.19-2022-07-29' of git://git.kernel.org/pub...Linus Torvalds4-31/+78
2022-07-29Merge tag 'wq-for-5.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+4
2022-07-29Merge tag 'pm-5.19-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+7
2022-07-29workqueue: Avoid a false warning in unbind_workers()Lai Jiangshan1-1/+4
2022-07-29Merge tag 'riscv-for-linus-5.19-rc9' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-07-29Merge tag 'loongarch-fixes-5.19-5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds31-428/+277
2022-07-29Merge tag 'powerpc-5.19-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-1/+6
2022-07-29perf stat: Add topdown metrics in the default perf stat on the hybrid machineZhengjun Xing7-25/+66
2022-07-29perf x86 evlist: Add default hybrid events for perf statKan Liang3-2/+54
2022-07-29perf evlist: Always use arch_evlist__add_default_attrs()Kan Liang4-6/+23
2022-07-29perf evsel: Add arch_evsel__hw_name()Kan Liang3-1/+27
2022-07-29perf stat: Revert "perf stat: Add default hybrid events"Kan Liang1-30/+0
2022-07-29perf test: Fix test case 95 ("Check branch stack sampling") on s390 and use s...Thomas Richter1-1/+1
2022-07-29LoongArch: Fix wrong "ROM Size" of boardinfoTiezhu Yang1-1/+1
2022-07-29LoongArch: Fix missing fcsr in ptrace's fpr_setQi Hu1-5/+7