aboutsummaryrefslogtreecommitdiffstats
path: root/rust/kernel/sync
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-09-30 13:23:28 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2025-09-30 13:23:28 -0400
commit924ebaefcec28289c210cad92551ae900e8fc220 (patch)
tree1c372899d06a5e0c15d8bd3edc0442d1b14bf1ac /rust/kernel/sync
parentMerge tag 'kvmarm-fixes-6.17-2' of https://git.kernel.org/pub/scm/linux/kerne... (diff)
parentMerge branch kvm-arm64/selftests-6.18 into kvmarm-master/next (diff)
downloadlinux-924ebaefcec28289c210cad92551ae900e8fc220.tar.gz
linux-924ebaefcec28289c210cad92551ae900e8fc220.zip
Merge tag 'kvmarm-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
KVM/arm64 updates for 6.18 - Add support for FF-A 1.2 as the secure memory conduit for pKVM, allowing more registers to be used as part of the message payload. - Change the way pKVM allocates its VM handles, making sure that the privileged hypervisor is never tricked into using uninitialised data. - Speed up MMIO range registration by avoiding unnecessary RCU synchronisation, which results in VMs starting much quicker. - Add the dump of the instruction stream when panic-ing in the EL2 payload, just like the rest of the kernel has always done. This will hopefully help debugging non-VHE setups. - Add 52bit PA support to the stage-1 page-table walker, and make use of it to populate the fault level reported to the guest on failing to translate a stage-1 walk. - Add NV support to the GICv3-on-GICv5 emulation code, ensuring feature parity for guests, irrespective of the host platform. - Fix some really ugly architecture problems when dealing with debug in a nested VM. This has some bad performance impacts, but is at least correct. - Add enough infrastructure to be able to disable EL2 features and give effective values to the EL2 control registers. This then allows a bunch of features to be turned off, which helps cross-host migration. - Large rework of the selftest infrastructure to allow most tests to transparently run at EL2. This is the first step towards enabling NV testing. - Various fixes and improvements all over the map, including one BE fix, just in time for the removal of the feature.
Diffstat (limited to 'rust/kernel/sync')
0 files changed, 0 insertions, 0 deletions
llow=1'>Input: st1232 - switch to gpiod APIMartin Kepplinger1-14/+11 2019-02-11Revert "Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573G"Dmitry Torokhov1-1/+0 2019-02-11Input: qt2160 - switch to using brightness_set_blocking()Dmitry Torokhov1-42/+27 2019-02-09Input: ili210x - fetch touchscreen geometry from DTMarek Vasut1-40/+11 2019-02-09Input: msm-vibrator - tweak an error messageDan Carpenter1-2/+1 2019-02-09Input: matrix_keypad - use flush_delayed_work()Dmitry Torokhov1-1/+1 2019-02-09Input: ps2-gpio - flush TX work when closing portDmitry Torokhov1-0/+1 2019-02-09Input: cap11xx - switch to using set_brightness_blocking()Dmitry Torokhov1-24/+11 2019-02-07Input: elantech - enable 3rd button support on Fujitsu CELSIUS H780Matti Kurkela1-0/+9 2019-02-07Input: tm2-touchkey - acknowledge that setting brightness is a blocking callDmitry Torokhov1-5/+5 2019-02-07Input: stmfts - acknowledge that setting brightness is a blocking callDmitry Torokhov1-14/+16 2019-02-07Input: ili210x - switch to using devm_device_add_group()Dmitry Torokhov1-14/+2 2019-02-06Input: ili210x - add ILI251X supportMarek Vasut1-15/+103 2019-02-06Input: ili210x - add OF match tableMarek Vasut1-0/+7 2019-02-06Input: ili210x - reorder probeMarek Vasut1-16/+16 2019-02-06Input: ili210x - rework the touchscreen sample processingMarek Vasut1-25/+30 2019-02-06Input: ili210x - convert to devm IRQMarek Vasut1-11/+15 2019-02-06Input: ili210x - add reset GPIO supportMarek Vasut1-0/+26 2019-02-06Input: ili210x - convert to devm_ functionsMarek Vasut1-10/+7 2019-02-06Input: ili210x - drop get_pendown_stateMarek Vasut1-12/+1 2019-02-06Input: ili210x - drop platform data supportMarek Vasut2-21/+2