All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-30 09:37:55 to 2023-11-30 10:20:35 UTC [more...]

[PATCH v2 0/2] Add support for LTC4282
 2023-11-30 10:20 UTC  (6+ messages)
` [PATCH v2 2/2] hwmon: ltc4282: add support for the LTC4282 chip

[PATCH v2 0/6] net: ravb: Fixes for the ravb driver
 2023-11-30 10:20 UTC  (2+ messages)

[PATCH v10 1/3] serial: samsung: Replace rd_regb/wr_regb with rd_reg/wr_reg
 2023-11-30 10:19 UTC  (4+ messages)
  ` [PATCH v10 3/3] tty: samsung_tty: 32-bit access for TX/RX hold registers

[PATCH v5 0/8] arm64: dts: qcom: Introduce SM8650 platforms device tree
 2023-11-30 10:20 UTC  (9+ messages)
` [PATCH v5 1/8] dt-bindings: arm: qcom: document SM8650 and the reference boards
` [PATCH v5 2/8] arm64: dts: qcom: add initial SM8650 dtsi
` [PATCH v5 3/8] arm64: dts: qcom: pm8550ve: make PMK8550VE SID configurable
` [PATCH v5 4/8] arm64: dts: qcom: sm8650: add initial SM8650 MTP dts
` [PATCH v5 5/8] arm64: dts: qcom: sm8650: add initial SM8650 QRD dts
` [PATCH v5 6/8] arm64: dts: qcom: sm8650: add interconnect dependent device nodes
` [PATCH v5 7/8] arm64: dts: qcom: sm8650-mtp: "
` [PATCH v5 8/8] arm64: dts: qcom: sm8650-qrd: "

[PATCH v4 0/6] i3c: master: some improvment for i3c master
 2023-11-30 10:19 UTC  (13+ messages)
` [PATCH v4 1/6] i3c: master: add enable(disable) hot join in sys entry
` [PATCH v4 2/6] i3c: master: svc: add hot join support
` [PATCH v4 3/6] i3c: add actual_len in i3c_priv_xfer
` [PATCH v4 5/6] i3c: master: svc return actual transfer data len
` [PATCH v4 6/6] i3c: add API i3c_dev_gettstatus_format1() to get target device status

[Intel-xe] [PATCH V2] drm/xe/xe2: Add workaround 16020292621
 2023-11-30 10:12 UTC  (3+ messages)

[Intel-gfx] [RFC] drm: enable W=1 warnings by default across the subsystem
 2023-11-30 10:19 UTC  (15+ messages)
        `  "

[PATCH 0/3] media: rkisp1: Misc fixes and debug
 2023-11-30 10:18 UTC  (12+ messages)
` [PATCH 2/3] media: rkisp1: debug: Add register dump for IS

[PATCH 00/24] pack-objects: multi-pack verbatim reuse
 2023-11-30 10:18 UTC  (14+ messages)
` [PATCH 01/24] pack-objects: free packing_data in more places
` [PATCH 02/24] pack-bitmap-write: deep-clear the `bb_commit` slab
` [PATCH 04/24] midx: factor out `fill_pack_info()`
` [PATCH 05/24] midx: implement `DISP` chunk
` [PATCH 07/24] midx: implement `--retain-disjoint` mode
` [PATCH 08/24] pack-objects: implement `--ignore-disjoint` mode

[android-common:android14-6.1 1/2] kernel/sched/pelt.c: trace/hooks/sched.h is included more than once
 2023-11-30 10:18 UTC 

[RFC 2/3] ext2: Convert ext2 regular file buffered I/O to use iomap
 2023-11-30 10:18 UTC  (3+ messages)

[PATCH 0/7] ASoC: Intel: Soundwire related board and match updates
 2023-11-30 10:15 UTC  (9+ messages)
` [PATCH 6/7] ASoC: Intel: soc-acpi-intel-tgl-match: add cs42l43 and cs56l56 support

[PATCH vhost v13 00/12] virtio core prepares for AF_XDP
 2023-11-30 10:15 UTC  (6+ messages)
` [PATCH vhost v13 11/12] virtio_ring: introduce dma sync api for virtqueue

NFSv4.2: How to deallocate a range of bytes in a file, aka "punch a hole"?
 2023-11-30 10:18 UTC 

[PATCH 0/4] kdump: crashkernel reservation from CMA
 2023-11-30 10:16 UTC  (10+ messages)

[PATCH] x86/DMI: adjustments to comply with Misra C:2012 Rule 9.3
 2023-11-30 10:14 UTC  (3+ messages)

[RFC PATCH v3 00/21] mm/zsmalloc: Split zsdesc from struct page
 2023-11-30 10:12 UTC  (22+ messages)
` [RFC PATCH v3 01/21] mm/zsmalloc: create new struct zsdesc
` [RFC PATCH v3 02/21] mm/zsmalloc: add utility functions for zsdesc
` [RFC PATCH v3 03/21] mm/zsmalloc: replace first_page to first_zsdesc in struct zspage
` [RFC PATCH v3 04/21] mm/zsmalloc: add alternatives of frequently used helper functions
` [RFC PATCH v3 05/21] mm/zsmalloc: convert {try,}lock_zspage() to use zsdesc
` [RFC PATCH v3 06/21] mm/zsmalloc: convert __zs_{map,unmap}_object() "
` [RFC PATCH v3 07/21] mm/zsmalloc: convert obj_to_location() and its users "
` [RFC PATCH v3 08/21] mm/zsmalloc: convert obj_malloc() "
` [RFC PATCH v3 09/21] mm/zsmalloc: convert create_page_chain() and its users "
` [RFC PATCH v3 10/21] mm/zsmalloc: convert obj_allocated() and related helpers "
` [RFC PATCH v3 11/21] mm/zsmalloc: convert init_zspage() "
` [RFC PATCH v3 12/21] mm/zsmalloc: convert obj_to_page() and zs_free() "
` [RFC PATCH v3 13/21] mm/zsmalloc: convert reset_page() to reset_zsdesc()
` [RFC PATCH v3 14/21] mm/zsmalloc: convert zs_page_{isolate,migrate,putback} to use zsdesc
` [RFC PATCH v3 15/21] mm/zsmalloc: convert __free_zspage() "
` [RFC PATCH v3 16/21] mm/zsmalloc: convert location_to_obj() "
` [RFC PATCH v3 17/21] mm/zsmalloc: convert migrate_zspage() "
` [RFC PATCH v3 18/21] mm/zsmalloc: convert get_zspage() to take zsdesc
` [RFC PATCH v3 19/21] mm/zsmalloc: convert SetZsPageMovable() to use zsdesc
` [RFC PATCH v3 20/21] mm/zsmalloc: remove now unused helper functions
` [RFC PATCH v3 21/21] mm/zsmalloc: convert {get,set}_first_obj_offset() to use zsdesc

[ANNOUNCE] 6.1.59-rt16
 2023-11-30 10:13 UTC  (2+ messages)

[RFC v2 0/7] Add persistence to NVMe ZNS emulation
 2023-11-30 10:12 UTC  (6+ messages)
` [RFC v2 1/7] docs/qcow2: add zd_extension_size option to the zoned format feature
` [RFC v2 2/7] qcow2: add zd_extension configurations to zoned metadata

[LTP] [PATCH 0/6 v2] fanotify: Make feature tests operate against tested path
 2023-11-30 10:12 UTC  (9+ messages)
` [LTP] [PATCH v2 1/7] fanotify: Generalize helper fanotify_flags_supported_on_fs()
` [LTP] [PATCH v2 2/7] fanotify: Print more details on error from fanotify_flags_supported_on_fs()
` [LTP] [PATCH v2 3/7] fanotify: Provide fanotify_mark_supported_on_fs()
` [LTP] [PATCH v2 4/7] fanotify: Switch event and mark tests to *_on_fs() variant
` [LTP] [PATCH v2 6/7] fanotify: Convert remaining init_flags tests to be performed on target fs
` [LTP] [PATCH v2 7/7] fanotify: Convert permission events feature check to be performed on fs

[PATCH] blockcommit: Reopen base image as RO after abort
 2023-11-30 10:11 UTC 

[igt-dev] [PATCH] runner: fix include subtest runtimes inside json
 2023-11-30 10:11 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for "

[kirkstone][PATCH 0/2] Failure for rust-cross for arm(v5)
 2023-11-30 10:08 UTC  (3+ messages)
` [kirkstone][PATCH 1/2] rust-cross/rust-common: Merge arm target handling code to fix cross-canadian
` [kirkstone][PATCH 2/2] rust-cross: Simplfy the rust_gen_target calls

[igt-dev] [PATCH v4 i-g-t 0/2] add create-big-vram subtest
 2023-11-30 10:11 UTC  (6+ messages)
` [igt-dev] [PATCH v4 i-g-t 2/2] tests/intel/xe_create: "

next/pending-fixes baseline: 93 runs, 3 regressions (v6.7-rc3-291-g1867b4f140ac1)
 2023-11-30 10:11 UTC 

[PATCH 1/2] arm64: dts: qcom: sm8450: correct TX Soundwire clock
 2023-11-30 10:11 UTC  (7+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8550: "

[PATCH v4 0/3] arm64: qcom: sa8775p: add cache coherency support for SA8775P
 2023-11-30 10:09 UTC  (4+ messages)
` [PATCH v4 1/3] PCI: qcom: Enable cache coherency for SA8775P RC

[PATCH 0/2] Avert possible deadlock with splice() and fanotify
 2023-11-30 10:09 UTC  (5+ messages)
` [PATCH 1/2] fs: fork do_splice_copy_file_range() from do_splice_direct()

[PATCH v4 00/10] Follow-up static shared memory PART I
 2023-11-30 10:08 UTC  (4+ messages)

[PATCH bpf-next v4 0/3] Relax tracing prog recursive attach rules
 2023-11-30 10:08 UTC  (4+ messages)
` [PATCH bpf-next v4 1/3] bpf: "

[PATCH RFC 0/3] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2023-11-30 10:07 UTC  (8+ messages)
` [PATCH RFC 2/3] perf/x86/intel/pt: Add support for pause_resume()

[PATCH V4 vfio 0/9] Introduce a vfio driver over virtio devices
 2023-11-30 10:07 UTC  (4+ messages)
` [PATCH V4 vfio 4/9] virtio-pci: Introduce admin commands

[PATCH -next] media: chips-media: VIDEO_WAVE_VPU should depend on ARCH_K3
 2023-11-30 10:07 UTC  (3+ messages)

[RFC XEN PATCH v2 0/3] Support device passthrough when dom0 is PVH on Xen
 2023-11-30 10:06 UTC  (11+ messages)
` [RFC XEN PATCH v2 2/3] x86/pvh: Open PHYSDEVOP_map_pirq for PVH dom0
` [RFC XEN PATCH v2 3/3] tools: Add new function to get gsi from irq

[PATCH v4 0/3] LoongArch: KVM: Remove SW timer switch when vcpu is halt polling
 2023-11-30 10:06 UTC  (2+ messages)

[PATCH v2 0/2] drm/bridge: panel: Check device dependency before managing device link
 2023-11-30 10:05 UTC  (8+ messages)

[virtio-comment] [virtio-dev] [PATCH V6 0/2] virtio-spi: add virtual SPI controller
 2023-11-30 10:04 UTC  (4+ messages)
` [virtio-comment] [virtio-dev] [PATCH V6 1/2] content: Rename SPI master to "
  `  "
    ` [virtio-comment] "

[PATCH] version: 24.03-rc0
 2023-11-30 10:05 UTC  (6+ messages)

[PATCH v2 0/3] Initial RTD1319 SoC and Realtek PymParticle EVB support
 2023-11-30 10:05 UTC  (2+ messages)

[PATCH v1] PCI: Add PCIE_CONFIG_REQUEST_WAIT_MS waiting time value
 2023-11-30 10:03 UTC  (2+ messages)

[PATCH] arm64: zynqmp: Add missing destination mailbox compatible
 2023-11-30 10:02 UTC  (4+ messages)

[PATCH 0/2] app/testpmd: support set RSS hash algorithm
 2023-11-30 10:01 UTC  (3+ messages)

[PATCH 09/15] fold the call of retain_dentry() into fast_dput()
 2023-11-30 10:00 UTC  (11+ messages)
      ` lockless case of retain_dentry() (was Re: [PATCH 09/15] fold the call of retain_dentry() into fast_dput())

[PATCH 00/10] ASoC: Convert Cirrus codecs to GPIO descriptors
 2023-11-30  9:58 UTC  (3+ messages)

[PATCH 0/2] arm64: zynqmp: Align fixed-clock nodes for kv260
 2023-11-30  9:59 UTC  (6+ messages)
` [PATCH 1/2] arm64: zynqmp: Move fixed clock to / "
` [PATCH 2/2] arm64: zynqmp: Fix clock node name in kv260 cards

drivers/crypto/starfive/jh7110-rsa.c:66:2-17: WARNING: NULL check before some freeing functions is not needed
 2023-11-30  9:58 UTC 

[PATCH v2] xen/arm: Move static event channel feature to a separate module
 2023-11-30  9:57 UTC 

[PATCH 1/1] i2c: imx: Make SDA actually optional for bus recovering
 2023-11-30  9:57 UTC  (2+ messages)

[PATCH v1 0/3] introduce priority-based shutdown support
 2023-11-30  9:57 UTC  (2+ messages)

[PATCH v4 0/2] Change the sg2042 timer layout to fit aclint format
 2023-11-30  9:57 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: timer: thead,c900-aclint-mtimer: separate mtime and mtimecmp regs

[GIT PULL] EFI fix for v6.7 (#1)
 2023-11-30  9:57 UTC 

[PATCH v2] ext4: Fix warning in ext4_dio_write_end_io()
 2023-11-30  9:56 UTC 

[PATCH v5 0/3] convert write_threads, write_version and write_ports to netlink commands
 2023-11-30  9:57 UTC  (7+ messages)
` [PATCH v5 2/3] NFSD: convert write_version to netlink command
` [PATCH v5 3/3] NFSD: convert write_ports "

[PATCH] net/mlx5e: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_list()
 2023-11-30  9:46 UTC 

[PATCH 4/8] crypto: skcipher - Add lskcipher
 2023-11-30  9:56 UTC  (15+ messages)
                ` [PATCH 0/4] crypto: Fix chaining support for stream ciphers (arc4 only for now)
                  ` [v2 PATCH "
                    ` [v2 PATCH 1/4] crypto: skcipher - Add internal state support
                    ` [v2 PATCH 2/4] crypto: skcipher - Make use of internal state
                    ` [v2 PATCH 3/4] crypto: arc4 - Add "
                    ` [v2 PATCH 4/4] crypto: algif_skcipher - Fix stream cipher chaining

[PATCH v3] net: stmmac: fix FPE events losing
 2023-11-30  9:55 UTC  (3+ messages)

[PATCH] ext4: Fix warning in ext4_dio_write_end_io()
 2023-11-30  9:55 UTC  (3+ messages)

[PATCH] docs: admin-guide: remove obsolete advice related to SLAB allocator
 2023-11-30  9:55 UTC 

[PATCH v2 0/3] Add missing port pins for RZ/Five SoC
 2023-11-30  9:54 UTC  (6+ messages)

[PATCH 0/6] SM8450 / SM8550 Adreno
 2023-11-30  9:54 UTC  (13+ messages)
` [PATCH 2/6] arm64: dts: qcom: sm8450: Add GPU nodes
` [PATCH 4/6] arm64: dts: qcom: sm8550-qrd: Enable the A740 GPU
` [PATCH 5/6] arm64: dts: qcom: sm8550-mtp: "
` [PATCH 6/6] arm64: dts: qcom: sm8450-hdk: Enable the A730 GPU

[PATCH] pcie_sriov: Remove g_new assertion
 2023-11-30  9:52 UTC  (3+ messages)

[PATCH v2] firmware: stratix10-rsu: correctly report unsupported DCMF commands
 2023-11-30  9:53 UTC 

[PATCH -next 1/2] media: chips-media: wave5: Remove unneeded semicolon
 2023-11-30  9:53 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libusb-compat: fix hash
 2023-11-30  8:33 UTC 

[PATCH] serial/8250: Set fifo timeout with uart_fifo_timeout()
 2023-11-30  9:52 UTC  (5+ messages)

[PATCH v2 net-next 0/2] add multi-buff support for xdp running in generic mode
 2023-11-30  9:52 UTC  (3+ messages)
` [PATCH v2 net-next 1/2] xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generic_xdp

[PATCH 0/2] arm64: dts: imx8mp: Add support for the ISPs
 2023-11-30  9:51 UTC  (5+ messages)
` [PATCH 2/2] arm64: dts: imx8mp: Add overlays for ISP instances

[PATCH] soc: qcom: add ADSP PDCharger ULOG driver
 2023-11-30  9:51 UTC  (2+ messages)

[PATCH -next] media: chips-media: Remove surplus dev_err() when using platform_get_irq()
 2023-11-30  9:49 UTC  (2+ messages)

[PATCH] drm/amdgpu: Add a new module param to disable d3cold
 2023-11-30  9:46 UTC  (3+ messages)

[LTP] [PATCH v2] Migrating the libhugetlbfs/testcases/truncate_above_4GB.c test
 2023-11-30  9:03 UTC  (2+ messages)

[PATCH v4 00/11] media: rkisp1: Add support for i.MX8MP
 2023-11-30  9:45 UTC  (4+ messages)

rootfs.py generates wrong ld.so.cache in case of usrmerge distro feature
 2023-11-30  9:45 UTC  (3+ messages)

[PATCH] platform/mellanox: mlxreg-lc: Check before variable dereferenced
 2023-11-30  9:44 UTC 

[GIT PULL] virtio: features
 2023-11-30  9:44 UTC  (6+ messages)

[PATCH] platform/mellanox: Add a null pointer check in mlxbf_pmc_create_groups
 2023-11-30  9:43 UTC  (2+ messages)

[PATCH] sched/cputime: exclude ktimer threads in irqtime_account_irq
 2023-11-30  9:41 UTC  (2+ messages)
` [PATCH v2] sched/cputime: exclude ktimers "

[nanbield][PATCH 1/3] python3-urllib3: Upgrade to 2.0.7
 2023-11-30  9:22 UTC  (3+ messages)
` [nanbield][PATCH 2/3] qemu: Upgrade 8.1.0 -> 8.1.2
` [nanbield][PATCH 3/3] xwayland: upgrade to 23.2.2

[PATCH] mctp i2c: Requeue the packet when arbitration is lost
 2023-11-30  9:40 UTC  (5+ messages)

[PATCH] NTB: fix possible name leak in ntb_register_device()
 2023-11-30  9:40 UTC  (2+ messages)

[PATCHv2 net-next 00/14] Conver net selftests to run in unique namespace (Part 1)
 2023-11-30  9:34 UTC  (3+ messages)
` [PATCHv2 net-next 11/14] selftests/net: convert l2tp.sh to run it in unique namespace

[LTP] [PATCH v1] rwtest: Confirm df is a symlink to busybox
 2023-11-30  0:40 UTC 

[PATCH v2] x86/sev: Update ghcb_version only once
 2023-11-30  9:39 UTC  (2+ messages)
` [tip: x86/urgent] x86/sev: Fix kernel crash due to late update to read-only ghcb_version

[syzbot] [net?] WARNING in cleanup_net (3)
 2023-11-30  9:38 UTC  (3+ messages)

[PATCHv2] USB: gl620a: check for rx buffer overflow
 2023-11-30  9:38 UTC  (7+ messages)

[igt-dev] [PATCH i-g-t 0/2] Add FBC support to PSR/PSR2 tests
 2023-11-30  9:45 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] tests/intel/kms_psr: Add FBC support to PSR/PSR2/PR tests
` [igt-dev] [PATCH i-g-t 2/2] tests/intel/kms_psr2_sf: Add FBC support to PSR2 tests


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.