summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-09-12riscv: kprobes: Use patch_text_nosync() for insn slotsSamuel Holland1-3/+2
2024-09-12x86/kmsan: Fix hook for unaligned accessesBrian Johannesmeyer1-1/+4
2024-09-12x86/apic: Make x2apic_disable() work correctlyYuntao Wang1-5/+6
2024-09-12x86/fpu: Avoid writing LBR bit to IA32_XSS unless supportedMitchell Levy3-2/+12
2024-09-12x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner4-6/+35
2024-09-12perf/x86/intel: Limit the period on HaswellKan Liang1-2/+21
2024-09-12x86/tdx: Fix data leak in mmio_read()Kirill A. Shutemov1-1/+0
2024-09-12powerpc/qspinlock: Fix deadlock in MCS queueNysal Jan K.A.1-1/+9
2024-09-12KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missingRavi Bangoria1-0/+3
2024-09-12KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASEMaxim Levitsky1-0/+12
2024-09-12KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTSSean Christopherson1-0/+2
2024-09-04arm64: dts: freescale: imx93-tqma9352-mba93xxla: fix typoMarkus Niebel1-1/+1
2024-09-04arm64: dts: freescale: imx93-tqma9352: fix CMA alloc-rangesMarkus Niebel1-1/+1
2024-09-04arm64: dts: imx93: update default value for snps,clk-csrShenwei Wang1-1/+1
2024-09-04arm64: dts: imx93: add nvmem property for eqosPeng Fan1-0/+6
2024-09-04arm64: dts: imx93: add nvmem property for fec1Peng Fan1-0/+7
2024-09-04arm64: dts: imx8mp-beacon-kit: Fix Stereo Audio on WM8962Adam Ford1-7/+5
2024-09-04ARM: dts: omap3-n900: correct the accelerometer orientationSicelo A. Mhlongo1-1/+1
2024-09-04ARM: dts: imx6dl-yapp43: Increase LED current to match the yapp4 HW designMichal Vokáč1-6/+6
2024-09-04Revert "change alloc_pages name in dma_map_ops to avoid name conflicts"Greg Kroah-Hartman6-7/+7
2024-09-04LoongArch: Remove the unused dma-direct.hMiao Wang1-11/+0
2024-08-29KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3Marc Zyngier2-0/+13
2024-08-29MIPS: Loongson64: Set timer mode in cpu-probeJiaxun Yang1-0/+4
2024-08-29change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan6-7/+7
2024-08-29riscv: entry: always initialize regs->a0 to -ENOSYSCeleste Liu1-2/+1
2024-08-29openrisc: Call setup_memory() earlier in the init sequenceOreoluwa Babatunde1-3/+3
2024-08-29powerpc/boot: Only free if realloc() succeedsMichael Ellerman1-2/+3
2024-08-29powerpc/boot: Handle allocation failure in simple_realloc()Li zeming1-1/+3
2024-08-29parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367Helge Deller1-2/+2
2024-08-29x86: Increase brk randomness entropy for 64-bit systemsKees Cook1-1/+4
2024-08-29riscv: blacklist assembly symbols for kprobeClément Léger2-0/+13
2024-08-29powerpc/pseries/papr-sysparm: Validate buffer object lengthsNathan Lynch1-0/+47
2024-08-29powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpuKunwu Chan1-0/+2
2024-08-29arm64: Fix KASAN random tag seed initializationSamuel Holland2-3/+2
2024-08-29powerpc/topology: Check if a core is onlineNysal Jan K.A1-0/+13
2024-08-29s390/smp,mcck: fix early IPI handlingHeiko Carstens2-11/+5
2024-08-29s390/uv: Panic for set and remove shared access UVC errorsClaudio Imbrenda1-1/+4
2024-08-29arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu1-1/+1
2024-08-29riscv: change XIP's kernel_map.size to be size of the entire kernelNam Cao1-2/+2
2024-08-29KVM: s390: fix validity interception issue when gisa is switched offMichael Mueller1-1/+6
2024-08-19KVM: arm64: Don't pass a TLBI level hint when zapping table entriesWill Deacon1-5/+7
2024-08-19KVM: arm64: Don't defer TLB invalidation when zapping table entriesWill Deacon1-1/+3
2024-08-19mm/page_table_check: support userfault wr-protect entriesPeter Xu1-17/+1
2024-08-19LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.hHuacai Chen1-0/+1
2024-08-14x86/mtrr: Check if fixed MTRRs exist before saving themAndi Kleen1-1/+1
2024-08-14x86/paravirt: Fix incorrect virt spinlock setting on bare metalChen Yu2-9/+10
2024-08-14LoongArch: Enable general EFI poweroff methodMiao Wang1-0/+6
2024-08-14parisc: fix a possible DMA corruptionMikulas Patocka2-1/+11
2024-08-14parisc: fix unaligned accesses in BPFMikulas Patocka1-1/+1
2024-08-14arm64: errata: Expand speculative SSBS workaround (again)Mark Rutland2-7/+26