All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-03-28 12:41:27 to 2018-03-28 12:52:47 UTC [more...]

[GIT PULL] KVM/ARM updates for v4.17
 2018-03-28 12:52 UTC  (158+ messages)
` [PATCH 01/85] KVM: arm/arm64: Fix arch timers with userspace irqchips
` [PATCH 02/85] ARM: kvm: fix building with gcc-8
` [PATCH 03/85] arm64/kvm: Prohibit guest LOR accesses
` [PATCH 04/85] arm64: KVM: Move CPU ID reg trap setup off the world switch path
` [PATCH 05/85] KVM: arm64: Enable the EL1 physical timer for AArch32 guests
` [PATCH 06/85] KVM: arm: Enable emulation of the physical timer
` [PATCH 07/85] KVM: arm/arm64: No need to zero CNTVOFF in kvm_timer_vcpu_put() for VHE
` [PATCH 08/85] KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending
` [PATCH 09/85] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH 10/85] KVM: arm/arm64: Reset mapped IRQs on VM reset
` [PATCH 11/85] KVM: arm/arm64: Reduce verbosity of KVM init log
` [PATCH 12/85] KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid
` [PATCH 13/85] kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3
` [PATCH 14/85] KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
` [PATCH 15/85] KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
` [PATCH 16/85] KVM: arm64: Avoid storing the vcpu pointer on the stack
` [PATCH 17/85] KVM: arm64: Rework hyp_panic for VHE and non-VHE
` [PATCH 18/85] KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
` [PATCH 19/85] KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
` [PATCH 20/85] KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
` [PATCH 21/85] KVM: arm/arm64: Introduce vcpu_el1_is_32bit
` [PATCH 22/85] KVM: arm64: Move debug dirty flag calculation out of world switch
` [PATCH 23/85] KVM: arm64: Slightly improve debug save/restore functions
` [PATCH 24/85] KVM: arm64: Improve debug register save/restore flow
` [PATCH 25/85] KVM: arm64: Factor out fault info population and gic workarounds
` [PATCH 26/85] KVM: arm64: Introduce VHE-specific kvm_vcpu_run
` [PATCH 27/85] KVM: arm64: Remove kern_hyp_va() use in VHE switch function
` [PATCH 28/85] KVM: arm64: Don't deactivate VM on VHE systems
` [PATCH 29/85] KVM: arm64: Remove noop calls to timer save/restore from VHE switch
` [PATCH 30/85] KVM: arm64: Move userspace system registers into separate function
` [PATCH 31/85] KVM: arm64: Rewrite sysreg alternatives to static keys
` [PATCH 32/85] KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
` [PATCH 33/85] KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe
` [PATCH 34/85] KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
` [PATCH 35/85] KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
` [PATCH 36/85] KVM: arm64: Change 32-bit handling of VM system registers
` [PATCH 37/85] KVM: arm64: Rewrite system register accessors to read/write functions
` [PATCH 38/85] KVM: arm64: Introduce framework for accessing deferred sysregs
` [PATCH 39/85] KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1
` [PATCH 40/85] KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1
` [PATCH 41/85] KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE
` [PATCH 42/85] KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers
` [PATCH 43/85] KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put
` [PATCH 44/85] KVM: arm64: Move common VHE/non-VHE trap config in separate functions
` [PATCH 45/85] KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions
` [PATCH 46/85] KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
` [PATCH 47/85] KVM: arm64: Cleanup __activate_traps and __deactive_traps for VHE and non-VHE
` [PATCH 48/85] KVM: arm/arm64: Get rid of vgic_elrsr
` [PATCH 49/85] KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
` [PATCH 50/85] KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
` [PATCH 51/85] KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
` [PATCH 52/85] KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
` [PATCH 53/85] KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs
` [PATCH 54/85] arm64: alternatives: Add dynamic patching feature
` [PATCH 55/85] arm64: insn: Add N immediate encoding
` [PATCH 56/85] arm64: insn: Add encoder for bitwise operations using literals
` [PATCH 57/85] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH 58/85] arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
` [PATCH 59/85] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH 60/85] KVM: arm/arm64: Demote HYP VA range display to being a debug feature
` [PATCH 61/85] KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
` [PATCH 62/85] KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
` [PATCH 63/85] KVM: arm/arm64: Fix idmap size and alignment
` [PATCH 64/85] KVM: arm64: Fix HYP idmap unmap when using 52bit PA
` [PATCH 65/85] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
` [PATCH 66/85] arm64; insn: Add encoder for the EXTR instruction
` [PATCH 67/85] arm64: insn: Allow ADD/SUB (immediate) with LSL #12
` [PATCH 68/85] arm64: KVM: Dynamically compute the HYP VA mask
` [PATCH 69/85] arm64: KVM: Introduce EL2 VA randomisation
` [PATCH 70/85] arm64: Update the KVM memory map documentation
` [PATCH 71/85] arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vector
` [PATCH 72/85] arm64: KVM: Move stashing of x0/x1 into the vector code itself
` [PATCH 73/85] arm64: KVM: Move BP hardening vectors into .hyp.text section
` [PATCH 74/85] arm64: KVM: Reserve 4 additional instructions in the BPI template
` [PATCH 75/85] arm64: KVM: Allow far branches from vector slots to the main vectors
` [PATCH 76/85] arm/arm64: KVM: Introduce EL2-specific executable mappings
` [PATCH 77/85] arm64: Make BP hardening slot counter available
` [PATCH 78/85] arm64: KVM: Allow mapping of vectors outside of the RAM region

[PATCH 1/6] net/mlx5: support tx swp tunnel offloading
 2018-03-28 12:52 UTC  (5+ messages)
` [PATCH v3 1/7] ethdev: introduce Tx generic tunnel L3/L4 offload

[RFC PATCH for 4.17 00/21] Restartable sequences and CPU op vector
 2018-03-28 12:52 UTC  (7+ messages)
` [RFC PATCH for 4.17 02/21] rseq: Introduce restartable sequences system call (v12)

[PATCH -next] efi/libstub/tpm: efi_retrieve_tpm2_eventlog_1_2() can be static
 2018-03-28 12:52 UTC  (2+ messages)

[PATCH] MAINTAINERS: Remove myself as maintainer
 2018-03-28 12:52 UTC 

[PATCH -next] drm/tegra: dc: Using NULL instead of plain integer
 2018-03-28 12:52 UTC  (2+ messages)

[PATCH net-next] net: cavium: use module_pci_driver to simplify the code
 2018-03-28 12:51 UTC  (2+ messages)

[PATCH net-next] net: bcmgenet: return NULL instead of plain integer
 2018-03-28 12:51 UTC  (2+ messages)

[PATCH net-next] cxgb4: fix error return code in adap_init0()
 2018-03-28 12:51 UTC  (2+ messages)

[PATCH net-next] net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()
 2018-03-28 12:51 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next] ice: Fix error return code in ice_init_hw()
 2018-03-28 12:50 UTC  (3+ messages)
`  "

[PATCH 1/8] drm/i915/guc: Use _FW variants for mmio access in GuC irq handler
 2018-03-28 12:50 UTC  (2+ messages)

[PATCH v8 0/5] scsi: ufs: add ufs driver code for Hisilicon Hi3660 SoC
 2018-03-28 12:49 UTC  (10+ messages)
` [PATCH v8 2/5] dt-bindings: scsi: ufs: add document for hisi-ufs
    ` 答复: "
        ` 答复: "
            ` 答复: "

"devtool modify"-ing kernel recipes with .scc files
 2018-03-28 12:49 UTC 

[PATCH 1/3] linux-libc-headers: refresh 0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch
 2018-03-28 12:43 UTC  (3+ messages)
` [PATCH 2/3] openssl: update 1.0.2n -> 1.0.2o
` [PATCH 3/3] openssl: update 1.1.0g -> 1.1.0h

Under Ovs-2.8.0 + DPDK-17.05-rc1, can't add port which using mlx5 driver onto bridge br0
 2018-03-28 12:49 UTC  (2+ messages)

[RFC PATCH v3 0/3] ima: namespacing IMA
 2018-03-28 12:44 UTC  (8+ messages)
` [RFC PATCH v3 1/3] ima: extend clone() with IMA namespace support

[GIT PULL] Please pull powerpc/linux.git powerpc-4.16-6 tag
 2018-03-28 12:48 UTC 

[PATCH v3 00/20] Device querying
 2018-03-28 12:48 UTC  (8+ messages)
` [PATCH v3 10/20] eal/dev: implement device iteration initialization

[PATCH BlueZ V2] Mesh: Fix TTL in Config Heartbeat Publication Set
 2018-03-28 12:48 UTC  (7+ messages)

[PATCH] docs/qemu-deprivilege: Revise and update with status and future plans
 2018-03-28 12:47 UTC  (5+ messages)

[PATCH v3] ath9k: fix crash in spectral scan
 2018-03-28 12:46 UTC  (5+ messages)

[PATCH v3 net 0/5] tcp: fixes to non-SACK TCP
 2018-03-28 12:45 UTC  (6+ messages)
` [PATCH v3 net 1/5] tcp: feed correct number of pkts acked to cc modules also in recovery

[PATCH resend 0/2] preparatory arm64 asm patches for yielding the NEON
 2018-03-28 12:41 UTC  (3+ messages)
` [PATCH resend 1/2] arm64: assembler: add utility macros to push/pop stack frames
` [PATCH resend 2/2] arm64: assembler: add macros to conditionally yield the NEON under PREEMPT


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.