All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-04 20:05:20 to 2022-03-04 20:34:06 UTC [more...]

[PATCH v6 0/6] x86: Show in sysfs if a memory node is able to do encryption
 2022-03-04 20:32 UTC  (4+ messages)
` [PATCH v6 3/6] x86/e820: Refactor range_update and range_remove

[PATCH V2 00/32] x86/sgx and selftests/sgx: Support SGX2
 2022-03-04 19:19 UTC  (4+ messages)
` [PATCH V2 08/32] x86/sgx: x86/sgx: Add sgx_encl_page->vm_run_prot_bits for dynamic permission changes

[RFC PATCH v5 000/104] KVM TDX basic feature support
 2022-03-04 19:49 UTC  (68+ messages)
` [RFC PATCH v5 007/104] x86/virt/tdx: Add a helper function to return system wide info about TDX module
` [RFC PATCH v5 008/104] KVM: TDX: Add a function to initialize "
` [RFC PATCH v5 009/104] KVM: x86: Introduce vm_type to differentiate default VMs from confidential VMs
` [RFC PATCH v5 010/104] KVM: TDX: Make TDX VM type supported
` [RFC PATCH v5 011/104] [MARKER] The start of TDX KVM patch series: TDX architectural definitions
` [RFC PATCH v5 012/104] KVM: TDX: Define "
` [RFC PATCH v5 013/104] KVM: TDX: Add TDX "architectural" error codes
` [RFC PATCH v5 014/104] KVM: TDX: Add a function for KVM to invoke SEAMCALL
` [RFC PATCH v5 015/104] KVM: TDX: add a helper function for KVM to issue SEAMCALL
` [RFC PATCH v5 016/104] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [RFC PATCH v5 017/104] KVM: TDX: Add helper functions to print TDX SEAMCALL error
` [RFC PATCH v5 018/104] [MARKER] The start of TDX KVM patch series: TD VM creation/destruction
` [RFC PATCH v5 019/104] KVM: TDX: Stub in tdx.h with structs, accessors, and VMCS helpers
` [RFC PATCH v5 020/104] KVM: TDX: allocate per-package mutex
` [RFC PATCH v5 021/104] KVM: x86: Introduce hooks to free VM callback prezap and vm_free
` [RFC PATCH v5 022/104] KVM: Add max_vcpus field in common 'struct kvm'
` [RFC PATCH v5 023/104] x86/cpu: Add helper functions to allocate/free MKTME keyid
` [RFC PATCH v5 024/104] KVM: TDX: create/destroy VM structure
` [RFC PATCH v5 025/104] KVM: TDX: Add place holder for TDX VM specific mem_enc_op ioctl
` [RFC PATCH v5 026/104] KVM: TDX: x86: Add vm ioctl to get TDX systemwide parameters
` [RFC PATCH v5 027/104] KVM: TDX: initialize VM with TDX specific parameters
` [RFC PATCH v5 028/104] [MARKER] The start of TDX KVM patch series: TD vcpu creation/destruction
` [RFC PATCH v5 029/104] KVM: TDX: allocate/free TDX vcpu structure
` [RFC PATCH v5 030/104] KVM: TDX: Do TDX specific vcpu initialization
` [RFC PATCH v5 031/104] [MARKER] The start of TDX KVM patch series: KVM MMU GPA stolen bits
` [RFC PATCH v5 032/104] KVM: x86/mmu: introduce config for PRIVATE KVM MMU
` [RFC PATCH v5 033/104] KVM: x86: Add infrastructure for stolen GPA bits
` [RFC PATCH v5 034/104] [MARKER] The start of TDX KVM patch series: KVM TDP refactoring for TDX
` [RFC PATCH v5 035/104] KVM: x86/mmu: Disallow dirty logging for x86 TDX
` [RFC PATCH v5 036/104] KVM: x86/mmu: Explicitly check for MMIO spte in fast page fault
` [RFC PATCH v5 037/104] KVM: x86/mmu: Allow non-zero init value for shadow PTE
` [RFC PATCH v5 038/104] KVM: x86/mmu: Allow per-VM override of the TDP max page level
` [RFC PATCH v5 039/104] KVM: x86/mmu: Disallow fast page fault on private GPA
` [RFC PATCH v5 040/104] KVM: VMX: Split out guts of EPT violation to common/exposed function
` [RFC PATCH v5 041/104] KVM: VMX: Move setting of EPT MMU masks to common VT-x code
` [RFC PATCH v5 042/104] KVM: x86/mmu: Track shadow MMIO value/mask on a per-VM basis
` [RFC PATCH v5 043/104] KVM: TDX: Add load_mmu_pgd method for TDX
` [RFC PATCH v5 044/104] [MARKER] The start of TDX KVM patch series: KVM TDP MMU hooks
` [RFC PATCH v5 045/104] KVM: x86/tdp_mmu: make REMOVED_SPTE include shadow_initial value
` [RFC PATCH v5 046/104] KVM: x86/tdp_mmu: refactor kvm_tdp_mmu_map()
` [RFC PATCH v5 047/104] KVM: x86/mmu: add a private pointer to struct kvm_mmu_page
` [RFC PATCH v5 048/104] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
` [RFC PATCH v5 049/104] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [RFC PATCH v5 050/104] [MARKER] The start of TDX KVM patch series: TDX EPT violation
` [RFC PATCH v5 051/104] KVM: TDX: TDP MMU TDX support
` [RFC PATCH v5 052/104] [MARKER] The start of TDX KVM patch series: KVM TDP MMU MapGPA
` [RFC PATCH v5 053/104] KVM: x86/mmu: steal software usable bit for EPT to represent shared page
` [RFC PATCH v5 054/104] KVM: x86/tdp_mmu: Keep PRIVATE_PROHIBIT bit when zapping
` [RFC PATCH v5 055/104] KVM: x86/tdp_mmu: prevent private/shared map based on PRIVATE_PROHIBIT
` [RFC PATCH v5 056/104] KVM: x86/tdp_mmu: implement MapGPA hypercall for TDX
` [RFC PATCH v5 057/104] KVM: x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by TDX
` [RFC PATCH v5 058/104] KVM: x86/mmu: Focibly use TDP MMU for TDX
` [RFC PATCH v5 059/104] [MARKER] The start of TDX KVM patch series: TD finalization
` [RFC PATCH v5 060/104] KVM: TDX: Create initial guest memory
` [RFC PATCH v5 061/104] KVM: TDX: Finalize VM initialization
` [RFC PATCH v5 062/104] [MARKER] The start of TDX KVM patch series: TD vcpu enter/exit
` [RFC PATCH v5 063/104] KVM: TDX: Add helper assembly function to TDX vcpu
` [RFC PATCH v5 064/104] KVM: TDX: Implement TDX vcpu enter/exit path
` [RFC PATCH v5 065/104] KVM: TDX: vcpu_run: save/restore host state(host kernel gs)
` [RFC PATCH v5 066/104] KVM: TDX: restore host xsave state when exit from the guest TD
` [RFC PATCH v5 067/104] KVM: x86: Allow to update cached values in kvm_user_return_msrs w/o wrmsr
` [RFC PATCH v5 068/104] KVM: TDX: restore user ret MSRs
` [RFC PATCH v5 069/104] [MARKER] The start of TDX KVM patch series: TD vcpu exits/interrupts/hypercalls
` [RFC PATCH v5 070/104] KVM: TDX: complete interrupts after tdexit
` [RFC PATCH v5 071/104] KVM: TDX: restore debug store when TD exit
` [RFC PATCH v5 072/104] KVM: TDX: handle vcpu migration over logical processor
` [RFC PATCH v5 073/104] KVM: TDX: track LP tdx vcpu run and teardown vcpus on descroing the guest TD

[Buildroot] wholesale old mobile phones at cheap prices
 2022-03-04 20:33 UTC 

[PATCH v3 0/3] Fix SW_TABLET_MODE detection method
 2022-03-04 20:31 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] Fix 0x05 error code reported by several WMI calls
` [PATCH v3 3/3] Changing bios_args.data to be dynamically allocated

[PATCH net-next 0/9] net: Convert user to netif_rx()
 2022-03-04 20:31 UTC  (3+ messages)
` [PATCH net-next 3/9] net: sgi-xp: Use netif_rx()

RTT-PROBE: lore-subspace-rtt
 2022-03-04 20:31 UTC 

[PATCH v4] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
 2022-03-04 20:30 UTC  (2+ messages)

[dunfell/master PATCH] pruss-fw: am57xx: Update hsr/prp/sw/dual-emac firmware
 2022-03-04 20:30 UTC  (6+ messages)
        ` [meta-ti] "

Questions regarding regarding idt/renesas versaclock5 driver
 2022-03-04 20:30 UTC  (15+ messages)
        ` [EXTERNAL] "

[next] WARNING: suspicious RCU usage : include/linux/cgroup.h:494 suspicious rcu_dereference_check() usage
 2022-03-04 20:28 UTC  (4+ messages)

[PATCH 0/3] i.MX8MP DW100 dewarper driver
 2022-03-04 20:28 UTC  (4+ messages)
` [PATCH 1/3] media: dt-bindings: media: Add i.MX8MP DW100 binding
` [PATCH 2/3] media: dw100: Add i.MX8MP dw100 dewarper driver
` [PATCH 3/3] media: MAINTAINERS: add entry for i.MX8MP DW100 v4l2 mem2mem driver

[PATCH bpf-next v3 0/8] Fixes for bad PTR_TO_BTF_ID offset
 2022-03-04 20:28 UTC  (5+ messages)
` [PATCH bpf-next v3 1/8] bpf: Add check_func_arg_reg_off function
` [PATCH bpf-next v3 4/8] bpf: Harden register offset checks for release helpers and kfuncs

[PATCH] drm/i915: stop checking for NULL vma->obj
 2022-03-04 20:28 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH] arm64: dts: rockchip: firefly: Fix SDIO regulator supply properties
 2022-03-04 20:25 UTC  (3+ messages)

[PATCH] arm64: dts: broadcom: Fix boolean properties with values
 2022-03-04 20:25 UTC  (2+ messages)

[PATCH] arm64: dts: imx: Fix imx8*-var-som touchscreen property sizes
 2022-03-04 20:25 UTC  (2+ messages)

[PATCH] arm: dts: imx: Fix boolean properties with values
 2022-03-04 20:25 UTC  (2+ messages)

[PATCH] simpldrm: Enable boot time VESA graphic mode selection
 2022-03-04 20:00 UTC  (5+ messages)

[linux-next:master 3267/10468] drm_dp_mst_topology.c:undefined reference to `__drm_atomic_helper_private_obj_duplicate_state'
 2022-03-04 20:26 UTC  (3+ messages)

[PATCH] arm: dts: at91: Fix boolean properties with values
 2022-03-04 20:24 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-04 20:26 UTC 

[PATCH] arm64: dts: tegra: Fix boolean properties with values
 2022-03-04 20:26 UTC 

[PATCH] arm/arm64: dts: qcom: Fix boolean properties with values
 2022-03-04 20:25 UTC 

Minimum compiler version (was: Re: [PATCH v5 0/4] Update gnulib and drop some patches)
 2022-03-04 20:25 UTC  (3+ messages)

[PATCH v2 0/5] iotests: add enhanced debugging info to qemu-img failures
 2022-03-04 20:23 UTC  (4+ messages)
` [PATCH v2 3/5] iotests: Remove explicit checks for qemu_img() == 0
` [PATCH v2 4/5] iotests: make qemu_img raise on non-zero rc by default

[PATCH] drm/nouveau/bios: Rename prom_init() and friends functions
 2022-03-04 20:24 UTC  (4+ messages)
  ` [Nouveau] "

[PATCH] drm/msm/a6xx: Fix missing ARRAY_SIZE() check
 2022-03-04 20:24 UTC  (2+ messages)

[PATCH v3 00/39] x86: Kernel IBT
 2022-03-04 20:22 UTC  (6+ messages)
` [PATCH v3 05/39] x86/ibt: Add ANNOTATE_NOENDBR

[GIT PULL] Thermal control fix for v5.17-rc7
 2022-03-04 20:22 UTC  (2+ messages)

[PATCH v2 0/9] Cleanup of qemu_oom_check() and qemu_memalign()
 2022-03-04 20:20 UTC  (5+ messages)
` [PATCH v2 4/9] util: Return valid allocation for qemu_try_memalign() with zero size
` [PATCH v2 6/9] util: Share qemu_try_memalign() implementation between POSIX and Windows

[PATCH] arm64: defconfig: enable Layerscape SFP driver
 2022-03-04 20:21 UTC  (2+ messages)

[git pull] drm fixes for 5.17-rc7
 2022-03-04 20:22 UTC  (3+ messages)

[GIT PULL] sound fixes for 5.17-rc7
 2022-03-04 20:22 UTC  (2+ messages)

[GIT PULL] RISC-V Fixes for 5.17-rc7
 2022-03-04 20:22 UTC  (3+ messages)

[git pull] IOMMU Fixes for Linux v5.17-rc6
 2022-03-04 20:22 UTC  (3+ messages)

[GIT PULL] late pin control fixes for v5.17
 2022-03-04 20:22 UTC  (2+ messages)

stable-rc/queue/5.15 build: 138 builds: 9 failed, 129 passed, 23 errors, 16 warnings (v5.15.26-135-g9edb266125c3)
 2022-03-04 20:22 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-04 20:21 UTC 

[PATCH] drm/msm: Fix dirtyfb refcounting
 2022-03-04 20:21 UTC  (2+ messages)

cleanup swiotlb initialization v4
 2022-03-04 20:18 UTC  (13+ messages)
` [PATCH 11/12] swiotlb: merge swiotlb-xen initialization into swiotlb

[PATCH 1/2] nvme: remove support or stream based temperature hint
 2022-03-04 20:20 UTC  (5+ messages)

[PATCH] DEC: Limit PMAX memory probing to R3k systems
 2022-03-04 20:16 UTC 

pull request: bluetooth-next 2022-03-04
 2022-03-04 19:39 UTC 

[PULL 00/19] 9p queue 2022-03-04
 2022-03-04 20:16 UTC  (3+ messages)

[PATCH v2 0/8] Prep work for next GuC release
 2022-03-04 20:17 UTC  (4+ messages)
` [PATCH v2 1/8] drm/i915/guc: Do not conflate lrc_desc with GuC id for registration
  ` [Intel-gfx] "

suricata: enable lua support
 2022-03-04 20:15 UTC  (2+ messages)
` [yocto] "

[PATCH v3] i386/sev: Ensure attestation report length is valid before retrieving
 2022-03-04 20:11 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-03-04 20:16 UTC 

[LSF/MM/BPF BoF] BoF for Zoned Storage
 2022-03-04 20:12 UTC  (10+ messages)

[PATCH] net: bcmgenet: Return not supported if we don't have a WoL IRQ
 2022-03-04 20:12 UTC  (13+ messages)

[RFC PATCH v2 0/7] Add Sstc extension support
 2022-03-04 20:10 UTC  (16+ messages)
` [RFC PATCH v2 1/7] RISC-V: Add SSTC extension CSR details
` [RFC PATCH v2 2/7] RISC-V: Enable sstc extension parsing from DT
` [RFC PATCH v2 3/7] RISC-V: Prefer sstc extension if available
` [RFC PATCH v2 4/7] RISC-V: KVM: Remove 's' & 'u' as valid ISA extension
` [RFC PATCH v2 5/7] RISC-V: KVM: Restrict the extensions that can be disabled
` [RFC PATCH v2 6/7] RISC-V: KVM: Introduce ISA extension register
` [RFC PATCH v2 7/7] RISC-V: KVM: Support sstc extension

[OE-core] [PATCH] classes: add setuptools3_legacy
 2022-03-04 20:14 UTC  (2+ messages)

[PATCH 00/36] Arm cache coloring
 2022-03-04 20:13 UTC  (3+ messages)
` [PATCH 08/36] xen/arm: add colored flag to page struct

Regression: memory corruption on Atmel SAMA5D31
 2022-03-04 20:06 UTC  (8+ messages)

[LSF/MM/BPF TOPIC] Netfs support library
 2022-03-04 20:06 UTC  (3+ messages)

[PATCH v1 00/10] Support for GMU coredump and some related improvements
 2022-03-04 19:22 UTC  (4+ messages)
` [PATCH v1 07/10] drm/msm/adreno: Retry on gpu resume failure

stable-rc/queue/4.14 build: 153 builds: 3 failed, 150 passed, 2 errors, 22 warnings (v4.14.269-12-gfbf41359100f)
 2022-03-04 19:26 UTC 

stable-rc/queue/4.9 build: 185 builds: 3 failed, 182 passed, 2 errors, 34 warnings (v4.9.304-11-gf0453fd60a62)
 2022-03-04 19:33 UTC 

[PATCH] bitbake-user-manual: further override syntax updates
 2022-03-04 20:11 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-04 20:11 UTC 

[PATCH] mtd: rawnand: omap2: Actually prevent invalid configuration and build error
 2022-03-04 20:04 UTC  (4+ messages)

[PATCH] x86/bug: __WARN_FLAGS: prevent shadowing by renaming local variable f to __flags
 2022-03-04 19:26 UTC  (2+ messages)

[ANNOUNCE] 4.19.232-rt104
 2022-03-04 19:35 UTC 

[PATCH v5 0/2] target/arm: Enable LPA2
 2022-03-04 20:03 UTC  (3+ messages)
` [PATCH v5 1/2] target/arm: Provide cpu property for controling FEAT_LPA2
` [PATCH v5 2/2] hw/core: Disable LPA2 for -machine virt-6.2

Questiion on commit: demo/cyclictest: fix time delta calculation
 2022-03-04 20:09 UTC  (5+ messages)

[PATCH v3 0/6] Generic per-sb io stats
 2022-03-04 20:03 UTC  (11+ messages)
    ` nfs generic/373 failure after "fs: allow cross-vfsmount reflink/dedupe"

[PATCH v2 net-next 00/14] tcp: BIG TCP implementation
 2022-03-04 19:28 UTC  (4+ messages)
` [PATCH v2 net-next 04/14] ipv6: add struct hop_jumbo_hdr definition

[PATCH 0/2] Fix bugs in public_key_verify_signature()
 2022-03-04 19:26 UTC  (4+ messages)
` [PATCH 1/2] KEYS: asymmetric: enforce that sig algo matches key algo

[PATCH net] net: phy: meson-gxl: fix interrupt handling in forced mode
 2022-03-04 19:52 UTC  (2+ messages)

[meta-python][PATCH 1/2] unattended-upgrades: Move to meta-python
 2022-03-04 20:08 UTC  (2+ messages)

[PATCH v4 00/24] DEPT(Dependency Tracker)
 2022-03-04 19:28 UTC  (3+ messages)
` [PATCH v4 16/24] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread

pm/testing build: 7 builds: 0 failed, 7 passed, 1 warning (thermal-5.17-rc7-127-g87852f90dc5a)
 2022-03-04 20:01 UTC 

[PATCH 1/2] EFI: console: Do not set colorstate until the first text output
 2022-03-04 20:08 UTC  (3+ messages)

[PATCH v4 00/18] target/arm: Implement LVA, LPA, LPA2 features
 2022-03-04 19:52 UTC  (4+ messages)
` [PATCH v4 18/18] hw/arm/virt: Disable LPA2 for -machine virt-6.2

[ndctl PATCH] scripts/docsurgeon: Fix document header for section 1 man pages
 2022-03-04 20:06 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-03-04 20:06 UTC 

DWC3 Isoc Gadget Missed Interrupts on Start Transfer
 2022-03-04 19:36 UTC  (5+ messages)

[PATCH bpf-next 0/4] Subskeleton support for BPF libraries
 2022-03-04 19:29 UTC  (6+ messages)
` [PATCH bpf-next 2/4] bpftool: add support for subskeletons


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.