All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-01 09:28:21 to 2021-04-01 09:54:44 UTC [more...]

[dpdk-dev] [PATCH 00/52] Add Marvell CNXK common driver
 2021-04-01  9:47 UTC  (53+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 01/52] doc: add Marvell CNXK platform guide
  ` [dpdk-dev] [PATCH v2 02/52] common/cnxk: add build infrastructre and HW definition
  ` [dpdk-dev] [PATCH v2 03/52] common/cnxk: add model init and IO handling API
  ` [dpdk-dev] [PATCH v2 04/52] common/cnxk: add interrupt helper API
  ` [dpdk-dev] [PATCH v2 05/52] common/cnxk: add mbox request and response definitions
  ` [dpdk-dev] [PATCH v2 06/52] common/cnxk: add mailbox base infra
  ` [dpdk-dev] [PATCH v2 07/52] common/cnxk: add base device class
  ` [dpdk-dev] [PATCH v2 08/52] common/cnxk: add VF support to "
  ` [dpdk-dev] [PATCH v2 09/52] common/cnxk: add base npa device support
  ` [dpdk-dev] [PATCH v2 10/52] common/cnxk: add npa irq support
  ` [dpdk-dev] [PATCH v2 11/52] common/cnxk: add npa debug support
  ` [dpdk-dev] [PATCH v2 12/52] common/cnxk: add npa pool HW ops
  ` [dpdk-dev] [PATCH v2 13/52] common/cnxk: add npa bulk alloc/free support
  ` [dpdk-dev] [PATCH v2 14/52] common/cnxk: add npa performance counter support
  ` [dpdk-dev] [PATCH v2 15/52] common/cnxk: add npa batch alloc/free support
  ` [dpdk-dev] [PATCH v2 16/52] common/cnxk: add npa lf init/fini callback support
  ` [dpdk-dev] [PATCH v2 17/52] common/cnxk: add base nix support
  ` [dpdk-dev] [PATCH v2 18/52] common/cnxk: add nix irq support
  ` [dpdk-dev] [PATCH v2 19/52] common/cnxk: add nix Rx queue management API
  ` [dpdk-dev] [PATCH v2 20/52] common/cnxk: add nix Tx "
  ` [dpdk-dev] [PATCH v2 21/52] common/cnxk: add nix MAC operations support
  ` [dpdk-dev] [PATCH v2 22/52] common/cnxk: add nix specific npc operations
  ` [dpdk-dev] [PATCH v2 23/52] common/cnxk: add nix inline IPsec config API
  ` [dpdk-dev] [PATCH v2 24/52] common/cnxk: add nix RSS support
  ` [dpdk-dev] [PATCH v2 25/52] common/cnxk: add nix ptp support
  ` [dpdk-dev] [PATCH v2 26/52] common/cnxk: add nix stats support
  ` [dpdk-dev] [PATCH v2 27/52] common/cnxk: add support for nix extended stats
  ` [dpdk-dev] [PATCH v2 28/52] common/cnxk: add nix debug dump support
  ` [dpdk-dev] [PATCH v2 29/52] common/cnxk: add VLAN filter support
  ` [dpdk-dev] [PATCH v2 30/52] common/cnxk: add nix flow control support
  ` [dpdk-dev] [PATCH v2 31/52] common/cnxk: add nix LSO support and misc utils
  ` [dpdk-dev] [PATCH v2 32/52] common/cnxk: add nix traffic management base support
  ` [dpdk-dev] [PATCH v2 33/52] common/cnxk: add nix tm support to add/delete node
  ` [dpdk-dev] [PATCH v2 34/52] common/cnxk: add nix tm shaper profile add support
  ` [dpdk-dev] [PATCH v2 35/52] common/cnxk: add nix tm helper to alloc and free resource
  ` [dpdk-dev] [PATCH v2 36/52] common/cnxk: add nix tm hierarchy enable/disable
  ` [dpdk-dev] [PATCH v2 37/52] common/cnxk: add nix tm support for internal hierarchy
  ` [dpdk-dev] [PATCH v2 38/52] common/cnxk: add nix tm dynamic update support
  ` [dpdk-dev] [PATCH v2 39/52] common/cnxk: add nix tm debug support and misc utils
  ` [dpdk-dev] [PATCH v2 40/52] common/cnxk: add npc support
  ` [dpdk-dev] [PATCH v2 41/52] common/cnxk: add npc helper API
  ` [dpdk-dev] [PATCH v2 42/52] common/cnxk: add mcam utility API
  ` [dpdk-dev] [PATCH v2 43/52] common/cnxk: add npc parsing API
  ` [dpdk-dev] [PATCH v2 44/52] common/cnxk: add npc init and fini support
  ` [dpdk-dev] [PATCH v2 45/52] common/cnxk: add base sso device support
  ` [dpdk-dev] [PATCH v2 46/52] common/cnxk: add sso hws interface
  ` [dpdk-dev] [PATCH v2 47/52] common/cnxk: add sso hwgrp interface
  ` [dpdk-dev] [PATCH v2 48/52] common/cnxk: add sso irq support
  ` [dpdk-dev] [PATCH v2 49/52] common/cnxk: add sso debug support
  ` [dpdk-dev] [PATCH v2 50/52] common/cnxk: add base tim device support
  ` [dpdk-dev] [PATCH v2 51/52] common/cnxk: add tim irq support

[PATCH v2 0/3] Export fast_io_fail_tmo to sysfs
 2021-04-01  9:54 UTC  (2+ messages)
` [PATCH v2 2/3] nvme: Remove superflues else in nvme_ctrl_loss_tmo_store

[PATCH v4 0/3] x86/time: calibration rendezvous adjustments
 2021-04-01  9:54 UTC  (3+ messages)
` [PATCH v4 1/3] x86/time: latch to-be-written TSC value early in rendezvous loop
` [PATCH v4 2/3] x86/time: yield to hyperthreads after updating TSC during rendezvous

[PATCH 0/2] Export receive_fd() to modules and do some cleanups
 2021-04-01  9:53 UTC  (6+ messages)
` [PATCH 1/2] file: Export receive_fd() to modules

[PATCH v4 00/46] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-04-01  9:53 UTC  (21+ messages)
` [PATCH v4 02/46] KVM: PPC: Book3S HV: Add a function to filter guest LPCR bits
` [PATCH v4 04/46] KVM: PPC: Book3S HV: Prevent radix guests from setting LPCR[TC]
` [PATCH v4 09/46] powerpc/64s: remove KVM SKIP test from instruction breakpoint handler
` [PATCH v4 11/46] KVM: PPC: Book3S HV: Ensure MSR[HV] is always clear in guest MSR
` [PATCH v4 13/46] KVM: PPC: Book3S 64: Move GUEST_MODE_SKIP test into KVM

[PATCH v6 00/12] lib/find_bit: fast path for small bitmaps
 2021-04-01  9:50 UTC  (4+ messages)

[PATCH] fix for_each_cpu() again for NR_CPUS=1
 2021-04-01  9:50 UTC  (4+ messages)
` Revert NR_CPUS=1 fix from 4.15 (was: Re: [PATCH] fix for_each_cpu() again for NR_CPUS=1)

[PATCH 00/49] staging: rtl8723bs: remove all RT_TRACE usages
 2021-04-01  9:50 UTC  (3+ messages)
` [PATCH 08/49] staging: rtl8723bs: remove RT_TRACE logs in core/rtw_cmd.c

[PATCH v3 0/9] powerpc/xive: Map one IPI interrupt per node
 2021-04-01  9:18 UTC  (6+ messages)
` [PATCH v3 1/9] powerpc/xive: Use cpu_to_node() instead of "ibm, chip-id" property
  ` [PATCH v3 1/9] powerpc/xive: Use cpu_to_node() instead of "ibm,chip-id" property

[libgpiod][PATCH] core: relax gpiod_is_gpiochip_device() even more
 2021-04-01  9:48 UTC  (2+ messages)

[SPDK] NVMe Multipath subsystem controller IDs
 2021-04-01  9:49 UTC 

[PATCH v2 0/4] Fix some tests that fail for exfat FS
 2021-04-01  9:47 UTC  (4+ messages)
` [PATCH v2 1/4] common/rc: Add _require_{chown,chmod,symlink}()

[PATCH] interconnect: qcom: sdm660: Fix kerneldoc warning
 2021-04-01  9:47 UTC 

[PATCH 0/8] x86/EFI: build adjustments
 2021-04-01  9:47 UTC  (9+ messages)
` [PATCH 1/8] x86/EFI: drop stale section special casing when generating base relocs
` [PATCH 2/8] x86/EFI: sections may not live at VA 0 in PE binaries
` [PATCH 3/8] x86/EFI: program headers are an ELF concept
` [PATCH 4/8] x86/EFI: redo .reloc section bounds determination
` [PATCH 5/8] x86: drop use of prelink-efi.o
` [PATCH 6/8] x86/EFI: avoid use of GNU ld's --disable-reloc-section when possible
` [PATCH 7/8] x86/EFI: keep debug info in xen.efi
` [PATCH 8/8] x86/EFI: don't have an overly large image size

[PATCH v3 00/25] KVM SGX virtualization support
 2021-04-01  9:45 UTC  (10+ messages)
` [PATCH v3 05/25] x86/sgx: Introduce virtual EPC for use by KVM guests
  ` [PATCH v4 "

[PATCH] net: hns: Fix some typos
 2021-04-01  9:27 UTC 

[Cluster-devel] [PATCH 0/4] gfs2: Various cleanups
 2021-04-01  9:45 UTC  (3+ messages)
` [Cluster-devel] [PATCH 2/4] gfs2: Turn gfs2_extent_map into gfs2_{get, alloc}_extent

[PATCH 1/1] arm: dts: owl-s500-roseapplepi: Add ATC2603C PMIC
 2021-04-01  9:44 UTC  (4+ messages)

[PATCH v3 0/4] add devicetree for Forlinx FETA40i-C & OKA40i-C
 2021-04-01  9:43 UTC  (10+ messages)
` [PATCH v3 2/4] ARM: dts: sun8i: r40: add pinmux settings for MMC3 and UARTs 2,4,5&7
` [PATCH v3 3/4] dt-bindings: arm: add compatible strings for Forlinx OKA40i-C
` [PATCH v3 4/4] ARM: dts: sun8i: r40: add devicetree for Forlinx FETA40i-C & OKA40i-C

[PATCH] interconnect: qcom: sm8350: Add missing link between nodes
 2021-04-01  9:44 UTC 

[PATCH] ARM: dts: stm32: Add PTP clock to Ethernet controller
 2021-04-01  9:43 UTC  (3+ messages)

[PATCH] interconnect: qcom: sm8350: Use the correct ids
 2021-04-01  9:43 UTC 

[PATCHv8 0/6] n_gsm serdev support and GNSS driver for droid4
 2021-04-01  9:43 UTC  (6+ messages)
` [PATCH 3/6] dt-bindings: serdev: ngsm: Add binding for GNSS child node

[PATCH v2 0/6] Add support for Actions Semi Owl socinfo
 2021-04-01  9:40 UTC  (4+ messages)

[PATCH] arm64: dts: mediatek: fix reset GPIO level on pumpkin
 2021-04-01  9:39 UTC  (4+ messages)

[PATCH 00/24] ARM: at91: pm: add support for sama7g5
 2021-04-01  9:38 UTC  (9+ messages)
` [PATCH 10/24] ARM: at91: sfrbu: add sfrbu registers definitions "
` [PATCH 22/24] ARM: at91: sama7: introduce sama7 SoC family

[GIT PULL] More fixes for omaps for v5.12-rc cycle
 2021-04-01  9:41 UTC  (2+ messages)

[GIT PULL] ARM: SoC fixes for v5.12
 2021-04-01  9:41 UTC  (2+ messages)

[GIT PULL] i.MX fixes for 5.12, round 2
 2021-04-01  9:41 UTC  (2+ messages)

Patchwork summary for: linux-soc
 2021-04-01  9:41 UTC 

[PATCH v2 1/2] hw/smbios: support for type 41 (onboard devices extended information)
 2021-04-01  9:38 UTC  (3+ messages)
` [PATCH v2 2/2] hw/smbios: retrieve PCI address from specified device for Type 41

[PATCH] gnss: motmdm: Add support for Motorola Mapphone MDM6600 modem
 2021-04-01  9:39 UTC  (4+ messages)
` [PATCHv2] "

[PATCH 0/3] Use pr_crit() instead of long fancy messages
 2021-04-01  9:39 UTC  (6+ messages)
` [PATCH 2/3] tracing: "

[PATCH] arm64: dts: mt8183: Add power-domains properity to mfgcfg
 2021-04-01  9:38 UTC  (5+ messages)

[PATCH v14 00/13] SMMUv3 Nested Stage Setup (IOMMU part)
 2021-04-01  9:38 UTC  (6+ messages)
` [PATCH v14 06/13] iommu/smmuv3: Allow stage 1 invalidation with unmanaged ASIDs

[RFC v2 0/4] target/riscv: add RNMI support
 2021-04-01  9:36 UTC  (7+ messages)
` [RFC v2 1/4] target/riscv: add RNMI cpu feature
` [RFC v2 2/4] target/riscv: add RNMI CSRs
` [RFC v2 3/4] target/riscv: handle RNMI interrupt and exception
` [RFC v2 4/4] target/riscv: add RNMI mnret instruction

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-04-01  9:38 UTC  (3+ messages)

[PATCH 1/4] soc: mediatek: pm-domains: Add a meaningful power domain name
 2021-04-01  9:36 UTC  (4+ messages)

[PATCH] clocksource/arm_arch_timer: add __ro_after_init and __init
 2021-04-01  9:36 UTC  (4+ messages)

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver v2
 2021-04-01  9:36 UTC  (29+ messages)
` [PATCH 05/18] iommu/fsl_pamu: remove support for multiple windows
` [PATCH 06/18] iommu/fsl_pamu: remove ->domain_window_enable
` [PATCH 08/18] iommu/fsl_pamu: merge pamu_set_liodn and map_liodn
` [PATCH 11/18] iommu/fsl_pamu: remove the snoop_id field

[PATCH] drm/i915/pmu: Check actual RC6 status
 2021-04-01  9:38 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH 00/13] More parallel operations for the TDP MMU
 2021-04-01  9:37 UTC  (3+ messages)
` [PATCH 08/13] KVM: x86/mmu: Protect the tdp_mmu_roots list with RCU

[PATCH v2 0/2] iio: temperature: add support for tmp117
 2021-04-01  9:36 UTC  (3+ messages)
` [PATCH v2 2/2] iio: temperature: add driver support for ti tmp117

[PATCH v2] writeback: fix obtain a reference to a freeing memcg css
 2021-04-01  9:33 UTC 

m_can error/overrun frames on high speed
 2021-04-01  9:36 UTC  (5+ messages)

[PATCH] net/rxrpc: Fix a use after free in rxrpc_input_packet
 2021-04-01  9:35 UTC 

[PATCH v3 00/11] esp: fix asserts/segfaults discovered by fuzzer
 2021-04-01  9:34 UTC  (3+ messages)
` [PATCH v3 05/11] esp: introduce esp_fifo_pop_buf() and use it instead of fifo8_pop_buf()

NULL pointer dereference at v4l2_ctrl_request_complete
 2021-04-01  9:34 UTC  (3+ messages)

[pci:pci/pm] BUILD SUCCESS 96ff775c35a2c0414efc4ce07b43399b04996691
 2021-04-01  9:33 UTC 

[PATCH] ARM: dts: stm32: Enable crc1 and cryp1 where applicable on DHSOM
 2021-04-01  9:32 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm64: dts: mediatek: Add mt8183-pumpkin board
 2021-04-01  9:32 UTC  (4+ messages)

[PATCH v2 01/21] dt-bindings: aspeed-lpc: Remove LPC partitioning
 2021-04-01  9:30 UTC  (3+ messages)
` [PATCH v2 19/21] ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configuration
  ` [EXTERNAL] "

[PATCH] sunrpc: xprtrdma: Remove repeated struct declaration
 2021-04-01  9:31 UTC 

[PATCH] rcar/rsnd.h: Remove repeated struct declaration
 2021-04-01  9:31 UTC 

[PATCH] mfd: abx500: Remove repeated struct declaration
 2021-04-01  9:30 UTC 

[PATCH -next] locking/ww_mutex: fix missing destroy_workqueue() on error in test_ww_mutex_init()
 2021-04-01  9:33 UTC 

[PATCH] amd: display: modules: Remove repeated struct declaration
 2021-04-01  9:29 UTC 

[PATCH -next] soc: mediatek: Make symbol 'mtk_mutex_driver' static
 2021-04-01  9:28 UTC  (4+ messages)

[PATCH] arm/sbsa-acs: add SBSA Architecture Compliance Suite
 2021-04-01  9:29 UTC 

[PATCH 0/4] kvm: cpuid: fix cpuid nent field
 2021-04-01  9:28 UTC  (4+ messages)
` [PATCH v2 1/4] kvm: cpuid: adjust the returned nent field of kvm_cpuid2 for KVM_GET_SUPPORTED_CPUID and KVM_GET_EMULATED_CPUID

[PATCH v3 00/11] x86/intr: introduce EOI callbacks and fix vPT
 2021-04-01  9:28 UTC  (5+ messages)
` [PATCH v3 02/11] x86/hvm: drop domain parameter from vioapic/vpic EOI callbacks

[PATCH 00/18] KVM: Consolidate and optimize MMU notifiers
 2021-03-31 21:47 UTC  (16+ messages)
` [PATCH 10/18] KVM: Move x86's MMU notifier memslot walkers to generic code
` [PATCH 16/18] KVM: Don't take mmu_lock for range invalidation unless necessary

help needed with raid 6 filesystem with errors
 2021-04-01  9:27 UTC  (7+ messages)


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.