aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-02-08Merge tag 'armsoc-fixes-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git...HEADmasterLinus Torvalds43-83/+111
2019-02-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-31/+32
2019-02-08Merge tag 'powerpc-5.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-16/+33
2019-02-07KVM: nVMX: unconditionally cancel preemption timer in free_nested (CVE-2019-7...Peter Shier1-0/+1
2019-02-07KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)Paolo Bonzini1-0/+7
2019-02-05arm64: kexec_file: handle empty command-lineJean-Philippe Brucker1-1/+3
2019-02-04arm64: ptdump: Don't iterate kernel page tables using PTRS_PER_PXXWill Deacon1-30/+29
2019-02-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-12/+24
2019-02-03Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+3
2019-02-02Merge tag 'riscv-for-linus-5.0-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-14/+30
2019-02-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-7/+11
2019-02-02x86/resctrl: Avoid confusion over the new X86_RESCTRL configJohannes Weiner4-8/+8
2019-02-01Merge tag 'xtensa-20190201' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds10-26/+43
2019-02-01Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-5/+14
2019-02-01x86_64: increase stack size for KASAN_EXTRAQian Cai1-0/+4
2019-02-01arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada14-7/+7
2019-02-01x86/kexec: Don't setup EFI info if EFI runtime is not enabledKairui Song1-0/+3
2019-02-01x86: explicitly align IO accesses in memcpy_{to,from}ioLinus Torvalds1-3/+30
2019-02-01arm64: hibernate: Clean the __hyp_text to PoC after resumeJames Morse1-1/+3
2019-02-01arm64: hyp-stub: Forbid kprobing of the hyp-stubJames Morse1-0/+2
2019-02-01arm64: kprobe: Always blacklist the KVM world-switch codeJames Morse1-3/+3
2019-02-01arm64: kaslr: ensure randomized quantities are clean also when kaslr is offArd Biesheuvel1-0/+1
2019-02-01arm64: Do not issue IPIs for user executable ptesCatalin Marinas1-1/+5
2019-01-31Merge tag 'pci-v5.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2019-02-01powerpc/papr_scm: Use the correct bind addressOliver O'Halloran1-1/+4
2019-01-31ARM: cns3xxx: Use actual size reads for PCIeKoen Vandeputte1-1/+1
2019-01-31ARM: cns3xxx: Fix writing to wrong PCI config registers after alignmentKoen Vandeputte1-1/+1
2019-01-31x86/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky1-1/+1
2019-01-31powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V2-15/+29
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2-2/+3
2019-01-30ARM: tango: Improve ARCH_MULTIPLATFORM compatibilityMarc Gonzalez3-4/+11
2019-01-30Merge tag 'renesas-fixes3-for-v5.0' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann1-6/+30
2019-01-30Merge tag 'sunxi-fixes-for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann4-2/+4
2019-01-30Merge tag 'amlogic-fixes-2.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann18-36/+18
2019-01-30ARM: iop32x/n2100: fix PCI IRQ mappingRussell King1-2/+1
2019-01-30Merge tag 'omap-for-v5.0/fixes-rc3' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann6-23/+31
2019-01-30Merge tag 'davinci-fixes-for-v5.0-part2' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann1-1/+1
2019-01-30Merge tag 'qcom-fixes-for-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-1/+1
2019-01-30Merge tag 'renesas-fixes2-for-v5.0' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann3-0/+9
2019-01-30Merge tag 'pxa-fixes-5.0' of https://github.com/rjarzmik/linux into arm/fixesArnd Bergmann1-3/+0
2019-01-30Merge tag 'imx-fixes-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann4-5/+5
2019-01-29x86/fault: Fix sign-extend unintended sign extensionColin Ian King1-1/+1
2019-01-29x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang2-1/+9
2019-01-29x86/cpu: Add Atom Tremont (Jacobsville)Kan Liang1-1/+2
2019-01-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-7/+30
2019-01-27Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-18/+16
2019-01-27xtensa: SMP: limit number of possible CPUs by NR_CPUSMax Filippov1-0/+5
2019-01-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-108/+122
2019-01-27Merge tag 'dma-mapping-5.0-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-6/+171
2019-01-26xtensa: rename BUILTIN_DTB to BUILTIN_DTB_SOURCECorentin Labbe7-9/+9
2019-01-26xtensa: Fix typo use space=>user spaceCorentin Labbe1-1/+1
2019-01-26xtensa: SMP: mark each possible CPU as presentMax Filippov1-1/+1
2019-01-26xtensa: smp_lx200_defconfig: fix vectors clashMax Filippov1-0/+1
2019-01-26xtensa: SMP: fix secondary CPU initializationMax Filippov2-14/+25
2019-01-25riscv: Adjust mmap base address at a third of task sizeAlexandre Ghiti1-1/+1
2019-01-25KVM: x86: Mark expected switch fall-throughsGustavo A. R. Silva6-4/+10
2019-01-25KVM: x86: fix TRACE_INCLUDE_PATH and remove -I. header search pathsMasahiro Yamada2-5/+1
2019-01-25x86/kvm/hyper-v: nested_enable_evmcs() sets vmcs_version incorrectlyVitaly Kuznetsov1-3/+4
2019-01-25KVM: VMX: Move vmx_vcpu_run()'s VM-Enter asm blob to a helper functionSean Christopherson1-66/+73
2019-01-25kvm: vmx: fix some -Wmissing-prototypes warningsYi Wang2-2/+2
2019-01-25KVM: nSVM: clear events pending from svm_complete_interrupts() when exiting t...Vitaly Kuznetsov1-0/+8
2019-01-25svm: Fix AVIC incomplete IPI emulationSuravee Suthikulpanit1-15/+4
2019-01-25svm: Add warning message for AVIC IPI invalid targetSuravee Suthikulpanit1-0/+2
2019-01-25KVM: x86: WARN_ONCE if sending a PV IPI returns a fatal errorSean Christopherson1-2/+5
2019-01-25KVM: x86: Fix PV IPIs for 32-bit KVM hostSean Christopherson1-1/+1
2019-01-25x86/kvm/hyper-v: recommend using eVMCS only when it is enabledVitaly Kuznetsov1-1/+2
2019-01-25x86/kvm/hyper-v: don't recommend doing reset via synthetic MSRVitaly Kuznetsov1-1/+0
2019-01-25kvm: x86/vmx: Use kzalloc for cached_vmcs12Tom Roeder1-4/+8
2019-01-25KVM: VMX: Use the correct field var when clearing VM_ENTRY_LOAD_IA32_PERF_GLO...Sean Christopherson1-1/+1
2019-01-25KVM: x86: Fix single-step debuggingAlexander Popov1-2/+1
2019-01-25x86/kvm/hyper-v: don't announce GUEST IDLE MSR supportVitaly Kuznetsov1-1/+0
2019-01-24arm64: dts: add msm8996 compatible to gicv3Srinivas Kandagatla1-1/+1
2019-01-24xtensa: SMP: fix ccount_timer_shutdownMax Filippov1-1/+1
2019-01-23riscv: fixup max_low_pfn with PFN_DOWN.Guo Ren2-2/+3
2019-01-23ARM: dts: am335x-shc.dts: fix wrong cd pin levelHeiko Schocher1-1/+1
2019-01-23ARM: dts: n900: fix mmc1 card detect gpio polarityArthur Demchenkov1-1/+1
2019-01-23ARM: dts: omap3-gta04: Fix graph_port warningTony Lindgren1-4/+0
2019-01-23RISC-V: defconfig: Add CRYPTO_DEV_VIRTIO=yPalmer Dabbelt1-0/+1
2019-01-23RISC-V: defconfig: Enable Generic PCIE by defaultAlistair Francis1-1/+2
2019-01-23arm64/xen: fix xen-swiotlb cache flushingChristoph Hellwig4-6/+171
2019-01-23RISC-V: defconfig: Move CONFIG_PCI{,E_XILINX}Palmer Dabbelt1-2/+2
2019-01-23RISC-V: Kconfig: fix spelling mistake "traget" -> "target"Antony Pavlov1-1/+1
2019-01-23RISC-V: asm/page.h: fix spelling mistake "CONFIG_64BITS" -> "CONFIG_64BIT"Antony Pavlov1-1/+1
2019-01-23RISC-V: fix bad use of of_node_putAndreas Schwab1-5/+1
2019-01-23RISC-V: Add _TIF_NEED_RESCHED check for kernel thread when CONFIG_PREEMPT=yVincent Chen2-1/+18
2019-01-23ARM: pxa: ssp: unneeded to free devm_ allocated dataPeng Hao1-3/+0
2019-01-24Merge tag 's390-5.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds5-10/+19
2019-01-23ARM: dts: r8a7743: Convert to new LVDS DT bindingsBiju Das1-6/+30
2019-01-22x86/Kconfig: Select PCI_LOCKLESS_CONFIG if PCI is enabledSinan Kaya1-1/+1
2019-01-22Merge tag 'arc-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds10-103/+276
2019-01-20x86: uaccess: Inhibit speculation past access_ok() in user_access_begin()Will Deacon1-1/+1
2019-01-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-5/+10
2019-01-20Merge tag 'mips_fixes_5.0_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-79/+46
2019-01-20Merge tag 'devicetree-fixes-for-5.0-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2019-01-19powerpc: chrp: Use of_node_is_type to access device_typeRob Herring1-2/+1
2019-01-19Merge tag 'powerpc-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds9-16/+21
2019-01-19Merge tag 'for-linus-5.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-7/+10
2019-01-19Merge tag 'acpi-5.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2019-01-17ARCv2: lib: memeset: fix doing prefetchw outside of bufferEugeniy Paltsev1-8/+32
2019-01-17ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while ...Vineet Gupta1-4/+9
2019-01-18x86/entry/64/compat: Fix stack switching for XEN PVJan Beulich1-2/+4
2019-01-17ARC: show_regs: lockdep: re-enable preemptionVineet Gupta1-0/+8
2019-01-17ARC: show_regs: lockdep: avoid page allocator...Vineet Gupta1-14/+12
2019-01-17ARC: perf: avoid kernel killing where it is possibleEugeniy Paltsev1-2/+4
2019-01-17ARC: perf: move HW events mapping to separate functionEugeniy Paltsev1-15/+33
2019-01-17ARC: perf: introduce Kernel PMU events supportEugeniy Paltsev1-1/+105
2019-01-17ARC: perf: trivial code cleanupEugeniy Paltsev1-43/+42
2019-01-17ARC: perf: map generic branches to correct hardware conditionEugeniy Paltsev1-1/+2
2019-01-17ARC: adjust memblock_reserve of kernel memoryEugeniy Paltsev1-1/+2
2019-01-17arc: remove redundant kernel-space generic-yMasahiro Yamada1-4/+0
2019-01-17ARC: fix __ffs return value to avoid build warningsEugeniy Paltsev1-3/+3
2019-01-17ARC: boot log: print Action point detailsVineet Gupta2-8/+24
2019-01-17ARCv2: boot log: BPU return stack depthVineet Gupta2-3/+4
2019-01-17openrisc: remove unneeded code in arch/openrisc/MakefileMasahiro Yamada1-3/+0
2019-01-17nds32: remove unneeded code in arch/nds32/MakefileMasahiro Yamada1-8/+0
2019-01-17arm64: dts: renesas: r8a77965: Enable DMA for SCIF2Geert Uytterhoeven1-0/+3
2019-01-17arm64: dts: renesas: r8a7796: Enable DMA for SCIF2Geert Uytterhoeven1-0/+3
2019-01-17arm64: dts: renesas: r8a774a1: Enable DMA for SCIF2Geert Uytterhoeven1-0/+3
2019-01-17ARM: dts: da850: fix interrupt numbers for clocksourceBartosz Golaszewski1-1/+1
2019-01-16xen: Fix x86 sched_clock() interface for xenJuergen Gross1-3/+9
2019-01-16ia64: remove redundant 'export AWK'Masahiro Yamada1-2/+0
2019-01-16kbuild: remove unused archmrproperMasahiro Yamada1-2/+0
2019-01-16kasan, arm64: remove redundant ARCH_SLAB_MINALIGN defineAndrey Konovalov1-2/+0
2019-01-16arm64: kaslr: ensure randomized quantities are clean to the PoCArd Biesheuvel1-2/+6
2019-01-16arm64: kpti: Update arm64_kernel_use_ng_mappings() when forced onJames Morse1-1/+4
2019-01-15x86/intel/lpss: Make PCI dependency explicitSinan Kaya1-1/+1
2019-01-15x86/kexec: Fix a kexec_file_load() failureDave Young2-0/+3
2019-01-15x86/mm/mem_encrypt: Fix erroneous sizeof()Peng Hao1-2/+2
2019-01-15powerpc/syscalls: Fix syscall tracingMichael Ellerman1-7/+0
2019-01-15powerpc/pseries: Fix build break due to pnv_npu2_init()Jason A. Donenfeld1-0/+2
2019-01-15x86/pkeys: Properly copy pkey state at fork()Dave Hansen1-0/+18
2019-01-14MIPS: OCTEON: fix kexec supportAurelien Jarno1-1/+1
2019-01-14arm64: dts: meson: Fix mmc cd-gpios polarityLoys Ollivier14-28/+14
2019-01-14always clear the X2APIC_ENABLE bit for PV guestTalons Lee1-4/+1
2019-01-14Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds13-21/+107
2019-01-12Merge tag 'reset-for-5.0-rc2' of git://git.pengutronix.de/git/pza/linux into ...Olof Johansson1-0/+4
2019-01-12Merge tag 'mvebu-fixes-5.0-1' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson3-3/+20
2019-01-12Merge tag 'integrator-fixes-armsoc' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-2/+6
2019-01-12Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson1-0/+4
2019-01-13ARM: dts: imx6sx: correct backward compatible of gptAnson Huang1-1/+1
2019-01-12Merge tag 'remove-dma_zalloc_coherent-5.0' of git://git.infradead.org/users/h...Linus Torvalds3-7/+8
2019-01-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-4/+6
2019-01-12ARM: dts: imx: replace gpio-key,wakeup with wakeup-source propertySudeep Holla2-2/+2
2019-01-12ARM: dts: vf610-bk4: fix incorrect #address-cells for dspi3Shawn Guo1-2/+2
2019-01-11x86/kaslr: Fix incorrect i8254 outb() parametersDaniel Drake1-2/+2
2019-01-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds7-7/+56
2019-01-11mips: fix n32 compat_ipc_parse_versionArnd Bergmann1-0/+1
2019-01-11x86/intel/lpss: Make PCI dependency explicitSinan Kaya1-1/+1
2019-01-11x86/kvm/nVMX: don't skip emulated instruction twice when vmptr address is not...Vitaly Kuznetsov1-2/+1
2019-01-11KVM/VMX: Avoid return error when flush tlb successfully in the hv_remote_flus...Lan Tianyu1-1/+1
2019-01-11kvm: sev: Fail KVM_SEV_INIT if already initializedDavid Rientjes1-0/+3
2019-01-11KVM: x86: Fix bit shifting in update_intel_pt_cfgGustavo A. R. Silva1-1/+1
2019-01-11Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-7/+7
2019-01-11s390/smp: Fix calling smp_call_ipl_cpu() from ipl CPUDavid Hildenbrand1-1/+6
2019-01-11s390/vdso: correct vdso mapping for compat tasksVasily Gorbik2-4/+3
2019-01-11s390/smp: fix CPU hotplug deadlock with CPU rescanGerald Schaefer1-0/+4
2019-01-11s390/mm: always force a load of the primary ASCE on context switchMartin Schwidefsky1-3/+2
2019-01-11s390/early: improve machine detectionChristian Borntraeger2-2/+4
2019-01-11powerpc/4xx/ocm: Fix fix for phys_addr_t printf warningsMichael Ellerman1-3/+3
2019-01-11powerpc/powernv/npu: Fix oops in pnv_try_setup_npu_table_group()Frederic Barrat1-1/+2
2019-01-11powerpc/tm: Limit TM code inside PPC_TRANSACTIONAL_MEMBreno Leitao1-3/+4
2019-01-11powerpc/8xx: fix setting of pagetable for Abatron BDI debug tool.Christophe Leroy1-1/+2
2019-01-11powerpc/powernv/npu: Allocate enough memory in pnv_try_setup_npu_table_group()Dan Carpenter1-1/+1
2019-01-11ARM: integrator: impd1: use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-1/+1
2019-01-11arm64: kexec_file: return successfully even if kaslr-seed doesn't existAKASHI Takahiro1-1/+3
2019-01-10ARM: dts: meson8m2: mxiii-plus: mark the SD card detection GPIO active-lowMartin Blumenstingl1-2/+1
2019-01-10ARM: dts: meson8b: ec100: mark the SD card detection GPIO active-lowMartin Blumenstingl1-2/+1
2019-01-10ARM: dts: meson8b: odroidc1: mark the SD card detection GPIO active-lowMartin Blumenstingl1-2/+1
2019-01-10arm: dts: meson: Fix IRQ trigger type for macirqCarlo Caione2-2/+1
2019-01-10Merge tag 'riscv-for-linus-4.21-rc2-v2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds12-41/+117
2019-01-10Disable MSI also when pcie-octeon.pcie_disable onYunQiang Su1-1/+3
2019-01-10arm64: kpti: Avoid rewriting early page tables when KASLR is enabledWill Deacon5-5/+52
2019-01-10gpio: pl061: handle failed allocationsNicholas Mc Guire1-1/+5
2019-01-10csky: fixup compile error with CPU 810.Guo Ren1-1/+1
2019-01-10ARM: dts: kirkwood: Fix polarity of GPIO fan linesLinus Walleij1-2/+2
2019-01-10arm64: dts: marvell: mcbin: fix PCIe reset signalBaruch Siach1-1/+1
2019-01-10arm64: dts: marvell: armada-ap806: reserve PSCI areaHeinrich Schuchardt1-0/+17
2019-01-10arm64: asm-prototypes: Fix fat-fingered typo in commentWill Deacon1-1/+1
2019-01-10ARM: dts: da850-lcdk: Correct the sound card namePeter Ujfalusi1-1/+1
2019-01-10ARM: dts: da850-lcdk: Correct the audio codec regulatorsPeter Ujfalusi1-0/+36
2019-01-10ARM: dts: da850-evm: Correct the sound card namePeter Ujfalusi1-1/+1
2019-01-10ARM: dts: da850-evm: Correct the audio codec regulatorsPeter Ujfalusi1-4/+25
2019-01-10ARM: davinci: omapl138-hawk: fix label names in GPIO lookup entriesBartosz Golaszewski1-2/+2
2019-01-10ARM: davinci: dm644x-evm: fix label names in GPIO lookup entriesBartosz Golaszewski1-2/+2
2019-01-10ARM: davinci: dm355-evm: fix label names in GPIO lookup entriesBartosz Golaszewski1-2/+2
2019-01-10ARM: davinci: da850-evm: fix label names in GPIO lookup entriesBartosz Golaszewski1-2/+2
2019-01-10ARM: davinci: da830-evm: fix label names in GPIO lookup entriesBartosz Golaszewski1-2/+2
2019-01-10arm64: dts: allwinner: a64: Fix USB OTG regulatorJernej Skrabec1-0/+1
2019-01-09MIPS: BCM47XX: Setup struct device for the SoCRafał Miłecki1-0/+31
2019-01-09MIPS: jazz: fix 64bit buildThomas Bogendoerfer1-2/+3
2019-01-09Merge tag 'csky-for-linus-5.0-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds3-41/+65
2019-01-09ARM: dts: sun8i: h3: Add ethernet0 alias to Beelink X2Jernej Skrabec1-1/+1
2019-01-09ARM: dts: sun6i: Add clock-output-names to osc24M clockChen-Yu Tsai1-0/+1
2019-01-09x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao1-1/+1
2019-01-09x86/cache: Rename config option to CONFIG_X86_RESCTRLBorislav Petkov4-6/+6
2019-01-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+6
2019-01-08arch/openrisc: Fix issues with access_ok()Stafford Horne1-2/+6
2019-01-08kasan, arm64: use ARCH_SLAB_MINALIGN instead of manual aligningAndrey Konovalov1-0/+6
2019-01-08arm64: defconfig: enable modules for amlogic s400 sound cardJerome Brunet1-0/+4
2019-01-09csky: fixup compile error with pte_allocGuo Ren1-25/+18