All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-03-02 12:47:52 to 2023-03-02 13:23:45 UTC [more...]

[PATCH v2 1/6] HID: logitech-hidpp: Simplify array length check
 2023-03-02 13:23 UTC  (4+ messages)
` [PATCH v2 5/6] USB: core: Add API to change the wireless_status

[PATCH v2 0/3] Do basic initialization things
 2023-03-02 13:23 UTC  (4+ messages)
` [PATCH v2 1/3] xen/riscv: read/save hart_id and dtb_base passed by bootloader
` [PATCH v2 2/3] xen/riscv: initialize .bss section
` [PATCH v2 3/3] xen/riscv: disable fpu

[syzbot] [mm?] INFO: task hung in write_cache_pages (2)
 2023-03-02 13:23 UTC  (3+ messages)

[PATCH 0/3] fix mlx5 build with MinGW
 2023-03-02 13:21 UTC  (5+ messages)
` [PATCH v3 0/3] mlx5: fix Windows build with Linux MinGW
  ` [PATCH v3 1/3] common/mlx5: get Windows dependency from standard variables
  ` [PATCH v3 2/3] net/mlx5: remove weak stub functions
  ` [PATCH v3 3/3] net/mlx5: fix Windows build with MinGW GCC 12

[PATCH 0/6] block: switch to AIO_WAIT_WHILE_UNLOCKED() where possible
 2023-03-02 13:22 UTC  (7+ messages)
` [PATCH 2/6] block: convert blk_exp_close_all_type() to AIO_WAIT_WHILE_UNLOCKED()
` [PATCH 5/6] hmp: convert handle_hmp_command() "

[PATCH v1] rust: build: Fix grep warning
 2023-03-02 13:21 UTC 

[PATCH] drm/vram-helper: turn on PRIME import/export
 2023-03-02 13:21 UTC  (4+ messages)

[PATCH 0/4] Add meson wrap fallback for slirp & dtc
 2023-03-02 13:18 UTC  (5+ messages)
` [PATCH 1/4] mtest2make.py: teach suite name that are just "PROJECT"
` [PATCH 2/4] build-sys: prevent meson from downloading wrapped subprojects
` [PATCH 3/4] build-sys: add slirp.wrap
` [PATCH 4/4] build-sys: replace dtc submodule with dtc.wrap

[PATCH v3 1/2] dt-bindings: iio: adc: Add TI ADS1100 and ADS1000
 2023-03-02 13:20 UTC  (6+ messages)
` [PATCH v3 2/2] "

[PATCH] serial: imx: Simplify imx_uart_type
 2023-03-02 13:19 UTC  (5+ messages)

[PATCH RESEND] drm/tests: Suballocator test
 2023-03-02 13:19 UTC  (4+ messages)
  ` [Intel-gfx] "
  ` [Intel-xe] "

[PATCH] media: mediatek: vcodec: Use 4K frame size when supported by stateful decoder
 2023-03-02 13:18 UTC  (2+ messages)

[PATCH 1/2] powerpc/64: Move CPU -mtune options into Kconfig
 2023-03-02 13:16 UTC  (4+ messages)
` [PATCH 2/2] powerpc/64: Use -mtune=pwr10/9/8 for clang

[PATCH 0/2] tracing: Fix adding some modifiers to histogram values
 2023-03-02 13:18 UTC  (2+ messages)

[PATCH] binutils: Enable --enable-new-dtags
 2023-03-02 13:18 UTC  (7+ messages)
` [OE-core] "

[PATCH v12 0/8] Add latency priority for CFS class
 2023-03-02 13:17 UTC  (13+ messages)
` [PATCH v12 5/8] sched/fair: Take into account latency priority at wakeup
` [PATCH v12 8/8] sched/fair: Add latency list

[PATCH v2] block: ublk: enable zoned storage support
 2023-03-02 13:16 UTC  (8+ messages)

[PATCH v5 0/5] Linear Address Masking (LAM) KVM Enabling
 2023-03-02 13:16 UTC  (7+ messages)
` [PATCH v5 1/5] KVM: x86: Virtualize CR4.LAM_SUP
` [PATCH v5 4/5] KVM: x86: emulation: Apply LAM mask when emulating data access in 64-bit mode

RTT-PROBE: lore-subspace-rtt
 2023-03-02 13:16 UTC 

[PATCH v2] clk: Mark a fwnode as initialized when using CLK_OF_DECLARE() macro
 2023-03-02 13:14 UTC  (2+ messages)

[Buildroot] [PATCH 0/3] misc aarch64-sbsa cleanups
 2023-03-02 13:12 UTC  (4+ messages)
` [Buildroot] [PATCH 3/3] board/qemu/aarch64-sbsa: drop unused kernel config file

[PATCH] buildman: Correct CROSS_COMPILE output for sandbox
 2023-03-02 13:11 UTC 

[PATCH v7 00/21] add support for cpfl PMD in DPDK
 2023-03-02 21:20 UTC  (29+ messages)
` [PATCH v8 "
  ` [PATCH v8 01/21] net/cpfl: support device initialization
  ` [PATCH v9 00/21] add support for cpfl PMD in DPDK
    ` [PATCH v9 01/21] net/cpfl: support device initialization
    ` [PATCH v9 02/21] net/cpfl: add Tx queue setup
    ` [PATCH v9 03/21] net/cpfl: add Rx "
    ` [PATCH v9 04/21] net/cpfl: support device start and stop
    ` [PATCH v9 05/21] net/cpfl: support queue start
    ` [PATCH v9 06/21] net/cpfl: support queue stop
    ` [PATCH v9 07/21] net/cpfl: support queue release
    ` [PATCH v9 08/21] net/cpfl: support MTU configuration
    ` [PATCH v9 09/21] net/cpfl: support basic Rx data path
    ` [PATCH v9 10/21] net/cpfl: support basic Tx "
    ` [PATCH v9 11/21] net/cpfl: support write back based on ITR expire
    ` [PATCH v9 12/21] net/cpfl: support RSS
    ` [PATCH v9 13/21] net/cpfl: support Rx offloading
    ` [PATCH v9 14/21] net/cpfl: support Tx offloading
    ` [PATCH v9 15/21] net/cpfl: add AVX512 data path for single queue model
    ` [PATCH v9 16/21] net/cpfl: support timestamp offload
    ` [PATCH v9 17/21] net/cpfl: add AVX512 data path for split queue model
    ` [PATCH v9 18/21] net/cpfl: add HW statistics
    ` [PATCH v9 19/21] net/cpfl: add RSS set/get ops
    ` [PATCH v9 20/21] net/cpfl: support scalar scatter Rx datapath for single queue model
    ` [PATCH v9 21/21] net/cpfl: add xstats ops

[PATCH] ASoC: qcom: q6prm: fix incorrect clk_root passed to ADSP
 2023-03-02 13:10 UTC  (2+ messages)

improve type safety by passing struct btrfs_bio around
 2023-03-02 13:10 UTC  (7+ messages)
` [PATCH 05/10] btrfs: pass a btrfs_bio to btrfs_submit_compressed_read
` [PATCH 06/10] btrfs: store a pointer to the original btrfs_bio in struct compressed_bio
` [PATCH 07/10] btrfs: simplify finding the inode in submit_one_bio

[PATCH v4 0/6] Remove VT-d virtual command interface and IOASID
 2023-03-02 13:08 UTC  (9+ messages)
` [PATCH v4 3/6] iommu/sva: Stop using ioasid_set for SVA
` [PATCH v4 4/6] iommu/sva: Use GFP_KERNEL for pasid allocation
` [PATCH v4 5/6] iommu/ioasid: Rename INVALID_IOASID
` [PATCH v4 6/6] iommu: Remove ioasid infrastructure

[PATCH] fs/ceph/mds_client: ignore responses for waiting requests
 2023-03-02 13:06 UTC 

[Intel-xe] [PATCH 0/2] Fix kunit test building and missing memory reference
 2023-03-02 13:06 UTC  (5+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe/tests: Remove CONFIG_FB dependency
` [Intel-xe] [PATCH 2/2] drm/xe/tests: Grab a memory access reference around the migrate sanity test

[virtio-dev] [PATCH v10 00/10] Introduce device group and device management
 2023-03-02 13:05 UTC  (11+ messages)
` [virtio-dev] [PATCH v10 01/10] virtio: document forward compatibility guarantees
` [virtio-dev] [PATCH v10 02/10] admin: introduce device group and related concepts
` [virtio-dev] [PATCH v10 03/10] admin: introduce group administration commands
` [virtio-dev] [PATCH v10 04/10] admin: introduce virtio admin virtqueues
` [virtio-dev] [PATCH v10 05/10] pci: add admin vq registers to virtio over pci
` [virtio-dev] [PATCH v10 06/10] mmio: document ADMIN_VQ as reserved
` [virtio-dev] [PATCH v10 07/10] ccw: "
` [virtio-dev] [PATCH v10 08/10] admin: command list discovery
` [virtio-dev] [PATCH v10 09/10] admin: conformance clauses
` [virtio-dev] [PATCH v10 10/10] ccw: document more reserved features

[PATCH 0/3] Add "mclk" support for maxim,max9867
 2023-03-02 13:05 UTC  (7+ messages)
` [PATCH 1/3] ASoC: dt-bindings: maxim,max9867: convert txt bindings to yaml
` [PATCH 3/3] ASoC: maxim,max9867: add "mclk" support

RTT-PROBE: lore-subspace-rtt
 2023-03-02 13:06 UTC 

[PATCH v2 0/2] iio: Add kernel-docs and rename iio_trigger_poll_chained
 2023-03-02 13:04 UTC  (3+ messages)
` [PATCH v2 1/2] iio: Improve the kernel-doc of iio_trigger_poll
` [PATCH v2 2/2] iio: Rename iio_trigger_poll_chained and add kernel-doc

[PATCH v4 00/27] target/s390x: pc-relative translation blocks
 2023-03-02 13:03 UTC  (5+ messages)
` [PATCH v4 27/27] target/s390x: Enable TARGET_TB_PCREL

[PATCH 00/17] saa7146: convert to vb2
 2023-03-02 13:03 UTC  (18+ messages)
` [PATCH 01/17] media: saa7146: drop 'dev' and 'resources' from struct saa7146_fh
` [PATCH 02/17] media: common: saa7146: drop 'fmt' from struct saa7146_buf
` [PATCH 03/17] media: common: saa7146: replace BUG_ON by WARN_ON
` [PATCH 04/17] staging: media: av7110: "
` [PATCH 05/17] media: common: saa7146: fix broken V4L2_PIX_FMT_YUV422P support
` [PATCH 06/17] media: common: saa7146: use for_each_sg_dma_page
` [PATCH 07/17] media: saa7146: convert to vb2
` [PATCH 08/17] media: common: saa7146: fix compliance problems with field handling
` [PATCH 09/17] media: common: saa7146: check minimum video format size
` [PATCH 10/17] media: common: saa7146: fall back to V4L2_PIX_FMT_BGR24
` [PATCH 11/17] media: common: saa7146: allow S_STD(G_STD)
` [PATCH 12/17] media: mxb: update the tvnorms when changing input
` [PATCH 13/17] media: common: saa7146: add support for missing .vidioc_try_fmt_vbi_cap
` [PATCH 14/17] media: mxb: allow tuner/input/audio ioctls for vbi
` [PATCH 15/17] media: common: saa7146: allow AUDIO ioctls for the vbi stream
` [PATCH 16/17] media: common: saa7146: drop USERPTR support
` [PATCH 17/17] media: pci: saa7146: advertise only those TV standard that are supported

[PATCH v7 1/5] clk: Introduce devm_clk_hw_register_gate_parent_data()
 2023-03-02 13:01 UTC  (5+ messages)
` [PATCH v7 3/5] dt-bindings: clock: imx8mp: Add audiomix block control

[PULL 00/10] Bsd user 2023q1 patches
 2023-03-02 13:01 UTC  (2+ messages)

[PULL 0/5] Monitor patches for 2023-03-02
 2023-03-02 13:01 UTC  (2+ messages)

[PATCH 0/5] fix race-condition of proactive error handling mode
 2023-03-02 13:01 UTC  (3+ messages)
` [PATCH 5/5] app/testpmd: add error recovery usage demo

[PATCH 1/2] HID: logitech-hidpp: Don't use the USB serial for USB devices
 2023-03-02 13:01 UTC  (2+ messages)
` [PATCH 2/2] HID: logitech-hidpp: Reconcile USB and Unifying serials

[PULL 00/62] i386, misc changes for QEMU 8.0 soft freeze
 2023-03-02 12:30 UTC  (31+ messages)
` [PULL 12/62] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PULL 14/62] xen: Permit --xen-domid argument when accel is KVM
` [PULL 17/62] i386/xen: implement HYPERVISOR_memory_op
` [PULL 18/62] i386/xen: implement XENMEM_add_to_physmap_batch
` [PULL 22/62] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PULL 23/62] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PULL 26/62] i386/xen: implement HVMOP_set_param
` [PULL 27/62] hw/xen: Add xen_evtchn device for event channel emulation
` [PULL 29/62] hw/xen: Implement EVTCHNOP_status
` [PULL 30/62] hw/xen: Implement EVTCHNOP_close
` [PULL 31/62] hw/xen: Implement EVTCHNOP_unmask
` [PULL 36/62] hw/xen: Implement EVTCHNOP_bind_interdomain
` [PULL 37/62] hw/xen: Implement EVTCHNOP_bind_vcpu
` [PULL 38/62] hw/xen: Implement EVTCHNOP_reset
` [PULL 39/62] i386/xen: add monitor commands to test event injection
` [PULL 41/62] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [PULL 43/62] hw/xen: Add xen_gnttab device for grant table emulation
` [PULL 44/62] hw/xen: Support mapping grant frames
` [PULL 47/62] i386/xen: handle PV timer hypercalls
` [PULL 48/62] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PULL 49/62] i386/xen: handle HVMOP_get_param
` [PULL 50/62] hw/xen: Add backend implementation of interdomain event channel support
` [PULL 53/62] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
` [PULL 54/62] i386/xen: Implement HYPERVISOR_physdev_op
` [PULL 55/62] hw/xen: Implement emulated PIRQ hypercall support
` [PULL 56/62] hw/xen: Support GSI mapping to PIRQ
` [PULL 58/62] kvm/i386: Add xen-evtchn-max-pirq property
` [PULL 59/62] i386/xen: Document Xen HVM emulation
` [PULL 61/62] qapi: Add 'acpi' field to 'query-machines' output
` [PULL 62/62] Makefile: qemu-bundle is a directory

[PATCH 00/33] pci(pc/q35): acpi-index support on non-hotpluggable slots
 2023-03-02 12:55 UTC  (5+ messages)
` [PATCH 14/33] tests: acpi: update expected blobs

[PATCH v2 0/5] Devicetree support for Loongson-1 GPIO
 2023-03-02 12:58 UTC  (7+ messages)
` [PATCH v2 1/5] gpio: loongson1: Convert to SPDX identifier
` [PATCH v2 2/5] gpio: loongson1: Use readl() & writel()
` [PATCH v2 3/5] gpio: loongson1: Introduce ls1x_gpio_chip struct
` [PATCH v2 4/5] gpio: loongson1: Add DT support
` [PATCH v2 5/5] dt-bindings: gpio: Add Loongson-1 GPIO

[PATCH 0/4] Re-enable IDXD kernel workqueue under DMA API
 2023-03-02 12:57 UTC  (4+ messages)
` [PATCH 4/4] dmaengine/idxd: Re-enable "

[PATCH 0/9] Remove destructive video overlay and clipping
 2023-03-02 12:57 UTC  (10+ messages)
` [PATCH 1/9] saa7146: drop overlay support
` [PATCH 2/9] saa7134: "
` [PATCH 3/9] bttv: "
` [PATCH 4/9] vivid: "
` [PATCH 5/9] vivid: drop bitmap and clipping output "
` [PATCH 6/9] v4l2-core: drop v4l2_window clipping and bitmap support
` [PATCH 7/9] videodev.h: drop V4L2_FBUF_CAP_LIST/BITMAP_CLIPPING
` [PATCH 8/9] v4l2-core: zero field base in struct v4l2_framebuffer
` [PATCH 9/9] Documentation: userspace-api: media: drop clipping, destructive overlays

[PATCH 0/9] mirror: allow switching from background to active mode
 2023-03-02 12:34 UTC  (6+ messages)
` [PATCH 8/9] mirror: return the remaining dirty bytes upon query

[PATCH v5 0/7] Pegasos2 fixes and audio output support
 2023-03-02 12:46 UTC  (6+ messages)
` [PATCH v5 2/7] Revert "hw/isa/vt82c686: Remove intermediate IRQ forwarder"

[PATCH v5 0/6] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2023-03-02 12:56 UTC  (9+ messages)
` [PATCH v5 2/6] mm/memcg: Disable threshold event handlers on PREEMPT_RT

RTT-PROBE: lore-subspace-rtt
 2023-03-02 12:56 UTC 

[PATCH v2 0/7] Assorted DRBD refactoring
 2023-03-02 12:54 UTC  (8+ messages)
` [PATCH v2 1/7] genetlink: make _genl_cmd_to_str static
` [PATCH v2 2/7] drbd: Rip out the ERR_IF_CNT_IS_NEGATIVE macro
` [PATCH v2 3/7] drbd: Add peer device parameter to whole-bitmap I/O handlers
` [PATCH v2 4/7] drbd: INFO_bm_xfer_stats(): Pass a peer device argument
` [PATCH v2 5/7] drbd: drbd_uuid_compare: pass a peer_device
` [PATCH v2 6/7] drbd: pass drbd_peer_device to __req_mod
` [PATCH v2 7/7] drbd: Pass a peer device to the resync and online verify functions

[PATCH 00/14] Add iommufd physical device operations for replace and alloc hwpt
 2023-03-02 12:55 UTC  (7+ messages)
` [PATCH 02/14] iommufd: Add iommufd_group
` [PATCH 04/14] iommufd: Use the iommufd_group to avoid duplicate reserved groups and msi setup

[PATCH] fpga: bridge: fix kernel-doc parameter description
 2023-03-02 12:51 UTC  (2+ messages)

[PATCH v1] xen/arm: align *(.proc.info) in the linker script
 2023-03-02 12:51 UTC  (9+ messages)

[PATCH] hw/virtio/vhost-user: avoid using unitialized errp
 2023-03-02 12:31 UTC  (2+ messages)

[PATCH] ksmbd: fix possible refcount leak in smb2_open()
 2023-03-02 13:58 UTC 

[PULL v2 00/24] testing updates (gitlab, cirrus, docker, avocado, windows)
 2023-03-02 12:37 UTC  (8+ messages)

[PATCH] drm/nouveau/nvfw/acr: set wpr_generic_header_dump storage-class-specifier to static
 2023-03-02 12:48 UTC  (3+ messages)
` [Nouveau] "

[PATCH 5.10 00/19] 5.10.171-rc1 review
 2023-03-02 12:48 UTC  (2+ messages)

[PATCH v7 00/41] Shadow stacks for userspace
 2023-03-02 12:48 UTC  (3+ messages)
` [PATCH v7 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY

[PATCH -next v14 00/19] riscv: Add vector ISA support
 2023-03-02 12:47 UTC  (3+ messages)
` [PATCH -next v14 14/19] riscv: signal: Report signal frame size to userspace via auxv


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.