All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-07 05:01:48 to 2022-06-07 06:39:29 UTC [more...]

[PATCH v3 0/8] pinctrl/arm: dt-bindings: deprecate header with register constants
 2022-06-07  6:39 UTC  (11+ messages)
` [PATCH v3 1/8] ARM: dts: s3c2410: use local header for pinctrl register values
  ` (subset) "
` [PATCH v3 2/8] ARM: dts: s3c64xx: "
  ` (subset) "
` [PATCH v3 3/8] ARM: dts: s5pv210: "
  ` (subset) "
` [PATCH v3 4/8] ARM: dts: exynos: "
  ` (subset) "
` [PATCH v3 5/8] arm64: "
  ` (subset) "

[PATCH] MAINTAINERS: remove an obvious typo in MAPLE TREE
 2022-06-07  6:38 UTC 

ice: Error setting promisc mode on VSI 6 (rc=-17) @ 5.18.x
 2022-06-07  6:38 UTC 

[PATCH] virtio_ring: remove unnecessary to_vvq call
 2022-06-07  6:38 UTC  (3+ messages)

[PATCH] staging: r8188eu: fix declaration to match 'foo *bar'
 2022-06-07  6:11 UTC 

[PATCH v2] rcu/nocb: Delete local variable 'need_rcu_nocb_mask' in rcu_init_nohz()
 2022-06-07  6:37 UTC 

[next] arm64: boot failed - next-20220606
 2022-06-07  6:36 UTC  (7+ messages)

SPARSEMEM memory needs?
 2022-06-07  6:36 UTC  (5+ messages)

[PATCH v3 0/3] x86/sgx: fine grained SGX MCA behavior
 2022-06-07  6:35 UTC  (5+ messages)

[kvalo-ath:master] BUILD SUCCESS fafdb2ee309e2f5514404863f9d74aef737e4d6e
 2022-06-07  6:35 UTC 

[PATCH] leds: lm3601x: Improve error reporting for problems during .remove()
 2022-06-07  6:35 UTC  (2+ messages)

[PATCH] dt-bindings: Drop more redundant 'maxItems/minItems' in if/then schemas
 2022-06-07  6:34 UTC  (3+ messages)

[PATCH v2 0/2] Extend the device-tree binding for lm90
 2022-06-07  6:35 UTC  (3+ messages)
` [PATCH 1/2] hwmon: (lm90) Add support for 2nd remote channel's offset register
` [PATCH 2/2] hwmon: (lm90) Read the channel's temperature offset from device-tree

[PATCH v2 0/6] support secondary ufs for Exynos Auto v9 SoC
 2022-06-07  6:33 UTC  (12+ messages)
  ` [PATCH v2 4/6] arm64: dts: exynosautov9: adjust DT style of ufs nodes
    ` (subset) "

simple synchronous read repair v2
 2022-06-07  6:34 UTC  (5+ messages)

[PATCH v2 0/4] mmc: samsung,exynos-dw-mshc: convert to dtschema
 2022-06-07  6:32 UTC  (7+ messages)
` [PATCH v2 1/4] ARM: dts: exynos: align MMC node name with dtschema
  ` (subset) "
` [PATCH v2 2/4] arm64: "
  ` (subset) "

[PATCH 1/2] arm64: dts: exynos: adjust whitespace around '='
 2022-06-07  6:32 UTC  (3+ messages)

[syzbot] usb-testing boot error: INFO: task hung in add_early_randomness
 2022-06-07  6:33 UTC 

next/master build: 213 builds: 13 failed, 200 passed, 17 errors, 70 warnings (next-20220607)
 2022-06-07  6:32 UTC 

next/master build: 213 builds: 13 failed, 200 passed, 17 errors, 70 warnings (next-20220607)
 2022-06-07  6:32 UTC 

[PATCH 0/5] mdadm: fix memory leak and double free
 2022-06-07  6:32 UTC  (5+ messages)
` [PATCH 5/5] get_vd_num_of_subarray: fix memleak

RTT-PROBE: lore-subspace-rtt
 2022-06-07  6:31 UTC 

[Ocfs2-devel] [PATCH] Revert "ocfs2: mount shared volume without ha stack"
 2022-06-07  6:31 UTC  (8+ messages)

Please add Microchip RISC-V branches to linux-next
 2022-06-07  6:27 UTC  (4+ messages)

[PATCH] net/pcap: support MTU set
 2022-06-07  6:27 UTC  (2+ messages)
` [PATCH v5] pcap: support MTU set for linux interafces

[PATCH bpf-next v5 00/17] bpf: Add 64bit enum value support
 2022-06-07  6:27 UTC  (18+ messages)
` [PATCH bpf-next v5 01/17] bpf: Add btf enum64 support
` [PATCH bpf-next v5 02/17] libbpf: Permit 64bit relocation value
` [PATCH bpf-next v5 03/17] libbpf: Fix an error in 64bit relocation value computation
` [PATCH bpf-next v5 04/17] libbpf: Refactor btf__add_enum() for future code sharing
` [PATCH bpf-next v5 05/17] libbpf: Add enum64 parsing and new enum64 public API
` [PATCH bpf-next v5 06/17] libbpf: Add enum64 deduplication support
` [PATCH bpf-next v5 07/17] libbpf: Add enum64 support for btf_dump
` [PATCH bpf-next v5 08/17] libbpf: Add enum64 sanitization
` [PATCH bpf-next v5 09/17] libbpf: Add enum64 support for bpf linking
` [PATCH bpf-next v5 10/17] libbpf: Add enum64 relocation support
` [PATCH bpf-next v5 11/17] bpftool: Add btf enum64 support
` [PATCH bpf-next v5 12/17] selftests/bpf: Fix selftests failure
` [PATCH bpf-next v5 13/17] selftests/bpf: Test new enum kflag and enum64 API functions
` [PATCH bpf-next v5 14/17] selftests/bpf: Add BTF_KIND_ENUM64 unit tests
` [PATCH bpf-next v5 15/17] selftests/bpf: Test BTF_KIND_ENUM64 for deduplication
` [PATCH bpf-next v5 16/17] selftests/bpf: Add a test for enum64 value relocations
` [PATCH bpf-next v5 17/17] docs/bpf: Update documentation for BTF_KIND_ENUM64 support

[XEN PATCH 0/4] xen: rework compat headers generation
 2022-06-07  6:26 UTC  (5+ messages)
` [XEN PATCH 1/4] build: xen/include: use if_changed

[PATCH v2] mtd: rawnand: atmel: Warn about failure to unregister mtd device
 2022-06-07  6:25 UTC  (2+ messages)

[PATCH 0/4] rebase: update branches in multi-part topic
 2022-06-07  6:25 UTC  (2+ messages)

[PATCH v2 00/16] powernv: introduce pnv-phb base/proxy devices
 2022-06-07  6:17 UTC  (4+ messages)
` [PATCH v2 07/16] ppc/pnv: change PnvPHB4 to be a PnvPHB backend

[PATCH 08/10] vmscan: Add check_move_unevictable_folios()
 2022-06-07  6:23 UTC 

[PATCH v10 00/21] drm/mediatek: Add mt8195 DisplayPort driver
 2022-06-07  6:21 UTC  (7+ messages)
` [PATCH v10 18/21] drm/mediatek: Add mt8195 Embedded "

RTT-PROBE: lore-subspace-rtt
 2022-06-07  6:21 UTC 

MOVING COMMUNITY CALL Call for agenda items for 9 June Community Call @ 1500 UTC
 2022-06-07  6:21 UTC  (6+ messages)

[PATCH] rtl_bt: Update RTL8852A BT USB firmware to 0xDFB8_0634
 2022-06-07  6:21 UTC 

[PATCH] irqchip/ti-sci-intr: Add support for system suspend/resume PM
 2022-06-07  6:19 UTC  (2+ messages)

[Bug 216092] New: rn_vbios_smu_send_msg_with_param+0xf9/0x100 - amdgpu
 2022-06-07  6:19 UTC 

[RFC PATCH v8 00/21] Net Control VQ support with asid in vDPA SVQ
 2022-06-07  6:13 UTC  (7+ messages)
` [RFC PATCH v8 01/21] virtio-net: Expose ctrl virtqueue logic
` [RFC PATCH v8 02/21] vhost: Add custom used buffer callback
` [RFC PATCH v8 03/21] vdpa: control virtqueue support on shadow virtqueue

tc commands in yocto
 2022-06-07  6:16 UTC  (2+ messages)

[PATCH 00/14] mtd: Fix platform remove callbacks to always return 0
 2022-06-07  6:14 UTC  (6+ messages)
` [PATCH 08/14] mtd: rawnand: atmel: Warn about failure to unregister mtd device

[PATCH 0/6] ifcvf/vDPA: support query device config space through netlink
 2022-06-07  6:15 UTC  (11+ messages)
` [PATCH 5/6] vDPA: answer num of queue pairs = 1 to userspace when VIRTIO_NET_F_MQ == 0
` [PATCH 6/6] vDPA: fix 'cast to restricted le16' warnings in vdpa_dev_net_config_fill()

[PATCH] trusted-keys-fix-migratable-logic
 2022-06-07  6:15 UTC  (2+ messages)

[Ocfs2-devel] [PATCH 14/20] hugetlb: Convert to migrate_folio
 2022-06-07  6:13 UTC  (7+ messages)
`  "
  ` [Cluster-devel] "
  ` [f2fs-dev] "

[igt-dev] [PATCH i-g-t 0/4] Add crc32 calculation on dg2 gpu
 2022-06-07  6:14 UTC  (6+ messages)
` [igt-dev] [PATCH i-g-t 1/4] lib/intel_reg: Add common MI_* macros to remove duplicates
` [igt-dev] [PATCH i-g-t 2/4] lib/igt_crc: Introduce common place for crc tables and functions
` [igt-dev] [PATCH i-g-t 3/4] lib/i915_crc: Introduce crc32 on gpu for DG2
` [igt-dev] [PATCH i-g-t 4/4] tests/api_intel_bb: Add crc32 checking test "
` [igt-dev] ✓ Fi.CI.BAT: success for Add crc32 calculation on dg2 gpu (rev5)

[PATCH] mtd: rawnand: add support for Toshiba TC58NVG0S3HTA00 NAND flash
 2022-06-07  6:13 UTC  (3+ messages)
` [PATCH] Revert "mtd: rawnand: add support for Toshiba TC58NVG0S3HTA00 NAND flash"

[djwong-xfs:vectorized-scrub 109/367] fs/xfs/xfs_trans_dquot.c:125:1: warning: useless storage class specifier in empty declaration
 2022-06-07  6:13 UTC 

[PATCH 00/23] Update Documentation/ cross-references
 2022-06-06 17:17 UTC  (2+ messages)

[PATCH] dt-bindings: Fix properties without any type
 2022-06-06  3:33 UTC  (2+ messages)

#KCIDB v9 release
 2022-06-07  6:11 UTC  (2+ messages)

[PATCH] ASoC: topology: Avoid card NULL deref in snd_soc_tplg_component_remove()
 2022-06-03 20:14 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-07  6:10 UTC 

[PATCH 5.10 v2 0/8] xfs fixes for 5.10.y (part 2)
 2022-06-07  6:09 UTC  (6+ messages)
` [PATCH 5.10 v2 8/8] xfs: assert in xfs_btree_del_cursor should take into account error

[PATCH 0/3] zonefs fixes
 2022-06-07  6:09 UTC  (7+ messages)
` [PATCH 1/3] zonefs: fix handling of explicit_open option on mount
` [PATCH 2/3] zonefs: Do not ignore explicit_open with active zone limit
` [PATCH 3/3] zonefs: fix zonefs_iomap_begin() for reads

request for feedback before sending this patch
 2022-06-07  6:09 UTC  (3+ messages)

[PATCH] gpio: davinci: Add support for system suspend/resume PM
 2022-06-07  6:08 UTC 

[PATCH -next] evm: Use IS_ENABLED to initialize .enabled
 2022-06-07  6:06 UTC  (2+ messages)

[PATCH 0/6] nvme: __nvme_submit_sync_command() cleanup
 2022-06-07  6:04 UTC  (6+ messages)
` [PATCH 3/6] nvme-core: remove qid parameter

[PATCH v3 0/5] Support OFS card
 2022-06-07  6:04 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 2/5] raw/ifpga: remove vdev when ifpga is closed
  ` [PATCH v4 3/5] raw/ifpga: unregister interrupt in ifpga close function
  ` [PATCH v4 4/5] raw/ifpga: support ofs card probe

[PATCH v2 2/2] drm/msm: Expose client engine utilization via fdinfo
 2022-06-07  6:03 UTC  (3+ messages)

[Intel-wired-lan] [PATCH net-next v1] ice: Sync VLAN filtering features for DVM
 2022-06-07  6:02 UTC  (3+ messages)

[Intel-wired-lan] [PATCH net-next v2] ice: ethtool: advertise 1000M speeds properly
 2022-06-07  6:01 UTC  (3+ messages)

[ANNOUNCE] 4.19.245-rt109
 2022-06-07  6:01 UTC  (4+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-06-07  6:00 UTC 

[PATCH v3 0/7] introduce per-queue limit watermark and host shaper
 2022-06-07  6:00 UTC  (7+ messages)
` [PATCH v4 0/7] introduce per-queue fill threshold "
  ` [PATCH v4 3/7] ethdev: introduce Rx queue based fill threshold

[PATCH] net/bluetooth: fix erroneous use of bitmap_from_u64()
 2022-06-07  6:00 UTC  (5+ messages)

[PATCH] ALSA: hda: MTL: add HD Audio PCI ID and HDMI codec vendor ID
 2022-06-07  5:58 UTC  (2+ messages)

[PATCH memcg v5] net: set proper memcg for net_init hooks allocations
 2022-06-07  5:58 UTC  (6+ messages)
` [PATCH memcg v6] "

[PATCH v2 0/6] LSR flag preservation improvements
 2022-06-07  5:58 UTC  (9+ messages)
` [PATCH v2 1/6] serial: 8250: Store to lsr_save_flags after lsr read

[PATCH v1] regmap: add generic indirect regmap support
 2022-06-07  5:57 UTC  (3+ messages)

simplify the mdev interface
 2022-06-07  5:56 UTC  (9+ messages)
` [PATCH 2/8] vfio/mdev: embedd struct mdev_parent in the parent data structure
` [PATCH 3/8] vfio/mdev: simplify mdev_type handling

[PATCH v2] fpga: altera-cvp: Truncated bitstream error support
 2022-06-07  5:55 UTC  (2+ messages)

[PATCH] drm/atomic: fix warning of unused variable
 2022-06-07 11:08 UTC 

mainline build failure due to f1e4c916f97f ("drm/edid: add EDID block count and size helpers")
 2022-06-06 10:51 UTC  (8+ messages)

[PATCH] drm/msm: Fix double pm_runtime_disable() call
 2022-06-06 21:13 UTC 

[RFC PATCH 0/1] drm/vkms: ConfigFS support
 2022-06-06 21:59 UTC  (3+ messages)

[PATCH 0/2] Remove the VFIO_IOMMU_NOTIFY_DMA_UNMAP notifier
 2022-06-07  5:44 UTC  (7+ messages)
` [PATCH 1/2] vfio: Replace the DMA unmapping notifier with a callback
  ` [Intel-gfx] "
` [PATCH 2/2] vfio: Replace the iommu notifier with a device list
  ` [Intel-gfx] "

[PATCH 0/4] Add Richtek RT5120 PMIC support
 2022-06-07  5:52 UTC  (5+ messages)
` [PATCH 1/4] dt-binding: mfd: "
` [PATCH 2/4] mfd: rt5120: Add Richtek "
` [PATCH 3/4] regulator: rt5120: Add PMIC regulator support
` [PATCH 4/4] input: misc: rt5120: Add power key support

RTT-PROBE: lore-subspace-rtt
 2022-06-07  5:50 UTC 

[kvalo-ath:master-pending] BUILD SUCCESS 532c0d89ff3f6cb86850e261ec502128a77f895a
 2022-06-07  5:47 UTC 

next/pending-fixes build: 185 builds: 4 failed, 181 passed, 7 errors, 4 warnings (v5.19-rc1-144-g9b6181f62e678)
 2022-06-07  5:47 UTC 

[PATCH 0/3]Adds status interface for zynqmp-fpga
 2022-06-07  5:41 UTC  (5+ messages)
` [PATCH 3/3] fpga: zynqmp-fpga: Adds status interface

Finding kernel RAM consumers ?
 2022-06-07  5:41 UTC  (8+ messages)

[PATCH 1/2] tty/vt: defkeymap.c_shipped, little unification with loadkeys
 2022-06-07  5:42 UTC  (4+ messages)
` [PATCH 2/2] tty/vt: Makefile, add --unicode for loadkeys invocation

[PATCH] doc/coding-style: Update URL to kernel coding style
 2022-06-07  5:41 UTC  (3+ messages)
`  "

RTT-PROBE: lore-subspace-rtt
 2022-06-07  5:40 UTC 

[linux-5.4 test] 170846: regressions - FAIL
 2022-06-07  5:39 UTC 

stable-rc/queue/5.10 baseline: 43 runs, 1 regressions (v5.10.120-446-gd5985cbae71ca)
 2022-06-07  5:38 UTC 

FAILED: patch "[PATCH] zonefs: Clear inode information flags on inode creation" failed to apply to 5.18-stable tree
 2022-06-07  5:36 UTC  (2+ messages)

FAILED: patch "[PATCH] zonefs: Fix management of open zones" failed to apply to 5.18-stable tree
 2022-06-07  5:36 UTC  (2+ messages)

[PATCH BlueZ 1/2] a2dp: disallow multiple SetConfiguration to same local SEP
 2022-06-07  5:33 UTC  (2+ messages)

[PATCH 0/1] fs: inotify: Add full paths option to inotify
 2022-06-07  5:31 UTC  (4+ messages)
` [PATCH 1/1] "

RTT-PROBE: lore-subspace-rtt
 2022-06-07  5:30 UTC 

[PATCH Resend] xen/netback: do some code cleanup
 2022-06-07  5:28 UTC 

[PATCH 0/5] Cleanup patches of vmalloc
 2022-06-07  5:27 UTC  (3+ messages)
` [PATCH 5/5] mm: ioremap: rename ioremap_page_range() to ioremap_range()

stable-rc/queue/4.14 baseline: 104 runs, 17 regressions (v4.14.282-137-g5a81100daa505)
 2022-06-07  5:23 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-07  5:20 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-06-07  5:09 UTC 

[PATCH] btrfs: correctly populate btrfs_super_block::log_root_transid
 2022-06-07  5:09 UTC 

[PATCH v6 0/9] xen: drop hypercall function tables
 2022-06-07  5:05 UTC  (5+ messages)

[PATCH v4 0/6] Introduce PRU remoteproc consumer API
 2022-06-07  5:03 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t 0/4] Add crc32 calculation on dg2 gpu
 2022-06-07  5:04 UTC  (5+ messages)
` [igt-dev] [PATCH i-g-t 1/4] lib/intel_reg: Add common MI_* macros to remove duplicates
` [igt-dev] [PATCH i-g-t 2/4] lib/igt_crc: Introduce common place for crc tables and functions
` [igt-dev] [PATCH i-g-t 3/4] lib/i915_crc: Introduce crc32 on gpu for DG2
` [igt-dev] [PATCH i-g-t 4/4] tests/api_intel_bb: Add crc32 checking test "

[PATCH v2] drivers: soc: atmel: Fix refcount leak in atmel_soc_device_init
 2022-06-07  5:01 UTC  (3+ messages)

[PATCH v2 0/5] Add Aspeed crypto driver for hardware acceleration
 2022-06-07  5:00 UTC  (5+ messages)
` [PATCH v2 5/5] crypto: aspeed: add HACE crypto driver

drivers/gpu/drm/ast/ast_dp.c:37:46: sparse: sparse: cast truncates bits from constant value (ffffffffffffff00 becomes 0)
 2022-06-07  5:01 UTC 

[PATCH] mt76: enable the VHT extended NSS BW feature
 2022-06-07  5:00 UTC 


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.