All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-06 12:48:18 to 2023-06-06 13:18:04 UTC [more...]

[PATCH v9 0/8] drm: Remove usage of deprecated DRM_* macros
 2023-06-06 13:07 UTC  (6+ messages)
` [PATCH v9 1/8] Revert "drm: mipi-dsi: Convert logging to drm_* functions."

[GIT PULL] ASoC fixes for v6.4-rc6
 2023-06-06 13:16 UTC  (2+ messages)

[EXTERNAL] [meta-arago] [kirkstone][PATCH] meta-arago-distro: Add branding for jailhouse build and recipe for jailhouse image
 2023-06-06 13:17 UTC 

[PATCH] x86/tdx: Explicitly include <linux/errno.h> in <asm/tdx.h>
 2023-06-06 13:10 UTC  (2+ messages)

[PATCH] serial: core: don't kfree device managed data
 2023-06-06 13:17 UTC  (4+ messages)

[PATCH] xen-block: fix segv on unrealize
 2023-06-06 13:16 UTC  (2+ messages)

[PATCH REPOST 0/2] signal: Avoid preempt_disable() in ptrace_stop() on PREEMPT_RT
 2023-06-06 13:16 UTC  (6+ messages)
` [PATCH REPOST 2/2] signal: Don't disable preemption "
        ` [PATCH 2/2 v2] "

[PATCH v1 1/1] pinctrl: cherryview: Return correct value if pin in push-pull mode
 2023-06-06 13:06 UTC  (3+ messages)

[PATCH v5 0/3] Enable IPQ9574 TSENS support
 2023-06-06 13:15 UTC  (3+ messages)
` [PATCH v5 2/3] arm64: dts: qcom: ipq9574: add tsens node

[PATCH v2 00/18] Add PASID support to SMMUv3 unmanaged domains
 2023-06-06 12:07 UTC  (2+ messages)
` [PATCH v2 05/18] iommu/arm-smmu-v3: Use the master-owned s1_cfg

[PATCH RFC v2 0/6] media: v4l2-ctrls: add controls for complex lens controller devices
 2023-06-06 13:15 UTC  (4+ messages)
` [PATCH RFC v2 2/6] media: v4l2-ctrls: clarify documentation of V4L2_CID_FOCUS_RELATIVE

[PATCH] bcache: don't allocate full_dirty_stripes and stripe_sectors_dirty for flash device
 2023-06-06 13:15 UTC  (3+ messages)
`  "

[PATCH v2] platform/x86: int3472: Evaluate device's _DSM method to control imaging clock
 2023-06-06 13:13 UTC  (4+ messages)

[PATCH iproute2-next v3 00/12] Introduce new dcb-rewr subcommand
 2023-06-06 13:14 UTC  (7+ messages)
` [PATCH iproute2-next v3 06/12] dcb: app: modify dcb_app_table_remove_replaced() for dcb-rewr reuse
` [PATCH iproute2-next v3 07/12] dcb: app: expose functions required by dcb-rewr
` [PATCH iproute2-next v3 09/12] dcb: rewr: add symbol for max DSCP value

[PATCH v2 00/12] multiblock allocator improvements
 2023-06-06 13:13 UTC  (3+ messages)
` [PATCH v2 04/12] ext4: Convert mballoc cr (criteria) to enum

cip/linux-6.1.y-cip baseline-nfs: 58 runs, 3 regressions (v6.1.26-1320-gc38e4a9845945)
 2023-06-06 13:14 UTC 

[PATCH v1 0/5] Landlock support for UML
 2023-06-06 13:12 UTC  (3+ messages)
` [PATCH v1 1/5] hostfs: Fix ephemeral inodes

[PATCH 0/2] allwinner-a10: Fix interrupt controller regression
 2023-06-06 13:13 UTC  (5+ messages)
` [PATCH 2/2] hw/sd/allwinner-sdhost: Don't send non-boolean IRQ line levels

[PATCH net] net: sched: act_police: fix sparse errors in tcf_police_dump()
 2023-06-06 13:13 UTC 

[PATCH 00/16] target/riscv, KVM: fixes and enhancements
 2023-06-06 13:13 UTC  (3+ messages)
` [PATCH 02/16] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set

[PATCH 1/2] arm64: tegra: Enable USB device for Jetson AGX Orin
 2023-06-06 13:12 UTC  (2+ messages)

[PATCH] doc: build manpages as well as html output
 2023-06-06 13:12 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/4] Follow-up "Fix excessive CPU usage during compaction"
 2023-06-06 13:11 UTC  (9+ messages)
` [PATCH 3/4] mm: compaction: Update pageblock skip when first migration candidate is not at the start

[PATCH] poky: Enable spdx manifests by default
 2023-06-06 13:12 UTC 

[PATCH v3 0/3] shmemfs stable directory offsets
 2023-06-06 13:11 UTC  (4+ messages)
` [PATCH v3 1/3] libfs: Add directory operations for stable offsets
` [PATCH v3 2/3] shmem: Refactor shmem_symlink()
` [PATCH v3 3/3] shmem: stable directory offsets

[PATCH] sched: use kmem_cache_zalloc() to zero allocated tg
 2023-06-06 13:10 UTC 

[PATCH net-next v3 00/10] crypto, splice, net: Make AF_ALG handle sendmsg(MSG_SPLICE_PAGES)
 2023-06-06 13:08 UTC  (11+ messages)
` [PATCH net-next v3 01/10] Drop the netfs_ prefix from netfs_extract_iter_to_sg()
` [PATCH net-next v3 02/10] Fix a couple of spelling mistakes
` [PATCH net-next v3 03/10] Wrap lines at 80
` [PATCH net-next v3 04/10] Move netfs_extract_iter_to_sg() to lib/scatterlist.c
` [PATCH net-next v3 05/10] crypto: af_alg: Pin pages rather than ref'ing if appropriate
` [PATCH net-next v3 06/10] crypto: af_alg: Use extract_iter_to_sg() to create scatterlists
` [PATCH net-next v3 07/10] crypto: af_alg: Indent the loop in af_alg_sendmsg()
` [PATCH net-next v3 08/10] crypto: af_alg: Support MSG_SPLICE_PAGES
` [PATCH net-next v3 09/10] crypto: af_alg: Convert af_alg_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v3 10/10] crypto: af_alg/hash: Support MSG_SPLICE_PAGES

[PATCH v2] drm/amd/display: Fix guarding of 'if (dc->debug.visual_confirm)'
 2023-06-06 13:11 UTC 

[PATCH 1/2] sstatesig: Drop SPDX special casing
 2023-06-06 13:10 UTC  (2+ messages)
` [PATCH 2/2] packagegroup: Handle SPDX signature issues

[virtio-comment] [PATCH v2 00/11] Introduce Virtio Over Fabrics
 2023-06-06 13:09 UTC  (7+ messages)
` [virtio-comment] [PATCH v2 04/11] transport-fabrics: introduce Stream Transmission
    `  "
        `  "

[PATCH] Documentation: Clarify usage of memory limits
 2023-06-06 13:09 UTC  (3+ messages)

PROBLEM: skew message does not handle negative ns skew
 2023-06-06 13:09 UTC  (4+ messages)

[PATCH 00/32] Add parents to struct pmu -> dev
 2023-06-06 13:06 UTC  (9+ messages)
` [PATCH 01/32] perf: Allow a PMU to have a parent

[PATCH v1 1/2] pinctrl: moorefield: Fix open-drain pin mode configuration
 2023-06-06 13:08 UTC  (3+ messages)

[PATCH 00/14] wifi: work cleanups part 1
 2023-06-06 13:08 UTC  (16+ messages)
` [PATCH 01/14] wifi: cfg80211: hold wiphy lock in auto-disconnect
` [PATCH 02/14] wifi: cfg80211: hold wiphy lock in pmsr work
` [PATCH 03/14] wifi: cfg80211: move wowlan disable under locks
` [PATCH 04/14] wifi: cfg80211: wext: hold wiphy lock in siwgenie
` [PATCH 05/14] wifi: cfg80211: hold wiphy lock when sending wiphy
` [PATCH 06/14] wifi: cfg80211: add a work abstraction with special semantics
` [PATCH 07/14] wifi: mac80211: use wiphy work for sdata->work
` [PATCH 08/14] wifi: mac80211: unregister netdevs through cfg80211
` [PATCH 09/14] wifi: mac80211: use wiphy work for SMPS
` [PATCH 10/14] wifi: mac80211: use wiphy work for channel switch
` [PATCH 11/14] wifi: mac80211: ibss: move disconnect to wiphy work
` [PATCH 12/14] wifi: mac80211: mlme: move disconnects "
` [PATCH 13/14] wifi: cfg80211: move sched scan stop "
` [PATCH 14/14] wifi: cfg80211: move scan done work "

[PATCH] ci: fix build for Arm cross compilation in GHA
 2023-06-06 13:09 UTC  (4+ messages)

[PATCH 0/7] arm64: dts: ti: Add additional secproxy instances
 2023-06-06 13:08 UTC  (6+ messages)
` [PATCH 4/7] arm64: dts: ti: k3-j7200-mcu: Add mcu_secproxy

[PATCH v1 1/2] pinctrl: merrifield: Fix open-drain pin mode configuration
 2023-06-06 13:07 UTC  (3+ messages)

[PATCH 0/6] arm64: dts: ti: k3-j721s2: Mux fixups and eeprom misc
 2023-06-06 13:07 UTC  (3+ messages)

[PATCH v5 0/3] pinctrl: tegra: Add Tegra234 pinmux driver
 2023-06-06 13:07 UTC  (2+ messages)

[PATCH] cgroup-v1: tweak the output format of cgroupstats
 2023-06-06 13:06 UTC  (2+ messages)

[PATCH v3 0/3] Add SCMI v3.2 Powercap disable support
 2023-06-06 13:07 UTC  (3+ messages)

[PATCH 2/2] dt-bindings: updated max-link-speed for newer generations
 2023-06-06 12:21 UTC 

[PATCH v13 00/10] fuse: Add support for passthrough read/write
 2023-06-06 13:06 UTC  (9+ messages)
` [PATCH v13 10/10] fuse: setup a passthrough fd without a permanent backing id
  ` Fwd: "
    ` [fuse-devel] "

[GIT PULL] SPI fixes for v6.4-rc5
 2023-06-06 13:06 UTC 

[PATCH v2 0/3] arm64: tegra: Support Jetson Orin Nano Developer Kit
 2023-06-06 13:06 UTC  (5+ messages)
` (subset) "

[PATCH v4 00/11] Add support to configure TPDM DSB subunit
 2023-06-06 12:45 UTC  (4+ messages)
` [PATCH v4 11/11] coresight-tpdm: Add nodes for dsb msr support

[PATCH] maintainers: update for Reorder
 2023-06-06 13:06 UTC  (3+ messages)

cip-gitlab/ci/pavel/linux-test baseline: 99 runs, 19 regressions (v6.1.26-1320-g1ddf4b637f785)
 2023-06-06 13:05 UTC 

cip-gitlab/ci/pavel/linux-test baseline-nfs: 41 runs, 11 regressions (v6.1.26-1320-g1ddf4b637f785)
 2023-06-06 13:05 UTC 

[PATCH kvmtool v2 00/17] Fix vhost-net, scsi and vsock
 2023-06-06 13:04 UTC  (18+ messages)
` [PATCH kvmtool v2 01/17] virtio: Factor vhost initialization
` [PATCH kvmtool v2 02/17] virtio/vhost: Factor vring operation
` [PATCH kvmtool v2 03/17] virtio/vhost: Factor notify_vq_eventfd()
` [PATCH kvmtool v2 04/17] virtio/vhost: Factor notify_vq_gsi()
` [PATCH kvmtool v2 05/17] virtio/scsi: Move VHOST_SCSI_SET_ENDPOINT to device start
` [PATCH kvmtool v2 06/17] virtio/scsi: Fix and simplify command-line
` [PATCH kvmtool v2 07/17] disk/core: Fix segfault on exit with SCSI
` [PATCH kvmtool v2 08/17] virtio/scsi: Initialize max_target
` [PATCH kvmtool v2 09/17] virtio/scsi: Fix feature selection
` [PATCH kvmtool v2 10/17] virtio/vsock: "
` [PATCH kvmtool v2 11/17] virtio/net: "
` [PATCH kvmtool v2 12/17] virtio: Document how to test the devices
` [PATCH kvmtool v2 13/17] virtio: Fix messages about missing Linux config
` [PATCH kvmtool v2 14/17] virtio/net: Warn about enabling multiqueue with vhost
` [PATCH kvmtool v2 15/17] Factor epoll thread
` [PATCH kvmtool v2 16/17] virtio/vhost: Support line interrupt signaling
` [PATCH kvmtool v2 17/17] virtio/vhost: Clear VIRTIO_F_ACCESS_PLATFORM

[PATCH v3] i2c: Add i2c_get_match_data()
 2023-06-06 13:05 UTC 

[PATCH] maintainers: update ENA PMD maintainers list
 2023-06-06 13:05 UTC  (6+ messages)

[PATCH] drm/amdkfd: potential error pointer dereference in ioctl
 2023-06-06  8:34 UTC 

[PATCH] drm/amd/pm: Fix memory some memory corruption
 2023-06-06  8:33 UTC 

[PATCH] riscv: Fix kfence now that the linear mapping can be backed by PUD/P4D/PGD
 2023-06-06 13:04 UTC  (2+ messages)

[PATCH 0/5] mm: compaction: cleanups & simplifications
 2023-06-06 13:04 UTC  (8+ messages)
` [PATCH 2/5] mm: compaction: simplify should_compact_retry()
` [PATCH 6/5] mm: compaction: have compaction_suitable() return bool

renesas/next baseline-nfs: 113 runs, 25 regressions (renesas-next-2023-06-06-v6.4-rc1)
 2023-06-06 13:04 UTC 

[PATCH] mmc: block: ensure error propagation for non-blk
 2023-06-06 13:05 UTC  (4+ messages)

renesas/next baseline: 321 runs, 45 regressions (renesas-next-2023-06-06-v6.4-rc1)
 2023-06-06 13:04 UTC 

[PATCH] sched/fair: remove cfs_bandwidth_used() when !CONFIG_CFS_BANDWIDTH
 2023-06-06 13:04 UTC 

[PATCH net-next v1 1/1] mac_pton: Clean up the header inclusions
 2023-06-06 13:04 UTC  (4+ messages)

[PATCH 00/19] cxl: Device memory setup
 2023-06-06 13:04 UTC  (3+ messages)
` [PATCH 08/19] cxl/port: Enumerate flit mode capability

[PATCH v3] dt-bindings: gpio: Remove FSI domain ports on Tegra234
 2023-06-06 13:03 UTC  (3+ messages)

[RESEND PATCH] dma-remap: Use kvmalloc_array/kvfree for larger dma memory remap
 2023-06-06 12:47 UTC 

[PATCH net-next v1 1/1] ieee802154: ca8210: Remove stray gpiod_unexport() call
 2023-06-06 13:03 UTC  (6+ messages)

[bug report] WARNING: CPU: 23 PID: 35995 at lib/refcount.c:28 refcount_warn_saturate+0xba/0x110
 2023-06-06 13:02 UTC  (2+ messages)

[PATCH v1 1/1] swiotlb: remove unused field "used" from struct io_tlb_mem
 2023-06-06 12:46 UTC 

[PATCH] arm64: dts: mediatek: mt8192: Fix CPUs capacity-dmips-mhz
 2023-06-06 13:00 UTC  (5+ messages)

[PATCHv8 0/5] iomap: Add support for per-block dirty state to improve write performance
 2023-06-06 13:00 UTC  (2+ messages)

[PATCH 0/3] Add MHI Endpoint network driver
 2023-06-06 12:59 UTC  (2+ messages)

[RFC PATCH 0/6] add support for CDX bus
 2023-06-06 13:00 UTC  (4+ messages)
` [PATCH v7 0/4] Support AMD "
  ` [PATCH v7 1/4] bus/cdx: introduce "

[PATCH] vhost-vdpa: filter VIRTIO_F_RING_PACKED feature
 2023-06-06 12:58 UTC  (10+ messages)

撤回: [RESEND PATCH] dma-remap: Use kvmalloc_array/kvfree for larger dma memory remap
 2023-06-06 12:58 UTC 

[PATCH v1] meson saradc: fix clock divider mask length
 2023-06-06 12:53 UTC  (11+ messages)

[Intel-xe] [PATCH 0/3] drm/xe: Add sysfs entry for tile and relate it to GTs
 2023-06-06 12:58 UTC  (10+ messages)
` [Intel-xe] [PATCH 1/3] drm/xe: Add sysfs entry per tile
` [Intel-xe] [PATCH 3/3] drm/xe: Add sysfs entry to report per tile memory size

[PATCH V2 0/2] Add support for GPIO based leds and buttons
 2023-06-06 12:57 UTC  (4+ messages)
` [PATCH V2 1/2] arm64: dts: qcom: ipq5332: enable GPIO based LEDs and Buttons

[PATCH V2 0/2] arm64: dts: imx8mn/imx8mm-beacon: Add HDMI
 2023-06-06 12:57 UTC  (5+ messages)
` [PATCH V2 1/2] arm64: dts: imx8mn-beacon: Add HDMI video with sound

[GIT PULL] firmware: arm_ffa: Fix for v6.4(part 2)
 2023-06-06 12:57 UTC  (2+ messages)

[PATCH] virtio-net: correctly report maximum tx_queue_size value
 2023-06-06 12:56 UTC  (2+ messages)

[PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-06-02 (iavf)
 2023-06-06 12:54 UTC  (6+ messages)
` [PATCH net-next 1/3] iavf: add check for current MAC address in set_mac callback

Porting barebox to a new SoC
 2023-06-06 12:54 UTC  (16+ messages)
` [PATCH v2] "

[PATCH 1/2] regulator: act8945a: rely on hardware for operating mode
 2023-06-06 12:56 UTC  (8+ messages)

[GIT PULL] gfs2 fix
 2023-06-06 12:55 UTC  (3+ messages)
  ` [Cluster-devel] "

[PATCH] firmware: arm_ffa: Set handle field to zero in memory descriptor
 2023-06-06 12:55 UTC  (2+ messages)

[LTP] [PATCH] df01.sh: put output file to tmp dir
 2023-06-06 12:55 UTC  (2+ messages)

[RFC v1 0/4] Expose GPU memory as coherently CPU accessible
 2023-06-06 12:54 UTC  (3+ messages)
` [RFC v1 4/4] qemu: adjust queried bar size to power-of-2

[Question] integer overflow in function __qdisc_calculate_pkt_len()
 2023-06-06 12:54 UTC  (3+ messages)

[PATCH 1/3] dt-bindings: remoteproc: qcom,msm8996-mss-pil: Add SDM660 compatible
 2023-06-06 12:54 UTC  (5+ messages)
` [PATCH 2/3] remoteproc: qcom: q6v5-mss: Add support for SDM630/636/660
` [PATCH 3/3] arm64: dts: qcom: sdm630: Add support for modem remoteproc

[PATCH nf-next] netfilter: snat: evict closing tcp entries on reply tuple collision
 2023-06-06 12:54 UTC 

[Intel-gfx] [PATCH v16 0/1] drm/i915: Allow user to set cache at BO creation
 2023-06-06 12:54 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[Intel-xe] [RFC PATCH 0/6] Add HWMON support for DGFX
 2023-06-06 12:54 UTC  (6+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "

[bluetooth-next:master] BUILD SUCCESS 817efd3cad7481ce2ee25fac5108afecbad56228
 2023-06-06 12:52 UTC 

[song-md:md-next] BUILD SUCCESS 8404706db6fa00b1bb2f8f6d276b33eed68b7ab8
 2023-06-06 12:53 UTC 

[PATCH] target/riscv: Smepmp: Return error when access permission not allowed in PMP
 2023-06-06 12:53 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v3 bpf-next 00/22] xsk: multi-buffer support
 2023-06-06 12:52 UTC  (6+ messages)
` [PATCH v3 bpf-next 13/22] xsk: report zero-copy multi-buffer capability via xdp_features

[tj-cgroup:for-next] BUILD SUCCESS f32b14ba70a963d7199f0dad9fa48514e1246a07
 2023-06-06 12:52 UTC 

[PATCH 0/3] ARM: i.MX8MM: add Phytec i.MX8 SoM support
 2023-06-06 12:51 UTC  (3+ messages)
` [PATCH 2/3] common: board: phytec: import SoM detection for imx8m based SoM from u-boot

[PATCH] accel/ivpu: Reserve all non-command bo's using DMA_RESV_USAGE_BOOKKEEP
 2023-06-06 12:52 UTC  (2+ messages)

[PATCH v13 00/24] Drivers for Gunyah hypervisor
 2023-06-06 12:51 UTC  (7+ messages)
` [PATCH v13 07/24] gunyah: rsc_mgr: Add VM lifecycle RPC
` [PATCH v13 08/24] gunyah: vm_mgr: Introduce basic VM Manager

[PATCH net-next 0/2] Followup fixes for the dwmac and altera lynx conversion
 2023-06-06 12:50 UTC  (10+ messages)
` [PATCH net-next 1/2] net: stmmac: Add PCS_LYNX as a dependency for the whole driver

[PATCH] hw/acpi: Fix PM control register access
 2023-06-06 12:50 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v2 00/12] net: intel: start The Great Code Dedup + Page Pool for iavf
 2023-06-06 12:47 UTC  (11+ messages)
` [Intel-wired-lan] [PATCH net-next v2 03/12] iavf: optimize Rx buffer allocation a bunch

Help to boot QEMU ARM64 UEFI
 2023-06-06 12:49 UTC  (7+ messages)

[PATCH] amd: disable C6 after 1000 days on Fam17h models 30-3fh
 2023-06-06 12:47 UTC  (3+ messages)

[PATCH] certs/extract-cert: Fix checkpatch issues
 2023-06-06 12:47 UTC  (5+ messages)
` [PATCH v2] "

[Intel-wired-lan] [Patch] net/e1000: Fix extern warnings
 2023-06-06 12:47 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.