All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-31 11:17:02 to 2023-05-31 11:51:24 UTC [more...]

[Intel-gfx] [PATCH v4 01/14] drm/i915: Fix PIPEDMC disabling for a bigjoiner configuration
 2023-05-31 11:31 UTC  (4+ messages)
` [Intel-gfx] [v4, "
    ` [v4,01/14] "

[PATCH v7 00/20] bio: check return values of bio_add_page
 2023-05-31 11:50 UTC  (27+ messages)
` [Cluster-devel] "
` [PATCH v7 01/20] swap: use __bio_add_page to add page to bio
  ` [Cluster-devel] "
` [PATCH v7 02/20] drbd: "
  ` [Cluster-devel] "
` [PATCH v7 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page
  ` [Cluster-devel] "
` [PATCH v7 04/20] fs: buffer: use __bio_add_page to add single page to bio
  ` [Cluster-devel] "
` [Cluster-devel] [PATCH v7 05/20] md: use __bio_add_page to add single page
` [PATCH v7 06/20] md: raid5-log: "
  ` [Cluster-devel] "
` [Cluster-devel] [PATCH v7 07/20] md: raid5: use __bio_add_page to add single page to new bio
` [Cluster-devel] [PATCH v7 08/20] jfs: logmgr: use __bio_add_page to add single page to bio
` [Cluster-devel] [PATCH v7 09/20] gfs2: use __bio_add_page for adding "
` [Cluster-devel] [PATCH v7 10/20] zonefs: "
` [Cluster-devel] [PATCH v7 11/20] zram: "
` [Cluster-devel] [PATCH v7 12/20] floppy: "
` [Cluster-devel] [PATCH v7 13/20] md: check for failure when adding pages in alloc_behind_master_bio
` [Cluster-devel] [PATCH v7 14/20] md: raid1: use __bio_add_page for adding single page to bio
` [Cluster-devel] [PATCH v7 15/20] md: raid1: check if adding pages to resync bio fails
` [Cluster-devel] [PATCH v7 16/20] dm-crypt: use __bio_add_page to add single page to clone bio
` [Cluster-devel] [PATCH v7 17/20] block: mark bio_add_page as __must_check
` [Cluster-devel] [PATCH v7 18/20] block: add bio_add_folio_nofail
` [Cluster-devel] [PATCH v7 19/20] fs: iomap: use bio_add_folio_nofail where possible
` [Cluster-devel] [PATCH v7 20/20] block: mark bio_add_folio as __must_check

[PATCH 0/5] jbd2: fix several checkpoint inconsistent issues
 2023-05-31 11:50 UTC  (3+ messages)
` [PATCH 1/5] jbd2: recheck chechpointing non-dirty buffer
` [PATCH 2/5] jbd2: remove t_checkpoint_io_list

[PATCH iproute2-next v2 0/8] Introduce new dcb-rewr subcommand
 2023-05-31 11:26 UTC  (9+ messages)
` [PATCH iproute2-next v2 2/8] dcb: app: modify dcb-app print functions for dcb-rewr reuse
` [PATCH iproute2-next v2 4/8] dcb: app: modify dcb_app_parse_mapping_cb "

[PATCH 0/8] checkpolicy, libsepol: add prefix/suffix matching to filename type transitions
 2023-05-31 11:49 UTC  (9+ messages)
` [PATCH 1/8] checkpolicy, libsepol: move transition to separate structure in avtab
` [PATCH 2/8] checkpolicy, libsepol: move filename transitions to avtab
` [PATCH 3/8] checkpolicy, libsepol: move filename transition rules to avrule
` [PATCH 4/8] libsepol: implement new kernel binary format for avtab
` [PATCH 5/8] libsepol: implement new module binary format of avrule
` [PATCH 6/8] checkpolicy, libsepol: add prefix/suffix support to kernel policy
` [PATCH 7/8] checkpolicy, libsepol: add prefix/suffix support to module policy
` [PATCH 8/8] libsepol/cil: add support for prefix/suffix filename transtions to CIL

[dm-devel] [PATCH v6 00/20] bio: check return values of bio_add_page
 2023-05-31 11:50 UTC  (85+ messages)
  ` [Cluster-devel] "
  `  "
  ` [dm-devel] [PATCH v6 01/20] swap: use __bio_add_page to add page to bio
      ` [Cluster-devel] "
      `  "
  ` [dm-devel] [PATCH v6 02/20] drbd: "
      ` [Cluster-devel] "
      `  "
  ` [dm-devel] [PATCH v6 03/20] dm: dm-zoned: use __bio_add_page for adding single metadata page
      ` [Cluster-devel] "
      `  "
  ` [dm-devel] [PATCH v6 04/20] fs: buffer: use __bio_add_page to add single page to bio
      ` [Cluster-devel] "
      `  "
  ` [dm-devel] [PATCH v6 05/20] md: use __bio_add_page to add single page
      ` [Cluster-devel] "
      `  "
  ` [dm-devel] [PATCH v6 06/20] md: raid5-log: "
      ` [Cluster-devel] "
      `  "
  ` [dm-devel] [PATCH v6 07/20] md: raid5: use __bio_add_page to add single page to new bio
      ` [Cluster-devel] "
      `  "
  ` [dm-devel] [PATCH v6 08/20] jfs: logmgr: use __bio_add_page to add single page to bio
      ` [Cluster-devel] "
      `  "
  ` [dm-devel] [PATCH v6 09/20] gfs2: use __bio_add_page for adding "
      ` [Cluster-devel] "
      `  "
  ` [dm-devel] [PATCH v6 10/20] zonefs: "
      ` [Cluster-devel] "
      `  "
  ` [PATCH v6 11/20] zram: "
      ` [Cluster-devel] "
  ` [dm-devel] [PATCH v6 12/20] floppy: "
      ` [Cluster-devel] "
      `  "
  ` [dm-devel] [PATCH v6 13/20] md: check for failure when adding pages in alloc_behind_master_bio
      ` [Cluster-devel] "
      `  "
  ` [PATCH v6 14/20] md: raid1: use __bio_add_page for adding single page to bio
      ` [Cluster-devel] "
      ` [dm-devel] "
  ` [dm-devel] [PATCH v6 15/20] md: raid1: check if adding pages to resync bio fails
      ` [Cluster-devel] "
      `  "
  ` [dm-devel] [PATCH v6 16/20] dm-crypt: check if adding pages to clone "
      ` [Cluster-devel] "
      `  "
  ` [PATCH v6 17/20] block: mark bio_add_page as __must_check
      ` [Cluster-devel] "
      ` [dm-devel] "
  ` [dm-devel] [PATCH v6 18/20] block: add __bio_add_folio
      ` [Cluster-devel] "
      `  "
  ` [dm-devel] [PATCH v6 19/20] fs: iomap: use __bio_add_folio where possible
      ` [Cluster-devel] "
      `  "
  ` [dm-devel] [PATCH v6 20/20] block: mark bio_add_folio as __must_check
      ` [Cluster-devel] "
      `  "

[PATCH v3 0/3] hw/{i2c, nvme}: mctp endpoint, nvme management interface model
 2023-05-31 11:47 UTC  (4+ messages)
` [PATCH v3 1/3] hw/i2c: add smbus pec utility function
` [PATCH v3 2/3] hw/i2c: add mctp core
` [PATCH v3 3/3] hw/nvme: add nvme management interface model

[PATCH v3 0/4] vhost: add device op to offload the interrupt kick
 2023-05-31 11:49 UTC  (9+ messages)
` [PATCH v3 4/4] "

[PATCH] media: usb: uvc: fill in description for unknown pixelformats
 2023-05-31 11:48 UTC  (2+ messages)

[PATCH] cdx: add support for driver managed dma
 2023-05-31 11:47 UTC 

[PATCH] arm64/sysreg: Convert TRBE registers to automatic generation
 2023-05-31 11:46 UTC  (3+ messages)

[PATCH v9 0/5] enable MMU for RISC-V
 2023-05-31 11:45 UTC  (2+ messages)
` [BROKEN] "

[PATCH linux] net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294
 2023-05-31 10:42 UTC 

[PATCH 1/1] bus: mhi: host: allow SBL as initial EE
 2023-05-31 11:44 UTC  (5+ messages)

[GIT PULL FOR v6.5] mediatek/imx changes
 2023-05-31 11:44 UTC  (2+ messages)
` [GIT PULL FOR v6.5] mediatek/imx changes (#92281)

[PATCH 0/8] qla2xxx klocwork fixes
 2023-05-31 11:43 UTC  (4+ messages)
` [PATCH 2/8] qla2xxx: klocwork - Fix potential null pointer dereference
    ` [EXT] "

[igt-dev] [RFC, i-g-t] tests/kms_vrr: Add a new subtest to validate different VRR modes
 2023-05-31 11:43 UTC  (2+ messages)

[PATCH v6 0/7] Add JH7110 USB and USB PHY driver support
 2023-05-31 11:42 UTC  (5+ messages)

[PATCH v5 00/11] Add Renesas PMIC RAA215300 and built-in RTC support
 2023-05-31 11:41 UTC  (8+ messages)
` [PATCH v5 01/11] i2c: Enhance i2c_new_ancillary_device API

[PATCH bpf-next] tools/resolve_btfids: fix setting HOSTCFLAGS
 2023-05-31 11:40 UTC  (5+ messages)

[Buildroot] [PATCH v1 1/1] board/kria/kv260/kv260.sh: remove trailing spaces
 2023-05-31 11:40 UTC 

cleanup the filemap / direct I/O interaction v3 (full series now)
 2023-05-31 11:38 UTC  (5+ messages)
` [PATCH 01/12] backing_dev: remove current->backing_dev_info
    ` [Cluster-devel] "
    ` [f2fs-dev] "

[PULL] qcom: apq8016: add Dragonboard 410c WiFi and modem firmware
 2023-05-31 11:39 UTC  (2+ messages)

[PATCH v2 1/3] lib: add IPv6 lookup node
 2023-05-31 11:37 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] lib: add IPv6 rewrite node
  ` [PATCH v3 3/3] examples/l3fwd-graph: add IPv6 lookup and rewrite support

How do you represent a host gcc and a cross gcc in lcitool?
 2023-05-31 11:23 UTC 

[PATCH v1] meson saradc: fix clock divider mask length
 2023-05-31 11:33 UTC  (9+ messages)

[PATCH v3 0/6] Expose GPU memory as coherently CPU accessible
 2023-05-31 11:35 UTC  (6+ messages)
` [PATCH v3 1/6] kvm: determine memory type from VMA

[PATCH v2 0/6] Add RK3588 SATA support
 2023-05-31 11:35 UTC  (4+ messages)

[PATCH v5 0/3] hw/riscv/virt: pflash improvements
 2023-05-31 11:34 UTC  (3+ messages)

[PATCH v1 0/3] add pmic pca9451a support
 2023-05-31 11:34 UTC  (7+ messages)
` [PATCH v1 2/3] regulator: pca9450: add "
` [PATCH v1 3/3] arm64: dts: imx93-11x11-evk: "

[PATCH RESEND v6 00/11] PCI: dwc: Relatively simple fixes and cleanups
 2023-05-31 11:26 UTC  (13+ messages)
` [PATCH RESEND v6 01/11] PCI: dwc: Fix erroneous version type test helper
` [PATCH RESEND v6 02/11] PCI: dwc: Fix inbound iATU entries out-of-bounds warning message
` [PATCH RESEND v6 03/11] PCI: bt1: Enable async probe type
` [PATCH RESEND v6 04/11] PCI: bt1: Fix printing false error message
` [PATCH RESEND v6 05/11] PCI: dwc: Drop duplicated fast-link-mode flag unsetting
` [PATCH RESEND v6 06/11] PCI: dwc: Drop empty line from dw_pcie_link_set_max_speed()
` [PATCH RESEND v6 07/11] PCI: visconti: Convert to using generic resources getter
` [PATCH RESEND v6 08/11] MAINTAINERS: Add all generic DW PCIe RP/EP DT-schemas
` [PATCH RESEND v6 09/11] MAINTAINERS: Demote Gustavo Pimentel to DW PCIe core reviewer
` [PATCH RESEND v6 10/11] MAINTAINERS: Add Manivannan to DW PCIe core maintainers list
` [PATCH RESEND v6 11/11] MAINTAINERS: Add myself as the DW PCIe core reviewer

[PATCH v3 0/5] phy: qcom-qmp-usb: split away legacy USB+DP code
 2023-05-31 11:35 UTC  (4+ messages)
` [PATCH v3 2/5] phy: qcom-qmp-combo: add support for the USB+DP PHY on SM8150 platform

[PATCH] [RFC] Revert "mmc: core: Fixup support for writeback-cache for eMMC and SD"
 2023-05-31 11:34 UTC  (5+ messages)

[PATCH] ceph: fix use-after-free bug for inodes when flushing capsnaps
 2023-05-31 11:33 UTC  (3+ messages)

[PATCH v2 0/2] media: i2c: Add support for alvium camera
 2023-05-31 11:33 UTC  (5+ messages)
` [PATCH v2 2/2] "

[PATCH] spi: dw: announce driver probe
 2023-05-31 11:24 UTC  (2+ messages)

[PATCHv2] pci: add PCI_EXT_CAP_ID_PL_32GT define
 2023-05-31  9:57 UTC 

[PATCH 0/5] selinux: add prefix/suffix matching to filename type transitions
 2023-05-31 11:29 UTC  (6+ messages)
` [PATCH 1/5] selinux: move transition to separate structure in avtab_datum
` [PATCH 2/5] selinux: move filename transitions to avtab
` [PATCH 3/5] selinux: implement new binary format for filename transitions in avtab
` [PATCH 4/5] selinux: filename transitions move tests
` [PATCH 5/5] selinux: add prefix/suffix matching support to filename type transitions

[PATCH v16 00/22] PCI: rcar-gen4: Add R-Car Gen4 PCIe support
 2023-05-31 11:29 UTC  (2+ messages)

[iptables PATCH 0/4] Implement a best-effort forward compat solution
 2023-05-31 11:28 UTC  (5+ messages)
` [iptables PATCH 3/4] Add --compat option to *tables-nft and *-nft-restore commands

[PATCH 00/21] media: atomisp: Use selection API info to determine sensor padding
 2023-05-31 11:28 UTC  (5+ messages)
` [PATCH 14/21] media: atomisp: Refactor atomisp_try_fmt() / atomisp_set_fmt()

[Intel-xe] [PATCH v2 0/9] Clean-up Xe FBC additions
 2023-05-31 11:27 UTC  (4+ messages)

[PATCH] ethdev: add indirect list flow action
 2023-05-31 11:24 UTC  (4+ messages)
` [PATCH v6] "

[PATCH 0/4] Add SCMI vhost-user VIRTIO device
 2023-05-31 11:19 UTC  (2+ messages)

[PATCH v2 1/2] ARM: set zero page accessible before copying ATAGs there
 2023-05-31 11:21 UTC  (4+ messages)
` [PATCH v2 2/2] ARM: mmu_32: fix setting up zero page when it is in SDRAM

[PATCH] rtc: stm32: Handle single EXTI IRQ as wake up source
 2023-05-31 10:17 UTC  (8+ messages)

[PATCH v2 0/2] Implement AES on ARM using x86 instructions and vv
 2023-05-31 11:22 UTC  (3+ messages)
` [PATCH v2 1/2] target/arm: use x86 intrinsics to implement AES instructions
` [PATCH v2 2/2] target/i386: Implement AES instructions using AArch64 counterparts

[PATCH 1/1] spi: spi-imx: Use dev_err_probe for failed DMA channel requests
 2023-05-31 11:21 UTC  (4+ messages)

[PATCH 0/8] make unregistration of super_block shrinker more faster
 2023-05-31 11:19 UTC  (3+ messages)
` [PATCH 5/8] fs: introduce struct super_operations::destroy_super() callback

[kvm-unit-tests PATCH v1] runtime: don't run pv-host tests when gen-se-header is unavailable
 2023-05-31 11:17 UTC  (2+ messages)

[PATCH V4 0/4] Add Genesys Logic GL9767 support
 2023-05-31 11:15 UTC  (5+ messages)
` [PATCH V4 1/4] mmc: sdhci-pci-gli: "
` [PATCH V4 2/4] mmc: sdhci-pci-gli: Set SDR104's clock to 205MHz and enable SSC for GL9767
` [PATCH V4 3/4] mmc: sdhci: Add VDD2 definition for power control register
` [PATCH V4 4/4] mmc: sdhci-pci-gli: Add support SD Express card for GL9767

[PATCH 00/17] Introduce and use simple heap allocator
 2023-05-31 11:17 UTC  (3+ messages)
` [PATCH 01/17] platform: Allow platforms to specify heap 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.