summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Use raw_smp_processor_id() in kvm_pmu_probe_armpmu()Oliver Upton2023-06-071-1/+19
* KVM: arm64: Restore GICv2-on-GICv3 functionalityMarc Zyngier2023-06-071-4/+7
* KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loadedReiji Watanabe2023-06-046-3/+73
* KVM: arm64: PMU: Restore the host's PMUSERENR_EL0Reiji Watanabe2023-06-041-2/+11
* KVM: arm64: Document default vPMU behavior on heterogeneous systemsOliver Upton2023-05-311-1/+11
* KVM: arm64: Iterate arm_pmus list to probe for default PMUOliver Upton2023-05-311-34/+12
* KVM: arm64: Drop last page ref in kvm_pgtable_stage2_free_removed()Oliver Upton2023-05-311-0/+3
* KVM: arm64: Populate fault info for watchpointAkihiko Odaki2023-05-303-2/+9
* KVM: arm64: Reload PTE after invoking walker callback on preorder traversalFuad Tabba2023-05-242-4/+16
* KVM: arm64: Handle trap of tagged Set/Way CMOsMarc Zyngier2023-05-241-0/+19
* arm64: Add missing Set/Way CMO encodingsMarc Zyngier2023-05-241-0/+6
* KVM: arm64: Prevent unconditional donation of unmapped regions from the hostWill Deacon2023-05-191-7/+7
* KVM: arm64: vgic: Fix a commentJean-Philippe Brucker2023-05-191-1/+1
* KVM: arm64: vgic: Fix locking commentJean-Philippe Brucker2023-05-191-1/+2
* KVM: arm64: vgic: Wrap vgic_its_create() with config_lockJean-Philippe Brucker2023-05-191-4/+10
* KVM: arm64: vgic: Fix a circular locking issueJean-Philippe Brucker2023-05-196-37/+51
* Merge branch kvm-arm64/pgtable-fixes-6.4 into kvmarm-master/fixesMarc Zyngier2023-05-112-9/+33
|\
| * KVM: arm64: Constify start/end/phys fields of the pgtable walker dataMarc Zyngier2023-04-211-4/+4
| * KVM: arm64: Infer PA offset from VA in hyp map walkerOliver Upton2023-04-211-2/+1
| * KVM: arm64: Infer the PA offset from IPA in stage-2 map walkerOliver Upton2023-04-212-4/+29
* | Merge branch kvm-arm64/misc-6.4 into kvmarm-master/fixesMarc Zyngier2023-05-116-16/+43
|\ \
| * | KVM: arm64: vgic: Add Apple M2 PRO/MAX cpus to the list of broken SEIS implem...Marc Zyngier2023-05-112-0/+12
| * | KVM: arm64: Clarify host SME state managementMark Brown2023-04-211-9/+12
| * | KVM: arm64: Restructure check for SVE support in FP trap handlerMark Brown2023-04-211-2/+10
| * | KVM: arm64: Document check for TIF_FOREIGN_FPSTATEMark Brown2023-04-211-0/+5
| * | KVM: arm64: Fix repeated words in commentsJingyu Wang2023-04-211-1/+1
| * | KVM: arm64: Use the bitmap API to allocate bitmapsChristophe JAILLET2023-04-201-3/+2
| * | KVM: arm64: Slightly optimize flush_context()Christophe JAILLET2023-04-201-1/+1
| |/
* | Linux 6.4-rc1v6.4-rc1Linus Torvalds2023-05-071-2/+2
* | Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-05-07514-144556/+167669
|\ \
| * | Revert "perf build: Make BUILD_BPF_SKEL default, rename to NO_BPF_SKEL"Arnaldo Carvalho de Melo2023-05-066-20/+14
| * | Revert "perf build: Warn for BPF skeletons if endian mismatches"Arnaldo Carvalho de Melo2023-05-061-10/+7
| * | perf metrics: Fix SEGV with --for-each-cgroupIan Rogers2023-05-061-0/+1
| * | perf bpf skels: Stop using vmlinux.h generated from BTF, use subset of used s...Arnaldo Carvalho de Melo2023-05-063-20/+174
| * | perf stat: Separate bperf from bpf_profilerDmitrii Dolgov2023-05-052-2/+7
| * | perf test record+probe_libc_inet_pton: Fix call chain match on x86_64Thomas Richter2023-05-031-1/+0
| * | perf test record+probe_libc_inet_pton: Fix call chain match on s390Thomas Richter2023-05-031-2/+0
| * | perf tracepoint: Fix memory leak in is_valid_tracepoint()Yang Jihong2023-05-021-0/+1
| * | perf cs-etm: Add fix for coresight trace for any range of CPUsGanapatrao Kulkarni2023-05-021-1/+23
| * | perf build: Fix unescaped # in perf build-testJames Clark2023-05-021-1/+1
| * | perf unwind: Suppress massive unsupported target platform errorsChangbin Du2023-05-021-1/+1
| * | perf script: Add new parameter in kfree_skb tracepoint to the python scripts ...Sriram Yagnaraman2023-05-022-5/+5
| * | perf script: Print raw ip instead of binary offset for callchainChangbin Du2023-05-021-7/+2
| * | perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong2023-05-021-1/+1
| * | perf list: Modify the warning message about scandirat(3)Namhyung Kim2023-05-021-1/+1
| * | perf list: Fix memory leaks in print_tracepoint_events()Namhyung Kim2023-05-021-4/+8
| * | perf lock contention: Rework offset calculation with BPF CO-RENamhyung Kim2023-05-021-7/+7
| * | perf lock contention: Fix struct rq lock accessNamhyung Kim2023-05-021-4/+4
| * | perf stat: Disable TopdownL1 on hybridIan Rogers2023-04-291-1/+7
| * | perf stat: Avoid SEGV on counter->nameIan Rogers2023-04-291-1/+1