messages from 2018-03-28 12:59:05 to 2018-04-20 14:38:09 UTC [more...]
[RFC PATCH v3 00/15] khwasan: kernel hardware assisted address sanitizer
2018-04-20 14:46 UTC
Clang arm64 build is broken
2018-04-20 8:13 UTC (2+ messages)
[PATCH] kvm: Change return type to vm_fault_t
2018-04-19 13:56 UTC (2+ messages)
[PATCH v11 0/4] set VSESR_EL2 by user space and support NOTIFY_SEI notification
2018-04-19 4:09 UTC (13+ messages)
` [PATCH v11 1/4] arm64: KVM: export the capability to set guest SError syndrome
` [PATCH v11 2/4] arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
` [PATCH v11 3/4] ACPI / APEI: Add SEI notification type support for ARMv8
` [PATCH v11 4/4] arm64: handle NOTIFY_SEI notification by the APEI driver
[PATCHv3 00/11] ARMv8.3 pointer authentication userspace support
2018-04-18 13:47 UTC (16+ messages)
` [PATCHv3 01/11] arm64: add pointer authentication register bits
` [PATCHv3 02/11] arm64/kvm: consistently handle host HCR_EL2 flags
` [PATCHv3 03/11] arm64/kvm: hide ptrauth from guests
` [PATCHv3 04/11] arm64: Don't trap host pointer auth use to EL2
` [PATCHv3 05/11] arm64/cpufeature: detect pointer authentication
` [PATCHv3 06/11] asm-generic: mm_hooks: allow hooks to be overridden individually
` [PATCHv3 07/11] arm64: add basic pointer authentication support
` [PATCHv3 08/11] arm64: expose user PAC bit positions via ptrace
` [PATCHv3 09/11] arm64: perf: strip PAC when unwinding userspace
` [PATCHv3 10/11] arm64: enable pointer authentication
` [PATCHv3 11/11] arm64: docs: document "
[PATCH 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
2018-04-17 15:10 UTC (11+ messages)
` [PATCH 02/11] ACPI / APEI: Generalise the estatus queue's add/remove and notify code
[PATCH] KVM: arm/arm64: VGIC: Kick new VCPU on interrupt migration
2018-04-17 11:32 UTC (2+ messages)
[PATCH] arm64: KVM: Demote SVE and LORegion warnings to debug only
2018-04-17 11:25 UTC (2+ messages)
[PATCH] MAINTAINERS: Update e-mail address for Christoffer Dall
2018-04-17 7:32 UTC (2+ messages)
[PATCH v2 00/17] kvm: arm64: Dynamic & 52bit IPA support
2018-04-16 10:25 UTC (12+ messages)
` [PATCH v2 11/17] kvm: arm64: Configure VTCR per VM
` [PATCH v2 12/17] kvm: arm/arm64: Expose supported physical address limit for VM
` [PATCH v2 14/17] kvm: arm64: Switch to per VM IPA limit
` [kvmtool PATCH 20/17] kvmtool: arm64: Switch memory layout
[PATCH] KVM: arm/arm64: Close VMID generation race
2018-04-16 10:20 UTC (11+ messages)
[PATCH v9 3/7] acpi: apei: Add SEI notification type support for ARMv8
2018-04-13 13:50 UTC (5+ messages)
[PATCH v3 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
2018-04-13 9:00 UTC (14+ messages)
` [PATCH v3 01/12] KVM: arm/arm64: Set dist->spis to NULL after kfree
` [PATCH v3 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v3 03/12] KVM: arm/arm64: Replace the single rdist region by a list
` [PATCH v3 04/12] KVM: arm/arm64: Helper to locate free rdist index
` [PATCH v3 05/12] KVM: arm/arm64: Revisit Redistributor TYPER last bit computation
` [PATCH v3 06/12] KVM: arm/arm64: Helper to register a new redistributor region
` [PATCH v3 07/12] KVM: arm/arm64: Adapt vgic_v3_check_base to multiple rdist regions
` [PATCH v3 08/12] KVM: arm/arm64: Check vcpu redist base before registering an iodev
` [PATCH v3 09/12] KVM: arm/arm64: Check all vcpu redistributors are set on map_resources
` [PATCH v3 10/12] KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v3 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [PATCH v3 12/12] KVM: arm/arm64: Bump VGIC_V3_MAX_CPUS to 512
arm64 kvm built with clang doesn't boot
2018-04-12 17:35 UTC (4+ messages)
[RFC PATCH v2 00/15] khwasan: kernel hardware assisted address sanitizer
2018-04-12 17:37 UTC (19+ messages)
` [RFC PATCH v2 05/15] khwasan: initialize shadow to 0xff
` [RFC PATCH v2 08/15] khwasan: add tag related helper functions
` [RFC PATCH v2 13/15] khwasan: add hooks implementation
[RFC v2 00/12] KVM: arm/arm64: Allow multiple GICv3 redistributor regions
2018-04-12 15:51 UTC (7+ messages)
` [RFC v2 02/12] KVM: arm/arm64: Document KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
` [RFC v2 11/12] KVM: arm/arm64: Implement KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION
[PATCH 0/6] KASan for arm
2018-04-12 12:54 UTC
[PATCH 1/6] Add TTBR operator for kasan_init
2018-04-12 12:54 UTC (6+ messages)
` [PATCH 2/6] Disable instrumentation for some code
` [PATCH 3/6] Replace memory function for kasan
` [PATCH 4/6] Define the virtual space of KASan's shadow region
` [PATCH 5/6] Initialize the mapping of KASan shadow memory
` [PATCH 6/6] Enable KASan for arm
[PATCH 0/4] Add virtio-iommu driver
2018-04-11 18:35 UTC (12+ messages)
` [PATCH 1/4] iommu: "
` [PATCH 2/4] iommu/virtio: Add probe request
[PATCH] vhost: Fix vhost_copy_to_user()
2018-04-11 13:51 UTC (4+ messages)
[RFC PATCH v3 0/4] KVM: arm64: Optimise FPSIMD context switching
2018-04-10 15:51 UTC (9+ messages)
` [RFC PATCH v3 1/4] arm64: fpsimd: Split cpu field out from struct fpsimd_state
` [RFC PATCH v3 2/4] KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change
` [RFC PATCH v3 3/4] KVM: arm64: Convert lazy FPSIMD context switch trap to C
` [RFC PATCH v3 4/4] KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
Compiling KVM/ARM as a separate kernel module
2018-04-10 14:29 UTC (4+ messages)
[PATCHv2 00/12] ARMv8.3 pointer authentication userspace support
2018-04-09 19:03 UTC (10+ messages)
` [PATCHv2 09/12] arm64/kvm: preserve host HCR_EL2 value
` [PATCHv2 10/12] arm64/kvm: context-switch ptrauth registers
[REPOST PATCH] arm/arm64: KVM: Add PSCI version selection API
2018-04-09 13:20 UTC (12+ messages)
[RFC PATCH v2 0/3] KVM: arm64: Optimise FPSIMD context switching
2018-04-09 10:57 UTC (14+ messages)
` [RFC PATCH v2 1/3] KVM: arm/arm64: Introduce kvm_arch_vcpu_run_pid_change
` [RFC PATCH v2 2/3] KVM: arm64: Convert lazy FPSIMD context switch trap to C
` [RFC PATCH v2 3/3] KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashing
[PATCH v3 2/6] Disable instrumentation for some code
2018-04-08 1:38 UTC
[PATCH] ARM64: KVM: use lm_alias() for kvm_ksym_ref()
2018-04-06 15:19 UTC
[PATCH] KVM: ARM: updtae the VMID generation logic
2018-04-04 15:26 UTC (12+ messages)
[PATCH] kvm: arm: remove BUG(preemptible()) check
2018-04-04 14:03 UTC (2+ messages)
[PATCH v3 1/6] Add TTBR operator for kasan_init
2018-04-03 11:38 UTC (11+ messages)
` [PATCH v3 2/6] Disable instrumentation for some code
` [PATCH v3 3/6] Replace memory function for kasan
` [PATCH v3 4/6] Define the virtual space of KASan's shadow region
` [PATCH v3 5/6] Initialize the mapping of KASan shadow memory
` [PATCH v3 6/6] Enable KASan for arm
[PATCH v3 0/6] KASan for arm
2018-04-02 12:04 UTC
[PATCH] kvm : arm/arm64 : fix some warningg
2018-04-02 0:00 UTC
How to participate in development
2018-03-31 22:06 UTC (2+ messages)
[GIT PULL] KVM/ARM updates for v4.17
2018-03-28 20:00 UTC (22+ messages)
` [PATCH 64/85] KVM: arm64: Fix HYP idmap unmap when using 52bit PA
` [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 79/85] arm64: Enable ARM64_HARDEN_EL2_VECTORS on Cortex-A57 and A72
` [PATCH 80/85] KVM: arm: Reserve bit in KVM_REG_ARM encoding for secure/nonsecure
` [PATCH 81/85] arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening
` [PATCH 82/85] KVM: arm/arm64: vgic: Disallow Active+Pending for level interrupts
` [PATCH 83/85] KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list
` [PATCH 84/85] Revert "arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening"
` [PATCH 85/85] arm64: Add temporary ERRATA_MIDR_ALL_VERSIONS compatibility macro
[PATCH v2 08/11] firmware: arm_sdei: Add ACPI GHES registration helper
2018-03-28 16:33 UTC (3+ messages)
[PATCH v2 00/11] APEI in_nmi() rework and arm64 SDEI wire-up
2018-03-28 16:30 UTC (4+ messages)
` [PATCH v2 05/11] arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox