summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf/hw_breakpoint: Optimize toggle_bp_slot() for CPU-independent task targetsMarco Elver2022-08-301-31/+124
* perf/hw_breakpoint: Optimize max_bp_pinned_slots() for CPU-independent task t...Marco Elver2022-08-301-4/+53
* perf/hw_breakpoint: Introduce bp_slots_histogramMarco Elver2022-08-301-33/+63
* perf/hw_breakpoint: Reduce contention with large number of tasksMarco Elver2022-08-301-28/+133
* locking/percpu-rwsem: Add percpu_is_write_locked() and percpu_is_read_locked()Marco Elver2022-08-302-0/+12
* powerpc/hw_breakpoint: Avoid relying on caller synchronizationMarco Elver2022-08-301-13/+40
* perf/hw_breakpoint: Remove useless code related to flexible breakpointsMarco Elver2022-08-301-40/+17
* perf/hw_breakpoint: Make hw_breakpoint_weight() inlinableMarco Elver2022-08-302-2/+3
* perf/hw_breakpoint: Optimize constant number of breakpoint slotsMarco Elver2022-08-303-41/+63
* perf/hw_breakpoint: Mark data __ro_after_initMarco Elver2022-08-301-3/+3
* perf/hw_breakpoint: Optimize list of per-task breakpointsMarco Elver2022-08-302-22/+37
* perf/hw_breakpoint: Clean up headersMarco Elver2022-08-301-10/+9
* perf/hw_breakpoint: Provide hw_breakpoint_is_used() and use in testMarco Elver2022-08-303-1/+43
* perf/hw_breakpoint: Add KUnit test for constraints accountingMarco Elver2022-08-303-0/+334
* perf: Add PERF_BR_NEW_ARCH_[N] map for BRBE on arm64 platformAnshuman Khandual2022-08-291-0/+6
* perf: Capture branch privilege informationAnshuman Khandual2022-08-291-1/+13
* perf: Extend branch type classificationAnshuman Khandual2022-08-291-1/+15
* perf: Add system error and not in transaction branch typesAnshuman Khandual2022-08-292-1/+3
* perf/x86/amd/lbr: Add LbrExtV2 branch speculation info supportSandipan Das2022-08-271-3/+32
* perf/core: Add speculation info to branch entriesSandipan Das2022-08-272-1/+15
* perf/x86/amd/lbr: Use fusion-aware branch classifierSandipan Das2022-08-271-2/+10
* perf/x86: Make branch classifier fusion-awareSandipan Das2022-08-272-69/+102
* perf/x86/amd/lbr: Add LbrExtV2 software branch filter supportSandipan Das2022-08-271-5/+87
* perf/x86: Move branch classifierSandipan Das2022-08-274-274/+279
* perf/x86/amd/lbr: Add LbrExtV2 hardware branch filter supportSandipan Das2022-08-272-7/+108
* perf/x86/amd/lbr: Add LbrExtV2 branch record supportSandipan Das2022-08-274-11/+252
* perf/x86/amd/lbr: Detect LbrExtV2 supportSandipan Das2022-08-275-6/+31
* x86/cpufeatures: Add LbrExtV2 feature bitSandipan Das2022-08-272-1/+2
* perf/x86/amd/core: Add generic branch record interfacesSandipan Das2022-08-271-12/+22
* perf/x86/amd/core: Refactor branch attributesSandipan Das2022-08-271-6/+19
* perf/x86/amd/brs: Move feature-specific functionsSandipan Das2022-08-273-70/+76
* Linux 6.0-rc2v6.0-rc2Linus Torvalds2022-08-211-1/+1
* Merge tag 'irq-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-217-32/+34
|\
| * Merge tag 'irqchip-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2022-08-187-32/+34
| |\
| | * irqchip/loongson-liointc: Fix an error handling path in liointc_init()Christophe JAILLET2022-08-121-1/+1
| | * irqchip/loongarch: Fix irq_domain_alloc_fwnode() abuseMarc Zyngier2022-08-095-5/+6
| | * irqchip/loongson-pch-pic: Move find_pch_pic() into CONFIG_ACPIHuacai Chen2022-08-082-20/+19
| | * irqchip/loongson-eiointc: Fix a build warningHuacai Chen2022-08-041-1/+1
| | * irqchip/loongson-eiointc: Fix irq affinity settingHuacai Chen2022-08-041-2/+6
| | * iommu/hyper-v: Use helper instead of directly accessing affinityMichael Kelley2022-08-041-3/+1
* | | Merge tag 'perf-urgent-2022-08-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-211-1/+1
|\ \ \
| * | | x86/kprobes: Fix JNG/JNLE emulationNadav Amit2022-08-141-1/+1
* | | | Merge tag 'trace-v6.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-215-21/+119
|\ \ \ \
| * | | | tracing: Have filter accept "common_cpu" to be consistentSteven Rostedt (Google)2022-08-211-0/+1
| * | | | tracing/probes: Have kprobes and uprobes use $COMM tooSteven Rostedt (Google)2022-08-211-2/+3
| * | | | tracing/eprobes: Have event probes be consistent with kprobes and uprobesSteven Rostedt (Google)2022-08-211-6/+64
| * | | | tracing/eprobes: Fix reading of string fieldsSteven Rostedt (Google)2022-08-211-0/+21
| * | | | tracing/eprobes: Do not hardcode $comm as a stringSteven Rostedt (Google)2022-08-211-2/+3
| * | | | tracing/eprobes: Do not allow eprobes to use $stack, or % for regsSteven Rostedt (Google)2022-08-211-8/+13
| * | | | ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong2022-08-211-0/+10