summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | KVM: x86/mmu: x86: Don't overflow lpage_info when checking attributesRick Edgecombe2024-04-081-1/+2
| | * | | | | | | | KVM: x86/pmu: Disable support for adaptive PEBSSean Christopherson2024-04-081-2/+22
| | * | | | | | | | KVM: Explicitly disallow activatating a gfn_to_pfn_cache with INVALID_GPASean Christopherson2024-04-081-0/+7
| | * | | | | | | | KVM: Check validity of offset+length of gfn_to_pfn_cache prior to activationSean Christopherson2024-04-081-7/+9
| | * | | | | | | | KVM: Add helpers to consolidate gfn_to_pfn_cache's page split checkSean Christopherson2024-04-081-8/+19
| | |/ / / / / / /
| * | | | | | | | KVM: x86/pmu: Do not mask LVTPC when handling a PMI on AMD platformsSandipan Das2024-04-111-1/+2
| * | | | | | | | KVM: x86: Snapshot if a vCPU's vendor model is AMD vs. Intel compatibleSean Christopherson2024-04-115-2/+14
| |/ / / / / / /
* | | | | | | | Merge tag 'powerpc-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-04-203-6/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | selftests/powerpc/papr-vpd: Fix missing variable initializationNathan Lynch2024-04-121-1/+1
| * | | | | | | | powerpc/crypto/chacha-p10: Fix failure on non Power10Michael Ellerman2024-04-051-1/+7
| * | | | | | | | powerpc/iommu: Refactor spapr_tce_platform_iommu_attach_dev()Shivaprasad G Bhat2024-04-031-4/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-04-204-39/+156
|\ \ \ \ \ \ \ \
| * | | | | | | | clk: mediatek: mt7988-infracfg: fix clocks for 2nd PCIe portDaniel Golle2024-04-101-1/+1
| * | | | | | | | clk: mediatek: Do a runtime PM get on controllers during probePin-yen Lin2024-04-101-0/+15
| * | | | | | | | Merge branch 'clk-rpm' into clk-fixesStephen Boyd2024-04-071-38/+135
| |\ \ \ \ \ \ \ \
| | * | | | | | | | clk: Get runtime PM before walking tree for clk_summaryStephen Boyd2024-04-071-2/+12
| | * | | | | | | | clk: Get runtime PM before walking tree during disable_unusedStephen Boyd2024-04-071-12/+105
| | * | | | | | | | clk: Initialize struct clk_core kref earlierStephen Boyd2024-04-071-15/+13
| | * | | | | | | | clk: Don't hold prepare_lock when calling kref_put()Stephen Boyd2024-04-071-7/+5
| | * | | | | | | | clk: Remove prepare_lock hold assertion in __clk_release()Stephen Boyd2024-04-071-2/+0
| | | |_|_|_|_|/ / | | |/| | | | | |
| * / | | | | | | clk: Provide !COMMON_CLK dummy for devm_clk_rate_exclusive_get()Uwe Kleine-König2024-03-281-0/+5
| |/ / / / / / /
* | | | | | | | Merge tag 'perf-tools-fixes-for-v6.9-2024-04-19' of git://git.kernel.org/pub/...Linus Torvalds2024-04-1919-742/+817
|\ \ \ \ \ \ \ \
| * | | | | | | | tools/include: Sync arm64 asm/cputype.h with the kernel sourcesNamhyung Kim2024-04-111-0/+4
| * | | | | | | | tools/include: Sync asm-generic/bitops/fls.h with the kernel sourcesNamhyung Kim2024-04-112-4/+12
| * | | | | | | | tools/include: Sync x86 asm/msr-index.h with the kernel sourcesNamhyung Kim2024-04-111-23/+51
| * | | | | | | | tools/include: Sync x86 asm/irq_vectors.h with the kernel sourcesNamhyung Kim2024-04-111-2/+0
| * | | | | | | | tools/include: Sync x86 CPU feature headers with the kernel sourcesNamhyung Kim2024-04-113-8/+23
| * | | | | | | | tools/include: Sync uapi/sound/asound.h with the kernel sourcesNamhyung Kim2024-04-111-2/+2
| * | | | | | | | tools/include: Sync uapi/linux/kvm.h and asm/kvm.h with the kernel sourcesNamhyung Kim2024-04-115-700/+672
| * | | | | | | | tools/include: Sync uapi/linux/fs.h with the kernel sourcesNamhyung Kim2024-04-111-1/+29
| * | | | | | | | tools/include: Sync uapi/drm/i915_drm.h with the kernel sourcesNamhyung Kim2024-04-111-0/+16
| * | | | | | | | perf lock contention: Add a missing NULL checkNamhyung Kim2024-04-111-1/+4
| * | | | | | | | perf annotate: Make sure to call symbol__annotate2() in TUINamhyung Kim2024-04-112-1/+4
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-04-192-7/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | ubsan: Add awareness of signed integer overflow trapsKees Cook2024-04-151-2/+16
| * | | | | | | | configs/hardening: Disable CONFIG_UBSAN_SIGNED_WRAPNathan Chancellor2024-04-151-0/+1
| * | | | | | | | configs/hardening: Fix disabling UBSAN configurationsNathan Chancellor2024-04-151-5/+5
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-04-192-0/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | iommufd: Add config needed for iommufd_fail_nthMuhammad Usama Anjum2024-04-141-0/+2
| * | | | | | | | iommufd: Add missing IOMMUFD_DRIVER kconfig for the selftestJason Gunthorpe2024-04-141-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-04-193-5/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | RDMA/mlx5: Fix port number for counter query in multi-port configurationMichael Guralnik2024-04-081-1/+2
| * | | | | | | | RDMA/cm: Print the old state when cm_destroy_id gets timeoutMark Zhang2024-04-011-4/+7
| * | | | | | | | RDMA/rxe: Fix the problem "mutex_destroy missing"Yanjun.Zhu2024-04-011-0/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag '9p-fixes-for-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-04-194-6/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | fs/9p: drop inodes immediately on non-.L tooJoakim Sindholt2024-04-111-0/+1
| * | | | | | | | fs/9p: Revert "fs/9p: fix dups even in uncached mode"Eric Van Hensbergen2024-04-111-0/+16
| * | | | | | | | fs/9p: remove erroneous nlink init from legacy stat2inodeEric Van Hensbergen2024-04-091-2/+0
| * | | | | | | | 9p: explicitly deny setlease attemptsJeff Layton2024-03-281-0/+2
| * | | | | | | | fs/9p: fix the cache always being enabled on files with qid flagsJoakim Sindholt2024-03-281-3/+0