All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-02 22:52:25 to 2022-11-02 23:20:05 UTC [more...]

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-02 23:19 UTC  (110+ messages)
` [PATCH 01/44] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH 02/44] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH 03/44] KVM: Allocate cpus_hardware_enabled "
` [PATCH 04/44] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH 05/44] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH 06/44] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH 07/44] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH 08/44] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH 09/44] KVM: Drop arch hardware (un)setup hooks
` [PATCH 10/44] KVM: VMX: Clean up eVMCS enabling if KVM initialization fails
` [PATCH 11/44] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH 12/44] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH 13/44] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH 14/44] KVM: arm64: Simplify the CPUHP logic
` [PATCH 15/44] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH 16/44] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH 17/44] KVM: arm64: Do arm/arch initialiation without bouncing through kvm_init()
` [PATCH 18/44] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH 19/44] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH 20/44] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH 21/44] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH 22/44] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH 23/44] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH 24/44] KVM: PPC: Move processor compatibility check to module init
` [PATCH 25/44] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH 26/44] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH 27/44] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH 28/44] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
` [PATCH 29/44] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH 30/44] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH 31/44] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH 33/44] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH 34/44] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH 35/44] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH 36/44] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH 37/44] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH 38/44] KVM: Disable CPU hotplug during hardware enabling
` [PATCH 39/44] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH 40/44] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH 41/44] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH 42/44] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH 43/44] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH 44/44] KVM: Opt out of generic hardware enabling on s390 and PPC

INFO: task hung in fscrypt_ioctl_set_policy
 2022-11-02 23:19 UTC  (6+ messages)
  ` [f2fs-dev] f2fs_empty_dir() can be extremely slow on malicious disk images

[PATCH v3 0/4] xfstests: add parent pointer tests
 2022-11-02 23:16 UTC  (10+ messages)
` [PATCH v3 1/4] common: add helpers for "
` [PATCH v3 2/4] xfs: add parent pointer test
` [PATCH v3 3/4] xfs: add multi link "

[PATCH] KVM: x86: Fix a stall when KVM_SET_MSRS is called on the pmu counters
 2022-11-02 23:15 UTC  (8+ messages)

[PATCH v2 0/8] drm/msm: add support for SM8450
 2022-11-02 23:13 UTC  (18+ messages)
` [PATCH v2 1/8] dt-bindings: display/msm/dsi-controller-main: allow defining opp-table
` [PATCH v2 2/8] dt-bindings: display/msm: add sm8350 and sm8450 DSI PHYs
` [PATCH v2 3/8] dt-bindings: display/msm: add support for the display on SM8450
` [PATCH v2 4/8] drm/msm/dsi: add support for DSI-PHY on SM8350 and SM8450
` [PATCH v2 5/8] drm/msm/dsi: add support for DSI 2.6.0
` [PATCH v2 6/8] drm/msm/dpu: add support for MDP_TOP blackhole
` [PATCH v2 7/8] drm/msm/dpu: add support for SM8450
` [PATCH v2 8/8] drm/msm: mdss "

[PATCH 01/13] mm: Update ptep_get_lockless()s comment
 2022-11-02 23:13 UTC  (15+ messages)
                      ` mm: delay rmap removal until after TLB flush

[PATCH 2/2] PCI:pciehp: Clear 10-bit tags unconditionally on a hot-plug event
 2022-11-02 23:12 UTC  (2+ messages)

[PATCH v1] PCI: imx6: Set MSI enable bit of RC in resume
 2022-11-02 23:10 UTC  (3+ messages)

[PATCH v4 0/2] drm/msm: rework msm_iommu_new() and .create_address_space cb
 2022-11-02 23:11 UTC  (7+ messages)
` [PATCH v4 1/2] drm/msm: move domain allocation into msm_iommu_new()
` [PATCH v4 2/2] drm/msm: remove duplicated code from a6xx_create_address_space

[RFC bpf-next 0/5] xdp: hints via kfuncs
 2022-11-02 23:10 UTC  (15+ messages)
          ` [xdp-hints] "

[PATCHSET v3 0/5] Add support for epoll min_wait
 2022-11-02 23:09 UTC  (4+ messages)

[PATCH v5 RESEND] soc: nuvoton: Add SoC info driver for WPCM450
 2022-11-02 23:08 UTC  (3+ messages)

[PATCH v3] PCI: pci-epf-test: Register notifier if only core_init_notifier is enabled
 2022-11-02 23:09 UTC  (2+ messages)

[syzbot] kernel BUG in dev_args_match_device
 2022-11-02 23:08 UTC  (2+ messages)

[PATCH v3 00/15] KVM: arm64: Parallel stage-2 fault handling
 2022-11-02 23:03 UTC  (6+ messages)
` [PATCH v3 12/15] KVM: arm64: Make block->table PTE changes parallel-aware

[PATCH v9 0/7] Use per-CPU temporary mappings for patching on Radix MMU
 2022-11-02 23:02 UTC  (6+ messages)
` [PATCH v9 4/7] powerpc/code-patching: Verify instruction patch succeeded

[Buildroot] [git commit branch/2022.08.x] package/squashfs: security bump to version 4.5.1
 2022-11-02 23:00 UTC 

[Buildroot] [git commit branch/2022.08.x] package/python3: security bump to version 3.10.8
 2022-11-02 23:01 UTC 

[PATCH v16 0/7] pci-epf-vntb clean up
 2022-11-02 23:03 UTC  (2+ messages)

[Buildroot] [git commit branch/2022.08.x] package/rtl_433: add RTL_433_CPE_ID_VENDOR
 2022-11-02 22:59 UTC 

[Buildroot] [git commit branch/2022.02.x] package/squashfs: security bump to version 4.5.1
 2022-11-02 23:00 UTC 

[Buildroot] [git commit branch/2022.02.x] package/python3: security bump to version 3.10.8
 2022-11-02 23:01 UTC 

[Buildroot] [git commit branch/2022.02.x] package/rtl_433: add RTL_433_CPE_ID_VENDOR
 2022-11-02 22:59 UTC 

[Buildroot] [PATCH 1/1] package/python3: bump to version 3.10.8
 2022-11-02 23:01 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/squashfs: security bump to version 4.5.1
 2022-11-02 23:00 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/rtl_433: add RTL_433_CPE_ID_VENDOR
 2022-11-02 23:00 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: rtc: m41t80: Convert text schema to YAML one
 2022-11-02 22:59 UTC  (2+ messages)
` [PATCH 2/2] dt-bindings: rtc: m41t80: Mark the clock: subnode as deprecated

drivers/dma/bestcomm/gen_bd.c:145:22: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-11-02 22:58 UTC 

[PATCH bpf-next v3 19/24] bpf: Introduce bpf_obj_new
 2022-11-02 22:58 UTC  (2+ messages)

[Buildroot] [git commit branch/2022.02.x] configs/zynqmp_zcu102_defconfig: fix pmufw sw reset
 2022-11-02 22:55 UTC 

[Buildroot] [git commit branch/2022.02.x] configs/zynqmp_zcu106_defconfig: fix pmufw sw reset
 2022-11-02 22:55 UTC 

[Buildroot] [git commit branch/2022.08.x] configs/zynqmp_zcu102_defconfig: fix pmufw sw reset
 2022-11-02 22:55 UTC 

[Buildroot] [git commit branch/2022.08.x] configs/zynqmp_zcu106_defconfig: fix pmufw sw reset
 2022-11-02 22:55 UTC 

[RFC PATCH v2 0/3] new subsystem for compute accelerator devices
 2022-11-02 22:58 UTC  (4+ messages)
` [RFC PATCH v2 1/3] drivers/accel: define kconfig and register a new major

[Buildroot] [git commit branch/2022.08.x] configs/zynqmp_kria_kv260_defconfig: fix pmufw sw reset
 2022-11-02 22:56 UTC 

[Buildroot] [PATCH v1 1/1] configs/zynqmp_kria_kv260_defconfig: fix pmufw sw reset
 2022-11-02 22:57 UTC  (2+ messages)

[Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: fix pmufw sw reset
 2022-11-02 22:57 UTC  (4+ messages)
` [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: "

[Buildroot] [git commit branch/2022.08.x] package/python-django: security bump to version 4.0.8
 2022-11-02 22:54 UTC 

[PATCH] staging: rtl8192e: Use min_t/max_t macros for variable comparison
 2022-11-02 22:56 UTC  (2+ messages)

[Buildroot] [git commit branch/2022.02.x] package/python-django: security bump to version 4.0.8
 2022-11-02 22:54 UTC 

[dm-devel] [PATCH v3 00/19] Use block pr_ops in LIO
 2022-11-02 22:54 UTC  (7+ messages)
` [dm-devel] [PATCH v3 01/19] block: Add PR callouts for read keys and reservation
  `  "
` [dm-devel] [PATCH v3 04/19] scsi: Add support for block PR read keys/reservation
  `  "

[Buildroot] [git commit] package/python-django: security bump to version 4.0.8
 2022-11-02 22:55 UTC  (2+ messages)

[Buildroot] [git commit branch/2022.08.x] package/openssh: fix hash of LICENSE file
 2022-11-02 22:53 UTC 

[syzbot] WARNING in btrfs_commit_transaction
 2022-11-02 22:53 UTC  (2+ messages)

[Buildroot] [git commit] package/openssh: fix hash of LICENSE file
 2022-11-02 22:54 UTC  (2+ messages)

[PATCH 1/2] cxl/pci: Add generic MSI-X/MSI irq support
 2022-11-02 22:54 UTC  (2+ messages)

[Buildroot] [git commit branch/2022.08.x] package/docker-engine: bump to version 20.10.19
 2022-11-02 22:51 UTC 

[PATCH] ftrace: Fix use-after-free for dynamic ftrace_ops
 2022-11-02 22:53 UTC  (2+ messages)

[Buildroot] [git commit branch/2022.08.x] package/docker-cli: bump to version 20.10.19
 2022-11-02 22:51 UTC 

[PATCH] ARM: dts: nuvoton,wpcm450-supermicro-x9sci-ln4f: Add GPIO line names
 2022-11-02 22:52 UTC  (3+ messages)

[Buildroot] [git commit branch/2022.02.x] package/docker-engine: bump to version 20.10.19
 2022-11-02 22:51 UTC 

[Buildroot] [git commit branch/2022.02.x] package/docker-cli: bump to version 20.10.19
 2022-11-02 22:51 UTC 

[Buildroot] [PATCH 1/2] package/docker-cli: bump to version 20.10.19
 2022-11-02 22:52 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/docker-engine: "

[Buildroot] [git commit branch/2022.08.x] package/dhcp: security bump to version 4.4.3-P1
 2022-11-02 22:50 UTC 

[kvm-unit-tests PATCH v5 00/27] x86/pmu: Test case optimization, fixes and additions
 2022-11-02 22:51 UTC  (8+ messages)
` [kvm-unit-tests PATCH v5 21/27] x86/pmu: Track global status/control/clear MSRs in pmu_caps
` [kvm-unit-tests PATCH v5 22/27] x86: Add tests for Guest Processor Event Based Sampling (PEBS)
` [kvm-unit-tests PATCH v5 23/27] x86/pmu: Add global helpers to cover Intel Arch PMU Version 1
` [kvm-unit-tests PATCH v5 24/27] x86/pmu: Add gp_events pointer to route different event tables
` [kvm-unit-tests PATCH v5 25/27] x86/pmu: Add pmu_caps flag to track if CPU is Intel (versus AMD)
` [kvm-unit-tests PATCH v5 26/27] x86/pmu: Update testcases to cover AMD PMU
` [kvm-unit-tests PATCH v5 27/27] x86/pmu: Add AMD Guest PerfMonV2 testcases


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.