aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-04KVM: arm64: Add function to enter host from KVM nVHE hyp codeDavid Brazdil1-0/+9
2020-12-04KVM: arm64: Extract __do_hyp_init into a helper functionDavid Brazdil1-15/+32
2020-12-04KVM: arm64: Forward safe PSCI SMCs coming from hostDavid Brazdil1-1/+41
2020-12-04KVM: arm64: Add offset for hyp VA <-> PA conversionDavid Brazdil2-3/+30
2020-12-04KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil6-6/+151
2020-12-04KVM: arm64: Add SMC handler in nVHE EL2David Brazdil2-3/+70
2020-12-04KVM: arm64: Create nVHE copy of cpu_logical_mapDavid Brazdil2-0/+35
2020-12-04KVM: arm64: Support per_cpu_ptr in nVHE hyp codeDavid Brazdil4-1/+35
2020-12-04KVM: arm64: Add .hyp.data..ro_after_init ELF sectionDavid Brazdil4-0/+20
2020-12-04KVM: arm64: Init MAIR/TCR_EL2 from params structDavid Brazdil5-33/+34
2020-12-04KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil6-20/+32
2020-12-04KVM: arm64: Remove vector_ptr param of hyp-initDavid Brazdil4-8/+31
2020-12-04arm64: Extract parts of el2_setup into a macroDavid Brazdil2-120/+199
2020-12-04misc: eeprom: at24: fix NVMEM name with custom AT24 device nameDiego Santa Cruz1-1/+0
2020-12-04arm64: Fix build failure when HARDLOCKUP_DETECTOR_PERF is enabledWill Deacon1-1/+1
2020-12-04pinctrl: qcom-pmic-gpio: Add support for pmx55Vinod Koul1-0/+2
2020-12-04dt-bindings: pinctrl: qcom-pmic-gpio: Add pmx55 supportVinod Koul1-0/+3
2020-12-04pinctrl: amd: remove debounce filter setting in IRQ type settingCoiby Xu1-7/+0
2020-12-04pinctrl: pinctrl-microchip-sgpio: Mark some symbols with static keywordZou Wei1-3/+3
2020-12-04pinctrl: at91-pio4: Make PINCTRL_AT91PIO4 depend on HAS_IOMEM to fix build errorTiezhu Yang1-0/+1
2020-12-04kvm: x86/mmu: Use cpuid to determine max gfnRick Edgecombe1-2/+2
2020-12-04kvm: svm: de-allocate svm_cpu_data for all cpus in svm_cpu_uninit()Jacob Xu1-2/+2
2020-12-04arm64: Make cpu_logical_map() take unsigned intDavid Brazdil2-3/+3
2020-12-04psci: Add accessor for psci_0_1_function_idsDavid Brazdil2-7/+14
2020-12-04psci: Replace psci_function_id array with a structDavid Brazdil1-15/+14
2020-12-04psci: Split functions to v0.1 and v0.2+ variantsDavid Brazdil1-34/+60
2020-12-04psci: Support psci_ops.get_version for v0.1David Brazdil1-3/+10
2020-12-04KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capabilityDavid Brazdil5-2/+41
2020-12-04pinctrl: mtk: Fix low level output voltage issueZhiyong Tao1-4/+4
2020-12-04KVM: arm64: Add kvm-arm.mode early kernel parameterDavid Brazdil3-0/+35
2020-12-04Merge remote-tracking branch 'arm64/for-next/uaccess' into HEADMarc Zyngier39-579/+564
2020-12-04pinctrl: falcon: add missing put_device() call in pinctrl_falcon_probe()Yu Kuai1-5/+9
2020-12-04Merge tag 'gpio-fixes-for-v5.10-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Walleij5-7/+21
2020-12-04gpio: mxs: Remove unused .id_table supportFabio Estevam1-14/+0
2020-12-04pinctrl: actions: pinctrl-s500: Constify s500_padinfo[]Cristian Ciocaltea1-1/+1
2020-12-04gpio: tegra186: Set affinity callback to parentLinus Walleij1-0/+11
2020-12-04gpio: sifive: Set affinity callback to parentLinus Walleij1-0/+11
2020-12-04gpio: sysfs: Enforce character deviceLinus Walleij1-1/+2
2020-12-04batman-adv: Drop unused soft-interface.h include in fragmentation.cSimon Wunderlich1-1/+0
2020-12-04batman-adv: Drop legacy code for auto deleting mesh interfacesSven Eckelmann3-27/+5
2020-12-04batman-adv: Drop deprecated debugfs supportSven Eckelmann31-2574/+3
2020-12-04batman-adv: Drop deprecated sysfs supportSven Eckelmann13-1634/+1
2020-12-04batman-adv: Allow selection of routing algorithm over rtnetlinkSven Eckelmann4-6/+44
2020-12-04batman-adv: Prepare infrastructure for newlink settingsSven Eckelmann2-0/+59
2020-12-04batman-adv: Add new include for min/max helpersSven Eckelmann9-1/+9
2020-12-04batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2020-12-04crypto: aegis128 - avoid spurious references crypto_aegis128_update_simdArd Biesheuvel1-2/+2
2020-12-04crypto: seed - remove trailing semicolon in macro definitionTom Rix1-1/+1
2020-12-04crypto: x86/poly1305 - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak1-1/+1
2020-12-04crypto: x86/sha512 - Use TEST %reg,%reg instead of CMP $0,%regUros Bizjak2-2/+2