All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-24 11:51:16 to 2020-09-24 12:27:08 UTC [more...]

[PATCH 0/4] Add IRQ mode support for hisi-sfc-v3xx driver and some cleanups
 2020-09-24 12:24 UTC  (9+ messages)
` [PATCH 1/4] spi: hisi-sfc-v3xx: factor out IO modes configuration
` [PATCH 2/4] spi: hisi-sfc-v3xx: factor out bus config and transfer functions
` [PATCH 3/4] spi: hisi-sfc-v3xx: factor out the bit definition of interrupt register
` [PATCH 4/4] spi: hisi-sfc-v3xx: add support for IRQ mode

[Intel-wired-lan] [PATCH v2 0/4] isolation: limit msix vectors based on housekeeping CPUs
 2020-09-24 12:26 UTC  (13+ messages)
` [Intel-wired-lan] [PATCH v2 1/4] sched/isolation: API to get housekeeping online CPUs
    `  "

[dpdk-dev] [PATCH 0/4] minor fixes for testpmd
 2020-09-24 12:19 UTC  (9+ messages)
` [dpdk-dev] [PATCH v3 0/6] "
  ` [dpdk-dev] [PATCH v3 3/6] app/testpmd: remove restriction on txpkts set

[dpdk-dev] [PATCH 00/20] cleanup ethdev close operation
 2020-09-24 12:17 UTC  (18+ messages)
` [dpdk-dev] [PATCH 12/20] net/pcap: release port upon close
` [dpdk-dev] [PATCH 16/20] ethdev: remove old close behaviour
` [dpdk-dev] [PATCH 19/20] app/testpmd: reset port status on close notification
` [dpdk-dev] [PATCH 02/20] ethdev: allow drivers to return error on close

[PATCH 00/45] TTM move refactoring
 2020-09-24 12:25 UTC  (7+ messages)
` [PATCH 14/45] drm/ttm: add move old to system to drivers
` [PATCH 15/45] drm/ttm: push copy unbind into drivers
` [PATCH 30/45] drm/ttm: add a new invalidate notify callback

[PATCH 00/13] iommu: amd: Add Generic IO Page Table Framework Support
 2020-09-24 12:25 UTC  (4+ messages)
` [PATCH 02/13] iommu: amd: Prepare for generic IO page table framework

[PATCH v1 1/2] leds: pca9532: read pwm settings from device tree
 2020-09-24 12:24 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/60] common/sfc_efx: support Riverhead NIC family
 2020-09-24 12:12 UTC  (66+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 02/60] common/sfc_efx/base: update MCDI headers
` [dpdk-dev] [PATCH v3 00/60] common/sfc_efx: support Riverhead NIC family
  ` [dpdk-dev] [PATCH v3 01/60] common/sfc_efx/base: add EF100 registers definitions
  ` [dpdk-dev] [PATCH v3 02/60] common/sfc_efx/base: update MCDI headers
  ` [dpdk-dev] [PATCH v3 03/60] common/sfc_efx/base: add event queue operation to do polling
  ` [dpdk-dev] [PATCH v3 04/60] common/sfc_efx/base: add efsys option for Riverhead
  ` [dpdk-dev] [PATCH v3 05/60] common/sfc_efx/base: add Riverhead NIC family
  ` [dpdk-dev] [PATCH v3 06/60] common/sfc_efx/base: update registers check for Riverhead
  ` [dpdk-dev] [PATCH v3 07/60] common/sfc_efx/base: use EF10 MCDI methods "
  ` [dpdk-dev] [PATCH v3 08/60] common/sfc_efx/base: use EF10 PHY "
  ` [dpdk-dev] [PATCH v3 09/60] common/sfc_efx/base: move 14b prefix check out of caps get
  ` [dpdk-dev] [PATCH v3 10/60] common/sfc_efx/base: remove PF count get from "
  ` [dpdk-dev] [PATCH v3 11/60] common/sfc_efx/base: factor out helper to get board config
  ` [dpdk-dev] [PATCH v3 12/60] common/sfc_efx/base: set NIC features in generic place
  ` [dpdk-dev] [PATCH v3 13/60] common/sfc_efx/base: factor out MCDI entity reset helper
  ` [dpdk-dev] [PATCH v3 14/60] common/sfc_efx/base: add Riverhead support to NIC module
  ` [dpdk-dev] [PATCH v3 15/60] common/sfc_efx/base: use dummy tunnel ops for Riverhead
  ` [dpdk-dev] [PATCH v3 16/60] common/sfc_efx/base: use EF10 filter methods "
  ` [dpdk-dev] [PATCH v3 17/60] common/sfc_efx/base: use EF10 MAC "
  ` [dpdk-dev] [PATCH v3 18/60] common/sfc_efx/base: add interrupts module "
  ` [dpdk-dev] [PATCH v3 19/60] common/sfc_efx/base: move EvQ init/fini wrappers to generic
  ` [dpdk-dev] [PATCH v3 20/60] common/sfc_efx/base: move EvQ create generic checks
  ` [dpdk-dev] [PATCH v3 21/60] common/sfc_efx/base: prepare to merge EvQ init functions
  ` [dpdk-dev] [PATCH v3 22/60] common/sfc_efx/base: merge versions of init EvQ wrappers
  ` [dpdk-dev] [PATCH v3 23/60] common/sfc_efx/base: add event queue module for Riverhead
  ` [dpdk-dev] [PATCH v3 24/60] common/sfc_efx/base: complete EvQ creation on Riverhead
  ` [dpdk-dev] [PATCH v3 25/60] common/sfc_efx/base: handle MCDI events "
  ` [dpdk-dev] [PATCH v3 26/60] common/sfc_efx/base: move RxQ init/fini wrappers to generic
  ` [dpdk-dev] [PATCH v3 27/60] common/sfc_efx/base: move TxQ "
  ` [dpdk-dev] [PATCH v3 28/60] common/sfc_efx/base: switch TxQ init to extended version
  ` [dpdk-dev] [PATCH v3 29/60] common/sfc_efx/base: maintain RxQ counter in generic code
  ` [dpdk-dev] [PATCH v3 30/60] common/sfc_efx/base: free Rx queue structure "
  ` [dpdk-dev] [PATCH v3 31/60] common/sfc_efx/base: move Rx index check to "
  ` [dpdk-dev] [PATCH v3 32/60] common/sfc_efx/base: implement Rx control path for Riverhead
  ` [dpdk-dev] [PATCH v3 33/60] common/sfc_efx/base: implement Tx "
  ` [dpdk-dev] [PATCH v3 34/60] common/sfc_efx/base: fix Tx descriptor DMA sync on Riverhead
  ` [dpdk-dev] [PATCH v3 35/60] common/sfc_efx/base: handle Rx events for Riverhead
  ` [dpdk-dev] [PATCH v3 36/60] common/sfc_efx/base: handle Tx complete on Riverhead
  ` [dpdk-dev] [PATCH v3 37/60] common/sfc_efx/base: indicate support for TSO version 3
  ` [dpdk-dev] [PATCH v3 38/60] common/sfc_efx/base: report restrictions "
  ` [dpdk-dev] [PATCH v3 39/60] common/sfc_efx: do not include libefx headers from efsys.h
  ` [dpdk-dev] [PATCH v3 40/60] common/sfc_efx/base: add API to get Rx prefix information
  ` [dpdk-dev] [PATCH v3 41/60] common/sfc_efx/base: group RxQ parameters into a structure
  ` [dpdk-dev] [PATCH v3 42/60] common/sfc_efx/base: choose smallest Rx prefix on Riverhead
  ` [dpdk-dev] [PATCH v3 43/60] common/sfc_efx/base: add function control window concept
  ` [dpdk-dev] [PATCH v3 44/60] common/sfc_efx/base: add function control window lookup API
  ` [dpdk-dev] [PATCH v3 45/60] common/sfc_efx/base: add efsys API to find a memory BAR
  ` [dpdk-dev] [PATCH v3 46/60] common/sfc_efx/base: add Xilinx capabilities table lookup
  ` [dpdk-dev] [PATCH v3 47/60] common/sfc_efx/base: add NIC magic check on BAR lookup
  ` [dpdk-dev] [PATCH v3 48/60] common/sfc_efx/base: introduce UDP tunnel destruct operation
  ` [dpdk-dev] [PATCH v3 49/60] common/sfc_efx/base: introduce states for UDP tunnel entries
  ` [dpdk-dev] [PATCH v3 50/60] common/sfc_efx/base: support UDP tunnel operations for EF100
  ` [dpdk-dev] [PATCH v3 51/60] common/sfc_efx/base: replace PCI efsys macros with functions
  ` [dpdk-dev] [PATCH v3 52/60] common/sfc_efx/base: use EF10 EVB methods for Riverhead
  ` [dpdk-dev] [PATCH v3 53/60] common/sfc_efx/base: allocate vAdaptor on Riverhead
  ` [dpdk-dev] [PATCH v3 54/60] common/sfc_efx/base: add option for extended width events
  ` [dpdk-dev] [PATCH v3 55/60] common/sfc_efx/base: add 256bit type
  ` [dpdk-dev] [PATCH v3 56/60] common/sfc_efx/base: support creation of extended width EvQ
  ` [dpdk-dev] [PATCH v3 57/60] common/sfc_efx/base: poll extended width event queues
  ` [dpdk-dev] [PATCH v3 58/60] common/sfc_efx/base: handle normal events in extended width
  ` [dpdk-dev] [PATCH v3 59/60] common/sfc_efx/base: add option for descriptor proxy queues
  ` [dpdk-dev] [PATCH v3 60/60] common/sfc_efx/base: handle descriptor proxy queue events

[PATCH v1] leds: pca9532: correct shift computation in pca9532_getled
 2020-09-24 12:24 UTC  (2+ messages)

[PATCH v4] hw/i386/pc: add max combined fw size as machine configuration option
 2020-09-24 12:22 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: add Dan Murphy as TP LP8xxx drivers maintainer
 2020-09-24 12:23 UTC  (7+ messages)

[Intel-gfx] remove alloc_vm_area
 2020-09-24 12:22 UTC  (9+ messages)
` [Intel-gfx] [PATCH 4/6] drm/i915: use vmap in i915_gem_object_map

[PATCH v38 14/24] x86/sgx: Add SGX_IOC_ENCLAVE_INIT
 2020-09-24 12:23 UTC  (10+ messages)

[PATCH v4 3/6] kasan: print timer and workqueue stack
 2020-09-24 12:21 UTC  (11+ messages)

[PATCH v4 00/14] hw/block/nvme: Support Namespace Types and Zoned Namespace Command Set
 2020-09-24 12:12 UTC  (5+ messages)
` [PATCH v4 01/14] hw/block/nvme: Report actual LBA data shift in LBAF
` [PATCH v4 06/14] hw/block/nvme: Add support for active/inactive namespaces

[Buildroot] [PATCH 1/2] linux: show compression options only on some architectures
 2020-09-24 12:22 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] linux: support Image.gz on arm64 and riscv

[PATCH 1/2] leds: lm3552: Fix warnings for undefined parameters
 2020-09-24 12:20 UTC  (5+ messages)
` [PATCH 2/2] leds: lm36274: Fix warning "

[PATCH] arm/linux-arm64-ack: update branch to 5.4 version
 2020-09-24 12:19 UTC 

[PATCH v8 0/7] coroutines: generate wrapper code
 2020-09-24 12:16 UTC  (8+ messages)
` [PATCH v8 5/7] block: generate coroutine-wrapper code
` [PATCH v8 6/7] block: drop bdrv_prwv
` [PATCH v8 7/7] block/io: refactor save/load vmstate

[PATCH] btrfs-progs: convert: Mention which reserve_space call failed
 2020-09-24 12:19 UTC  (4+ messages)

[PATCH 0/2] fix verify_one_dev_extent and btrfs_find_device
 2020-09-24 12:19 UTC  (5+ messages)
` [PATCH 1/2] btrfs: drop never met condition of disk_total_bytes == 0

[PATCH] btrfs/163: Fix recently broken test
 2020-09-24 12:19 UTC 

[PATCH] MAINTAINERS: mark FRAMEBUFFER LAYER as Orphan
 2020-09-24 12:17 UTC  (4+ messages)

[PATCH leds 0/7] leds: pca963x cleanup
 2020-09-24 12:16 UTC  (3+ messages)
` [PATCH leds 5/7] leds: pca963x: use flexible array

[PATCH v2 0/2] Add support for MMC/SD on j7200-evm
 2020-09-24 12:14 UTC  (6+ messages)

Question about fsmonitor and --untracked-files=all
 2020-09-24 12:14 UTC  (3+ messages)

[PATCH leds + devicetree 00/13] leds: tca6507 cleanup
 2020-09-24 12:14 UTC  (7+ messages)
` [PATCH leds + devicetree 02/13] leds: tca6507: use fwnode API instead of OF

[RFC PATCH seccomp 0/2] seccomp: Add bitmap cache of arg-independent filter results that allow syscalls
 2020-09-24 12:06 UTC  (18+ messages)
` [PATCH seccomp 0/6] "
  ` [PATCH seccomp 1/6] seccomp: Move config option SECCOMP to arch/Kconfig
  ` [PATCH seccomp 2/6] asm/syscall.h: Add syscall_arches[] array
  ` [PATCH seccomp 3/6] seccomp/cache: Add "emulator" to check if filter is arg-dependent
  ` [PATCH seccomp 4/6] seccomp/cache: Lookup syscall allowlist for fast path
  ` [PATCH seccomp 5/6] selftests/seccomp: Compare bitmap vs filter overhead
  ` [PATCH seccomp 6/6] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[PATCH] net: dsa: mt7530: Add some return-value checks
 2020-09-24 12:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH leds v3 0/9] Start moving parsing of `linux,default-trigger` to LED core (a cleanup of LED drivers)
 2020-09-24 12:10 UTC  (5+ messages)
` [PATCH leds v3 3/9] leds: lm36274: use struct led_init_data when registering
` [PATCH leds v3 9/9] leds: parse linux,default-trigger DT property in LED core

INFO: rcu detected stall in sys_exit_group (6)
 2020-09-24 12:06 UTC  (2+ messages)

[PATCH v6 0/3] Add USB role switch support to DWC2
 2020-09-24 12:08 UTC  (4+ messages)
` [PATCH v6 2/3] usb: dwc2: override PHY input signals with usb role switch support

[PATCH v38 00/24] Intel SGX foundations
 2020-09-24 12:09 UTC  (9+ messages)
` [PATCH v38 17/24] x86/sgx: ptrace() support for the SGX driver
` [PATCH v38 18/24] x86/vdso: Add support for exception fixup in vDSO functions

[GIT PULL] ARM: mvebu: dt64 for v5.10 (#1)
 2020-09-24 12:07 UTC 

[kvm-unit-tests PATCH] x86: realmode: Workaround clang issues
 2020-09-24 12:05 UTC 

BUG: Bad page state in process dirtyc0w_child
 2020-09-24 12:06 UTC  (9+ messages)

[GIT PULL] ARM: mvebu: dt for v5.10 (#1)
 2020-09-24 12:04 UTC 

[GIT PULL] ARM: mvebu: arm for v5.10 (#1)
 2020-09-24 12:01 UTC 

[RESEND v2 PATCH 0/3] spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework
 2020-09-24 12:00 UTC  (3+ messages)

[PATCH 1/4] dt-bindings: spi: Add compatible string for brcmstb SoCs
 2020-09-24 12:00 UTC  (2+ messages)

[Bug 209373] New: Pixels
 2020-09-24 12:01 UTC  (2+ messages)
` [Bug 209373] Pixels

[PATCH] MAINTAINERS: Remove Andrew F Davis from list
 2020-09-24 12:01 UTC  (2+ messages)

[RESEND PATCH 0/3]spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework
 2020-09-24 12:00 UTC  (2+ messages)

[PATCH 0/3]spi: spi-zynqmp-gqspi: Update driver to use spi-mem framework
 2020-09-24 12:00 UTC  (2+ messages)

[PATCH v3 0/5] Introduce Embedded Controller driver for Acer A500
 2020-09-24 12:00 UTC  (3+ messages)
` [PATCH v3 4/5] leds: Add driver for Acer Iconia Tab A500

[PATCH] flexcop-usb: sanity checking of endpoint type
 2020-09-24 11:37 UTC 

[GIT PULL] ARM: mvebu: arm for v5.10 (#1)
 2020-09-24 11:58 UTC 

[PATCH 0/2] add CONFIG_ENV_SECT_SIZE_AUTO
 2020-09-24 11:58 UTC  (7+ messages)
` [PATCH 2/2] env: "

qtest with multiple driver instances
 2020-09-24 11:57 UTC 

[PATCH] ath11k: Move non-fatal warn logs to dbg level
 2020-09-24 11:58 UTC  (2+ messages)

[RFC 0/2] printk: Add more metadata for each record
 2020-09-24 11:58 UTC  (4+ messages)
` [RFC 2/2] printk: Add more information about the printk caller

[PATCH v2 0/5] PCI: dwc: improve msi handling
 2020-09-24 11:49 UTC  (10+ messages)
` [PATCH v2 1/5] PCI: dwc: Call dma_unmap_page() before freeing the msi page
` [PATCH v2 2/5] PCI: dwc: Check alloc_page() return value
` [PATCH v2 3/5] PCI: dwc: Rename dw_pcie_free_msi to dw_pcie_msi_deinit
` [PATCH v2 4/5] PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabled

[PATCH] efi: add definition of EFI_MEMORY_CPU_CRYPTO and ability to report it
 2020-09-24 11:56 UTC 

[dpdk-dev] [PATCH v2] regex/mlx5: add dynamic memory registration to datapath
 2020-09-24 11:55 UTC 

[PATCH rdma-next] RDMA: Explicitly pass in the dma_device to ib_register_device
 2020-09-24 11:55 UTC  (10+ messages)

[RFC PATCH v3 0/7] Use ACPI PCI hot-plug for Q35
 2020-09-24 11:54 UTC  (5+ messages)
` [RFC PATCH v3 3/7] hw/pci/pcie: Do not initialize slot capability if acpihp is used

[RFC PATCH] locking/percpu-rwsem: use this_cpu_{inc|dec}() for read_count
 2020-09-24 11:55 UTC  (8+ messages)

[PATCH] btrfs: free device without BTRFS_MAGIC
 2020-09-24 11:55 UTC  (4+ messages)
` [PATCH v2] "

[kvm-unit-tests PATCH] README: Reflect missing --getopt in configure
 2020-09-24 11:54 UTC  (8+ messages)

[PATCH] mm: Use helper function put_write_access()
 2020-09-24 11:52 UTC 

[PATCH 0/9] sched: Migrate disable support
 2020-09-24 11:53 UTC  (3+ messages)
` [PATCH 7/9] sched: Add migrate_disable()

[PATCH v4 0/6] kasan: add workqueue and timer stack for generic KASAN
 2020-09-24 11:51 UTC  (4+ messages)

Dropping Solaris support V2
 2020-09-24 11:51 UTC 


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.