summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | s390/mm/ptdump: Improve sorting of markersHeiko Carstens2024-07-311-47/+53
| * | | s390/mm/ptdump: Add support for relocated lowcore mappingHeiko Carstens2024-07-311-13/+22
| * | | s390/mm/ptdump: Fix handling of identity mapping areaHeiko Carstens2024-07-311-9/+12
| * | | s390/alternatives: Remove unused empty header fileHeiko Carstens2024-07-311-0/+0
| * | | s390/fpu: Re-add exception handling in load_fpu_state()Heiko Carstens2024-07-311-1/+1
| |/ /
* | | Merge tag 'asm-generic-fixes-6.11-1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-08-025-6/+7
|\ \ \
| * | | syscalls: fix syscall macros for newfstat/newfstatatArnd Bergmann2024-08-023-3/+4
| * | | uretprobe: change syscall number, againArnd Bergmann2024-08-021-1/+1
| * | | alpha: fix ioread64be()/iowrite64be() helpersArnd Bergmann2024-08-011-2/+2
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-07-2913-26/+36
|\ \ \