summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: don't fall through case statements without annotationsLinus Torvalds2024-09-071-0/+1
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-09-061-1/+3
|\
| * arm64: stacktrace: fix the usage of ftrace_graph_ret_addr()Puranjay Mohan2024-09-051-1/+3
* | Merge tag 'riscv-for-linus-6.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-09-068-94/+79
|\ \
| * | riscv: Fix RISCV_ALTERNATIVE_EARLYAlexandre Ghiti2024-09-034-65/+72
| * | riscv: Do not restrict memory size because of linear mapping on nommuAlexandre Ghiti2024-09-031-1/+1
| * | riscv: Fix toolchain vector detectionAnton Blanchard2024-09-031-2/+2
| * | riscv: misaligned: Restrict user access to kernel memorySamuel Holland2024-09-011-2/+2
| * | Merge patch series "riscv: mm: Do not restrict mmap address based on hint"Palmer Dabbelt2024-08-291-24/+2
| |\ \
| | * | riscv: mm: Do not restrict mmap address based on hintCharlie Jenkins2024-08-291-24/+2
* | | | Merge tag 'powerpc-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-09-066-10/+26
|\ \ \ \
| * | | | powerpc/qspinlock: Fix deadlock in MCS queueNysal Jan K.A.2024-08-291-1/+9
| * | | | powerpc/mm: Fix return type of pgd_val()Christophe Leroy2024-08-222-5/+11
| * | | | powerpc/vdso: Don't discard rela sectionsChristophe Leroy2024-08-222-3/+5
| * | | | powerpc/64e: Define mmu_pte_psize staticChristophe Leroy2024-08-221-1/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-09-067-13/+34
|\ \ \ \ \
| * | | | | KVM: Remove HIGH_RES_TIMERS dependencySteven Rostedt2024-09-051-1/+0
| * | | | | KVM: x86: Only advertise KVM_CAP_READONLY_MEM when supported by VMTom Dohrmann2024-09-021-1/+2
| * | | | | KVM: SEV: Update KVM_AMD_SEV Kconfig entry and mention SEV-SNPVitaly Kuznetsov2024-08-281-2/+4
| * | | | | KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missingRavi Bangoria2024-08-221-0/+3
| * | | | | KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASEMaxim Levitsky2024-08-221-0/+12
| * | | | | KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTSSean Christopherson2024-08-221-0/+2
| * | | | | KVM: x86/mmu: Check that root is valid/loaded when pre-faulting SPTEsSean Christopherson2024-08-221-1/+3
| * | | | | KVM: x86/mmu: Fixup comments missed by the REMOVED_SPTE=>FROZEN_SPTE renameYan Zhao2024-08-223-8/+8
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-09-042-4/+10
|\ \ \ \ \ \
| * | | | | | ARM: 9414/1: Fix build issue with LD_DEAD_CODE_DATA_ELIMINATIONYuntao Liu2024-09-042-4/+10
* | | | | | | Merge tag 'parisc-for-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-041-5/+11
|\ \ \ \ \ \ \
| * | | | | | | parisc: Delay write-protection until mark_rodata_ro() callHelge Deller2024-09-031-5/+11
* | | | | | | | Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-0111-20/+61
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/resctrl: Fix arch_mbm_* array overrun on SNCPeter Newman2024-08-282-6/+8
| * | | | | | | | x86/tdx: Fix data leak in mmio_read()Kirill A. Shutemov2024-08-261-1/+0
| * | | | | | | | x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner2024-08-204-6/+35
| * | | | | | | | x86/fpu: Avoid writing LBR bit to IA32_XSS unless supportedMitchell Levy2024-08-143-2/+12
| * | | | | | | | x86/apic: Make x2apic_disable() work correctlyYuntao Wang2024-08-131-5/+6
* | | | | | | | | Merge tag 'perf-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-09-011-2/+21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | perf/x86/intel: Limit the period on HaswellKan Liang2024-08-251-2/+21
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/...Linus Torvalds2024-08-312-8/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revert "MIPS: csrc-r4k: Apply verification clocksource flags"Guenter Roeck2024-08-261-3/+1
| * | | | | | | | | microblaze: don't treat zero reserved memory regions as errorMike Rapoport2024-08-261-5/+0
| |/ / / / / / / /
* | | | | | | | | Merge tag 'arm-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-08-3122-70/+244
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'qcom-arm64-fixes-for-6.11' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann2024-08-286-35/+209
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | arm64: dts: qcom: x1e80100: Fix Adreno SMMU global interruptKonrad Dybcio2024-08-151-1/+1
| | * | | | | | | | | arm64: dts: qcom: disable GPU on x1e80100 by defaultDmitry Baryshkov2024-08-153-1/+18
| | * | | | | | | | | arm64: dts: qcom: x1e80100-crd: Fix backlightStephan Gerhold2024-07-301-2/+15
| | * | | | | | | | | arm64: dts: qcom: x1e80100-yoga-slim7x: fix missing PCIe4 gpiosJohan Hovold2024-07-301-0/+29
| | * | | | | | | | | arm64: dts: qcom: x1e80100-yoga-slim7x: disable PCIe6a perst pull downJohan Hovold2024-07-301-1/+1
| | * | | | | | | | | arm64: dts: qcom: x1e80100-yoga-slim7x: fix up PCIe6a pinctrl nodeJohan Hovold2024-07-301-6/+6
| | * | | | | | | | | arm64: dts: qcom: x1e80100-yoga-slim7x: fix PCIe4 PHY supplyJohan Hovold2024-07-301-1/+1
| | * | | | | | | | | arm64: dts: qcom: x1e80100-vivobook-s15: fix missing PCIe4 gpiosJohan Hovold2024-07-301-0/+29
| | * | | | | | | | | arm64: dts: qcom: x1e80100-vivobook-s15: disable PCIe6a perst pull downJohan Hovold2024-07-301-1/+1