All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-16 03:40:47 to 2021-06-16 04:42:12 UTC [more...]

[PATCH v12 0/6] KASAN core changes for ppc64 radix KASAN
 2021-06-16  4:41 UTC  (9+ messages)
` [PATCH v12 1/6] kasan: allow an architecture to disable inline instrumentation
` [PATCH v12 2/6] kasan: allow architectures to provide an outline readiness check

[PATCH -next 1/3] usb: host: xhci-tegra: add missing put_device() in tegra_xusb_probe()
 2021-06-16  4:45 UTC  (3+ messages)
` [PATCH -next 2/3] usb: host: xhci-tegra: Add missing of_node_put() "
` [PATCH -next 3/3] usb: host: xhci-tegra: Use devm_platform_get_and_ioremap_resource()

[PATCH v2 0/4] cache parent project's gitdir in submodules
 2021-06-16  4:40 UTC  (3+ messages)
` [PATCH v2 2/4] introduce submodule.superprojectGitDir cache

[PATCH v3 0/9] Complementary changes for error handling
 2021-06-16  4:40 UTC  (11+ messages)
` [PATCH v3 8/9] scsi: ufs: Update the fast abort path in ufshcd_abort() for PM requests

[PATCH 0/8] membarrier cleanups
 2021-06-16  4:36 UTC  (14+ messages)
` [PATCH 1/8] membarrier: Document why membarrier() works
` [PATCH 2/8] x86/mm: Handle unlazying membarrier core sync in the arch code
` [PATCH 3/8] membarrier: Remove membarrier_arch_switch_mm() prototype in core code
` [PATCH 4/8] membarrier: Make the post-switch-mm barrier explicit
` [PATCH 5/8] membarrier, kthread: Use _ONCE accessors for task->mm
` [PATCH 6/8] powerpc/membarrier: Remove special barrier on mm switch

[PATCH mmotm] mm: page_vma_mapped_walk(): add a level of indentation fix
 2021-06-16  4:38 UTC 

[PATCH] drm/amdkfd: Fix circular lock in nocpsch path
 2021-06-16  4:36 UTC  (4+ messages)

[linux-next:master 4285/10007] mm/kasan/sw_tags.c:211:6: warning: no previous prototype for function 'kasan_tag_mismatch'
 2021-06-16  4:35 UTC  (2+ messages)

[driver-core:driver-core-testing] BUILD SUCCESS 09705dcb63d269000595284b5dd7f5c938d647b9
 2021-06-16  4:32 UTC 

[meta-security][PATCH] aircrack-ng: update to 1.6
 2021-06-16  4:32 UTC 

[PATCH] docs: describe the security considerations with virtiofsd xattr mapping
 2021-06-16  4:31 UTC  (4+ messages)
` [Virtio-fs] "

[PATCH] amdgpu/pm: replaced snprintf usage in amdgpu_pm.c with sysfs_emit
 2021-06-16  4:31 UTC 

[PATCH bpf] samples/bpf: Fix the error return code of xdp_redirect's main()
 2021-06-16  4:25 UTC 

[PATCH v2 bpf-next 0/3] bpf: Introduce BPF timers
 2021-06-16  4:26 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Introduce bpf_timer

[PATCH bpf] samples/bpf: Fix Segmentation fault for xdp_redirect command
 2021-06-16  4:23 UTC 

[PATCH] Add config variable besides env variable to squelch "do-not-use" warning
 2021-06-16  4:23 UTC  (2+ messages)

[PATCH net-next] qlcnic: Use list_for_each_entry() to simplify code in qlcnic_main.c
 2021-06-16  4:21 UTC 

[wireless-drivers-next:pending] BUILD SUCCESS c1919b71933727220507aac1b019302d58a9d97d
 2021-06-16  4:21 UTC 

[wireless-drivers-next:master] BUILD SUCCESS f39c2d1a188de8884d93229bbf1378ea1947a9c8
 2021-06-16  4:21 UTC 

[Intel-wired-lan] [PATCH v2 1/1] e1000e: Add space to the debug print
 2021-06-16  4:19 UTC 

[PATCH v9 0/3] Add support for AMD PTDMA controller driver
 2021-06-16  4:18 UTC  (9+ messages)
` [PATCH v9 1/3] dmaengine: ptdma: Initial driver for the AMD PTDMA
` [PATCH v9 2/3] dmaengine: ptdma: register PTDMA controller as a DMA resource

[dpdk-dev] [PATCH 0/2] net/tap: remove useless offload setup
 2021-06-16  4:15 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/2] net/tap: remove useless offload capa functions
` [dpdk-dev] [PATCH 2/2] net/tap: replace offload_capa function with define

[BUG] question mark in GIT_SKIP_TESTS is broken in master
 2021-06-16  4:12 UTC  (4+ messages)
` [BUG] range expressions in GIT_SKIP_TESTS are broken in master (was [BUG] question mark in GIT_SKIP_TESTS is broken in master)

[PATCH] apci: sysfs: Fixed void function style code issues
 2021-06-16  4:11 UTC  (3+ messages)

[dpdk-dev] [RFC 01/14] common/mlx5: add common device driver
 2021-06-16  4:09 UTC  (16+ messages)
` [dpdk-dev] [PATCH v1 00/14] net/mlx5: support Sub-Function
` [dpdk-dev] [PATCH v1 01/14] common/mlx5: add common device driver
` [dpdk-dev] [PATCH v1 02/14] common/mlx5: move description of PCI sysfs functions
` [dpdk-dev] [PATCH v1 03/14] common/mlx5: support auxiliary bus
` [dpdk-dev] [PATCH v1 04/14] common/mlx5: get PCI device address from any bus
` [dpdk-dev] [PATCH v1 05/14] net/mlx5: remove PCI dependency
` [dpdk-dev] [PATCH v1 06/14] net/mlx5: migrate to bus-agnostic common driver
` [dpdk-dev] [PATCH v1 07/14] net/mlx5: support SubFunction
` [dpdk-dev] [PATCH v1 08/14] net/mlx5: check max Verbs port number
` [dpdk-dev] [PATCH v1 09/14] regex/mlx5: migrate to common driver
` [dpdk-dev] [PATCH v1 10/14] vdpa/mlx5: define driver name as macro
` [dpdk-dev] [PATCH v1 11/14] vdpa/mlx5: remove PCI specifics
` [dpdk-dev] [PATCH v1 12/14] vdpa/mlx5: support SubFunction
` [dpdk-dev] [PATCH v1 13/14] compress/mlx5: migrate to common driver
` [dpdk-dev] [PATCH v1 14/14] common/mlx5: clean up legacy PCI bus driver

[PATCH v11 00/12] Restricted DMA
 2021-06-16  4:04 UTC  (71+ messages)
` [Intel-gfx] "
` [PATCH v11 01/12] swiotlb: Refactor swiotlb init functions
  ` [Intel-gfx] "
` [PATCH v11 02/12] swiotlb: Refactor swiotlb_create_debugfs
  ` [Intel-gfx] "
` [PATCH v11 03/12] swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
  ` [Intel-gfx] "
` [PATCH v11 04/12] swiotlb: Update is_swiotlb_buffer to add a struct device argument
  ` [Intel-gfx] "
` [PATCH v11 05/12] swiotlb: Update is_swiotlb_active "
  ` [Intel-gfx] "
` [PATCH v11 06/12] swiotlb: Use is_dev_swiotlb_force for swiotlb data bouncing
  ` [Intel-gfx] "
` [PATCH v11 07/12] swiotlb: Move alloc_size to swiotlb_find_slots
  ` [Intel-gfx] "
` [PATCH v11 08/12] swiotlb: Refactor swiotlb_tbl_unmap_single
  ` [Intel-gfx] "
` [PATCH v11 09/12] swiotlb: Add restricted DMA alloc/free support
  ` [Intel-gfx] "
` [PATCH v11 10/12] swiotlb: Add restricted DMA pool initialization
  ` [Intel-gfx] "
` [PATCH v11 11/12] dt-bindings: of: Add restricted DMA pool
  ` [Intel-gfx] "
` [PATCH v11 12/12] of: Add plumbing for "
  ` [Intel-gfx] "

[PATCH v8 4/4] fs: unicode: Add utf8 module and a unicode layer
 2021-06-16  4:09 UTC  (11+ messages)
                  ` [f2fs-dev] "

[PATCH] nvme: Remove the redundant aqa value setting
 2021-06-16  3:22 UTC 

[PATCH] nvme: Correct the prps per page calculation method
 2021-06-16  3:22 UTC 

How to avoid compilation errors like "error: no member named xxx in strut xxx"?
 2021-06-16  4:06 UTC 

[dpdk-dev] [PATCH 1/2] devtools: fix version pattern for fix search
 2021-06-16  4:03 UTC  (3+ messages)
` [dpdk-dev] [PATCH v1 "
` [dpdk-dev] [PATCH v1 2/2] devtools: auto detect branch to search fix patches

[PATCH v10 00/12] Restricted DMA
 2021-06-16  3:55 UTC  (7+ messages)
  ` [Intel-gfx] "

[PATCH v2 0/4] Include zone in pstore_device_info
 2021-06-16  4:02 UTC  (13+ messages)
` [PATCH v2 1/4] pstore/blk: Improve failure reporting
` [PATCH v2 2/4] pstore/blk: Use the normal block device I/O path
` [PATCH v2 3/4] pstore/blk: Include zone in pstore_device_info
` [PATCH v2 4/4] pstore/blk: Fix kerndoc and redundancy on blkdev param

[PATCH 0/6] doc: replace "alice" and "bob" examples
 2021-06-16  4:02 UTC  (5+ messages)
` [PATCH 1/6] gittutorial doc: replace "alice" and "bob" with "you" and "www-data"
` [PATCH 2/6] gitcvs-migration "

[PATCH -next] drivers: gpu: add missing MODULE_DEVICE_TABLE in anx7625.c
 2021-06-16  3:44 UTC  (2+ messages)

[PATCH -next] drivers: usb: add missing MODULE_DEVICE_TABLE definition in brcmstb-usb-pinmap.c
 2021-06-16  3:57 UTC  (4+ messages)

Intermittent stalling of all MD IO, Debian buster (4.19.0-16)
 2021-06-16  3:57 UTC  (2+ messages)

[PATCH v2 0/2] Fix observed mst problems with StarTech hub
 2021-06-16  3:55 UTC  (5+ messages)
` [PATCH v2 1/2] drm/dp_mst: Do not set proposed vcpi directly
` [PATCH v2 2/2] drm/dp_mst: Avoid to mess up payload table by ports in stale topology

next/pending-fixes baseline: 242 runs, 11 regressions (v5.13-rc6-246-g11b3d1320de4)
 2021-06-16  3:53 UTC 

[PATCH] acpi: sysfs: Fixed a control flow style issue
 2021-06-16  3:52 UTC  (3+ messages)

[PATCH v3] scsi: ufs: Fix a possible use before initialization case
 2021-06-16  3:48 UTC  (4+ messages)

[PATCH] scsi: ufs: Remove repeated word
 2021-06-16  3:49 UTC  (2+ messages)

[PATCH v2] scsi: fcoe: Statically initialize flogi_maddr
 2021-06-16  3:49 UTC  (2+ messages)

[PATCH V2] mpi3mr: fix a double free
 2021-06-16  3:49 UTC  (2+ messages)

[PATCH 0/5] hisi_sas: Some error handling improvements
 2021-06-16  3:49 UTC  (2+ messages)

[PATCH v2 0/4] Several minor changes for UFS
 2021-06-16  3:48 UTC  (2+ messages)

[PATCH 1/1] scsi: qedi: Fix host removal with running sessions
 2021-06-16  3:49 UTC  (2+ messages)

[PATCH V2] qedf: Update the max_id value in host structure
 2021-06-16  3:48 UTC  (2+ messages)

[PATCH] scsi: scsi_dh_alua: signedness bug in alua_rtpg()
 2021-06-16  3:48 UTC  (2+ messages)

[PATCH][next] scsi: NCR5380: Fix fall-through warning for Clang
 2021-06-16  3:48 UTC  (2+ messages)

[PATCH 1/2] scsi: mpi3mr: delete unnecessary NULL check
 2021-06-16  3:48 UTC  (2+ messages)

[PATCH V2 0/2] scsi: FDMI Fixes
 2021-06-16  3:48 UTC  (2+ messages)

[PATCH 0/5] scsi: FDMI enhancement
 2021-06-16  3:48 UTC  (2+ messages)

[PATCH][next] scsi: mpi3mr: Fix fall-through warning for Clang
 2021-06-16  3:48 UTC  (2+ messages)

[PATCH v3 0/3] Introduce enums for SCSI status codes
 2021-06-16  3:48 UTC  (2+ messages)

[PATCH] scsi: ufs: Remove irrelevant reference to non-existing doc
 2021-06-16  3:48 UTC  (2+ messages)

[PATCH v1 0/3] Optimize host lock on TR send/compl paths and utilize UTRLCNR
 2021-06-16  3:48 UTC  (2+ messages)

[PATCH -next] mtd: rawnand: arasan: Fix missing clk_disable_unprepare() on error in anfc_probe()
 2021-06-16  4:06 UTC  (2+ messages)

[PATCH net-next] net: iosm: add missing MODULE_DEVICE_TABLE
 2021-06-16  4:07 UTC 

[PATCH 0/2] Fix observed mst problems with StarTech hub
 2021-06-16  3:48 UTC  (4+ messages)
` [PATCH 2/2] drm/dp_mst: Avoid to mess up payload table by ports in stale topology

[PATCH -next] drivers: ti: remove redundant error message in adpll.c
 2021-06-16  3:48 UTC 

[PATCH v2 0/4] scsi: use DEVICE_ATTR_*() macros to simplify code
 2021-06-16  3:44 UTC  (5+ messages)
` [PATCH v2 1/4] scsi: qedi: use DEVICE_ATTR_RO macro
` [PATCH v2 2/4] scsi: qedf: "
` [PATCH v2 3/4] scsi: megaraid_mbox: use DEVICE_ATTR_ADMIN_RO macro
` [PATCH v2 4/4] scsi: mvsas: use DEVICE_ATTR_RO/RW macro

[PATCH -next] drivers: power: add missing MODULE_DEVICE_TABLE in keystone-reset.c
 2021-06-16  3:46 UTC 

[PATCH 1/3] regulator: sy7636a: Add terminating entry for platform_device_id table
 2021-06-16  3:44 UTC  (3+ messages)
` [PATCH 2/3] regulator: sy7636a: Make regulator_desc static const
` [PATCH 3/3] regulator: sy7636a: Use rdev_get_drvdata at proper place

[PATCH] hwmon: (pmbus/bpa-rs600): Handle Vin readings >= 256V
 2021-06-16  3:42 UTC 

Oops (NULL pointer) with 'perf record' of selftest 'null_syscall'
 2021-06-16  3:40 UTC  (3+ messages)

[PATCH V4 0/6] PCI: Enable 10-Bit tag support for PCIe devices
 2021-06-16  3:39 UTC  (2+ messages)
` [PATCH V4 6/6] PCI: Enable 10-Bit tag support for PCIe RP devices


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.