All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-19 13:45:55 to 2022-05-19 14:01:45 UTC [more...]

[Intel-wired-lan] [PATCH net v4] i40e: Fix call trace in setup_tx_descriptors
 2022-05-19 14:01 UTC 

[PATCH 00/89] KVM: arm64: Base support for the pKVM hypervisor at EL2
 2022-05-19 13:42 UTC  (131+ messages)
` [PATCH 08/89] KVM: arm64: Back hyp_vmemmap for all of memory
` [PATCH 09/89] KVM: arm64: Unify identifiers used to distinguish host and hypervisor
` [PATCH 10/89] KVM: arm64: Implement do_donate() helper for donating memory
` [PATCH 11/89] KVM: arm64: Prevent the donation of no-map pages
` [PATCH 12/89] KVM: arm64: Add helpers to pin memory shared with hyp
` [PATCH 13/89] KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
` [PATCH 14/89] KVM: arm64: Add hyp_spinlock_t static initializer
` [PATCH 15/89] KVM: arm64: Introduce shadow VM state at EL2
` [PATCH 16/89] KVM: arm64: Instantiate VM shadow data from EL1
` [PATCH 17/89] KVM: arm64: Make hyp stage-1 refcnt correct on the whole range
` [PATCH 18/89] KVM: arm64: Factor out private range VA allocation
` [PATCH 19/89] KVM: arm64: Add pcpu fixmap infrastructure at EL2
` [PATCH 20/89] KVM: arm64: Provide I-cache invalidation by VA "
` [PATCH 21/89] KVM: arm64: Allow non-coallescable pages in a hyp_pool
` [PATCH 22/89] KVM: arm64: Add generic hyp_memcache helpers
` [PATCH 23/89] KVM: arm64: Instantiate guest stage-2 page-tables at EL2
` [PATCH 24/89] KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
` [PATCH 25/89] KVM: arm64: Add flags to struct hyp_page
` [PATCH 26/89] KVM: arm64: Provide a hypercall for the host to reclaim guest memory
` [PATCH 27/89] KVM: arm64: Extend memory sharing to allow host-to-guest transitions
` [PATCH 28/89] KVM: arm64: Consolidate stage-2 init in one function
` [PATCH 29/89] KVM: arm64: Check for PTE validity when checking for executable/cacheable
` [PATCH 30/89] KVM: arm64: Do not allow memslot changes after first VM run under pKVM
` [PATCH 31/89] KVM: arm64: Disallow dirty logging and RO memslots with pKVM
` [PATCH 32/89] KVM: arm64: Use the shadow vCPU structure in handle___kvm_vcpu_run()
` [PATCH 33/89] KVM: arm64: Handle guest stage-2 page-tables entirely at EL2
` [PATCH 34/89] KVM: arm64: Don't access kvm_arm_hyp_percpu_base at EL1
` [PATCH 35/89] KVM: arm64: Unmap kvm_arm_hyp_percpu_base from the host
` [PATCH 36/89] KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
` [PATCH 37/89] KVM: arm64: Explicitly map kvm_vgic_global_state "
` [PATCH 38/89] KVM: arm64: Don't map host sections in pkvm
` [PATCH 39/89] KVM: arm64: Extend memory donation to allow host-to-guest transitions
` [PATCH 40/89] KVM: arm64: Split up nvhe/fixed_config.h
` [PATCH 41/89] KVM: arm64: Make vcpu_{read,write}_sys_reg available to HYP code
` [PATCH 42/89] KVM: arm64: Simplify vgic-v3 hypercalls
` [PATCH 43/89] KVM: arm64: Add the {flush,sync}_vgic_state() primitives
` [PATCH 44/89] KVM: arm64: Introduce predicates to check for protected state
` [PATCH 45/89] KVM: arm64: Add the {flush,sync}_timer_state() primitives
` [PATCH 46/89] KVM: arm64: Introduce the pkvm_vcpu_{load,put} hypercalls
` [PATCH 47/89] KVM: arm64: Add current vcpu and shadow_state lookup primitive
` [PATCH 48/89] KVM: arm64: Skip __kvm_adjust_pc() for protected vcpus
` [PATCH 49/89] KVM: arm64: Add hyp per_cpu variable to track current physical cpu number
` [PATCH 50/89] KVM: arm64: Ensure that TLBs and I-cache are private to each vcpu
` [PATCH 51/89] KVM: arm64: Introduce per-EC entry/exit handlers
` [PATCH 52/89] KVM: arm64: Introduce lazy-ish state sync for non-protected VMs
` [PATCH 53/89] KVM: arm64: Lazy host FP save/restore
` [PATCH 54/89] KVM: arm64: Reduce host/shadow vcpu state copying
` [PATCH 55/89] KVM: arm64: Do not pass the vcpu to __pkvm_host_map_guest()
` [PATCH 56/89] KVM: arm64: Check directly whether the vcpu is protected
` [PATCH 57/89] KVM: arm64: Trap debug break and watch from guest
` [PATCH 58/89] KVM: arm64: Restrict protected VM capabilities
` [PATCH 59/89] KVM: arm64: Do not support MTE for protected VMs
` [PATCH 60/89] KVM: arm64: Refactor reset_mpidr to extract its computation
` [PATCH 61/89] KVM: arm64: Reset sysregs for protected VMs
` [PATCH 62/89] KVM: arm64: Move pkvm_vcpu_init_traps to shadow vcpu init
` [PATCH 63/89] KVM: arm64: Fix initializing traps in protected mode
` [PATCH 64/89] KVM: arm64: Advertise GICv3 sysreg interface to protected guests
` [PATCH 65/89] KVM: arm64: Force injection of a data abort on NISV MMIO exit
` [PATCH 66/89] KVM: arm64: Donate memory to protected guests
` [PATCH 67/89] KVM: arm64: Add EL2 entry/exit handlers for pKVM guests
` [PATCH 68/89] KVM: arm64: Move vgic state between host and shadow vcpu structures
` [PATCH 69/89] KVM: arm64: Do not update virtual timer state for protected VMs
` [PATCH 70/89] KVM: arm64: Refactor kvm_vcpu_enable_ptrauth() for hyp use
` [PATCH 71/89] KVM: arm64: Initialize shadow vm state at hyp
` [PATCH 72/89] KVM: arm64: Track the SVE state in the shadow vcpu
` [PATCH 73/89] KVM: arm64: Add HVC handling for protected guests at EL2
` [PATCH 74/89] KVM: arm64: Move pstate reset values to kvm_arm.h
` [PATCH 75/89] KVM: arm64: Move some kvm_psci functions to a shared header
` [PATCH 76/89] KVM: arm64: Factor out vcpu_reset code for core registers and PSCI
` [PATCH 77/89] KVM: arm64: Handle PSCI for protected VMs in EL2
` [PATCH 78/89] KVM: arm64: Don't expose TLBI hypercalls after de-privilege
` [PATCH 79/89] KVM: arm64: Add is_pkvm_initialized() helper
` [PATCH 80/89] KVM: arm64: Refactor enter_exception64()
` [PATCH 81/89] KVM: arm64: Inject SIGSEGV on illegal accesses
` [PATCH 82/89] KVM: arm64: Support TLB invalidation in guest context
` [PATCH 83/89] KVM: arm64: Avoid BBM when changing only s/w bits in Stage-2 PTE
` [PATCH 84/89] KVM: arm64: Extend memory sharing to allow guest-to-host transitions
` [PATCH 85/89] KVM: arm64: Document the KVM/arm64-specific calls in hypercalls.rst
` [PATCH 86/89] KVM: arm64: Reformat/beautify PTP hypercall documentation
` [PATCH 87/89] KVM: arm64: Expose memory sharing hypercalls to protected guests
` [PATCH 88/89] KVM: arm64: Introduce KVM_VM_TYPE_ARM_PROTECTED machine type for PVMs
` [PATCH 89/89] Documentation: KVM: Add some documentation for Protected KVM on arm64

RTT-PROBE: lore-subspace-rtt
 2022-05-19 14:00 UTC 

[PATCH 00/10] RTW88: Add support for USB variants
 2022-05-19 13:58 UTC  (5+ messages)
` [PATCH 06/10] rtw88: Add common USB chip support

[Intel-gfx] [PATCH] drm/i915: Rename block_size()/block_offset()
 2022-05-19 14:00 UTC 

[PATCH] tools/libs/ctrl: add and export xc_memory_op
 2022-05-19 13:59 UTC  (3+ messages)

[RFC PATCH] printk: console: Allow each console to have its own loglevel
 2022-05-19 13:59 UTC  (2+ messages)
` [printk] 6f922c8d53: BUG:kernel_NULL_pointer_dereference, address

[PATCH v4 0/2] rtc: microchip: Add driver for PolarFire SoC
 2022-05-19 13:55 UTC  (3+ messages)
` [PATCH v4 1/2] rtc: Add driver for Microchip "
` [PATCH v4 2/2] MAINTAINERS: add PolarFire SoC's RTC

[PATCH net-next 0/6] net: Introduce Ethernet Inband Extensions
 2022-05-19 13:56 UTC  (7+ messages)
` [PATCH net-next 1/6] net: phy: Introduce QUSGMII PHY mode
` [PATCH net-next 2/6] dt-bindings: net: ethernet-controller: add QUSGMII mode
` [PATCH net-next 3/6] net: lan966x: Add QUSGMII support for lan966x
` [PATCH net-next 4/6] net: phy: Add support for inband extensions
` [PATCH net-next 5/6] net: lan966x: Allow using PCH extension for PTP
` [PATCH net-next 6/6] net: phy: micrel: Add QUSGMII support and PCH extension

[PATCH v2 0/7] Add latency_nice priority
 2022-05-19 13:55 UTC  (4+ messages)
` [PATCH v2 5/7] sched/fair: Take into account latency nice at wakeup

[LTP] [PATCH v1] Fix ltp-aiodio tests failing on s390
 2022-05-19 14:00 UTC  (2+ messages)

[PATCH] Revert "workqueue: remove unused cancel_work()"
 2022-05-19 13:56 UTC  (2+ messages)

[oe-layersetup][master][PATCH] configs: add dunfell-wip config
 2022-05-19 13:58 UTC 

[Intel-wired-lan] [PATCH net v333] i40e: Fix call trace in setup_tx_descriptors
 2022-05-19 13:58 UTC 

[PATCH bpf-next 1/2] cpuidle/rcu: Making arch_cpu_idle and rcu_idle_exit noinstr
 2022-05-19 13:54 UTC  (7+ messages)

[PATCH] rtc: rzn1: Fix error code in probe
 2022-05-19 13:56 UTC 

[bug report] rtc: rzn1: Add oscillator offset support
 2022-05-19 13:56 UTC 

tg3 dropping packets at high packet rates
 2022-05-19 13:54 UTC  (9+ messages)

[kvm-unit-tests PATCH v2 00/23] EFI and ACPI support for arm64
 2022-05-19 13:54 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 05/23] arm/arm64: Add support for setting up the PSCI conduit through ACPI

[PATCH 0/6] npm.bbclass: work with nodejs 16
 2022-05-19 13:56 UTC  (3+ messages)
` [PATCH 4/6] npm: disable 'audit' + 'fund'
  ` [OE-core] "

[RFC] ethdev: datapath-focused meter actions, continue
 2022-05-19 13:55 UTC  (2+ messages)

[PATCH net v2] net: wireless: marvell: mwifiex: fix sleep in atomic context bugs
 2022-05-19 13:53 UTC 

(no subject)
 2022-05-19 13:54 UTC  (4+ messages)
` [PATCH 06/11] drm/ttm: rename and cleanup ttm_bo_init_reserved
  ` [Intel-gfx] "

warning for EOPNOTSUPP vfs_copy_file_range
 2022-05-19 13:53 UTC  (2+ messages)

[PATCH 0/6] clk: mediatek: Improvements to simple probe/remove and reset controller unregistration
 2022-05-19 13:47 UTC  (7+ messages)
` [PATCH 1/6] clk: mediatek: gate: Export mtk_clk_register_gates_with_dev
` [PATCH 2/6] clk: mediatek: Use mtk_clk_register_gates_with_dev in simple probe
` [PATCH 3/6] clk: mediatek: reset: Return reset data pointer on register
` [PATCH 4/6] clk: mediatek: reset: Implement mtk_unregister_reset_controller() API
` [PATCH 5/6] clk: mediatek: Unregister reset controller on simple remove
` [PATCH 6/6] clk: mediatek: Add support for other clock types in simple probe/remove

[PATCH 0/2] s390x: kvm: Honor storage keys during emulation
 2022-05-19 13:53 UTC  (4+ messages)
` [PATCH 2/2] target/s390x: "

[fork] 753550eb0c: BUG:kernel_NULL_pointer_dereference, address
 2022-05-19 13:51 UTC  (2+ messages)
` [fork] 753550eb0c: BUG:kernel_NULL_pointer_dereference,address

[PATCH 0/6] Allow nfs4-acl-tools to access 'dacl' and 'sacl'
 2022-05-19 13:53 UTC  (5+ messages)

[PATCH RESEND v12 00/17] KVM: x86/pmu: Add basic support to enable guest PEBS via DS
 2022-05-19 13:50 UTC  (4+ messages)

[PATCH 00/20] perf vendors events arm64: Multiple Arm CPUs
 2022-05-19 13:50 UTC  (8+ messages)

[PATCH V6 0/4] Add unit test module for AMD P-State driver
 2022-05-19 13:47 UTC  (5+ messages)
` [PATCH V6 1/4] cpufreq: amd-pstate: Expose struct amd_cpudata
` [PATCH V6 2/4] cpufreq: amd-pstate: Add test module for amd-pstate driver
` [PATCH V6 3/4] selftests: amd-pstate: Add test trigger "
` [PATCH V6 4/4] Documentation: amd-pstate: Add unit test introduction

[PATCH] usb: core: Call disconnect() only if it is provided by driver
 2022-05-19 13:49 UTC  (3+ messages)

[PATCH] btrfs: ensure pages are unlocked on cow_file_range() failure
 2022-05-19 13:51 UTC  (4+ messages)

[RFC ONLY 0/8] btrfs: introduce raid-stripe-tree
 2022-05-19 13:49 UTC  (14+ messages)
` [RFC ONLY 3/8] btrfs: read raid-stripe-tree from disk

[PATCH] hostmem: default the amount of prealloc-threads to smp-cpus
 2022-05-19 13:50 UTC  (7+ messages)

[V2 0/3] Expose max and current bpc via debugfs
 2022-05-19 13:51 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Expose max and current bpc via debugfs (rev9)

RTT-PROBE: lore-subspace-rtt
 2022-05-19 13:50 UTC 

[PATCH v4] qga: add guest-get-diskstats command for Linux guests
 2022-05-19 13:47 UTC  (2+ messages)

[Bug] Race condition between CPU hotplug off flow and __sched_setscheduler()
 2022-05-19 13:47 UTC  (2+ messages)

[PATCH] powerpc/powernv/pci: Drop VF MPS fixup
 2022-05-19 13:49 UTC  (4+ messages)

[PATCH] target/riscv: add zicsr/zifencei to isa_string
 2022-05-19 13:46 UTC  (2+ messages)

[Intel-gfx] [RFC PATCH] drm/i915: Debugfs statistics interface for psr
 2022-05-19 13:47 UTC  (4+ messages)

[meta-oe][PATCH 1/2] sdbus-c++-libsystemd: Bump SRCREV to last commit of 250-stable branch
 2022-05-19 13:45 UTC  (2+ messages)
` [meta-oe][PATCH 2/2] sdbus-c++: Bump version from 1.00 to 1.1.0

[PATCH bpf-next v5 00/17] Introduce eBPF support for HID devices
 2022-05-19 13:44 UTC  (7+ messages)
` [PATCH bpf-next v5 12/17] selftests/bpf: add tests for bpf_hid_hw_request

[PATCH v3] dt-bindings: display: bridge: sil, sii9022: Convert to json-schema
 2022-05-19 13:41 UTC 

[PATCH net-next 0/3][pull request] 100GbE Intel Wired LAN Driver Updates 2022-05-17
 2022-05-19 13:45 UTC  (3+ messages)
` [PATCH net-next 3/3] ice: add write functionality for GNSS TTY

[PATCH] netfs: Fix gcc-12 warning by embedding vfs inode in netfs_i_context
 2022-05-19 13:44 UTC 


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.