All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-04 09:34:36 to 2021-08-04 10:05:40 UTC [more...]

[PATCH v2 for-6.2 0/6] push backup with fleecing
 2021-08-04 10:03 UTC  (2+ messages)

[dm-devel] add a bvec_virt helper
 2021-08-04  9:56 UTC  (53+ messages)
`  "
` [PATCH 01/15] bvec: "
  ` [dm-devel] "
` [dm-devel] [PATCH 02/15] block: use bvec_virt in bio_integrity_{process, free}
  ` [PATCH 02/15] block: use bvec_virt in bio_integrity_{process,free}
` [dm-devel] [PATCH 03/15] dm: make EBS depend on !HIGHMEM
  `  "
` [dm-devel] [PATCH 04/15] dm-ebs: use bvec_virt
  `  "
` [dm-devel] [PATCH 05/15] dm-integrity: "
  `  "
` [PATCH 06/15] squashfs: "
  ` [dm-devel] "
` [dm-devel] [PATCH 07/15] rbd: "
  `  "
` [PATCH 08/15] virtio_blk: "
  ` [dm-devel] "
` [dm-devel] [PATCH 09/15] bcache: "
  `  "
` [PATCH 10/15] sd: "
` [PATCH 11/15] ubd: "
` [PATCH 12/15] ps3vram: "
` [PATCH 13/15] dasd: "
` [PATCH 14/15] dcssblk: "
` [PATCH 15/15] nvme: "

[PATCH v2 0/4] media: visiting YUV tiled formats
 2021-08-04 10:05 UTC  (7+ messages)
` [PATCH v2 1/4] media: Rename V4L2_PIX_FMT_SUNXI_TILED_NV12 to V4L2_PIX_FMT_NV12_32L32
` [PATCH v2 2/4] media: Rename V4L2_PIX_FMT_HM12 to V4L2_PIX_FMT_NV12_16L16
` [PATCH v2 3/4] media: Add NV12_4L4 tiled format

[PATCH 5.13 000/223] 5.13.6-rc1 review
 2021-08-04 10:04 UTC  (6+ messages)
` [PATCH 5.13 191/223] selftest: use mmap instead of posix_memalign to allocate memory

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-08-01
 2021-08-04 10:04 UTC  (7+ messages)
` [Buildroot] Some analysis of the major build failure reasons

[PATCH v1] Bluetooth: btusb: Add support different nvm to distinguish different factory for WCN6855 controller
 2021-08-04 10:04 UTC 

[PATCH 1/2] test-manual: Add extra detail to YP Compatible section
 2021-08-04 10:04 UTC  (3+ messages)
` [PATCH 2/2] migration-3.4: Add extra notes to override sytnax changes
` [docs] [PATCH 1/2] test-manual: Add extra detail to YP Compatible section

[PATCH v3] memblock: make memblock_find_in_range method private
 2021-08-04 10:02 UTC  (7+ messages)

[PATCH v3] cobalt: Sort out virtual vs. real pids
 2021-08-04 10:04 UTC  (2+ messages)

[PATCH 0/5] arm64: dts: rockchip: rk3568-evb1-v10: add sd card support
 2021-08-04 10:03 UTC  (5+ messages)
` [PATCH 5/5] arm64: dts: rockchip: rk3568-evb1-v10: add node for sd card

[PATCH v7 00/33] block: publish backup-top filter
 2021-08-04  9:38 UTC  (34+ messages)
` [PATCH v7 01/33] block: introduce bdrv_replace_child_bs()
` [PATCH v7 02/33] block: introduce blk_replace_bs
` [PATCH v7 03/33] qdev-properties: PropertyInfo: add realized_set_allowed field
` [PATCH v7 04/33] qdev: allow setting drive property for realized device
` [PATCH v7 05/33] block: rename backup-top to copy-before-write
` [PATCH v7 06/33] block-copy: move detecting fleecing scheme to block-copy
` [PATCH v7 07/33] block/block-copy: introduce block_copy_set_copy_opts()
` [PATCH v7 08/33] block/backup: set copy_range and compress after filter insertion
` [PATCH v7 09/33] block/backup: move cluster size calculation to block-copy
` [PATCH v7 10/33] block/copy-before-write: relax permission requirements when no parents
` [PATCH v7 11/33] block/copy-before-write: drop extra bdrv_unref on failure path
` [PATCH v7 12/33] block/copy-before-write: use file child instead of backing
` [PATCH v7 13/33] block/copy-before-write: bdrv_cbw_append(): replace child at last
` [PATCH v7 14/33] block/copy-before-write: introduce cbw_init()
` [PATCH v7 15/33] block/copy-before-write: cbw_init(): rename variables
` [PATCH v7 16/33] block/copy-before-write: cbw_init(): use file child after attaching
` [PATCH v7 17/33] block/copy-before-write: bdrv_cbw_append(): drop unused compress arg
` [PATCH v7 18/33] block/copy-before-write: cbw_init(): use options
` [PATCH v7 19/33] block/copy-before-write: initialize block-copy bitmap
` [PATCH v7 20/33] block/block-copy: make setting progress optional
` [PATCH v7 21/33] block/copy-before-write: make public block driver
` [PATCH v7 22/33] qapi: publish copy-before-write filter
` [PATCH v7 23/33] python/qemu/machine.py: refactor _qemu_args()
` [PATCH v7 24/33] python/qemu/machine: QEMUMachine: improve qmp() method
` [PATCH v7 25/33] iotests.py: VM: add own __enter__ method
` [PATCH v7 26/33] iotests/222: fix pylint and mypy complains
` [PATCH v7 27/33] iotests/222: constantly use single quotes for strings
` [PATCH v7 28/33] iotests: move 222 to tests/image-fleecing
` [PATCH v7 29/33] iotests.py: hmp_qemu_io: support qdev
` [PATCH v7 30/33] iotests/image-fleecing: proper source device
` [PATCH v7 31/33] iotests/image-fleecing: rename tgt_node
` [PATCH v7 32/33] iotests/image-fleecing: prepare for adding new test-case
` [PATCH v7 33/33] iotests/image-fleecing: add test-case for copy-before-write filter

[PATCHSET v8 00/20] xfs: deferred inode inactivation
 2021-08-04 10:03 UTC  (5+ messages)
` [PATCH 03/20] xfs: defer inode inactivation to a workqueue
  ` [PATCH, alternative] xfs: per-cpu deferred inode inactivation queues
    ` [PATCH, alternative v2] "
      ` [PATCH] xfs: inodegc needs to stop before freeze

[PATCH] linux-user/elfload: byteswap i386 registers when dumping core
 2021-08-04  9:49 UTC  (2+ messages)

[PATCH v2 0/2] Skip numa distance for offline nodes
 2021-08-04 10:01 UTC  (8+ messages)
` [PATCH v2 1/2] sched/topology: Skip updating masks for non-online nodes

[Buildroot] [PATCH] package/libfuse3: fix build failure on Microblaze due to wrong symver attribute detection
 2021-08-04 10:02 UTC  (2+ messages)

[syzbot] linux-next boot error: WARNING in find_vma
 2021-08-04 10:00 UTC  (3+ messages)

WireGuardNT BSOD Windows 10 21H1 Mullvad
 2021-08-04 10:02 UTC  (2+ messages)

[PATCH] n64cart: fix the dma address in n64cart_do_bvec
 2021-08-04 10:02 UTC  (3+ messages)

[libvirt test] 164099: regressions - FAIL
 2021-08-04 10:01 UTC 

[PATCH 0/2] Acceptance Tests: clean up of temporary dirs and MAINTAINERS entry
 2021-08-04  9:45 UTC  (4+ messages)
` [PATCH 2/2] Acceptance Tests: updates to the MAINTAINERS file

[LTP] [PATCH v2] lib: tst_device: Allow more control over the device size
 2021-08-04 10:01 UTC  (3+ messages)

[dpdk-dev] [PATCH v5 2/2] bus/auxiliary: introduce auxiliary bus
 2021-08-04 10:00 UTC  (5+ messages)
` [dpdk-dev] [PATCH v6 "

[PATCH v7 00/37] NVIDIA Tegra power management patches for 5.15
 2021-08-04  9:59 UTC  (5+ messages)
` [PATCH v7 02/37] soc/tegra: pmc: Implement attach_dev() of power domain drivers

[PATCH v3 net-next 00/10] net: dsa: microchip: DSA driver support for LAN937x switch
 2021-08-04  9:59 UTC  (10+ messages)
` [PATCH v3 net-next 05/10] net: dsa: microchip: add DSA support for microchip lan937x

[PATCH] staging: r8188eu: Fix different base types in assignments and parameters
 2021-08-04  9:58 UTC  (4+ messages)

[PATCH v10 0/3] media: imx: add support for imx8mq MIPI RX
 2021-08-04  9:56 UTC  (6+ messages)

[PATCH 1/4] bitbake: Switch to using new override syntax
 2021-08-04  9:58 UTC  (4+ messages)
` [PATCH 3/4] doc/lib: Add fixes for issues missed by the automated conversion
  ` [bitbake-devel] "

[bug report] x86/sev: Split up runtime #VC handler for correct state tracking
 2021-08-04  9:57 UTC 

[PATCH v3 00/12] fix "git reflog expire" race & get rid of EISDIR in refs API
 2021-08-04  9:56 UTC  (5+ messages)
` [PATCH v4 00/11] "
  ` [PATCH v4 08/11] reflog expire: don't lock reflogs using previously seen OID

[dpdk-dev] [RFC 00/10] new features for ipsec and security libraries
 2021-08-04  9:56 UTC  (3+ messages)
` [dpdk-dev] [RFC 08/10] ipsec: add support for SA telemetry

[PATCH] KVM: Do not leak memory for duplicate debugfs directories
 2021-08-04  9:56 UTC  (2+ messages)

[PATCH 1/2] doc: Fix append/prepend/remove references
 2021-08-04  9:55 UTC  (2+ messages)
` [PATCH 2/2] fetch/tests/toaster: Override conversion fixups

What does KVM_HINTS_REALTIME do?
 2021-08-04  9:54 UTC  (4+ messages)

[PATCH 0/2] Protect vmstats on PREEMPT_RT
 2021-08-04  9:54 UTC  (4+ messages)
` [PATCH 2/2] mm/vmstat: Protect per cpu variables with preempt disable on RT

[PATCH v2 0/2] net: j1939: extend UAPI for RX notifications
 2021-08-04  9:53 UTC  (2+ messages)

[PATCH printk v1 00/10] printk: introduce atomic consoles and sync mode
 2021-08-04  9:52 UTC  (3+ messages)
` [PATCH printk v1 02/10] printk: rename printk cpulock API and always disable interrupts

[dpdk-dev] [PATCH v5 0/7] Enhancements for PMD power management
 2021-08-04  9:52 UTC  (4+ messages)
` [dpdk-dev] [PATCH v6 "
  ` [dpdk-dev] [PATCH v6 3/7] eal: add power monitor for multiple events

[PATCH net-next v2 0/8] Add Gigabit Ethernet driver support
 2021-08-04  9:51 UTC  (5+ messages)
` [PATCH net-next v2 7/8] ravb: Add internal delay hw feature to struct ravb_hw_info

RTC issue
 2021-08-04  9:51 UTC  (2+ messages)
` [yocto] "

[xen-unstable-coverity test] 164101: all pass - PUSHED
 2021-08-04  9:51 UTC 

[Buildroot] [PATCH 1/1] package/luaossl: requires DES support in openssl
 2021-08-04  9:51 UTC 

[PATCH net v3 0/2] net: usb: pegasus: better error checking and DRIVER_VERSION removal
 2021-08-04  9:50 UTC  (2+ messages)

[dpdk-dev] [PATCH] doc: limit FW support for mlx5 RegEx device
 2021-08-04  9:48 UTC  (2+ messages)

[dm-devel] use regular gendisk registration in device mapper v2
 2021-08-04  9:41 UTC  (18+ messages)
`  "
` [dm-devel] [PATCH 1/8] block: make the block holder code optional
  `  "
` [dm-devel] [PATCH 2/8] block: remove the extra kobject reference in bd_link_disk_holder
  `  "
` [dm-devel] [PATCH 3/8] block: look up holders by bdev
  `  "
` [dm-devel] [PATCH 4/8] block: support delayed holder registration
  `  "
` [PATCH 5/8] dm: cleanup cleanup_mapped_device
  ` [dm-devel] "
` [PATCH 6/8] dm: move setting md->type into dm_setup_md_queue
  ` [dm-devel] "
` [dm-devel] [PATCH 7/8] dm: delay registering the gendisk
  `  "
` [dm-devel] [PATCH 8/8] block: remove support for delayed queue registrations
  `  "

[PATCH] input: touchscreen: replace conditional statement with max()
 2021-08-04  9:45 UTC  (2+ messages)

[PATCH v1 1/3] dmaengine: dw: Remove error message from DT parsing code
 2021-08-04  9:46 UTC  (2+ messages)

[RESEND PATCH 0/4] can: c_can: cache frames to operate as a true FIFO
 2021-08-04  9:45 UTC  (6+ messages)
` [RESEND PATCH 3/4] can: c_can: support tx ring algorithm
` [RESEND PATCH 4/4] can: c_can: cache frames to operate as a true FIFO

[Buildroot] [PATCH 1/1] package/libuwsc: fix build with gcc 11
 2021-08-04  9:45 UTC 

[OE-core][PATCH] runqemu: decouple bios and kernel options
 2021-08-04  9:45 UTC  (2+ messages)

[PATCH] platform/x86: intel_pmc_core: Fix potential buffer overflows
 2021-08-04  9:43 UTC  (4+ messages)

[PATCH net-next v2 0/4] mt7530 software fallback bridging fix
 2021-08-04  9:40 UTC  (4+ messages)

meta-android-ndk: initial version that could build some simple utility
 2021-08-04  9:41 UTC 

[Resend v3] drm/msm/disp/dpu1: add safe lut config in dpu driver
 2021-08-04  9:40 UTC 

help channel for md raid?
 2021-08-04  9:40 UTC  (5+ messages)

[PATCH] brcmfmac: uninitialized variable in brcmf_fw_get_firmwares()
 2021-08-04  9:39 UTC  (2+ messages)

[PATCH net-next] ipv6: exthdrs: get rid of indirect calls in ip6_parse_tlv()
 2021-08-04  9:40 UTC  (2+ messages)

[PATCH linux-next] 'linux/tty.h' included in 'hackkit.c' is duplicated. It is also included in the 21th line
 2021-08-04  9:39 UTC  (2+ messages)

[PATCH net-next 0/2] net: add netif_set_real_num_queues() for device reconfig
 2021-08-04  9:40 UTC  (2+ messages)

[PATCH net-next 0/6] net: ipa: prepare GSI interrupts for runtime PM
 2021-08-04  9:40 UTC  (2+ messages)

Error in getopts(1p)
 2021-08-04  9:40 UTC 

[PATCH] monitor: Fix truncated server socket path parameter
 2021-08-04  9:39 UTC  (2+ messages)
`  "

[LTP] [PATCH v3] shmget02: check if CONFIG_HUGETLBFS enabled in kernel
 2021-08-04  9:39 UTC 

[PATCH v5 0/6] Add USB2.0 support
 2021-08-04  9:38 UTC  (7+ messages)
` [PATCH v5 2/6] dt-bindings: phy: renesas,usb2-phy: Document RZ/G2L phy bindings
` [PATCH v5 3/6] phy: renesas: phy-rcar-gen3-usb2: Add USB2.0 PHY support for RZ/G2L

[dpdk-dev] [PATCH] app/testpmd: fix IPv4 checksum
 2021-08-04  9:38 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH v8 01/11] dt-bindings: mfd: Initial commit of silergy,sy7636a.yaml
 2021-08-04  9:37 UTC  (6+ messages)
` [PATCH v8 02/11] mfd: sy7636a: Initial commit

[LTP] [PATCH] syscalls/readv02: Convert to new API and merge readv03 into readv02
 2021-08-04  9:37 UTC  (3+ messages)
  ` [LTP] 回复: "

[dpdk-dev] [PATCH v1] doc: policy on promotion of experimental APIs
 2021-08-04  9:34 UTC  (2+ messages)
` [dpdk-dev] [PATCH v5] doc: policy on the "

[PATCH v1 1/5] serdev: Split and export serdev_acpi_get_uart_resource()
 2021-08-04  9:35 UTC  (5+ messages)
` [PATCH v1 3/5] Bluetooth: hci_bcm: Use serdev_acpi_get_uart_resource() helper

[PATCH v2] arm64: kprobe: Enable OPTPROBE for arm64
 2021-08-04  6:02 UTC 

[PATCH] brcmfmac: firmware: Allow per-board firmware binaries
 2021-08-04  9:35 UTC  (5+ messages)

[OE-core][PATCH] runqemu: Fix typo in error message
 2021-08-04  9:34 UTC  (2+ messages)

[PATCH 1/5] arm64: dts: imx8mm-venice-gw700x: fix mp5416 pmic config
 2021-08-04  9:24 UTC  (2+ 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.