aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-23PCI: hv: Remove unnecessary flex array in struct pci_packetMichael Kelley1-15/+14
2025-05-23Drivers: hv: Remove hv_alloc/free_* helpersLong Li2-43/+0
2025-05-23Drivers: hv: Use kzalloc for panic page allocationLong Li1-3/+3
2025-05-23uio_hv_generic: Align ring size to system pageLong Li1-0/+3
2025-05-23uio_hv_generic: Use correct size for interrupt and monitor pagesLong Li1-2/+2
2025-05-23Drivers: hv: Allocate interrupt and monitor pages aligned to system page boundaryLong Li1-6/+17
2025-05-23arch/x86: Provide the CPU number in the wakeup AP callbackRoman Kisel10-49/+28
2025-05-23x86/hyperv: Fix APIC ID and VP index confusion in hv_snp_boot_ap()Roman Kisel5-43/+64
2025-05-23PCI: hv: Get vPCI MSI IRQ domain from DeviceTreeRoman Kisel1-6/+64
2025-05-23ACPI: irq: Introduce acpi_get_gsi_dispatcher()Roman Kisel2-3/+18
2025-05-23Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device()Roman Kisel2-8/+17
2025-05-23Drivers: hv: vmbus: Get the IRQ number from DeviceTreeRoman Kisel1-0/+30
2025-05-23dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence propertiesRoman Kisel1-2/+14
2025-05-23arm64, x86: hyperv: Report the VTL the system boots inRoman Kisel2-1/+8
2025-05-23arm64: hyperv: Initialize the Virtual Trust Level fieldRoman Kisel1-0/+1
2025-05-23Drivers: hv: Provide arch-neutral implementation of get_vtl()Roman Kisel4-35/+38
2025-05-23Drivers: hv: Enable VTL mode for arm64Roman Kisel1-3/+3
2025-05-23arm64: hyperv: Use SMCCC to detect hypervisor presenceRoman Kisel1-5/+45
2025-05-23arm64: kvm, smccc: Introduce and use API for getting hypervisor UUIDRoman Kisel4-16/+85
2025-05-23tools: hv: Enable debug logs for hv_kvp_daemonShradha Gupta1-5/+59
2025-05-11Linux 6.15-rc6Linus Torvalds1-1/+1
2025-05-10Input: xpad - fix xpad_device sortingVicki Pfau1-1/+1
2025-05-10Input: xpad - add support for several more controllersVicki Pfau1-0/+7
2025-05-10Input: xpad - fix Share button on Xbox One controllersVicki Pfau1-15/+20
2025-05-10Input: xpad - fix two controller table valuesVicki Pfau1-2/+2
2025-05-10Input: hisi_powerkey - enable system-wakeup for s2idleUlf Hansson1-1/+1
2025-05-09fix IS_MNT_PROPAGATING usesAl Viro3-10/+12
2025-05-09do_move_mount(): don't leak MNTNS_PROPAGATING on failuresAl Viro1-3/+2
2025-05-09do_umount(): add missing barrier before refcount checks in sync caseAl Viro1-1/+2
2025-05-09__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lockAl Viro1-5/+1
2025-05-09x86/mm: Eliminate window where TLB flushes may be inadvertently skippedDave Hansen1-3/+19
2025-05-09io_uring/sqpoll: Increase task_work submission batch sizeGabriel Krisman Bertazi1-1/+1
2025-05-09drm/i915/dp: Fix determining SST/MST mode during MTP TU state computationImre Deak1-1/+1
2025-05-09memblock: Accept allocated memory before use in memblock_double_array()Tom Lendacky1-1/+8
2025-05-08drm/xe: Add config control for svm flush workShuicheng Lin3-2/+21
2025-05-08drm/xe: Release force wake first then runtime powerShuicheng Lin1-4/+5
2025-05-08drm/xe/gsc: do not flush the GSC worker from the reset pathDaniele Ceraolo Spurio7-2/+44
2025-05-08drm/xe/tests/mocs: Hold XE_FORCEWAKE_ALL for LNCF regsTejas Upadhyay1-2/+5
2025-05-08drm/xe: Add page queue multiplierMatthew Brost1-2/+9
2025-05-08drm/amdgpu/hdp7: use memcfg register to post the write for HDP flushAlex Deucher1-1/+6
2025-05-08drm/amdgpu/hdp6: use memcfg register to post the write for HDP flushAlex Deucher1-1/+6
2025-05-08drm/amdgpu/hdp5.2: use memcfg register to post the write for HDP flushAlex Deucher1-1/+11
2025-05-08drm/amdgpu/hdp5: use memcfg register to post the write for HDP flushAlex Deucher1-1/+6
2025-05-08block: remove test of incorrect io priority levelAaron Lu1-5/+1
2025-05-08KVM: SVM: Set/clear SRSO's BP_SPEC_REDUCE on 0 <=> 1 VM count transitionsSean Christopherson2-6/+67
2025-05-08riscv: Disallow PR_GET_TAGGED_ADDR_CTRL without SupmSamuel Holland1-0/+3
2025-05-08scripts: Do not strip .rela.dyn sectionAlexandre Ghiti1-1/+1
2025-05-08riscv: Fix kernel crash due to PR_SET_TAGGED_ADDR_CTRLNam Cao1-0/+3
2025-05-08riscv: misaligned: use get_user() instead of __get_user()Clément Léger1-1/+1
2025-05-08riscv: misaligned: enable IRQs while handling misaligned accessesClément Léger1-4/+8