All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-06 08:26:07 to 2022-04-06 09:20:00 UTC [more...]

[PATCH 5.10 000/599] 5.10.110-rc1 review
 2022-04-06  3:24 UTC  (6+ messages)

[PATCH net-next v3 00/11] bnxt: Support XDP multi buffer
 2022-04-06  2:53 UTC  (3+ messages)
` [PATCH net-next v3 04/11] bnxt: rename bnxt_rx_pages to bnxt_rx_agg_pages_skb
` [PATCH net-next v3 06/11] bnxt: set xdp_buff pfmemalloc flag if needed

[PATCH v2 0/1] tty: serial: samsung: add spin_lock in console_write
 2022-04-06  8:39 UTC  (4+ messages)
  ` [PATCH 1/1] tty: serial: samsung: add spin_lock for interrupt and console_write

[PATCH] clocksource/drivers/renesas-ostm: Add support for RZ/V2L SoC
 2022-04-06  8:42 UTC  (4+ messages)

[PATCH 0/5] imx: support noc settings with power domain
 2022-04-06  8:57 UTC  (7+ messages)
` [PATCH 1/5] dt-bindings: interconnect: imx8m: Add bindings for imx8mp noc
` [PATCH 2/5] arm64: dts: imx8mp: add noc node
` [PATCH 3/5] soc: imx: gpcv2: support i.MX8MP NoC settings
` [PATCH 5/5] soc: imx: imx8mp-blk-ctrl: introduce HSIO blk ctrl noc settings

[PATCH for-next v5 00/12] Elastic RDMA Adapter (ERDMA) driver
 2022-04-06  2:34 UTC  (3+ messages)
` [PATCH for-next v5 02/12] RDMA/core: Allow calling query_port when netdev isn't attached in iWarp
` [PATCH for-next v5 04/12] RDMA/erdma: Add main include file

[RFC PATCH 0/4] hw/i2c: i2c slave mode support
 2022-04-06  9:16 UTC  (6+ messages)
` [RFC PATCH 3/4] hw/i2c: add slave mode for aspeed_i2c

[Intel-gfx] [PATCH] drm/i915: Fix skl_pcode_try_request function
 2022-04-06  9:19 UTC  (4+ messages)

[PATCH RESEND] net: ethernet: xilinx: use of_property_read_bool() instead of of_get_property
 2022-04-06  9:17 UTC 

[PATCH] mm/mlock: remove unneeded start >= vma->vm_end check
 2022-04-06  9:17 UTC  (4+ messages)

[PATCH v1 0/5] DRM: Bridge: DW_HDMI: Add new features and bug fix
 2022-04-06  9:17 UTC  (7+ messages)
` [PATCH v1 1/5] drm: bridge: dw_hdmi: cec: Add cec suspend/resume function
` [PATCH v1 2/5] drm: bridge: dw_hdmi: enable overflow workaround for v2.13a
` [PATCH v1 3/5] drm: bridge: dw_hdmi: Enable GCP only for Deep Color
` [PATCH v1 4/5] drm: bridge: dw_hdmi: add reset function for PHY GEN1
` [PATCH v1 5/5] drm: bridge: dw_hdmi: Audio: Add General Parallel Audio (GPA) driver

[PATCH 0/2] Introduce XSM ability for domain privilege escalation
 2022-04-06  9:16 UTC  (10+ messages)
` [PATCH 1/2] xsm: add ability to elevate a domain to privileged

[PATCH] drm/i915/uc: use io memcpy functions for device memory copy
 2022-04-06  9:18 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH -next] drm/exynos: mic: fix return value check in exynos_mic_probe()
 2022-04-06  9:22 UTC  (2+ messages)

[PATCH] mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcore
 2022-04-06  9:13 UTC  (4+ messages)

[PATCH v2] x86: dovetail: reinstate I/O bitmap on user entry
 2022-04-06  9:13 UTC  (6+ messages)

[GIT PULL] Btrfs fixes for 5.18-rc2
 2022-04-06  6:08 UTC  (3+ messages)

use block_device based APIs in block layer consumers
 2022-04-06  9:09 UTC  (35+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
  ` [Drbd-dev] "
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: cleanup decide_on_discard_support
` [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 08/27] ntfs3: use bdev_logical_block_size "
` [PATCH 09/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 10/27] block: add a bdev_nonrot helper
` [PATCH 11/27] block: add a bdev_write_cache helper
` [PATCH 12/27] block: add a bdev_fua helper
` [PATCH 13/27] block: add a bdev_stable_writes helper
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
  ` [f2fs-dev] "
    ` [Cluster-devel] "
    ` [dm-devel] "
    ` [Drbd-dev] "
` [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 16/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: add a bdev_discard_granularity helper
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH 00/32] Misc cleanups
 2022-04-06  9:07 UTC  (5+ messages)
` [PATCH 13/32] error-report: replace deprecated g_get_current_time() with glib >= 2.62
` [PATCH 20/32] include: move dump_in_progress() to runstate.h

[PATCH 0/6] drm/vc4: Fixes for the writeback
 2022-04-06  9:10 UTC  (6+ messages)
` [PATCH 3/6] drm/vc4: txp: Force alpha to be 0xff if it's disabled
` [PATCH 5/6] drm/vc4: kms: Warn if we have an incompatible muxing setup

[PATCH v3 0/6] SLUB debugfs improvements based on stackdepot
 2022-04-06  9:09 UTC  (10+ messages)
` [PATCH v3 1/6] lib/stackdepot: allow requesting early initialization dynamically
` [PATCH v3 3/6] mm/slub: use stackdepot to save stack trace in objects
` [PATCH v3 4/6] mm/slub: distinguish and print stack traces in debugfs files

[cxl:pending 3/13] drivers/cxl/core/mbox.c:223 cxl_mbox_cmd_ctor() warn: passing zero to 'PTR_ERR'
 2022-04-06  6:05 UTC 

[PATCH] audit: do a quick exit when syscall number is invalid
 2022-04-06  1:19 UTC  (8+ messages)

[PATCH 0/3] Add initial support for MA35D1 SoC
 2022-04-06  4:00 UTC  (9+ messages)
` [PATCH 1/3] dt-bindings: clock: add binding for MA35D1 clock controller
` [PATCH 2/3] dt-bindings: clock: Document MA35D1 clock controller bindings

drivers/gpu/drm/i915/i915.prelink.o: warning: objtool: __intel_wait_for_register_fw.cold()+0xce: relocation to !ENDBR: vlv_allow_gt_wake.cold+0x0
 2022-04-06  1:20 UTC  (5+ messages)

[nf-next PATCH v2 0/5] netfilter: bitwise: support boolean operations with variable RHS operands
 2022-04-06  3:12 UTC  (5+ messages)
` [nf-next PATCH v2 1/5] netfilter: bitwise: keep track of bit-length of expressions

drivers/net/wireless/ath/ath9k/ar9003_phy.c:1829:19-21: WARNING opportunity for min()
 2022-04-06  9:00 UTC  (2+ messages)
` [PATCH] coccinelle: misc: fix minmax.cocci warnings

qemu-system-i386: -mem-path not supported with Xen when try to use memory-backend-memfd to share the memory with external processes on qemu-xen stable-4.16
 2022-04-06  9:00 UTC 

[PATCH net] net: openvswitch: don't send internal clone attribute to the userspace
 2022-04-06  1:20 UTC  (2+ messages)

[PATCH 0/4] drm/msm: properly add and remove internal bridges
 2022-04-06  2:51 UTC  (3+ messages)
` [PATCH 1/4] drm/msm/hdmi: properly add and remove created bridges

stable-rc/queue/5.16 build: 167 builds: 4 failed, 163 passed, 10 errors, 4 warnings (v5.16.18-1016-g8de50cd02f41)
 2022-04-06  2:52 UTC 

[PATCH] net/sfc: drop futile null check
 2022-04-06  9:00 UTC  (2+ messages)

[PATCH net 0/2] ixgbe: fix promiscuous mode on VF
 2022-04-06  9:00 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH 0/3] drm/msm: remove DRM mode setting object arrays
 2022-04-06  4:03 UTC  (3+ messages)
` [PATCH 3/3] drm/msm: don't store created planes, connectors and encoders

[RFC 0/3] softirq: Introduce softirq throttling
 2022-04-06  2:52 UTC 

[PATCH] Bluetooth: hci_sync: Split hci_dev_open_sync
 2022-04-06  2:32 UTC  (2+ messages)
`  "

[PATCH v10 0/4] add display support for MediaTek SoC MT8186
 2022-04-06  3:26 UTC  (3+ messages)
` [PATCH v10 1/4] dt-bindings: display: mediatek: revise enum to const

[virtio-comment] [PATCH] virtio-vsock: add max payload size config field
 2022-04-06  8:59 UTC  (2+ messages)

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-04-06  1:40 UTC  (11+ messages)

[PATCH v2 0/2] libata: A tagging improvement and related code reorg
 2022-04-06  1:48 UTC  (4+ messages)
` [PATCH v2 2/2] libata: Inline ata_qc_new_init() in ata_scsi_qc_new()

[PATCH net-next] net: wan: remove the lanmedia (lmc) driver
 2022-04-06  4:15 UTC 

[PATCH 0/2] Remove PCIE root bridge LSI on powernv
 2022-04-06  8:57 UTC  (3+ messages)

[PATCH v4 0/9] dom0less PV drivers
 2022-04-06  8:58 UTC  (6+ messages)
` [PATCH v4 8/9] tools: add example application to initialize "

[PATCH v2 00/14] MediaTek SoC flow offload improvements + wireless support
 2022-04-06  8:57 UTC  (10+ messages)
` [PATCH v2 04/14] dt-bindings: arm: mediatek: document WED binding for MT7622

[RFC PATCH -next V2 0/7]arm64: add machine check safe support
 2022-04-06  9:13 UTC  (16+ messages)
` [RFC PATCH -next V2 1/7] x86: fix copy_mc_to_user compile error
` [RFC PATCH -next V2 2/7] arm64: fix page_address return value in copy_highpage
` [RFC PATCH -next V2 3/7] arm64: add support for machine check error safe
` [RFC PATCH -next V2 4/7] arm64: add copy_from_user to machine check safe
` [RFC PATCH -next V2 5/7] arm64: add get_user "
` [RFC PATCH -next V2 6/7] arm64: add cow "
` [RFC PATCH -next V2 7/7] arm64: add pagecache reading "

[PATCH 09/10] mm/slab: Simplify create_kmalloc_cache() args and make it static
 2022-04-06  8:57 UTC  (4+ messages)

[Intel-gfx] linux-next: build failure after merge of the drm-misc tree
 2022-04-06  8:56 UTC  (2+ messages)
`  "

[PATCH] acpi: Bodge acpi_index migration
 2022-04-06  8:53 UTC  (5+ messages)

[PATCH 00/10] mm, arm64: Reduce ARCH_KMALLOC_MINALIGN below the cache line size
 2022-04-06  8:56 UTC  (13+ messages)
` [PATCH 01/10] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN
` [PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN

[xen-4.14-testing test] 169170: regressions - FAIL
 2022-04-06  8:55 UTC  (4+ messages)

[Virtio-fs] [virtiofsd] MR opened: Update inode file handles documentation
 2022-04-06  8:55 UTC 

[PATCH] cxl/ocxl: Prepare cleanup of powerpc's asm/prom.h
 2022-04-06  8:54 UTC  (2+ messages)

[PATCH v1] net/mlx5: fix wrong counter in non-termination meter
 2022-04-06  8:54 UTC 

[PATCH 0/4] cpufreq: mediatek: introduce mtk cpufreq
 2022-04-06  8:42 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: cpufreq: mediatek: transform cpufreq-mediatek into yaml

[PATCH v7 00/12] clk: Improve clock range handling
 2022-04-06  8:53 UTC  (5+ messages)
` [PATCH v7 11/12] drm/vc4: Add logging and comments
` [PATCH v7 12/12] drm/vc4: hdmi: Remove clock rate initialization

[PATCH resend] memcg: introduce per-memcg reclaim interface
 2022-04-06  8:49 UTC  (12+ messages)

[PATCH] mm/swapfile: unuse_pte can map random data if swap read fails
 2022-04-06  8:47 UTC  (6+ messages)

[PATCH 0/2] bugfix for testpmd
 2022-04-06  8:45 UTC  (3+ messages)
` [PATCH 1/2] app/testpmd: fix stats get when display fwd stats
` [PATCH 2/2] app/testpmd: fix incorrect MTU verification

[PATCH RFC v2 00/11] iommu: SVA and IOPF refactoring
 2022-04-06  5:58 UTC  (8+ messages)
` [PATCH RFC v2 03/11] iommu/sva: Add iommu_domain type for SVA

[Intel-gfx] [CI 0/6] GSC support
 2022-04-06  8:45 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for GSC support (rev4)

[PATCH v4 0/8] x86/boot: (mostly) video mode handling adjustments
 2022-04-06  8:44 UTC  (6+ messages)
` [PATCH v4 3/8] x86/EFI: retrieve EDID

[ammarfaizi2-block:robh/linux/dt/pop-pci-nodes 2/2] drivers/pci/of.c:29:6: warning: no previous prototype for 'add_bus_props'
 2022-04-06  5:56 UTC 

[LTP] [PATCH 0/3] confstr01: rewrite and fix musl
 2022-04-06  8:35 UTC  (3+ messages)
` [LTP] [PATCH 1/3] confstr01.c: Rewrite into new API

[PATCH] video: stm32: stm32_ltdc: support several hardware versions
 2022-04-06  8:41 UTC 

19.11.12 patches review and test
 2022-04-06  8:40 UTC  (6+ messages)

[PATCH] tools/testing/nvdimm: Fix security_init() symbol collision
 2022-04-06  8:38 UTC  (2+ messages)

[PATCH v9 00/23] drm/rockchip: RK356x VOP2 support
 2022-04-06  8:36 UTC  (10+ messages)

[PATCH] video: stm32: stm32_ltdc: fix data enable polarity
 2022-04-06  8:37 UTC 

[GIT PULL] Folio fixes for 5.18
 2022-04-06  5:55 UTC  (4+ messages)

[bug report] rdma_rxe: WARNING: inconsistent lock state, inconsistent {SOFTIRQ-ON-W} -> {IN-SOFTIRQ-W} usage
 2022-04-06  3:08 UTC 

riscv defconfig CONFIG_PM/macb/generic PHY regression in v5.18-rc1
 2022-04-06  8:36 UTC  (3+ messages)

[PATCH] acpi: Bodge acpi_index migration
 2022-04-06  8:35 UTC 

[PATCH V2 0/5] rework on the IRQ hardening of virtio
 2022-04-06  8:35 UTC  (6+ messages)
` [PATCH V2 1/5] virtio: use virtio_device_ready() in virtio_device_restore()
` [PATCH V2 2/5] virtio: use virtio_reset_device() when possible
` [PATCH V2 3/5] virtio: introduce config op to synchronize vring callbacks
` [PATCH V2 4/5] virtio-pci: implement synchronize_vqs()
` [PATCH V2 5/5] virtio: harden vring IRQ

[mm/slub] 555b8c8cb3: WARNING:at_lib/stackdepot.c:#stack_depot_fetch
 2022-04-06  8:34 UTC  (12+ messages)

[PATCH 1/3] ath11k: mhi: remove state machine
 2022-04-06  8:34 UTC  (3+ messages)

[PATCHv3 0/4] generic: Add some tests around journal replay/recoveryloop
 2022-04-06  4:05 UTC  (5+ messages)
` [PATCHv3 1/4] generic/468: Add another falloc test entry

[PATCH] acpi: Bodge acpi_index migration
 2022-04-06  8:27 UTC  (2+ messages)

[LTP] [PATCH v2 1/1] confstr01.c: Rewrite into new API
 2022-04-06  8:32 UTC 

[PATCH] hw/vfio/common: Fix a small boundary issue of a trace
 2022-04-06  8:14 UTC 

[PATCH v2] ima: remove the IMA_TEMPLATE Kconfig option
 2022-04-06  3:32 UTC 

[virtio-comment] [PATCH] vsock: add documentation about len header field
 2022-04-06  8:32 UTC  (4+ messages)

[PATCH] s390: Simplify the calculation of variables
 2022-04-06  2:37 UTC  (2+ messages)
` [PATCH V2] "

[f2fs-dev] [PATCH 0/5] f2fs: try to use common fault injection framework
 2022-04-06  3:01 UTC  (4+ messages)
` [f2fs-dev] [PATCH 4/5] f2fs: get rid of stale fault injection code

[PATCH 0/3] Add initial support for MA35D1 SoC
 2022-04-06  2:58 UTC  (4+ messages)
` [PATCH 3/3] arm64: dts: nuvoton: Add initial support for MA35D1

[PATCH v8 0/4] bootconfig: Support embedding a bootconfig in kernel for non initrd boot
 2022-04-06  2:30 UTC 

[PATCH 0/4] staging: r8188eu: cleanup of style and typos
 2022-04-06  8:31 UTC  (5+ messages)
` [PATCH 1/4] staging: r8188eu: format comments in drivers/net style
` [PATCH 2/4] staging: r8188eu: remove extra 'the'
` [PATCH 3/4] staging: r8188eu: correct misspelling in comment 'tppe' -> 'type'
` [PATCH 4/4] staging: r8188eu: use sizeof(*pvar) for allocating structs

[PATCH v3] drm: of: Properly try all possible cases for bridge/panel detection
 2022-04-06  8:30 UTC  (5+ messages)

[PATCH] drm/atomic: Convert a warning to dbg atomic printk
 2022-04-06  8:30 UTC  (4+ messages)

[PATCH v4 0/5] i.MX8MP GPC
 2022-04-06  8:28 UTC  (5+ messages)

[PATCH] tty: serial: Prepare cleanup of powerpc's asm/prom.h
 2022-04-06  8:29 UTC  (2+ messages)

[PATCH v1 1/8] ARM: dts: imx6qdl-vicut1/vicutgo: Set default backlight brightness to maximum
 2022-04-06  2:15 UTC  (3+ messages)
` [PATCH v1 6/8] ARM: dts: imx6dl-victgo: Add interrupt-counter nodes

[xilinx-xlnx:xlnx_rebase_v5.15_LTS 304/1079] drivers/tty/serial/xilinx_uartps.c:1518 cdns_get_id() warn: inconsistent returns '&bitmap_lock'
 2022-04-06  8:23 UTC 

[PATCH RESEND V2 1/3] vdpa: mlx5: prevent cvq work from hogging CPU
 2022-04-06  8:25 UTC  (7+ messages)
` [PATCH RESEND V2 3/3] vdpa/mlx5: Use consistent RQT size


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.