All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-08 16:56:12 to 2021-04-08 17:24:10 UTC [more...]

Allowing space for packet headers in Wintun Tx/Rx
 2021-04-08 17:10 UTC  (5+ messages)

Duplicate IP address, and permissions problems on Windows
 2021-04-08 16:59 UTC  (4+ messages)

[RFC PATCH v2 0/4] arm64: Implement stack trace reliability checks
 2021-04-08 17:17 UTC  (7+ messages)
  ` [RFC PATCH v2 1/4] arm64: Implement infrastructure for "
  ` [RFC PATCH v2 3/4] arm64: Detect FTRACE cases that make the stack trace unreliable

[TF-A] Proposal: TF-A to adopt hand-off blocks (HOBs) for information passing between boot stages
 2021-04-08 17:24 UTC  (2+ messages)

[xenomai-images][PATCH] linux-xenomai: x86: Enable vfat support for UEFI boot
 2021-04-08 17:24 UTC  (2+ messages)

[PATCH net v1] Revert "lan743x: trim all 4 bytes of the FCS; not just 2"
 2021-04-08 17:23 UTC 

[PATCH 1/2] drm/vmwgfx: Fix the lockdep breakage
 2021-04-08 17:22 UTC  (2+ messages)
` [PATCH 2/2] drm/vmwgfx: Make sure unpinning handles reservations

[PATCH v2 0/4] arm64: Booting clarifications and fine grained traps setup
 2021-04-08 17:16 UTC  (9+ messages)
` [PATCH v2 1/4] arm64: Document requirements for fine grained traps at boot
` [PATCH v2 2/4] arm64: Disable fine grained traps on boot
` [PATCH v2 3/4] arm64: Require that system registers at all visible ELs be initialized
` [PATCH v2 4/4] arm64: Document values for system registers on boot

[linux-next:master 10742/11059] drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c:1008:5: warning: no previous prototype for function 'gfx_v9_4_2_query_ras_error_count'
 2021-04-08 17:21 UTC  (2+ messages)

[PATCH] ALSA: core - add more card sysfs entries
 2021-04-08 17:20 UTC  (9+ messages)

[PATCH v2 00/24] x86/resctrl: Merge the CDP resources
 2021-04-08 17:20 UTC  (13+ messages)
` [PATCH v2 01/24] x86/resctrl: Split struct rdt_resource
` [PATCH v2 02/24] x86/resctrl: Split struct rdt_domain

[PATCH v2 0/3] perf util: bpf perf improvements
 2021-04-08 17:20 UTC  (6+ messages)
` [PATCH v2 3/3] perf-stat: introduce config stat.bpf-counter-events

[PATCH] docs/gcov: Convert two tags to ref in dev-tools/gov.rst
 2021-04-08 17:20 UTC  (3+ messages)

[RESEND PATCH] Revert "i3c master: fix missing destroy_workqueue() on error in i3c_master_register"
 2021-04-08 17:28 UTC  (2+ messages)

[PATCH 1/1] x86/kvm/svm: Implement support for PSFD
 2021-04-08 17:19 UTC  (2+ messages)

[PATCH v2] Revert "target/mips: Deprecate nanoMIPS ISA"
 2021-04-08 17:01 UTC 

[PATCH] arm64: mte: Move MTE TCF0 check in entry-common
 2021-04-08 17:03 UTC  (5+ messages)

[PATCH v3 1/2] kunit: add a KUnit test for SLUB debugging functionality
 2021-04-08 17:19 UTC  (8+ messages)

[RFC PATCH v1 00/11] Manage the top tier memory in a tiered memory
 2021-04-08 17:18 UTC  (4+ messages)

[PATCH] intel_idle: add Iclelake-D support
 2021-04-08 17:18 UTC  (2+ messages)

[PATCH v2 00/10] block/nbd: move connection code to separate file
 2021-04-08 17:16 UTC  (9+ messages)
` [PATCH v2 08/10] block/nbd: rename NBDConnectThread to NBDClientConnection
` [PATCH v2 09/10] block/nbd: introduce nbd_client_connection_new()
` [PATCH v2 10/10] nbd: move connection code from block/nbd to nbd/client-connection

[PATCH v9 0/4] Multiple BSSID support
 2021-04-08 17:16 UTC  (7+ messages)
` [PATCH v9 1/4] nl80211: add basic multiple bssid support
` [PATCH v9 3/4] mac80211: add multiple bssid/EMA support to beacon handling

[PATCH v4] gitweb: redacted e-mail addresses feature
 2021-04-08 17:16 UTC  (5+ messages)
` [PATCH v5] "

Strange issue with npm package fetch #poky #npmsw
 2021-04-08 17:16 UTC  (2+ messages)

[PATCH -next] PM: runtime: Replace inline function pm_runtime_callbacks_present()
 2021-04-08 17:15 UTC  (2+ messages)

[PATCH v2 0/2] Add support for ECDSA-signed kernel modules
 2021-04-08 17:15 UTC  (5+ messages)
` [PATCH v2 1/2] certs: Trigger creation of RSA module signing key if it's not an RSA key
` [PATCH v2 2/2] certs: Add support for using elliptic curve keys for signing modules

[RFC PATCH v5 00/15] Optimizing iommu_[map/unmap] performance
 2021-04-08 17:14 UTC  (16+ messages)
` [RFC PATCH v5 01/15] iommu/io-pgtable: Introduce unmap_pages() as a page table op
` [RFC PATCH v5 02/15] iommu: Add an unmap_pages() op for IOMMU drivers
` [RFC PATCH v5 03/15] iommu/io-pgtable: Introduce map_pages() as a page table op
` [RFC PATCH v5 04/15] iommu: Add a map_pages() op for IOMMU drivers
` [RFC PATCH v5 05/15] iommu: Use bitmap to calculate page size in iommu_pgsize()
` [RFC PATCH v5 06/15] iommu: Split 'addr_merge' argument to iommu_pgsize() into separate parts
` [RFC PATCH v5 07/15] iommu: Hook up '->unmap_pages' driver callback
` [RFC PATCH v5 08/15] iommu: Add support for the map_pages() callback
` [RFC PATCH v5 09/15] iommu/io-pgtable-arm: Prepare PTE methods for handling multiple entries
` [RFC PATCH v5 10/15] iommu/io-pgtable-arm: Implement arm_lpae_unmap_pages()
` [RFC PATCH v5 11/15] iommu/io-pgtable-arm: Implement arm_lpae_map_pages()
` [RFC PATCH v5 12/15] iommu/io-pgtable-arm-v7s: Implement arm_v7s_unmap_pages()
` [RFC PATCH v5 13/15] iommu/io-pgtable-arm-v7s: Implement arm_v7s_map_pages()
` [RFC PATCH v5 14/15] iommu/arm-smmu: Implement the unmap_pages() IOMMU driver callback
` [RFC PATCH v5 15/15] iommu/arm-smmu: Implement the map_pages() "

[PATCH 1/1] usb: typec: tcpm: remove unused static variable 'tcpm_altmode_ops'
 2021-04-08 17:14 UTC  (4+ messages)

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-04-08 17:01 UTC  (51+ messages)
` [PATCH 01/16] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
` [PATCH 02/16] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
` [PATCH 03/16] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH 04/16] PCI/P2PDMA: Refactor pci_p2pdma_map_type() to take pagmap and device
` [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
` [PATCH 06/16] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [PATCH 07/16] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
` [PATCH 08/16] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH 10/16] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH 12/16] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [PATCH 13/16] nvme-pci: Convert to using dma_map_sg_p2pdma for p2pdma pages
` [PATCH 14/16] nvme-rdma: Ensure dma support when using p2pdma
` [PATCH 15/16] RDMA/rw: use dma_map_sg_p2pdma()
` [PATCH 16/16] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()

[PATCH -next] freezer: Remove unused inline function try_to_freeze_nowarn()
 2021-04-08 17:13 UTC  (2+ messages)

[PATCH] remoteproc: qcom: pas: Add modem support for SDX55
 2021-04-08 17:12 UTC 

[phosphor-virtual-sensor] get sensor service fail
 2021-04-08 17:11 UTC  (4+ messages)

[PATCH for-6.0? 0/3] job: Add job_wait_unpaused() for block-job-complete
 2021-04-08 17:09 UTC  (6+ messages)
` [PATCH for-6.0? 1/3] "

[PATCH v2] drm/amd/display: Update DCN302 SR Exit Latency
 2021-04-08 17:10 UTC 

[PATCH v2] KVM: SVM: Make sure GHCB is mapped before updating
 2021-04-08 17:10 UTC  (2+ messages)

[PATCH] PM / EM: Inefficient OPPs detection
 2021-04-08 17:10 UTC  (2+ messages)

[RFC][PATCH] fanotify: allow setting FAN_CREATE in mount mark mask
 2021-04-08 16:48 UTC  (11+ messages)
        ` open_by_handle_at() in userns

GRUB error: unknown filesystem on ia64
 2021-04-08 17:10 UTC  (6+ messages)

[PATCH] linux/intel_rapl.h: Modify struct declaration
 2021-04-08 17:10 UTC  (2+ messages)

[PATCH 0/7] SDX55 defconfig updates for v5.13
 2021-04-08 17:09 UTC  (8+ messages)
` [PATCH 1/7] ARM: configs: qcom_defconfig: Enable APCS IPC mailbox driver
` [PATCH 2/7] ARM: configs: qcom_defconfig: Enable SDX55 A7 PLL and APCS clock driver
` [PATCH 3/7] ARM: configs: qcom_defconfig: Enable CPUFreq support
` [PATCH 4/7] ARM: configs: qcom_defconfig: Enable Q6V5_PAS remoteproc driver
` [PATCH 5/7] ARM: configs: qcom_defconfig: Enable SDX55 interconnect driver
` [PATCH 6/7] ARM: configs: qcom_defconfig: Enable GLINK SMEM driver
` [PATCH 7/7] ARM: configs: qcom_defconfig: Reduce CMA size to 64MB

[PATCH V4 XRT Alveo 00/20] XRT Alveo driver overview
 2021-04-08 17:09 UTC  (4+ messages)
` [PATCH V4 XRT Alveo 08/20] fpga: xrt: platform driver infrastructure

[PATCH 0/7] Enumerate HDM Decoder registers
 2021-04-08 17:08 UTC  (3+ messages)
` [PATCH 1/7] cxl/mem: Use dev instead of pdev->dev

[RFC 0/4] Fix machine check recovery for copy_from_user
 2021-04-08 17:08 UTC  (6+ messages)
` [PATCH 3/4] mce/copyin: fix to not SIGBUS when copying from user hits poison

[PATCH] KVM: X86: Count success and invalid yields
 2021-04-08 17:08 UTC  (2+ messages)

[Bluez PATCH v2] input/hog: support multiple variable length notification
 2021-04-08 17:08 UTC  (2+ messages)

[dpdk-dev] [PATCH v5] eal: fix race in ctrl thread creation
 2021-04-08 17:07 UTC  (5+ messages)
` [dpdk-dev] [PATCH 1/2] "
` [dpdk-dev] [PATCH 2/2] eal: fix hang in ctrl thread creation error logic

[PATCH V5 0/3] block: add two statistic tables
 2021-04-08 17:06 UTC  (4+ messages)
` [PATCH V5 2/3] block: add a statistic table for io latency

[PATCH] PCI: tegra: Fix runtime PM imbalance in pex_ep_event_pex_rst_deassert
 2021-04-08 17:06 UTC  (2+ messages)

[PATCH 00/15] SDX55 devicetree updates
 2021-04-08 17:04 UTC  (16+ messages)
` [PATCH 01/15] ARM: dts: qcom: sdx55: Add support for A7 PLL clock
` [PATCH 02/15] ARM: dts: qcom: sdx55: Add support for APCS block
` [PATCH 03/15] ARM: dts: qcom: sdx55: Add CPUFreq support
` [PATCH 04/15] ARM: dts: qcom: sdx55: Add modem SMP2P node
` [PATCH 05/15] ARM: dts: qcom: sdx55: Add IMEM and PIL info region
` [PATCH 06/15] dt-bindings: firmware: scm: Add compatible for SDX55
` [PATCH 07/15] ARM: dts: qcom: sdx55: Add SCM node
` [PATCH 08/15] ARM: dts: qcom: sdx55: Add interconnect nodes
` [PATCH 09/15] ARM: dts: qcom: Fix node name for NAND controller node
` [PATCH 10/15] dt-bindings: arm: qcom: Add binding for Telit FN980 TLB board
` [PATCH 11/15] ARM: dts: qcom: sdx55: Add basic devicetree support for Telit FN980 TLB
` [PATCH 12/15] dt-bindings: arm: qcom: Add binding for Thundercomm T55 kit
` [PATCH 13/15] ARM: dts: qcom: sdx55: Add basic devicetree support for Thundercomm T55
` [PATCH 14/15] dt-bindings: remoteproc: qcom: pas: Add binding for SDX55
` [PATCH 15/15] ARM: dts: qcom: sdx55: Add Modem remoteproc node

[meta-rockchip][PATCH v2] trusted-firmware-a: use 1500000 baud for serial console
 2021-04-08 17:06 UTC  (2+ messages)

[PATCH v2 0/6] Enable ECDSA FIT verification for stm32mp
 2021-04-08 17:05 UTC  (9+ messages)
` [PATCH v2 6/6] test: dm: Add test for ECDSA UCLASS support
      ` [EXTERNAL] "

[dpdk-dev] [PATCH 00/10] some bugfixes for hns3 PMD
 2021-04-08 17:02 UTC  (2+ messages)

[Bug 1922887] [NEW] STR in Thumb 32 decode problem
 2021-04-08 16:51 UTC  (2+ messages)
` [Bug 1922887] "

b4 corrupts patch
 2021-04-08 17:01 UTC  (2+ messages)

[PATCH V5 00/25] Add Alder Lake support for perf (kernel)
 2021-04-08 17:00 UTC  (3+ messages)
` [PATCH V5 04/25] perf/x86/intel: Hybrid PMU support for perf capabilities

[PATCH v3 0/3] arm64: Dealing with VHE-only CPUs
 2021-04-08 16:59 UTC  (3+ messages)
` [PATCH v3 3/3] arm64: Get rid of CONFIG_ARM64_VHE

nvme ioctl refactor and generic per-namespace char device
 2021-04-08 17:00 UTC  (4+ messages)
` [PATCH 13/13] nvme: introduce generic per-namespace chardev

[PATCH v4 0/6] PCI: brcmstb: add slot0 device regulators and panic handler
 2021-04-08 16:58 UTC  (9+ messages)
` [PATCH v4 2/6] dt-bindings: PCI: Add bindings for Brcmstb endpoint device voltage regulators

[PATCH -next] ASoC: rt1019: constify static struct snd_soc_dai_ops
 2021-04-08 16:54 UTC  (2+ messages)

[PATCH v3 0/8] docs/zh_CN: Add translations in zh_CN/doc-guide/
 2021-04-08 16:59 UTC  (4+ messages)
` [PATCH v3 5/8] docs/zh_CN: Add translation zh_CN/doc-guide/contributing.rst
  ` [PATCH v4 "

[PATCH] ASoC: rt1011: remove pack_id check in rt1011
 2021-04-08 16:54 UTC  (2+ messages)

[PATCH] ASoC: fsl: sunxi: remove redundant dev_err call
 2021-04-08 16:54 UTC  (3+ messages)

[PATCH -perfbook 1/2] Makefile: Disable qqzbg in -nq builds
 2021-04-08 16:58 UTC  (3+ messages)
` [PATCH -perfbook 2/2] qqz: Suppress possible orphan heading

[PATCH -next] ASoC: codecs: wsa881x: constify static struct snd_soc_dai_ops
 2021-04-08 16:54 UTC  (2+ messages)

[dpdk-dev] [PATCH v3 0/3] Enhancements to crypto adapter forward mode
 2021-04-08 16:57 UTC  (8+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 1/3] eventdev: introduce crypto adapter enqueue API

[PATCH -next] ASoC: cx2072x: constify static struct snd_soc_dai_ops
 2021-04-08 16:54 UTC  (2+ messages)

[PATCH v1] Bluetooth: Fix alt settings for incoming SCO with transparent coding format
 2021-04-08 17:01 UTC 

[PATCH -next] ASoC: tas2770: Constify static struct snd_soc_dai_ops
 2021-04-08 16:54 UTC  (2+ messages)

[PATCH 3/4] docs: Add documentation for HiSilicon PTT device driver
 2021-04-08 16:57 UTC  (2+ messages)

[PATCH -next] ASoC: tas2764: constify static struct snd_soc_dai_ops
 2021-04-08 16:54 UTC  (2+ messages)

[PATCH] [v2] ASoC: codecs: Fix runtime PM imbalance in tas2552_probe
 2021-04-08 16:54 UTC  (2+ messages)

[PATCH v2 net-next] net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)
 2021-04-08 16:57 UTC  (4+ messages)

[PATCH] [OE-devel] [meta-openembedded] hostapd: fix CVE-2021-30004
 2021-04-08 16:57 UTC  (2+ messages)
` [oe] "

[PATCH] ASoC: codecs: tlv320aic3x: add AIC3106
 2021-04-08 16:54 UTC  (2+ messages)

[PATCH] spi: spi-zynqmp-gqspi: Fix runtime PM imbalance in zynqmp_qspi_probe
 2021-04-08 16:54 UTC  (2+ messages)

[PATCH] ARM/spi: spear: Drop PL022 num_chipselect
 2021-04-08 16:54 UTC  (2+ messages)

[PATCH 00/14] ASoC: simple-card-utils: prepare for multi support
 2021-04-08 16:54 UTC  (2+ messages)

[PATCH] KVM: X86: Do not yield to self
 2021-04-08 16:56 UTC  (2+ messages)

[PATCH v2] ASoC: codecs: tlv320aic3x: add AIC3106
 2021-04-08 16:54 UTC  (2+ messages)

[PATCH] ASoC: codecs: tlv320aic3x: add SPI to the DT binding
 2021-04-08 16:54 UTC  (2+ messages)

[PATCH v2] drm/i915: Fix invalid access to ACPI _DSM objects
 2021-04-08 16:56 UTC  (8+ messages)
` [Intel-gfx] "


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.