All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-29 06:42:52 to 2022-06-29 07:07:00 UTC [more...]

[PATCH 0/9 v3] xfs: in-memory iunlink items
 2022-06-29  7:05 UTC  (3+ messages)
` [PATCH 1/9] xfs: factor the xfs_iunlink functions

[PATCH v2 0/7] aspeed: Add AST2600 machine to CI
 2022-06-29  7:05 UTC  (7+ messages)
` [PATCH v2 1/7] config/ast2600: Enable CRC32
` [PATCH v2 2/7] config/ast2600: Make position independent
` [PATCH v2 3/7] config/ast2600: Disable hash hardware accel
` [PATCH v2 4/7] spl: Set SPL_MAX_SIZE default for AST2600
` [PATCH v2 5/7] ast2600: Configure u-boot-with-spl.bin target
` [PATCH v2 6/7] aspeed/spl: Remove OVERLAY from linker script

[PATCH v4 0/7] sched/fair: improve scan efficiency of SIS
 2022-06-29  7:05 UTC  (6+ messages)
` [PATCH v4 5/7] sched/fair: skip SIS domain search if fully busy

RTT-PROBE: lore-subspace-rtt
 2022-06-29  7:06 UTC 

amdgpu - BUG: kernel NULL pointer dereference, address: 0000000000000000
 2022-06-29  7:01 UTC 

[PATCH v6 0/4] fbcon: Fixes for screen resolution changes
 2022-06-29  7:03 UTC  (6+ messages)
` [PATCH v6 3/4] fbcon: Prevent that screen size is smaller than font size

[PATCH 00/14] xfs: perag conversions for 5.20
 2022-06-29  7:03 UTC  (11+ messages)
` [PATCH 05/14] xfs: pass perag to xfs_alloc_read_agf()
` [PATCH 11/14] xfs: Pre-calculate per-AG agbno geometry
` [PATCH 12/14] xfs: Pre-calculate per-AG agino geometry
` [PATCH 13/14] xfs: replace xfs_ag_block_count() with perag accesses
` [PATCH 14/14] xfs: make is_log_ag() a first class helper

[PATCH net] mlxsw: spectrum_router: Fix rollback in tunnel next hop init
 2022-06-29  7:02 UTC 

[PATCH 0/6] i2c: Make remove callback return void
 2022-06-29  7:03 UTC  (5+ messages)
` [PATCH 6/6] "

seeing this stace trace on kernel 5.15
 2022-06-29  7:02 UTC  (3+ messages)

staging: Thunderbolt: ctl.c style coding issues
 2022-06-29  7:02 UTC  (5+ messages)
` [PATCH 3/3] staging: Thunderbolt: ctl.c: Fixed comment coding style issues

[PATCH V3] virtio: disable notification hardening by default
 2022-06-29  7:02 UTC  (13+ messages)

[igt-dev] [PATCH i-g-t 0/2] HAX add description to gem_softpin
 2022-06-29  7:03 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] i915/gem_softpin: Added test description for test case

[PATCH] powerpc/prom_init: Fix kernel config grep
 2022-06-29  7:01 UTC  (2+ messages)

[PATCH] powerpc/book3e: Fix PUD allocation size in map_kernel_page()
 2022-06-29  7:01 UTC  (3+ messages)

[PATCH] net: tls: fix tls with sk_redirect using a BPF verdict
 2022-06-29  7:00 UTC  (3+ messages)

[PATCH v2] sched_deadline/cyclicdeadline add tracelimit
 2022-06-29  6:58 UTC  (2+ messages)

[PATCH] powerpc/xive/spapr: correct bitmap allocation size
 2022-06-29  7:01 UTC  (2+ messages)

[PATCH v11 00/40] virtio pci support VIRTIO_F_RING_RESET
 2022-06-29  6:56 UTC  (123+ messages)
` [PATCH v11 01/40] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v11 02/40] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v11 03/40] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v11 04/40] virtio_ring: extract the logic of freeing vring
` [PATCH v11 05/40] virtio_ring: split vring_virtqueue
` [PATCH v11 06/40] virtio_ring: introduce virtqueue_init()
` [PATCH v11 07/40] virtio_ring: split: introduce vring_free_split()
` [PATCH v11 08/40] virtio_ring: split: extract the logic of alloc queue
` [PATCH v11 09/40] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v11 10/40] virtio_ring: split: extract the logic of attach vring
` [PATCH v11 11/40] virtio_ring: split: extract the logic of vring init
` [PATCH v11 12/40] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v11 13/40] virtio_ring: split: reserve vring_align, may_reduce_num
` [PATCH v11 14/40] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v11 15/40] virtio_ring: packed: introduce vring_free_packed
` [PATCH v11 16/40] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v11 17/40] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v11 18/40] virtio_ring: packed: extract the logic of attach vring
` [PATCH v11 19/40] virtio_ring: packed: extract the logic of vring init
` [PATCH v11 20/40] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v11 21/40] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v11 22/40] virtio_ring: introduce virtqueue_resize()
` [PATCH v11 23/40] virtio_pci: move struct virtio_pci_common_cfg to virtio_pci_modern.h
` [PATCH v11 24/40] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v11 25/40] virtio: allow to unbreak/break virtqueue individually
` [PATCH v11 26/40] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v11 27/40] virtio_pci: struct virtio_pci_common_cfg add queue_reset
` [PATCH v11 28/40] virtio_pci: introduce helper to get/set queue reset
` [PATCH v11 29/40] virtio_pci: extract the logic of active vq for modern pci
` [PATCH v11 30/40] virtio_pci: support VIRTIO_F_RING_RESET
` [PATCH v11 31/40] virtio: find_vqs() add arg sizes
` [PATCH v11 32/40] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v11 33/40] virtio_mmio: "
` [PATCH v11 34/40] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v11 35/40] virtio_net: set the default max ring size by find_vqs()
` [PATCH v11 36/40] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v11 37/40] virtio_net: split free_unused_bufs()
` [PATCH v11 38/40] virtio_net: support rx queue resize
` [PATCH v11 39/40] virtio_net: support tx "
` [PATCH v11 40/40] virtio_net: support set_ringparam

[PATCH] crypto/fsl: Add support for black key blob
 2022-06-29  7:00 UTC  (2+ messages)

[PATCH] drm/i915: Remove __dma_fence_is_chain()
 2022-06-29  6:57 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH v2 0/2] i2c: Add new driver for Renesas RZ/V2M controller
 2022-06-29  6:53 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: i2c: Document RZ/V2M I2C controller
` [PATCH v2 2/2] i2c: Add Renesas RZ/V2M controller

[PATCH v2] gro: fix gro for UDP fragmented packets
 2022-06-29  6:57 UTC  (3+ messages)
` [PATCH v5] gro: bug fix in identifying "

RTT-PROBE: lore-subspace-rtt
 2022-06-29  6:56 UTC 

[PATCH v3 0/2] blk-cgroup: duplicated code refactor
 2022-06-29  7:09 UTC  (3+ messages)
` [PATCH v3 1/2] blk-cgroup: factor out blkcg_iostat_update()
` [PATCH v3 2/2] blk-cgroup: factor out blkcg_free_all_cpd()

[PATCH] scsi: bfa: Fix spelling mistake
 2022-06-29  6:56 UTC 

[PATCH v2] net/i40e: fix error disable double VLAN
 2022-06-29 14:53 UTC  (3+ messages)
` [PATCH v3] "
  ` [PATCH v4] "

[meta-networking][PATCH] strongswan: upgrade 5.9.5 -> 5.9.6
 2022-06-29  6:53 UTC 

[PATCH V2 0/8] Add minimal boot support for IPQ5018
 2022-06-29  6:51 UTC  (4+ messages)

clean up the blk-ia-ranges.c code a bit
 2022-06-29  6:52 UTC  (4+ messages)

[PATCH] block: remove "select BLK_RQ_IO_DATA_LEN" from BLK_CGROUP_IOCOST dependency
 2022-06-29  6:50 UTC  (2+ messages)

[PATCH] mtd: mxs_nand_spl: fix nand_command protocol violation
 2022-06-29  6:49 UTC  (2+ messages)

[PATCH v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-06-29  6:49 UTC  (21+ messages)
` [PATCH v7 12/21] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v7 13/21] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v7 14/21] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v7 15/21] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v7 16/21] block: add check when merging zone device pages
` [PATCH v7 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()

[PATCH v3] powerpc/memhotplug: Add add_pages override for PPC
 2022-06-29  6:30 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] bpf: rstat: cgroup hierarchical stats
 2022-06-29  6:48 UTC  (8+ messages)
` [PATCH bpf-next v2 8/8] bpf: add a selftest for cgroup hierarchical stats collection

RTT-PROBE: lore-subspace-rtt
 2022-06-29  6:46 UTC 

[PATCH net-next] net: switchdev: add reminder near struct switchdev_notifier_fdb_info
 2022-06-29  6:46 UTC  (2+ messages)

[PATCH v6 00/22] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2022-06-29  6:43 UTC  (5+ messages)
` [PATCH v6 08/22] drm/virtio: Unlock reservations on dma_resv_reserve_fences() error
    ` [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.