aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2022-11-11KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret7-13/+128
2022-11-11KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1Fuad Tabba6-6/+182
2022-11-11KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba12-0/+531
2022-11-11KVM: arm64: Rename 'host_kvm' to 'host_mmu'Will Deacon2-26/+26
2022-11-11KVM: arm64: Add hyp_spinlock_t static initializerFuad Tabba1-1/+9
2022-11-11KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.hWill Deacon1-0/+1
2022-11-11KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2Quentin Perret3-1/+57
2022-11-11KVM: arm64: Prevent the donation of no-map pagesQuentin Perret1-6/+16
2022-11-11KVM: arm64: Implement do_donate() helper for donating memoryWill Deacon2-0/+241
2022-11-11KVM: arm64: Unify identifiers used to distinguish host and hypervisorWill Deacon3-10/+6
2022-11-11KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2Quentin Perret1-19/+43
2022-11-11KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memoryQuentin Perret6-40/+60
2022-11-11KVM: arm64: Allow attaching of non-coalescable pages to a hyp poolQuentin Perret1-0/+6
2022-11-11KVM: arm64: Move hyp refcount manipulation helpers to common header fileQuentin Perret2-19/+22
2022-11-11KVM: arm64: Fix typo in commentZhiyuan Dai1-1/+1
2022-11-11arm64: defconfig: Enable HTE configDipen Patel1-0/+3
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel1-1/+1
2022-11-11arm64: dts: mt7986: add i2c nodeFrank Wunderlich1-0/+14
2022-11-11arm64: dts: mt7986: add crypto related device nodesSam Shih3-0/+23
2022-11-11arm64: dts: mt7986: harmonize device node orderSam Shih2-58/+58
2022-11-11arm64: dts: mt8195: Add pcie and pcie phy nodesTinghan Shen1-0/+150
2022-11-11arm64: defconfig: Enable missing configs for mt8183-jacuzzi-juniperNĂ­colas F. R. A. Prado1-0/+18
2022-11-11arm64: dts: mediatek: mt7986: add support for RX Wireless Ethernet DispatchLorenzo Bianconi1-0/+65
2022-11-11arm64: dts: imx8m{m,n}-venice-gw7902: add gpio pins for new board revisionTim Harvey2-8/+12
2022-11-11arm64: dts: imx93-pinfunc: drop execution permissionPeng Fan1-0/+0
2022-11-11arm64: dts: imx8mm: Remove watchdog always-enabled property from eDM SBCMarek Vasut1-1/+0
2022-11-11arm64: dts: imx8mm: imx8mn: imx8mp: imx8mq: Replace opp-xM with opp-x000000Marek Vasut20-58/+58
2022-11-11arm64: dts: imx8mn: Fix NAND controller size-cellsMarek Vasut1-1/+1
2022-11-11arm64: dts: imx8mm: Fix NAND controller size-cellsMarek Vasut1-2/+2
2022-11-11arm64: dts: imx8mm-data-modul: Rename /watchdog-gpio to plain /watchdogMarek Vasut1-1/+1
2022-11-11arm64: dts: verdin-imx8mp: dahlia: mark usb_2 permanently attachedMarcel Ziswiler1-0/+1
2022-11-11arm64: dts: verdin-imx8mp: add gpio usb-b connectorMarcel Ziswiler1-6/+14
2022-11-11arm64: dts: verdin-imx8mp: disable usb port power controlMarcel Ziswiler1-0/+5
2022-11-11arm64: dts: verdin-imx8mp: add usb_1 over-current detectionMarcel Ziswiler1-2/+12
2022-11-11arm64: dts: verdin-imx8mp: remove usb_2 over-current detection disablingMarcel Ziswiler1-1/+0
2022-11-11arm64: dts: verdin-imx8mp: improve pinctrl for vbus-suppliesMarcel Ziswiler1-2/+2
2022-11-11arm64: dts: imx8mm-tqma8mqml-mba8mx: Fix USB DRAlexander Stein1-6/+26
2022-11-11arm64: defconfig: Add Renesas 9-series PCIe clock generatorAlexander Stein1-0/+1
2022-11-11arm64: dts: mba8mpxl: Add PWM fan supportAlexander Stein1-0/+76
2022-11-11arm64: dts: tqma8mpql: add PCIe supportAlexander Stein1-1/+41
2022-11-11arm64: dts: imx8mp: Bind bluetooth UART on DH electronics i.MX8M Plus DHCOMMarek Vasut1-6/+25
2022-11-11arm64: dts: imx8mm/n-evk: enable wakeup-source for usb phyLi Jun2-0/+8
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski21-86/+198
2022-11-10arm64: efi: Fix handling of misaligned runtime regions and drop warningArd Biesheuvel1-18/+34
2022-11-10KVM: arm64: Fix PAR_TO_HPFAR() to work independently of PA_BITS.Ryan Roberts1-1/+5
2022-11-10KVM: arm64: Fix kvm init failure when mode!=vhe and VA_BITS=52.Ryan Roberts2-18/+30
2022-11-10arm64: dts: renesas: spider-cpu: Switch from SCIF3 to HSCIF0Wolfram Sang1-15/+15
2022-11-10KVM: arm64: Handle stage-2 faults in parallelOliver Upton4-28/+13
2022-11-10KVM: arm64: Make table->block changes parallel-awareOliver Upton1-12/+3
2022-11-10KVM: arm64: Make leaf->leaf PTE changes parallel-awareOliver Upton1-14/+12