All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-06-27 12:21:21 to 2023-06-27 13:22:02 UTC [more...]

[PATCH v3 00/29] media: ov2680: Bugfixes + ACPI + selection(crop-tgt) API support
 2023-06-27 13:18 UTC  (29+ messages)
` [PATCH v3 01/29] media: ov2680: Remove auto-gain and auto-exposure controls
` [PATCH v3 02/29] media: ov2680: Fix ov2680_bayer_order()
` [PATCH v3 03/29] media: ov2680: Fix vflip / hflip set functions
` [PATCH v3 04/29] media: ov2680: Use select VIDEO_V4L2_SUBDEV_API
` [PATCH v3 05/29] media: ov2680: Don't take the lock for try_fmt calls
` [PATCH v3 06/29] media: ov2680: Add ov2680_fill_format() helper function
` [PATCH v3 07/29] media: ov2680: Fix ov2680_set_fmt() which == V4L2_SUBDEV_FORMAT_TRY not working
` [PATCH v3 08/29] media: ov2680: Fix regulators being left enabled on ov2680_power_on() errors
` [PATCH v3 09/29] media: ov2680: Convert to new CCI register access helpers
` [PATCH v3 10/29] media: ov2680: Store dev instead of i2c_client in ov2680_dev
` [PATCH v3 11/29] media: ov2680: Check for "powerdown" GPIO con-id before checking for "reset" GPIO con-id
` [PATCH v3 13/29] media: ov2680: Drop is_enabled flag
` [PATCH v3 14/29] media: ov2680: Add support for more clk setups
` [PATCH v3 15/29] media: ov2680: Add support for 19.2 MHz clock
` [PATCH v3 16/29] media: ov2680: Add endpoint matching support
` [PATCH v3 17/29] media: ov2680: Add support for ACPI enumeration
` [PATCH v3 18/29] media: ov2680: Fix ov2680_enum_frame_interval()
` [PATCH v3 19/29] media: ov2680: Annotate the per mode register setting lists
` [PATCH v3 20/29] media: ov2680: Add ov2680_mode struct
` [PATCH v3 21/29] media: ov2680: Make setting the mode algorithm based
` [PATCH v3 22/29] media: ov2680: Add an __ov2680_get_pad_format() helper function
` [PATCH v3 23/29] media: ov2680: Implement selection support
` [PATCH v3 24/29] media: ov2680: Fix exposure and gain ctrls range and default value
` [PATCH v3 25/29] media: ov2680: Add a bunch of register tweaks
` [PATCH v3 26/29] media: ov2680: Drop unnecessary pad checks
` [PATCH v3 27/29] media: ov2680: Read and log sensor revision during probe
` [PATCH v3 28/29] media: ov2680: Add link-freq and pixel-rate controls
` [PATCH v3 29/29] MAINTAINERS: Add Hans de Goede as OV2680 sensor driver maintainer

[RFC PATCH 0/1] Unit tests for khash.h
 2023-06-27 13:20 UTC  (2+ messages)
` [RFC PATCH v2] khash_test.c : add unit tests

[PATCH v1 0/4] RK3588 PCIe2 support
 2023-06-27 13:15 UTC  (13+ messages)
` [PATCH v1 1/4] dt-bindings: PCI: dwc: rockchip: Fix interrupt-names issue
` [PATCH v1 2/4] dt-bindings: PCI: dwc: rockchip: Add missing legacy-interrupt-controller
` [PATCH v1 3/4] dt-bindings: PCI: dwc: rockchip: Update for RK3588

bcache: Possible deadlock between write_dirty_finish and bch_data_insert_keys
 2023-06-27 13:15 UTC  (3+ messages)

[PATCH v1 0/5] mm/memory_hotplug: make offline_and_remove_memory() timeout instead of failing on fatal signals
 2023-06-27 13:14 UTC  (7+ messages)
` [PATCH v1 1/5] mm/memory_hotplug: check for fatal signals only in offline_pages()
` [PATCH v1 3/5] mm/memory_hotplug: make offline_and_remove_memory() timeout instead of failing on fatal signals

bluez SEGV in current master
 2023-06-27 13:14 UTC  (7+ messages)

[PATCH] fix cherry-pick/revert status when doing multiple commits
 2023-06-27 13:13 UTC  (2+ messages)

[PATCH v6 0/8] soc: mediatek: MT8365 power support
 2023-06-27 13:10 UTC  (18+ messages)
` [PATCH v6 1/8] dt-bindings: power: Add MT8365 power domains
` [PATCH v6 2/8] soc: mediatek: pm-domains: Move bools to a flags field
` [PATCH v6 3/8] soc: mediatek: pm-domains: Split bus_prot_mask
` [PATCH v6 4/8] soc: mediatek: pm-domains: Create bus protection operation functions
` [PATCH v6 5/8] soc: mediatek: pm-domains: Unify configuration for infracfg and smi
` [PATCH v6 6/8] soc: mediatek: Add support for WAY_EN operations
` [PATCH v6 7/8] soc: mediatek: Add support for MTK_SCPD_STRICT_BUS_PROTECTION cap
` [PATCH v6 8/8] soc: mediatek: pm-domains: Add support for MT8365

[PULL 00/33] UI patches
 2023-06-27 13:02 UTC  (34+ messages)
` [PULL 01/33] ui: return NULL when getting cursor without a console
` [PULL 02/33] egl: no need to lookup EGL functions manually
` [PULL 03/33] ui/sdl2: OpenGL window context
` [PULL 04/33] virtio-gpu: Optimize 2D resource data transfer
` [PULL 05/33] chardev/char-win-stdio: Support VT sequences on Windows 11 host
` [PULL 06/33] ui/touch: Move event handling to a common helper
` [PULL 07/33] ui/dbus: Expose a touch device interface
` [PULL 08/33] virtio-gpu: Make non-gl display updates work again when blob=true
` [PULL 09/33] virtio-gpu-udmabuf: create udmabuf for blob even when iov_cnt == 1
` [PULL 10/33] ui/gtk: set the area of the scanout texture correctly
` [PULL 11/33] virtio-gpu: OUT_OF_MEMORY if failing to create udmabuf
` [PULL 12/33] ui/gtk: making dmabuf NULL when it's released
` [PULL 13/33] ui/egl: export qemu_egl_get_error_string()
` [PULL 14/33] ui/egl: fix make_context_current() callback return value
` [PULL 15/33] ui/dbus: compile without gio/gunixfdlist.h
` [PULL 16/33] scripts: add a XML preprocessor script
` [PULL 17/33] ui/dbus: win32 support
` [PULL 18/33] qtest: add qtest_pid()
` [PULL 19/33] tests: make dbus-display-test work on win32
` [PULL 20/33] ui/dbus: introduce "Interfaces" properties
` [PULL 21/33] console/win32: allocate shareable display surface
` [PULL 22/33] virtio-gpu/win32: allocate shareable 2d resources/images
` [PULL 23/33] ui/dbus: use shared memory when possible on win32
` [PULL 24/33] ui: add egl-headless support "
` [PULL 25/33] ui/egl: default to GLES on windows
` [PULL 26/33] ui: add egl_fb_read_rect()
` [PULL 27/33] ui/dbus: add GL support on win32
` [PULL 28/33] ui/dbus: add some GL traces
` [PULL 29/33] virtio-gpu-virgl: teach it to get the QEMU EGL display
` [PULL 30/33] ui/egl: query ANGLE d3d device
` [PULL 31/33] ui: add optional d3d texture pointer to scanout texture
` [PULL 32/33] virtio-gpu-virgl: use D3D11_SHARE_TEXTURE when available
` [PULL 33/33] ui/dbus: use shared D3D11 Texture2D when possible

[Intel-xe] [PATCH v2 0/2] drm/xe/pmu: Enable PMU interface
 2023-06-27 13:10 UTC  (6+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe/pmu: Enable PMU interface (rev2)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "

Is ->sendmsg() allowed to change the msghdr struct it is given?
 2023-06-27 13:09 UTC  (5+ messages)

[PATCH v20 00/21] s390x: CPU Topology
 2023-06-27 13:01 UTC  (4+ messages)
` [PATCH v20 15/21] tests/avocado: s390x cpu topology polarisation

[PATCH 0/4] target/arm: Fix SME full tile indexing
 2023-06-27 13:07 UTC  (7+ messages)
` [PATCH 1/4] target/arm: Avoid splitting Zregs across lines in dump
` [PATCH 2/4] target/arm: Dump ZA[] when active
` [PATCH 3/4] target/arm: Support reading ZA[] from gdbstub

[RFC 0/5] net/mlx5: introduce Tx datapath tracing
 2023-06-27 13:09 UTC  (2+ messages)
` [PATCH v5] app/testpmd: add trace dump command

[PATCH v3 0/8] Fix cursor planes with virtualized drivers
 2023-06-27 13:08 UTC  (3+ messages)
` [PATCH v3 3/8] drm/vmwgfx: Use the hotspot properties from cursor planes

[Bug 217581] New: Bluetooth L2CAP use-after-free
 2023-06-27 13:08 UTC  (2+ messages)
` [Bug 217581] "

[PATCH net v3] net: lan743x: Don't sleep in atomic context
 2023-06-27 13:07 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 0/2] vram d3cold threshold test
 2023-06-27 13:07 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for "

[PATCH] buildtools: remove assumption about current work dir
 2023-06-27 13:07 UTC  (3+ messages)

[PATCH 0/3] ARM: vfp: Introduce vfp_lock() for VFP locking
 2023-06-27 13:06 UTC  (6+ messages)
` [PATCH 3/3] ARM: vfp: Use vfp_lock() in vfp_entry()

[PATCH] erofs-utils: fsck: add support for extracting hard links
 2023-06-27 13:11 UTC  (3+ messages)

[Intel-xe] [PATCH v3 0/5] D3Cold Policy
 2023-06-27 13:02 UTC  (6+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for D3Cold Policy (rev3)
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✗ CI.Hooks: failure "

[PATCH] wifi: b43: fix cordic arithmetic
 2023-06-27 13:00 UTC 

[PATCH 0/2] Fix cross-compilation issues with Clang
 2023-06-27 13:01 UTC  (3+ messages)
` [PATCH 1/2] LoongArch: vDSO: Use CLANG_FLAGS instead of filtering out '--target='
` [PATCH 2/2] LoongArch: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation

[PATCH] wifi: ray_cs: Remove invalid conditional statements
 2023-06-27 12:58 UTC  (3+ messages)

[LTP] [PATCH v2] sctp_big_chunk: Do not use md5 hmac algo if fips is enabled
 2023-06-27 12:58 UTC  (2+ messages)

[LTP] [PATCH] syscalls/prctl04: Allow __NR_waitid in the syscall filter
 2023-06-27 12:57 UTC  (2+ messages)

[PATCH][next] PCI: ibmphp: make read-only arrays static
 2023-06-27 12:56 UTC 

[PATCH 0/6] migration: Test the new "file:" migration
 2023-06-27 12:54 UTC  (7+ messages)
` [PATCH 1/6] migration: Set migration status early in incoming side
` [PATCH 6/6] tests/qtest: migration-test: Add tests for file-based migration

renesas-drivers-2023-06-27-v6.4
 2023-06-27 12:55 UTC 

[PATCH v5 00/44] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-06-27 12:53 UTC  (4+ messages)

[ANNOUNCE] util-linux v2.39.1
 2023-06-27 12:53 UTC 

[PATCH v4 0/5] media: Add MIPI CCI register access helper functions
 2023-06-27 12:51 UTC  (6+ messages)
` [PATCH v4 1/5] "
` [PATCH v4 2/5] media: ov5693: Convert to new CCI register access helpers
` [PATCH v4 3/5] media: imx290: "
` [PATCH v4 4/5] media: atomisp: ov2680: "
` [PATCH v4 5/5] media: Remove ov_16bit_addr_reg_helpers.h

[ovmf test] 181612: all pass - PUSHED
 2023-06-27 12:52 UTC 

[PATCH 1/1] hw/arm/sbsa-ref: add PCIe node into DT
 2023-06-27 12:52 UTC  (3+ messages)

Ceph patches for the merge window?
 2023-06-27 12:52 UTC  (2+ messages)

[PATCH 1/1] regmap: spi-avmm: Fix regmap_bus max_raw_write
 2023-06-27 12:48 UTC  (7+ messages)

[rt-devel:linux-6.4.y-rt-rebase 49/83] kernel/printk/printk.c:3361:6: warning: no previous prototype for 'console_bkl_kthread_create'
 2023-06-27 12:48 UTC  (4+ messages)

[PATCH net] net: phy: mscc: fix packet loss due to RGMII delays
 2023-06-27 12:47 UTC  (3+ messages)

[PATCH] scripts/gdb: Fix importing SB_ constants
 2023-06-27 12:46 UTC  (2+ messages)

[bitbake-devel] Bitbake race failure with BBMULTICONFIG and setscene
 2023-06-27 12:44 UTC  (2+ messages)
`  "

First quick build of Yocto poky
 2023-06-27 12:44 UTC 

[PATCH v3 00/16] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF)
 2023-06-27 12:43 UTC  (5+ messages)
` [PATCH v3 15/16] accel: Rename 'cpu_state' -> 'cs'
` [PATCH v3 16/16] accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState

[PATCH 0/4] target/ppc: Catch invalid real address accesses
 2023-06-27 12:41 UTC  (9+ messages)

[PATCH] firmware: added a firmware information passing method FFI
 2023-06-27 12:39 UTC  (22+ messages)
  ` [External] "

[PATCH v2] spi: stm32: disable device mode with st,stm32f4-spi compatible
 2023-06-27 12:39 UTC  (2+ messages)

[RESEND PATCH v5 0/5] test and QEMU fixes to ensure proper PCIE device usage
 2023-06-27 12:38 UTC  (8+ messages)
` [RESEND PATCH v5 5/5] hw/pci: ensure PCIE devices are plugged into only slot 0 of PCIE port

[PATCH net v3 0/3] net/sched: act_ipt bug fixes
 2023-06-27 12:38 UTC  (4+ messages)
` [PATCH net v3 1/3] net/sched: act_ipt: add sanity checks on table name and hook locations
` [PATCH net v3 2/3] net/sched: act_ipt: add sanity checks on skb before calling target
` [PATCH net v3 3/3] net/sched: act_ipt: zero skb->cb "

[PATCH] mm/ksm: delete the redundant ksm_merging_pages interafce in proc
 2023-06-27 13:35 UTC 

[PATCH][next] power: supply: bd99954: make read-only array sub_status_reg
 2023-06-27 12:38 UTC  (2+ messages)

[Intel-gfx] [RFC 0/3] Get optimal audio frequency and channels
 2023-06-27 12:37 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Get optimal audio frequency and channels (rev6)

[PATCH v5 0/1] hw/arm/sbsa-ref: use XHCI to replace EHCI
 2023-06-27 12:35 UTC  (2+ messages)

[PATCH] linux-user/riscv: Add syscall riscv_hwprobe
 2023-06-27 12:35 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 0/1] Extend XE f-f - waitfence@abstime
 2023-06-27 12:33 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[Intel-wired-lan] bug with rx-udp-gro-forwarding offloading?
 2023-06-27 12:31 UTC  (14+ messages)

[PATCH 0/3] vfio/migration: Make VFIO migration non-experimental
 2023-06-27 12:30 UTC  (9+ messages)
` [PATCH 3/3] "

[PATCH 1/2] tools: Fix ifdef for aarch64 that should include also arm
 2023-06-27 12:29 UTC  (4+ messages)
` [PATCH 2/2] tools/python: Fix memory leak on error path

[PATCH] OOB read and write in mtk multiple places
 2023-06-27 12:28 UTC  (4+ messages)

[PATCH v4 0/5] tools/xenstore: more cleanups
 2023-06-27 12:27 UTC  (6+ messages)
` [PATCH v4 1/5] tools/xenstore: remove no longer needed functions from xs_lib.c
` [PATCH v4 2/5] tools/xenstore: replace xs_lib.c with a header
` [PATCH v4 3/5] tools/xenstore: split out environment specific live update code
` [PATCH v4 4/5] tools/xenstore: split out rest of live update control code
` [PATCH v4 5/5] tools/xenstore: remove unused stuff from list.h

[GIT PULL] integrity: susbystem updates for v6.5
 2023-06-27 12:28 UTC 

[PATCH] mmc: moxart: read scr register without changing byte order
 2023-06-27 12:27 UTC  (3+ messages)

[PATCH v4 00/10] memory-device: Some cleanups
 2023-06-27 12:24 UTC  (2+ messages)

[PATCH v3] target/arm: Add raw_writes ops for register whose write induce TLB maintenance
 2023-06-27 12:24 UTC  (4+ messages)

[PATCH v1 net-next] Revert "af_unix: Call scm_recv() only after scm_set_cred()."
 2023-06-27 12:24 UTC  (2+ messages)

[meta-networking][dunfell][PATCH] wireshark: Fix CVE-2023-0667 & CVE-2023-0668
 2023-06-27 12:23 UTC 

[f2fs-dev] [PATCH RFC] f2fs: only set release for file that has compressed data
 2023-06-27 12:21 UTC  (2+ messages)
`  "

[PATCH][next] thermal/drivers/k3_j72xx_bandgap: make read-only const arrays static
 2023-06-27 12:22 UTC 

[PATCH 0/7] Integrate EFI capsule tasks into u-boot's build flow
 2023-06-27 12:20 UTC  (12+ messages)
` [PATCH 5/7] Makefile: Add a target for building capsules


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.