summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge tag 'renesas-drivers-for-v6.5-tag1' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2023-05-261-1/+14
|\ \ \ | | |/ | |/|
| * | soc: renesas: rcar-rst: Allow WDT reset on R-Car V3UWolfram Sang2023-05-151-1/+14
| |/
* | Linux 6.4-rc3v6.4-rc3Linus Torvalds2023-05-211-1/+1
* | Merge tag 'uml-for-linus-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-215-7/+23
|\ \
| * | um: harddog: fix modular buildJohannes Berg2023-05-105-7/+23
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-2113-66/+129
|\ \
| * | KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_saveMingwei Zhang2023-05-211-1/+5
| * | KVM: x86: Don't adjust guest's CPUID.0x12.1 (allowed SGX enclave XFRM)Sean Christopherson2023-05-211-16/+0
| * | KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATESean Christopherson2023-05-211-2/+9
| * | KVM: Fix vcpu_array[0] racesMichal Luczaj2023-05-191-6/+10
| * | KVM: VMX: Fix header file dependency of asm/vmx.hJacob Xu2023-05-191-0/+2
| * | KVM: Don't enable hardware after a restart/shutdown is initiatedSean Christopherson2023-05-191-1/+16
| * | KVM: Use syscore_ops instead of reboot_notifier to hook restart/shutdownSean Christopherson2023-05-191-15/+11
| * | Merge tag 'kvmarm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-05-178-25/+76
| |\ \
| | * \ 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
| | | |/
* | | | Merge tag 'perf-tools-fixes-for-v6.4-1-2023-05-20' of git://git.kernel.org/pu...Linus Torvalds2023-05-2171-322/+865
|\ \ \ \
| * | | | perf bench syscall: Fix __NR_execve undeclared build errorTiezhu Yang2023-05-191-0/+3
| * | | | perf test attr: Fix python SafeConfigParser() deprecation warningIan Rogers2023-05-191-3/+3
| * | | | perf test attr: Update no event/metric expectationsIan Rogers2023-05-195-174/+249
| * | | | tools headers disabled-features: Sync with the kernel sourcesArnaldo Carvalho de Melo2023-05-171-1/+7
| * | | | tools headers UAPI: Sync arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo2023-05-173-0/+11
| * | | | tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo2023-05-177-72/+24
| * | | | tools headers x86 cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2023-05-171-5/+21
| * | | | tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...Arnaldo Carvalho de Melo2023-05-161-1/+1
| * | | | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2023-05-161-0/+2
| * | | | perf metrics: Avoid segv with --topdown for metrics without a groupIan Rogers2023-05-161-1/+1
| * | | | perf lock contention: Add empty 'struct rq' to satisfy libbpf 'runqueue' type...Jiri Olsa2023-05-101-0/+2
| * | | | perf cs-etm: Fix contextid validationJames Clark2023-05-101-5/+4
| * | | | perf arm64: Fix build with refcount checkingJames Clark2023-05-102-3/+3
| * | | | perf test: Add stat test for record and scriptSandipan Das2023-05-101-0/+13
| * | | | perf script: Skip aggregation for stat eventsSandipan Das2023-05-101-0/+7
| * | | | perf build: Add system include paths to BPF buildsIan Rogers2023-05-101-1/+18
| * | | | perf bpf skels: Make vmlinux.h use bpf.h and perf_event.h in source directoryYang Jihong2023-05-102-1/+3
| * | | | perf parse-events: Do not break up AUX event groupAdrian Hunter2023-05-101-6/+3
| * | | | perf test test_intel_pt.sh: Test sample mode with event with PMU nameAdrian Hunter2023-05-101-0/+7
| * | | | perf evsel: Modify group pmu name for software eventsIan Rogers2023-05-101-6/+9
| * | | | tools arch x86: Sync the msr-index.h copy with the kernel sourcesYanteng Si2023-05-101-0/+2
| * | | | tools headers kvm: Sync uapi/{asm/linux} kvm.h headers with the kernel sourcesYanteng Si2023-05-103-2/+49
| * | | | tools include UAPI: Sync the sound/asound.h copy with the kernel sourcesYanteng Si2023-05-101-4/+10