summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | arm64: dts: ti: k3-j784s4-evm: Consolidate serdes0 referencesAndrew Halaney2024-07-121-16/+8
| | | | * | | arm64: dts: ti: k3-j784s4-evm: Assign only lanes 0 and 1 to PCIe1Andrew Halaney2024-07-121-3/+2
| | * | | | | ARM: pxa/gumstix: fix attaching properties to vbus gpio deviceDmitry Torokhov2024-08-071-4/+7
| | |/ / / /
| * | | | | LoongArch: KVM: Remove undefined a6 argument comment for kvm_hypercall()Dandan Zhang2024-08-071-2/+2
| * | | | | LoongArch: KVM: Remove unnecessary definition of KVM_PRIVATE_MEM_SLOTSYuli Wang2024-08-071-2/+0
| * | | | | LoongArch: Use accessors to page table entries instead of direct dereferenceHuacai Chen2024-08-078-42/+52
| * | | | | LoongArch: Enable general EFI poweroff methodMiao Wang2024-08-071-0/+6
| | |_|/ / | |/| | |
* | | | | Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter2024-08-083-7/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-07-29153-967/+1510
| |\ \ \ \
| * | | | | printk: Add a short description string to kmsg_dump()Jocelyn Falempe2024-07-173-7/+7
* | | | | | Merge tag 'x86-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-08-048-17/+36
|\ \ \ \ \ \
| * | | | | | x86/uaccess: Zero the 8-byte get_range case on failure on 32-bitDavid Gow2024-08-011-1/+3
| * | | | | | x86/mm: Fix pti_clone_entry_text() for i386Peter Zijlstra2024-08-011-1/+1
| * | | | | | x86/mm: Fix pti_clone_pgtable() alignment assumptionPeter Zijlstra2024-08-011-3/+3
| * | | | | | x86/setup: Parse the builtin command line before mergingBorislav Petkov (AMD)2024-07-313-8/+23
| * | | | | | x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 rangePerry Yuan2024-07-301-1/+1
| * | | | | | x86/sev: Fix __reserved field in sev_configPavan Kumar Paluri2024-07-301-1/+1
| * | | | | | x86/aperfmperf: Fix deadlock on cpu_hotplug_lockJonathan Cameron2024-07-291-2/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'perf-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-08-042-12/+15
|\ \ \ \ \ \
| * | | | | | perf/x86: Fix smp_processor_id()-in-preemptible warningsLi Huafei2024-07-311-10/+12
| * | | | | | perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra ForestZhenyu Wang2024-07-291-2/+3
| |/ / / / /
* | | | | | arm: dts: arm: versatile-ab: Fix duplicate clock node nameRob Herring (Arm)2024-08-041-1/+1
* | | | | | Merge tag 'parisc-for-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-08-033-2/+12
|\ \ \ \ \ \
| * | | | | | parisc: fix a possible DMA corruptionMikulas Patocka2024-07-292-1/+11
| * | | | | | parisc: fix unaligned accesses in BPFMikulas Patocka2024-07-291-1/+1
| |/ / / / /
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-08-025-9/+40
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | arm64: jump_label: Ensure patched jump_labels are visible to all CPUsWill Deacon2024-08-022-2/+10
| * | | | | arm64: errata: Expand speculative SSBS workaround (again)Mark Rutland2024-08-012-7/+26
| * | | | | arm64: cputype: Add Cortex-A725 definitionsMark Rutland2024-08-011-0/+2
| * | | | | arm64: cputype: Add Cortex-X1C definitionsMark Rutland2024-08-011-0/+2
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-08-027-20/+24
|\ \ \ \ \
| * \ \ \ \ Merge branch 'kvm-fixes' into HEADPaolo Bonzini2024-08-027-20/+24
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | KVM: x86/mmu: fix determination of max NPT mapping level for private pagesAckerley Tng2024-08-011-1/+1
| | * | | | KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfnsPaolo Bonzini2024-07-261-7/+0
| | * | | | KVM: extend kvm_range_has_memory_attributes() to check subset of attributesPaolo Bonzini2024-07-261-1/+1
| | * | | | KVM: guest_memfd: move check for already-populated page to common codePaolo Bonzini2024-07-261-1/+1
| | * | | | KVM: remove kvm_arch_gmem_prepare_needed()Paolo Bonzini2024-07-261-5/+0
| | * | | | KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*Paolo Bonzini2024-07-262-4/+4
| | * | | | KVM: x86: disallow pre-fault for SNP VMs before initializationPaolo Bonzini2024-07-265-0/+16
| | * | | | KVM: x86: Eliminate log spam from limited APIC timer periodsJim Mattson2024-07-261-1/+1
* | | | | | Merge tag 'riscv-for-linus-6.11-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-08-025-21/+29
|\ \ \ \ \ \
| * | | | | | riscv: Fix linear mapping checks for non-contiguous memory regionsStuart Menefy2024-08-011-4/+11
| * | | | | | RISC-V: Enable the IPI before workqueue_online_cpu()Nick Hu2024-08-011-1/+1
| * | | | | | riscv/mm: Add handling for VM_FAULT_SIGSEGV in mm_fault_error()Zhe Qiao2024-08-011-8/+9
| * | | | | | riscv/purgatory: align riscv_kernel_entryDaniel Maslowski2024-08-011-0/+2
| * | | | | | riscv: cpufeature: Do not drop Linux-internal extensionsSamuel Holland2024-07-311-8/+6
| |/ / / / /
* | | | | | Merge tag 's390-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-08-026-88/+93
|\ \ \ \ \ \
| * | | | | | s390: Keep inittext section writableHeiko Carstens2024-07-312-10/+2
| * | | | | | s390/vmlinux.lds.S: Move ro_after_init section behind rodata sectionHeiko Carstens2024-07-311-8/+9
| * | | | | | s390/mm: Get rid of RELOC_HIDE()Heiko Carstens2024-07-311-8/+2