All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-10 09:18:58 to 2022-06-10 09:38:01 UTC [more...]

[PATCH 0/8] perf/hw_breakpoint: Optimize for thousands of tasks
 2022-06-10  9:36 UTC  (8+ messages)
` [PATCH 1/8] perf/hw_breakpoint: Optimize list of per-task breakpoints

[PULL 00/54] virtio,pc,pci: fixes,cleanups,features
 2022-06-10  7:59 UTC  (11+ messages)
` [PULL 29/54] tests: acpi: update expected DSDT.pvpanic-isa blob
` [PULL 30/54] tests: acpi: white-list DSDT.tis.tpm2/DSDT.tis.tpm12 expected blobs
` [PULL 43/54] hw/machine: Drop cxl_supported flag as no longer useful
` [PULL 44/54] pci: fix overflow in snprintf string formatting
` [PULL 48/54] hw/acpi/viot: build array of PCI host bridges before generating VIOT ACPI table
` [PULL 49/54] tests/acpi: virt: allow VIOT acpi table changes
` [PULL 50/54] hw/acpi/viot: sort VIOT ACPI table entries by PCI host bridge min_bus
` [PULL 51/54] tests/acpi: virt: update golden masters for VIOT
` [PULL 52/54] hw/virtio/vhost-user: don't use uninitialized variable
` [PULL 53/54] hw/vhost-user-scsi|blk: set `supports_config` flag correctly

RTT-PROBE: lore-subspace-rtt
 2022-06-10  9:36 UTC 

[PATCH v2 00/19] KVM/arm64: Refactoring the vcpu flags
 2022-06-10  9:28 UTC  (47+ messages)
` [PATCH v2 01/19] KVM: arm64: Always start with clearing SVE flag on load
` [PATCH v2 02/19] KVM: arm64: Always start with clearing SME "
` [PATCH v2 03/19] KVM: arm64: Drop FP_FOREIGN_STATE from the hypervisor code
` [PATCH v2 04/19] KVM: arm64: Move FP state ownership from flag to a tristate
` [PATCH v2 05/19] KVM: arm64: Add helpers to manipulate vcpu flags among a set
` [PATCH v2 06/19] KVM: arm64: Add three sets of flags to the vcpu state
` [PATCH v2 07/19] KVM: arm64: Move vcpu configuration flags into their own set
` [PATCH v2 08/19] KVM: arm64: Move vcpu PC/Exception flags to the input flag set
` [PATCH v2 09/19] KVM: arm64: Move vcpu debug/SPE/TRBE "
` [PATCH v2 10/19] KVM: arm64: Move vcpu SVE/SME flags to the state "
` [PATCH v2 11/19] KVM: arm64: Move vcpu ON_UNSUPPORTED_CPU flag "
` [PATCH v2 12/19] KVM: arm64: Move vcpu WFIT "
` [PATCH v2 13/19] KVM: arm64: Kill unused vcpu flags field
` [PATCH v2 14/19] KVM: arm64: Convert vcpu sysregs_loaded_on_cpu to a state flag
` [PATCH v2 15/19] KVM: arm64: Warn when PENDING_EXCEPTION and INCREMENT_PC are set together
` [PATCH v2 16/19] KVM: arm64: Add build-time sanity checks for flags
` [PATCH v2 17/19] KVM: arm64: Reduce the size of the vcpu flag members
` [PATCH v2 18/19] KVM: arm64: Document why pause cannot be turned into a flag
` [PATCH v2 19/19] KVM: arm64: Move the handling of !FP outside of the fast path

[PATCH 0/2] xen/mm: Optimize init_heap_pages()
 2022-06-10  9:36 UTC  (2+ messages)

[PATCH v3] madvise.2: Clarify addr/length and update hugetlb support
 2022-06-10  9:38 UTC  (6+ messages)

[PATCH v3 0/6] introduce mirrored memory support for arm64
 2022-06-10  9:35 UTC  (18+ messages)
` [PATCH v3 1/6] efi: Make efi_find_mirror() public
` [PATCH v3 2/6] arm64/mirror: arm64 enabling - find mirrored memory ranges
` [PATCH v3 3/6] mm: Ratelimited mirrored memory related warning messages
` [PATCH v3 4/6] mm: Demote warning message in vmemmap_verify() to debug level

[PATCH 1/2] bus: bt1-apb: Don't print error on -EPROBE_DEFER
 2022-06-10  9:35 UTC  (2+ messages)

[PATCH 00/11] ASoC: codecs: Series of fixes for realtek codecs used on RVPs
 2022-06-10  9:33 UTC  (4+ messages)
` [PATCH 07/11] ASoC: codecs: rt274: Enable irq only when needed

[PATCH] tty: serial: qcom-geni-serial: minor fixes to get_clk_div_rate()
 2022-06-10  9:33 UTC  (13+ messages)

blktests failures with v5.19-rc1
 2022-06-10  9:32 UTC  (3+ messages)

[PATCH u-boot v2019.04-aspeed-openbmc 0/4] Better NCSI support
 2022-06-10  9:31 UTC  (3+ messages)
` [PATCH u-boot v2019.04-aspeed-openbmc 4/4] config: aspeed: Enable "

[kvm-unit-tests PATCH v2 0/3] s390x: Rework TEID decoding and usage
 2022-06-10  9:31 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 3/3] "

[PATCHv14 00/11] nvme: In-band authentication support
 2022-06-10  9:28 UTC  (9+ messages)

[PATCH 00/64] drm/vc4: Fix hotplug for vc4
 2022-06-10  9:29 UTC  (65+ messages)
` [PATCH 01/64] drm/mipi-dsi: Detach devices when removing the host
` [PATCH 02/64] drm/crtc: Introduce drmm_crtc_init_with_planes
` [PATCH 03/64] drm/encoder: Introduce drmm_encoder_init
` [PATCH 04/64] drm/connector: Reorder headers
` [PATCH 05/64] drm/connector: Mention the cleanup after drm_connector_init
` [PATCH 06/64] drm/connector: Introduce drmm_connector_init
` [PATCH 07/64] drm/connector: Introduce drmm_connector_init_with_ddc
` [PATCH 08/64] drm/writeback: Introduce drmm_writeback_connector_init
` [PATCH 09/64] drm/simple: Introduce drmm_simple_encoder_init
` [PATCH 10/64] drm/bridge: panel: Introduce drmm_panel_bridge_add
` [PATCH 11/64] drm/bridge: panel: Introduce drmm_of_get_bridge
` [PATCH 12/64] drm/vc4: Call component_unbind_all()
` [PATCH 13/64] drm/vc4: hvs: Protect device resources after removal
` [PATCH 14/64] drm/vc4: hvs: Remove planes currently allocated before taking down
` [PATCH 15/64] drm/vc4: plane: Take possible_crtcs as an argument
` [PATCH 16/64] drm/vc4: plane: Switch to drmm_universal_plane_alloc()
` [PATCH 17/64] drm/vc4: crtc: Move debugfs_name to crtc_data
` [PATCH 18/64] drm/vc4: crtc: Switch to drmm_kzalloc
` [PATCH 19/64] drm/vc4: crtc: Switch to DRM-managed CRTC initialization
` [PATCH 20/64] drm/vc4: dpi: Remove vc4_dev dpi pointer
` [PATCH 21/64] drm/vc4: dpi: Embed DRM structures into the private structure
` [PATCH 22/64] drm/vc4: dpi: Switch to drmm_kzalloc
` [PATCH 23/64] drm/vc4: dpi: Return an error if we can't enable our clock
` [PATCH 24/64] drm/vc4: dpi: Remove unnecessary drm_of_panel_bridge_remove call
` [PATCH 25/64] drm/vc4: dpi: Add action to disable the clock
` [PATCH 26/64] drm/vc4: dpi: Switch to DRM-managed encoder initialization
` [PATCH 27/64] drm/vc4: dpi: Switch to drmm_of_get_bridge
` [PATCH 28/64] drm/vc4: dpi: Protect device resources
` [PATCH 29/64] drm/vc4: dsi: Embed DRM structures into the private structure
` [PATCH 30/64] drm/vc4: dsi: Switch to DRM-managed encoder initialization
` [PATCH 31/64] drm/vc4: dsi: Switch to drmm_of_get_bridge
` [PATCH 32/64] drm/vc4: dsi: Fix the driver structure lifetime
` [PATCH 33/64] drm/vc4: dsi: Switch to devm_pm_runtime_enable
` [PATCH 34/64] drm/vc4: hdmi: Switch to drmm_kzalloc
` [PATCH 35/64] drm/vc4: hdmi: Switch to DRM-managed encoder initialization
` [PATCH 36/64] drm/vc4: hdmi: Switch to DRM-managed connector initialization
` [PATCH 37/64] drm/vc4: hdmi: Switch to device-managed ALSA initialization
` [PATCH 38/64] drm/vc4: hdmi: Switch to device-managed CEC initialization
` [PATCH 39/64] drm/vc4: hdmi: Use a device-managed action for DDC
` [PATCH 40/64] drm/vc4: hdmi: Switch to DRM-managed kfree to build regsets
` [PATCH 41/64] drm/vc4: hdmi: Use devm to register hotplug interrupts
` [PATCH 42/64] drm/vc4: hdmi: Move audio structure offset checks
` [PATCH 43/64] drm/vc4: hdmi: Protect device resources after removal
` [PATCH 44/64] drm/vc4: hdmi: Switch to devm_pm_runtime_enable
` [PATCH 45/64] drm/vc4: txp: Remove vc4_dev txp pointer
` [PATCH 46/64] drm/vc4: txp: Remove duplicate regset
` [PATCH 47/64] drm/vc4: txp: Switch to drmm_kzalloc
` [PATCH 48/64] drm/vc4: txp: Switch to DRM-managed writeback initialization
` [PATCH 49/64] drm/vc4: txp: Protect device resources
` [PATCH 50/64] drm/vc4: vec: Remove vc4_dev vec pointer
` [PATCH 51/64] drm/vc4: vec: Embed DRM structures into the private structure
` [PATCH 52/64] drm/vc4: vec: Switch to drmm_kzalloc
` [PATCH 53/64] drm/vc4: vec: Switch to DRM-managed encoder initialization
` [PATCH 54/64] drm/vc4: vec: Switch to DRM-managed connector initialization
` [PATCH 55/64] drm/vc4: vec: Protect device resources after removal
` [PATCH 56/64] drm/vc4: vec: Switch to devm_pm_runtime_enable
` [PATCH 57/64] drm/vc4: debugfs: Protect device resources
` [PATCH 58/64] drm/vc4: debugfs: Return an error on failure
` [PATCH 59/64] drm/vc4: debugfs: Simplify debugfs registration
` [PATCH 60/64] drm/vc4: Switch to drmm_mutex_init
` [PATCH 61/64] drm/vc4: perfmon: Add missing mutex_destroy
` [PATCH 62/64] drm/vc4: v3d: Stop disabling interrupts
` [PATCH 63/64] drm/vc4: v3d: Rework the runtime_pm setup
` [PATCH 64/64] drm/vc4: v3d: Switch to devm_pm_runtime_enable

[PATCH] common/cnxk: add lower bound check for SSO resources
 2022-06-10  9:28 UTC  (2+ messages)

[PATCH] mm: eliminate ifdef of HAVE_IOREMAP_PROT in .c files
 2022-06-10  9:25 UTC 

[PATCH v5 0/9] power: reset: at91-reset: add support for sama7g5
 2022-06-10  9:24 UTC  (20+ messages)
` [PATCH v5 1/9] ARM: dts: at91: use generic name for reset controller
` [PATCH v5 2/9] dt-bindings: reset: convert Atmel/Microchip reset controller to YAML
` [PATCH v5 3/9] dt-bindings: reset: atmel,at91sam9260-reset: add sama7g5 bindings
` [PATCH v5 4/9] dt-bindings: reset: add sama7g5 definitions
` [PATCH v5 5/9] power: reset: at91-reset: document structures and enums
` [PATCH v5 6/9] power: reset: at91-reset: add at91_reset_data
` [PATCH v5 7/9] power: reset: at91-reset: add reset_controller_dev support
` [PATCH v5 8/9] power: reset: at91-reset: add support for SAMA7G5
` [PATCH v5 9/9] ARM: dts: at91: sama7g5: add reset-controller node

[PATCH -next] smack: Remove the redundant lsm_inode_alloc
 2022-06-10  9:23 UTC 

linux-next: build failure after merge of the drm-misc tree
 2022-06-10  9:23 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH 1/3] ASoC: wm8940: Remove warning when no plat data
 2022-06-10  9:23 UTC  (5+ messages)
` [PATCH 3/3] ASoC: wm8940: Mute also the speaker output

[PATCH] crypto: sun8i-ss - fix error codes in allocate_flows()
 2022-06-10  9:14 UTC  (2+ messages)

[PATCH] crypto: sun8i-ss - Fix error codes for dma_mapping_error()
 2022-06-10  9:14 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-10  9:25 UTC 

[PATCH v2] ACPI: Split out processor thermal register from ACPI PSS
 2022-06-10  9:22 UTC 

[PATCH 1/2] crypto/octeontx: pass sub event type in event
 2022-06-10  9:24 UTC  (2+ messages)
` [PATCH 2/2] crypto/cnxk: "

fstests btrfs/057 trigger a deadlock on 5.4.187
 2022-06-10  9:22 UTC 

[PATCH v3 00/24] dmaengine: dw-edma: Add RP/EP local DMA controllers support
 2022-06-10  9:21 UTC  (5+ messages)
` [PATCH v3 21/24] dmaengine: dw-edma: Replace chip ID number with device name
` [PATCH v3 22/24] dmaengine: dw-edma: Bypass dma-ranges mapping for the local setup
` [PATCH v3 23/24] dmaengine: dw-edma: Skip cleanup procedure if no private data found

[PATCH 00/12] Clang -Wformat warning fixes
 2022-06-10  9:22 UTC  (7+ messages)

linux-next: manual merge of the extcon tree with the usb tree
 2022-06-10  9:20 UTC  (4+ messages)

Build failed in Jenkins: media-build #3924
 2022-06-10  9:20 UTC  (2+ messages)
` Build failed in Jenkins: media-build #3925

[bug report]nvme0: Admin Cmd(0x6), I/O Error (sct 0x0 / sc 0x2) MORE DNR observed during blktests
 2022-06-10  9:19 UTC  (8+ messages)
  ` 2 second nvme initialization delay regression in 5.18 [Was: Re: [bug report]nvme0: Admin Cmd(0x6), I/O Error (sct 0x0 / sc 0x2) MORE DNR observed during blktests]

[PATCH RFC] pinctrl: bcm2835: Make the irqchip immutable
 2022-06-10  8:51 UTC  (2+ messages)

[PATCH] add more MISRA C rules to docs/misra/rules.rst
 2022-06-10  9:21 UTC  (3+ messages)

[PATCH v2 0/2] Two xattrs-related fixes for ceph
 2022-06-10  9:19 UTC  (5+ messages)
` [PATCH v2 2/2] generic/486: adjust the max xattr size

[PATCH] btrfs: add tracepoints for ordered extents
 2022-06-10  9:17 UTC  (2+ messages)

[PATCH] crypto: octeontx2: fix potential null pointer access
 2022-06-10  9:16 UTC  (3+ messages)
` [PATCH v2] "

[PATCH -next] phy: samsung-ufs: fix NULL pointer dereference
 2022-06-10  9:16 UTC  (4+ messages)

[PATCH -next] crypto: curve25519 - Fix build error when CRYPTO_MANAGER_DISABLE_TESTS!=y && CRYPTO=m
 2022-06-10  9:16 UTC  (3+ messages)
` [PATCH crypto] crypto: memneq - move into lib/

[PATCH] crypto: octeontx2: add firmware version in devlink info
 2022-06-10  9:16 UTC  (2+ messages)

[PATCH] crypto: hisilicon/sec - fix typos in comment
 2022-06-10  9:15 UTC  (2+ messages)

[PATCH] crypto: ccp - fix typo in comment
 2022-06-10  9:15 UTC  (2+ messages)

[PATCH 0/5 v2] mdadm: fix memory leak and double free
 2022-06-10  9:16 UTC  (3+ messages)
` [PATCH 4/5 v2] find_disk_attached_hba: fix memleak

[PATCH crypto v2] crypto: blake2s - remove shash module
 2022-06-10  9:16 UTC  (3+ messages)
` [PATCH crypto v4] "


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.