All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-31 09:42:23 to 2023-01-31 10:07:19 UTC [more...]

[PATCH] arm64: dts: imx8mq: update usb compatible string
 2023-01-31  9:54 UTC  (4+ messages)

[RESEND PATCHv3 0/2] nvme effects handling updates
 2023-01-31  9:41 UTC  (3+ messages)
  ` [RESEND PATCHv3 1/2] nvme: always initialize known command effects

[PATCH v8 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-01-31  9:25 UTC  (58+ messages)
` [PATCH v8 11/69] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v8 12/69] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v8 13/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v8 14/69] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v8 15/69] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v8 16/69] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v8 17/69] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v8 18/69] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v8 19/69] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v8 20/69] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v8 21/69] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v8 22/69] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v8 23/69] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v8 24/69] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v8 25/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v8 26/69] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v8 27/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v8 28/69] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH v8 29/69] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v8 30/69] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v8 31/69] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v8 32/69] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v8 34/69] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v8 35/69] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v8 36/69] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v8 37/69] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v8 38/69] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v8 39/69] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v8 40/69] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v8 41/69] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v8 42/69] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v8 43/69] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v8 44/69] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v8 45/69] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v8 46/69] KVM: arm64: nv: Load timer before the GIC
` [PATCH v8 47/69] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v8 49/69] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v8 50/69] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v8 51/69] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v8 52/69] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v8 53/69] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v8 54/69] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v8 55/69] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v8 56/69] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v8 57/69] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v8 58/69] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v8 59/69] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v8 60/69] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v8 61/69] KVM: arm64: Add FEAT_NV2 cpu feature
` [PATCH v8 62/69] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v8 63/69] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v8 64/69] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v8 65/69] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v8 66/69] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v8 67/69] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
` [PATCH v8 68/69] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v8 69/69] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on

[PATCH v2 0/7] Add u-boot splash screen support for AM62x
 2023-01-31 10:05 UTC  (6+ messages)
` [PATCH v2 1/7] drivers: core: ofnode: Add panel timing decode
` [PATCH v2 2/7] test: dm: test-fdt: Add decode_panel_timing test
` [PATCH v2 3/7] drivers: video: simple_panel: make simple panel independent of backlight
` [PATCH v2 5/7] board: ti: am62x: am62x: Add splash screen env variables
` [PATCH v2 6/7] board: ti: am62x: evm: Add splash screen support

[PATCH v1 00/13] test/bbdev: changes for 23.03
 2023-01-31 10:07 UTC  (11+ messages)
` [PATCH v1 02/13] test/bbdev: refactor TB throughput report
` [PATCH v1 03/13] test/bbdev: add timeout for latency tests
` [PATCH v1 04/13] test/bbdev: early termination not explicit set
` [PATCH v1 05/13] test/bbdev: report device status in bbdev-test
` [PATCH v1 06/13] test/bbdev: log capture from queue stop

[RFC PATCH v3 0/3] Support for Solid Fill Planes
 2023-01-31 10:06 UTC  (8+ messages)

[PATCH 6.1 000/306] 6.1.9-rc3 review
 2023-01-31 10:06 UTC  (3+ messages)

[PATCH net-next v2 00/10] Wangxun interrupt and RxTx support
 2023-01-31 10:05 UTC  (2+ messages)
` [PATCH net-next v2 02/10] net: ngbe: Add irqs request flow

[syzbot] [hfsplus?] [udf?] [fat?] [jfs?] [vfs?] [hfs?] [exfat?] [ntfs3?] WARNING in __mpage_writepage
 2023-01-31 10:05 UTC 

[PATCH] net/gve: add support for basic stats
 2023-01-31 10:05 UTC  (8+ messages)

Typo in the man7 bpf-helpers page
 2023-01-31 10:03 UTC 

[PATCH v2 0/5] parallels: Add duplication check, repair at open, fix bugs
 2023-01-31 10:02 UTC  (3+ messages)
` [PATCH v2 2/5] parallels: Split image leak handling to separate check and fix helpers

[PATCH v2] ALSA: pci: lx6464es: fix a debug loop
 2023-01-31 10:02 UTC  (2+ messages)

[PATCH 0/2] vhost: improve livepatch switching for heavily loaded vhost worker kthreads
 2023-01-31 10:02 UTC  (12+ messages)

[linux-stable-rc:linux-5.15.y 9007/9999] drivers/extcon/extcon-usbc-tusb320.c:19: warning: expecting prototype for drivers/extcon/extcon-tusb320.c(). Prototype was for TUSB320_REG8() instead
 2023-01-31 10:01 UTC 

[l1k:doe 1/23] drivers/cxl/core/pci.c:534:19: sparse: sparse: cast to restricted __le32
 2023-01-31 10:01 UTC 

[PATCH v2] Fix exec migration on Windows (w32+w64)
 2023-01-31 10:01 UTC  (5+ messages)

[PATCH v3 00/24] x86_64: Improvements at compressed kernel stage
 2023-01-31 10:01 UTC  (5+ messages)
` [PATCH v3 22/24] efi/libstub: Add memory attribute protocol definitions

[PATCH] iio: dht11: Read bit stream from IRQ on falling edges only
 2023-01-31  9:44 UTC  (3+ messages)

[PATCH v2 0/3] Add support for NXP bluetooth chipsets
 2023-01-31 10:00 UTC  (5+ messages)
` [PATCH v2 1/3] serdev: Add method to assert break
` [PATCH v2 3/3] Bluetooth: NXP: Add protocol support for NXP Bluetooth chipsets

[PATCH net] net: phylink: move phy_device_free() to correctly release phy device
 2023-01-31 10:02 UTC 

Amdgpu module is references even after unbinding the vtcon
 2023-01-31 10:00 UTC  (7+ messages)

[bug-report] possible s64 overflow in max_vruntime()
 2023-01-31  9:59 UTC  (9+ messages)

[PATCH 1/3] pico-imx7d: Convert to CONFIG_DM_SERIAL
 2023-01-31 10:00 UTC  (2+ messages)

[PATCH v3 0/4] RISC-V Hibernation Support
 2023-01-31  9:59 UTC  (4+ messages)
` [PATCH v3 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk

[PATCH v3 0/3] Memory region overlap check in device tree
 2023-01-31  9:59 UTC  (7+ messages)
` [PATCH v3 1/3] xen/arm: Add memory overlap check for bootinfo.reserved_mem

Assistance required
 2023-01-31  9:58 UTC 

[PATCH] mx53loco: Select CONFIG_CMD_EXT4
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH] usb: gadget: uvc: Make bmControls attr read/write
 2023-01-31  9:57 UTC 

[PATCH] mmc: core: Imply IOSCHED_BFQ
 2023-01-31  9:57 UTC  (3+ messages)

[PATCH v4 0/3] riscv_load_fdt() semantics change
 2023-01-31  9:57 UTC  (6+ messages)
` [PATCH v4 3/3] hw/riscv: change riscv_compute_fdt_addr() semantics

[PATCH 2/2] ARM: imx: bootaux: Fix LTO -Wlto-type-mismatch
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH v4 1/2] serial: mxc: Wait for TX completion before reset
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH 2/2] arm64: imx8mp: Enable SMSC LAN87xx PHY driver on i.MX8MP DHCOM
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH] ARM: imx: Factor common code out of Data Modul i.MX8M Mini eDM SBC
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH] tty:pty: move wake_up*() after tty_vhangup() in pty_close()
 2023-01-31  9:56 UTC  (2+ messages)

[PATCH net-next 0/2] amd-xgbe: add support for 2.5GbE and rx-adaptation
 2023-01-31  9:56 UTC  (5+ messages)
` [PATCH net-next 2/2] amd-xgbe: add support for rx-adaptation

[PATCH v8 0/6] PCI: rcar-gen4: Add R-Car Gen4 PCIe support
 2023-01-31  9:55 UTC  (7+ messages)
` [PATCH v8 1/6] PCI: Add PCI_EXP_LNKCAP_MLW macros
` [PATCH v8 2/6] PCI: designware-ep: Expose dw_pcie_ep_exit() to module
` [PATCH v8 3/6] PCI: dwc: Add support for triggering legacy IRQs
` [PATCH v8 4/6] PCI: rcar-gen4: Add R-Car Gen4 PCIe Host support
` [PATCH v8 5/6] PCI: rcar-gen4-ep: Add R-Car Gen4 PCIe Endpoint support
` [PATCH v8 6/6] MAINTAINERS: Update PCI DRIVER FOR RENESAS R-CAR for R-Car Gen4

[PATCH v15 0/4] trace: Introduce objtrace trigger to trace the kernel object
 2023-01-31  9:55 UTC  (6+ messages)

[PATCH v3] imx8mm-phg: Add board support
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH 1/5] drm/amd/amdgpu revert "implement tdr advanced mode"
 2023-01-31  9:55 UTC  (3+ messages)

Stability of git-archive, breaking (?) the Github universe, and a possible solution
 2023-01-31  9:54 UTC  (2+ messages)

[PATCH 1/2] ARM: imx: bootaux: Fix macro misuse
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH] ARM: dts: imx8ulp-evk: Fix iomuxc issue
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH 1/2] arm64: imx8mp: Disable Atheros PHY driver on i.MX8MP DHCOM
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH 0/5] add lcore set name and get name API
 2023-01-31  9:54 UTC  (8+ messages)
` [PATCH v10 0/4] add rte_thread_set_name API for rte_thread_t
  ` [PATCH v10 4/4] eal: deprecation notice for rte thread setname API

[PATCH v4 2/2] serial: mxc: Speed-up character transmission
 2023-01-31  9:51 UTC  (2+ messages)

[PATCH 1/2] pmic: pca9450: Make warm reset on WDOG_B assertion
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH] tools: imx8mimage: Fix handle leak
 2023-01-31  9:50 UTC  (2+ messages)

patch "iio: imu: fxos8700: fix MAGN sensor scale and unit" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PATCH] ARM: imx: Drop board side icache enable on Data Modul i.MX8M Mini eDM SBC
 2023-01-31  9:50 UTC  (2+ messages)

patch "iio: imu: fxos8700: fix failed initialization ODR mode assignment" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PULL] IIO fixes for 6.2 - set 1
 2023-01-31  9:52 UTC  (2+ messages)

[PATCHv4 net-next] sched: add new attr TCA_EXT_WARN_MSG to report tc extact message
 2023-01-31  9:53 UTC  (8+ messages)
` [PATCH iproute2-next 1/2] Revert "tc/tc_monitor: print netlink extack message"
  ` [PATCH iproute2-next 2/2] tc: add new attr TCA_EXT_WARN_MSG

[PATCH v4 1/2] dts: imx8mp: assign binman_configuration label to config-SEQ
 2023-01-31  9:50 UTC  (2+ messages)

patch "iio: light: cm32181: Fix PM support on system with 2 I2C resources" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio: hid: fix the retval in accel_3d_capture_sample" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio: imu: fxos8700: fix incorrect ODR mode readback" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PATCH v1 01/10] powerpc/bpf/32: Fix Oops on tail call tests
 2023-01-31  9:52 UTC  (7+ messages)
` [PATCH v1 06/10] powerpc/bpf: Perform complete extra passes to update addresses

patch "iio: imu: st_lsm6dsx: fix build when CONFIG_IIO_TRIGGERED_BUFFER=m" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio: hid: fix the retval in gyro_3d_capture_sample" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PATCH] pico-imx7d: Add support for the 2GB variant
 2023-01-31  9:50 UTC  (2+ messages)

patch "iio: imu: fxos8700: fix ACCEL measurement range selection" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio: imu: fxos8700: fix IMU data bits returned to user space" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PATCH] arm64: dts: imx8mm-kontron: Add RTC aliases
 2023-01-31  9:50 UTC  (2+ messages)

patch "iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels readback" added to char-misc-linus
 2023-01-31  9:52 UTC 

[kvm-unit-tests PATCH v5 0/2] arm: Add PSCI CPU_OFF test
 2023-01-31  9:52 UTC  (4+ messages)
` [kvm-unit-tests PATCH v5 2/2] arm/psci: Add PSCI CPU_OFF test case

patch "iio: imu: fxos8700: fix map label of channel type to MAGN sensor" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PATCH] ARM: imx: Reinstate decode ECSPI env location from i.MX8M ROMAPI tables
 2023-01-31  9:50 UTC  (2+ messages)

patch "iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio:adc:twl6030: Enable measurements of VUSB, VBAT and others" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio: adc: xilinx-ams: fix devm_krealloc() return value check" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PATCH 2/3] mx7: clock: Use 60MHz for the I2C clocks
 2023-01-31  9:50 UTC  (2+ messages)

patch "iio: adc: berlin2-adc: Add missing of_node_put() in error path" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PATCH 0/5] Increase the number of IRQ descriptors for SPARSEIRQ
 2023-01-31  9:52 UTC  (3+ messages)
` [PATCH 5/5] genirq: Use the maple tree for IRQ descriptors management

[PATCH] imx6qdl-sabresd: Pass mmc alias
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH v2 (repost)] locking/lockdep: add debug_show_all_lock_holders()
 2023-01-31  9:52 UTC  (5+ messages)

[PATCH] tools: imx8image: Fix handle leak
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH] ARM: imx: Enable LTO for Data Modul i.MX8M Mini eDM SBC
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH v4 2/2] dts: imx8mp-rsb3720: modify configrations to load fip into memory
 2023-01-31  9:49 UTC  (2+ messages)

[PATCH v2 0/7] RISC-V KVM virtualize AIA CSRs
 2023-01-31  9:51 UTC  (4+ messages)
` [PATCH v2 4/7] RISC-V: KVM: Initial skeletal support for AIA

[PATCH] tools: imximage: Fix check array index
 2023-01-31  9:49 UTC  (2+ messages)

[xen-unstable-smoke test] 176293: trouble: blocked/broken/pass
 2023-01-31  9:51 UTC 

[PATCH 3/3] pico-imx7d: Convert to DM_I2C and DM_PMIC
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH 2/2] ARM: imx: Remove PMIC reset configuration from board files
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH v5 0/2]Adds status interface for zynqmp-fpga
 2023-01-31  9:48 UTC  (3+ messages)
` [PATCH v5 1/2] firmware: xilinx: Add pm api function for PL config reg readback
` [PATCH v5 2/2] fpga: zynqmp-fpga: Adds status interface

[PATCH v2] vfio: platform: ignore missing reset if disabled at module init
 2023-01-31  9:49 UTC  (2+ messages)

[PATCH v6 0/4] Migrate MT8195 VPPSYS 0/1 to mtk-mmsys driver
 2023-01-31  9:50 UTC  (3+ messages)
` [PATCH v6 3/4] clk: mediatek: remove MT8195 vppsys/0/1 simple_probe

[PATCH 2/2] configs: verdin-imx8mm: Add bootaux command
 2023-01-31  9:49 UTC  (2+ messages)

[PATCH v2 00/13] Introduce igb
 2023-01-31  9:48 UTC  (9+ messages)

[PATCH] erofs-utils: fix chunk-based image handling without real data
 2023-01-31  9:48 UTC 

[PATCH] .gitignore: Keep track of archived files as they are added to a new git repo
 2023-01-31  9:47 UTC  (3+ messages)

[PATCH] most: fix kernel-doc warnings
 2023-01-31  9:46 UTC  (4+ messages)

[PATCH] iio: adis16480: select CONFIG_CRC32
 2023-01-31  9:46 UTC 

[PATCH] vhost-user-gpio: Configure vhost_dev when connecting
 2023-01-31  9:46 UTC  (2+ messages)

[PATCH v5 0/9] Introduce igb
 2023-01-31  9:45 UTC  (3+ messages)
` [PATCH v5 4/9] Intrdocue igb device emulation

[PATCH v3 0/9] igb: merge changes from <20221229190817.25500-1-sriram.yagnaraman@est.tech>
 2023-01-31  9:42 UTC  (10+ messages)
` [PATCH v3 1/9] MAINTAINERS: Add Sriram Yagnaraman as a igb reviewer
` [PATCH v3 2/9] igb: handle PF/VF reset properly
` [PATCH v3 3/9] igb: add ICR_RXDW
` [PATCH v3 4/9] igb: implement VFRE and VFTE registers
` [PATCH v3 5/9] igb: check oversized packets for VMDq
` [PATCH v3 6/9] igb: respect E1000_VMOLR_RSSE
` [PATCH v3 7/9] igb: implement VF Tx and Rx stats
` [PATCH v3 8/9] igb: respect VT_CTL ignore MAC field
` [PATCH v3 9/9] igb: respect VMVIR and VMOLR for VLAN

[PATCH 5.10 000/143] 5.10.166-rc1 review
 2023-01-31  9:45 UTC  (2+ messages)

[virtio-dev] [PATCH v8] virtio_net: support for split transport header
 2023-01-31  9:44 UTC  (11+ messages)
                ` 回复:[virtio-dev] "
                  ` [virtio-comment] "

[RFC PATCH] build: deprecate --enable-gprof builds and remove from CI
 2023-01-31  9:42 UTC 

[PATCH] ALSA: hda: Fix the control element identification for multiple codecs
 2023-01-31  9:42 UTC 

[oe][meta-oe][PATCH V2] syslog-ng: workaround segfault for ppc64le
 2023-01-31  9:42 UTC 

[PATCH v4 0/2] SimpleDRM: allow configuring physical width and height
 2023-01-31  9:42 UTC  (3+ messages)

[oe][meta-oe][PATCH] syslog-ng: workaround segfault for ppc64le
 2023-01-31  9:42 UTC  (2+ messages)

[PATCH v2 1/8] ethdev: add IPv6 routing extension header definition
 2023-01-31  9:42 UTC  (4+ messages)
` [PATCH v3 "

[PATCH v2 00/41] xen/arm: Add Armv8-R64 MPU support to Xen - Part#1
 2023-01-31  9:41 UTC  (9+ messages)
` [PATCH v2 13/40] xen/mpu: introduce unified function setup_early_uart to map early UART


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.