All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-06-21 09:26:33 to 2019-06-21 09:41:33 UTC [more...]

[PATCH V2 0/4] csky: Use generic asid function from arm
 2019-06-21  9:39 UTC  (3+ messages)
` [PATCH V2 3/4] csky: Use generic asid algorithm to implement switch_mm
` [PATCH V2 4/4] csky: Improve tlb operation with help of asid

[PATCH v5 0/4] KVM: LAPIC: Implement Exitless Timer
 2019-06-21  9:40 UTC  (2+ messages)
` [PATCH v5 3/4] KVM: LAPIC: Ignore timer migration when lapic timer is injected by pi

[PATCH 00/59] KVM: arm64: ARMv8.3 Nested Virtualization support
 2019-06-21  9:38 UTC  (114+ messages)
` [PATCH 01/59] KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s
` [PATCH 02/59] KVM: arm64: Move __load_guest_stage2 to kvm_mmu.h
` [PATCH 03/59] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH 04/59] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH 05/59] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH 06/59] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH 07/59] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH 08/59] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH 09/59] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH 10/59] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH 11/59] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH 12/59] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH 13/59] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH 14/59] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH 15/59] KVM: arm64: nv: Refactor vcpu_{read,write}_sys_reg
` [PATCH 16/59] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH 17/59] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH 18/59] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH 19/59] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH 20/59] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH 21/59] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH 22/59] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH 23/59] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH 24/59] KVM: arm64: nv: Respect virtual CPTR_EL2.TFP setting
` [PATCH 25/59] KVM: arm64: nv: Don't expose SVE to nested guests
` [PATCH 26/59] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH 27/59] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH 28/59] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH 29/59] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH 30/59] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH 31/59] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH 32/59] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH 33/59] KVM: arm64: nv: Pretend we only support larger-than-host page sizes
` [PATCH 34/59] KVM: arm/arm64: nv: Factor out stage 2 page table data from struct kvm
` [PATCH 35/59] KVM: arm/arm64: nv: Support multiple nested stage 2 mmu structures
` [PATCH 36/59] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH 37/59] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH 38/59] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH 39/59] KVM: arm64: nv: Move last_vcpu_ran to be per s2 mmu
` [PATCH 40/59] KVM: arm64: nv: Don't always start an S2 MMU search from the beginning
` [PATCH 41/59] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH 42/59] KVM: arm64: nv: Rework the system instruction emulation framework
` [PATCH 43/59] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH 44/59] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH 45/59] KVM: arm64: nv: Handle traps for timer _EL02 and _EL2 sysregs accessors
` [PATCH 46/59] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH 47/59] KVM: arm64: nv: Propagate CNTVOFF_EL2 to the virtual EL1 timer
` [PATCH 48/59] KVM: arm64: nv: Load timer before the GIC
` [PATCH 49/59] KVM: arm64: nv: vgic-v3: Take cpu_if pointer directly instead of vcpu
` [PATCH 50/59] KVM: arm64: nv: Nested GICv3 Support
` [PATCH 51/59] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH 52/59] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH 53/59] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH 54/59] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH 55/59] arm64: KVM: nv: Add handling of EL2-specific timer registers
` [PATCH 56/59] arm64: KVM: nv: Honor SCTLR_EL2.SPAN on entering vEL2
` [PATCH 57/59] arm64: KVM: nv: Handle SCTLR_EL2 RES0/RES1 bits
` [PATCH 58/59] arm64: KVM: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH 59/59] arm64: KVM: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT

[dpdk-dev] [PATCH 1/3] ethdev: avoid error on PCI unplug of already closed ethdev
 2019-06-21  9:40 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/3] net/sfc: ensure that device is closed on removal
` [dpdk-dev] [PATCH 3/3] net/sfc: release port upon close

[GIT PULL] Renesas ARM64 Based SoC DT Updates for v5.3
 2019-06-21  9:16 UTC  (32+ messages)
` [PATCH 01/53] arm64: dts: renesas: r8a774a1: Add VSP instances
` [PATCH 02/53] arm64: dts: renesas: r8a774a1: Add DU device to DT
` [PATCH 03/53] arm64: dts: renesas: r8a774a1: Add FDP1 instance
` [PATCH 04/53] arm64: dts: renesas: r8a774a1: Tie SYS-DMAC to IPMMU-DS0/1
` [PATCH 05/53] arm64: dts: renesas: r8a774a1: Tie Audio-DMAC to IPMMU-MP
` [PATCH 06/53] arm64: dts: renesas: r8a774a1: Connect Ethernet-AVB to IPMMU-DS0
` [PATCH 07/53] arm64: dts: renesas: cat874: Add HDMI video support
` [PATCH 08/53] arm64: dts: renesas: cat874: Add HDMI audio
` [PATCH 09/53] arm64: dts: renesas: draak: Remove unnecessary index from vin4 port
` [PATCH 10/53] arm64: dts: renesas: ulcb-kf: Add support for TI WL1837
` [PATCH 11/53] arm64: dts: renesas: r8a7796: Add TPU support
` [PATCH 12/53] arm64: dts: renesas: r8a77965: "
` [PATCH 13/53] arm64: dts: renesas: r8a7795: "
` [PATCH 14/53] arm64: dts: renesas: cat874: Add WLAN support
` [PATCH 15/53] arm64: dts: renesas: cat874: Add BT support
` [PATCH 16/53] arm64: dts: renesas: Use ip=on for bootargs
` [PATCH 17/53] arm64: dts: renesas: r8a774c0: Clean up CPU compatibles
` [PATCH 20/53] arm64: dts: renesas: r8a7795: Create thermal zone to support IPA
` [PATCH 21/53] arm64: dts: renesas: r8a7795: Add dynamic power coefficient
` [PATCH 24/53] arm64: dts: renesas: r8a77965: Create thermal zone to support IPA
` [PATCH 26/53] arm64: dts: renesas: r8a77990: "
` [PATCH 28/53] arm64: dts: renesas: r8a774a1: Add operating points
` [PATCH 30/53] arm64: dts: renesas: hihope-common: Add pincontrol support to scif2/scif clock
` [PATCH 32/53] arm64: dts: renesas: r8a774a1: Add PCIe device nodes
` [PATCH 34/53] arm64: dts: renesas: hihope-rzg2-ex: Enable PCIe support
` [PATCH 36/53] arm64: dts: renesas: r8a7799[05]: Point LVDS0 to its companion LVDS1
` [PATCH 37/53] arm64: dts: renesas: cat874: Enable USB3.0 host/peripheral device node
` [PATCH 38/53] arm64: dts: renesas: cat874: Enable usb role switch support
` [PATCH 39/53] arm64: dts: renesas: r8a77990: Fix register range of display node
` [PATCH 40/53] arm64: dts: renesas: hihope-common: Add uSD and eMMC
` [PATCH 43/53] arm64: dts: renesas: r8a774a1: Fix USB 2.0 clocks

[PATCH 1/7] video: add HDMI state notifier support
 2019-06-21  9:39 UTC  (17+ messages)
` [alsa-devel] "

[PATCH] tools: Add gpio utility
 2019-06-21  9:40 UTC 

[PATCH v4 0/6] rockchip: rk3399: Make u-boot.itb as BUILD_TARGET
 2019-06-21  9:39 UTC  (7+ messages)
` [PATCH v4 4/6] rockchip: rk3399: Get bl31.elf via BL31
  ` [U-Boot] "
` [PATCH v4 5/6] board: puma: Get bl31.bin via BL31 and rk3399m0.bin via PMUM0
  ` [U-Boot] "

[PATCH] hid: add another quirk for Chicony PixArt mouse
 2019-06-21  9:39 UTC  (2+ messages)

[Cocci] [PATCH] Coccinelle: Add a SmPL script for the reconsideration of redundant dev_err() calls
 2019-06-21  9:37 UTC  (12+ messages)
  ` [Cocci] "
            `  "

[PATCH v3 1/2] fork: add clone3
 2019-06-21  9:37 UTC  (5+ messages)
` [PATCH v3 2/2] arch: wire-up clone3() syscall

[PATCHv2 0/2] coresight: Do not default to CPU0 for missing CPU phandle
 2019-06-21  9:40 UTC  (3+ messages)
` [PATCHv2 2/2] coresight: Abort probe if cpus are not available

[Xen-devel] [PATCH 0/5] xen/gnttab: XSA-295 followup
 2019-06-21  9:36 UTC  (6+ messages)
` [Xen-devel] [PATCH 1/5] xen/gnttab: Reduce complexity when reading grant_entry_header_t
` [Xen-devel] [PATCH 2/5] xen/gnttab: Reduce code volume when using union grant_combo
` [Xen-devel] [PATCH 3/5] arm/gnttab: Implement stub helpers as static inlines
` [Xen-devel] [PATCH 4/5] xen/gnttab: Refactor gnttab_clear_flag() to be gnttab_clear_flags()
` [Xen-devel] [PATCH 5/5] xen/gnttab: Fold adjacent calls to gnttab_clear_flags()

[PATCH] dmaengine: dw-edma: fix __iomem type confusion
 2019-06-21  9:35 UTC  (4+ messages)

[PATCH 01/13] drm/amdgpu: introduce and honour DRM_FORCE_AUTH workaround
 2019-06-21  9:35 UTC  (10+ messages)

[Xen-devel] [PATCH 0/4] xen/link: Fixes and improvements to Xen's linking
 2019-06-21  9:34 UTC  (3+ messages)
` [Xen-devel] [PATCH 4/4] xen/link: Misc cleanup

[Xen-devel] [PATCH] xen/arm: optee: fix compilation with GCC 4.8
 2019-06-21  9:33 UTC  (3+ messages)

[PATCH 0/7] clk: at91: sckc: improve error path
 2019-06-21  9:33 UTC  (4+ messages)

[Xen-devel] [xen-4.8-testing bisection] complete test-amd64-amd64-xl-qemut-stubdom-debianhvm-amd64-xsm
 2019-06-21  9:31 UTC 

[Xen-devel] [PATCH v1] Use XEN_SCRIPT_DIR to refer to /etc/xen/scripts
 2019-06-21  9:29 UTC 

[PATCH] images: update gitignore for imx signed images
 2019-06-21  9:20 UTC 

[Xen-devel] [PATCH v1] docs: substitute XEN_CONFIG_DIR in xl.conf.5
 2019-06-21  9:30 UTC 

[Qemu-devel] [PATCH] spapr_pci: Unregister listeners before destroying the IOMMU address space
 2019-06-21  9:27 UTC 

[dpdk-dev] [PATCH v2] net/i40e: fix core dumped when setting txq or rxq to 0 in VF
 2019-06-21  9:23 UTC  (2+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH V5 1/3] PCI: dwc: Add API support to de-initialize host
 2019-06-21  9:27 UTC  (3+ messages)
` [PATCH V5 2/3] PCI: dwc: Cleanup DBI read and write APIs

[Qemu-devel] [PATCH 0/3] Add block size histogram qapi interface
 2019-06-21  9:26 UTC  (5+ messages)
` [Qemu-devel] [PATCH 3/3] qapi: add block size histogram interface
    ` [Qemu-devel] [External Email] "

[PATCH 1/1] ublox: detect and support LARA R2 series
 2019-06-21  9:28 UTC  (2+ messages)

[PATCH net-next 02/18] ionic: Add hardware init and device commands
 2019-06-21  9:27 UTC  (3+ messages)
` [PATCH] ionic: fix simple_open.cocci warnings

[v7, PATCH] add some features in stmmac
 2019-06-21  9:15 UTC  (3+ messages)
` [v7, PATCH] net: stmmac: add support for hash table size 128/256 in dwmac4

[GIT PULL] Renesas ARM Based SoC Defconfig Updates for v5.3
 2019-06-21  9:14 UTC  (2+ messages)
` [PATCH 1/1] ARM: shmobile: Remove GENERIC_PHY from shmobile_defconfig

[Qemu-devel] [PATCH v4 00/13] Add migration support for VFIO device
 2019-06-21  9:22 UTC  (6+ messages)

[GIT PULL] Renesas ARM Based SoC DT Updates for v5.3
 2019-06-21  9:13 UTC  (2+ messages)
` [PATCH 22/22] ARM: dts: r8a7792: Add CMT0 and CMT1 to r8a7792

[igt-dev] [PATCH i-g-t 0/6] Dynamic subtests
 2019-06-21  9:26 UTC  (4+ messages)


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.