All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-13 13:34:47 to 2022-05-13 14:19:10 UTC [more...]

[PATCH v7 00/28] media: ov5640: Rework the clock tree programming for MIPI
 2022-05-13 14:14 UTC  (29+ messages)
` [PATCH v7 01/28] media: ov5640: Add pixel rate to modes
` [PATCH v7 02/28] media: ov5604: Re-arrange modes definition
` [PATCH v7 03/28] media: ov5640: Add ov5640_is_csi2() function
` [PATCH v7 04/28] media: ov5640: Associate bpp with formats
` [PATCH v7 05/28] media: ov5640: Add LINK_FREQ control
` [PATCH v7 06/28] media: ov5640: Update pixel_rate and link_freq
` [PATCH v7 07/28] media: ov5640: Rework CSI-2 clock tree
` [PATCH v7 08/28] media: ov5640: Rework timings programming
` [PATCH v7 09/28] media: ov5640: Fix 720x480 in RGB888 mode
` [PATCH v7 10/28] media: ov5640: Split DVP and CSI-2 timings
` [PATCH v7 11/28] media: ov5640: Provide timings accessor
` [PATCH v7 12/28] media: ov5640: Re-sort per-mode register tables
` [PATCH v7 13/28] media: ov5640: Remove duplicated mode settings
` [PATCH v7 14/28] media: ov5640: Remove ov5640_mode_init_data
` [PATCH v7 15/28] media: ov5640: Add HBLANK control
` [PATCH v7 16/28] media: ov5640: Add VBLANK control
` [PATCH v7 17/28] media: ov5640: Adjust vblank with s_frame_interval
` [PATCH v7 18/28] media: ov5640: Remove frame rate check from find_mode()
` [PATCH v7 19/28] media: ov5640: Change CSI-2 timings to comply with FPS
` [PATCH v7 20/28] media: ov5640: Implement init_cfg
` [PATCH v7 21/28] media: ov5640: Implement get_selection
` [PATCH v7 22/28] media: ov5640: Register device properties
` [PATCH v7 23/28] media: ov5640: Add RGB565_1X16 format
` [PATCH v7 24/28] media: ov5640: Add BGR888 format
` [PATCH v7 25/28] media: ov5640: Restrict sizes to mbus code
` [PATCH v7 26/28] media: ov5640: Adjust format to bpp in s_fmt
` [PATCH v7 27/28] media: ov5640: Split DVP and CSI-2 formats
` [PATCH v7 28/28] media: ov5640: Move format mux config in format

[PATCH] drm/vmwgfx: Fix passing partly uninitialized drm_mode_fb_cmd2 struct
 2022-05-13 14:18 UTC  (8+ messages)

[paulmck-rcu:context-tracking.2022.05.03a] BUILD REGRESSION 9527c561aed6424e77fd2a8827c37f1103c89177
 2022-05-13 14:18 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/d12+: Disable DMC firmware flip queue handlers
 2022-05-13 14:18 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/d12+: Disable DMC firmware flip queue handlers (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[Buildroot] [PATCH] package/pkg-generic: explicitly do not download package withtout source
 2022-05-13 14:18 UTC  (5+ messages)

[PATCH v1 00/12] arm64/fp: Generate definitons for floating point system registers
 2022-05-13 14:16 UTC  (3+ messages)
` [PATCH v1 05/12] arm64/sme: Remove _EL0 from name of SVCR - FIXME sysreg.h

[PATCH 0/1] Prepare for maple tree
 2022-05-13 14:17 UTC  (5+ messages)
` [PATCH v9 16/69] proc: remove VMA rbtree use from nommu
  ` [PATCH v9 67/69] mm: remove the vma linked list

[GIT PULL] interconnect fix for 5.18-rc
 2022-05-13 14:16 UTC  (2+ messages)

[PATCH v7 00/28] media: ov5640: Rework the clock tree programming for MIPI
 2022-05-13 14:15 UTC  (29+ messages)
` [PATCH v7 01/28] media: ov5640: Add pixel rate to modes
` [PATCH v7 02/28] media: ov5640: Re-arrange modes definition
` [PATCH v7 03/28] media: ov5640: Add ov5640_is_csi2() function
` [PATCH v7 04/28] media: ov5640: Associate bpp with formats
` [PATCH v7 05/28] media: ov5640: Add LINK_FREQ control
` [PATCH v7 06/28] media: ov5640: Update pixel_rate and link_freq
` [PATCH v7 07/28] media: ov5640: Rework CSI-2 clock tree
` [PATCH v7 08/28] media: ov5640: Rework timings programming
` [PATCH v7 09/28] media: ov5640: Fix 720x480 in RGB888 mode
` [PATCH v7 10/28] media: ov5640: Split DVP and CSI-2 timings
` [PATCH v7 11/28] media: ov5640: Provide timings accessor
` [PATCH v7 12/28] media: ov5640: Re-sort per-mode register tables
` [PATCH v7 13/28] media: ov5640: Remove duplicated mode settings
` [PATCH v7 14/28] media: ov5640: Remove ov5640_mode_init_data
` [PATCH v7 15/28] media: ov5640: Add HBLANK control
` [PATCH v7 16/28] media: ov5640: Add VBLANK control
` [PATCH v7 17/28] media: ov5640: Adjust vblank with s_frame_interval
` [PATCH v7 18/28] media: ov5640: Remove frame rate check from find_mode()
` [PATCH v7 19/28] media: ov5640: Change CSI-2 timings to comply with FPS
` [PATCH v7 20/28] media: ov5640: Implement init_cfg
` [PATCH v7 21/28] media: ov5640: Implement get_selection
` [PATCH v7 22/28] media: ov5640: Register device properties
` [PATCH v7 23/28] media: ov5640: Add RGB565_1X16 format
` [PATCH v7 24/28] media: ov5640: Add BGR888 format
` [PATCH v7 25/28] media: ov5640: Restrict sizes to mbus code
` [PATCH v7 26/28] media: ov5640: Adjust format to bpp in s_fmt
` [PATCH v7 27/28] media: ov5640: Split DVP and CSI-2 formats
` [PATCH v7 28/28] media: ov5640: Move format mux config in format

[PATCH] perf tools: Remove unused machines__find_host()
 2022-05-13 14:16 UTC  (2+ messages)

[PATCH] mm/mmap: Fix potential leak on do_mas_align_munmap()
 2022-05-13 14:15 UTC 

[RFC PATCH 0/9] tests: run python tests under the build/tests/venv environment
 2022-05-13 14:12 UTC  (13+ messages)
` [RFC PATCH 1/9] python: update for mypy 0.950
` [RFC PATCH 3/9] tests: install "qemu" namespace package into venv
` [RFC PATCH 4/9] tests: silence pip upgrade warnings during venv creation
` [RFC PATCH 6/9] tests: add check-venv as a dependency of check and check-block

[PATCH 01/13] net: Add l_net_clear_host_bits utility
 2022-05-13 14:15 UTC 

Fanotify API - Tracking File Movement
 2022-05-13 14:14 UTC  (10+ messages)

[GIT PULL] virtio: last minute fixup
 2022-05-13 14:14 UTC  (8+ messages)

Fix some NPM related problems
 2022-05-13 14:14 UTC  (8+ messages)
` [PATCH 1/2] npm.bbclass: Fix file permissions before opening it for writing
  ` [OE-core] "
` [PATCH 2/2] staging.bbclass: Ignore installing multiple symlinks of the same name
  ` [OE-core] "

[PATCH] rcu: Direct boosting gp_tasks for strict grace periods
 2022-05-13 14:14 UTC  (4+ messages)

[PATCH 1/1] ov7251: Fix multiple problems in s_stream callback
 2022-05-13 14:14 UTC  (2+ messages)

[PATCH] acpi/erst: fix fallthrough code upon validation failure
 2022-05-13 14:10 UTC 

[PATCH v5] USB: core: skip unconfiguration if device doesn't support it
 2022-05-13 14:13 UTC  (5+ messages)

Gerrit and Jenkins server transition May 20th
 2022-05-13 14:12 UTC 

[PATCH V2 00/23] perf intel-pt: Better support for perf record --cpu
 2022-05-13 14:12 UTC  (7+ messages)
` [PATCH V2 22/23] perf tools: Allow system-wide events to keep their own CPUs

[PATCH 1/5] arm-bsp/optee-os: set PV correctly for the corstone1000 build
 2022-05-13 14:12 UTC  (5+ messages)
` [PATCH 2/5] arm-bsp/optee-test: clean up bbappends
` [PATCH 3/5] arm-bsp/optee-os: remove 3.16 bbappend
` [PATCH 4/5] arm-bsp/optee-client: remove bbappends
` [PATCH 5/5] arm-bsp/optee-os-tadevkit: remove unused bbappend

[PATCH v3 2/3] dt-bindings: mtd: partitions: Extend fixed-partitions binding
 2022-05-13 14:12 UTC  (4+ messages)

[syzbot] WARNING in mntput_no_expire (3)
 2022-05-13 14:12 UTC 

[PATCH bpf-next v4 0/6] Dynamic pointers
 2022-05-13 14:11 UTC  (3+ messages)
` [PATCH bpf-next v4 1/6] bpf: Add MEM_UNINIT as a bpf_type_flag

[PATCH 0/3] irqchip/gic-v3: pseudo-NMI fixes
 2022-05-13 14:08 UTC  (4+ messages)
` [PATCH 3/3] irqchip/gic-v3: fix priority mask handling

RTT-PROBE: lore-subspace-rtt
 2022-05-13 14:09 UTC 

[PATCH v2 0/8] qmp, hmp: statistics subsystem and KVM suport
 2022-05-13 14:06 UTC  (4+ messages)
` [PATCH v2 1/8] qmp: Support for querying stats

[RFCv2 00/10] Linear Address Masking enabling
 2022-05-13 14:09 UTC  (3+ messages)
` [RFCv2 03/10] x86: Introduce userspace API to handle per-thread features

[kvm-unit-tests PATCH v2 00/23] EFI and ACPI support for arm64
 2022-05-13 14:09 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 16/23] arm/arm64: Add a setup sequence for systems that boot through EFI

[PATCH] bluetooth: bfusb: Check the endpoint type at probe
 2022-05-13 14:07 UTC  (3+ messages)
`  "
` [PATCH v2] Bluetooth: "

[PATCH RESEND v5 1/4] PCI: Clean up pci_scan_slot()
 2022-05-13 14:07 UTC  (3+ messages)

[bug report] x86, sched: Bail out of frequency invariance if turbo frequency is unknown
 2022-05-13 14:05 UTC  (3+ messages)

Failure to access cifs mount of samba share after resume from sleep with 5.17-rc5
 2022-05-13 14:05 UTC  (19+ messages)

[RESEND PATCH v4] devcoredump : Serialize devcd_del work
 2022-05-13 14:03 UTC  (2+ messages)

[PATCH] leds: lm3601x: Don't use mutex after it was destroyed
 2022-05-13 14:02 UTC  (2+ messages)

[PATCH] ANDROID: mutex: Add vendor hook and oem data to the mutex
 2022-05-13 13:45 UTC 

[PATCH V2 0/3] DSI host and peripheral initialisation ordering
 2022-05-13 14:01 UTC  (7+ messages)

[PATCH 0/8] qmp, hmp: statistics subsystem and KVM suport
 2022-05-13 13:57 UTC  (8+ messages)
` [PATCH 1/8] qmp: Support for querying stats

Bug in atmel-ecc driver
 2022-05-13 13:59 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-13 13:59 UTC 

[PATCH v1] driver core: Extend deferred probe timeout on driver registration
 2022-05-13 13:58 UTC  (3+ messages)

[PATCH] arm64: qcom: sc7280-herobrine: Enable DP
 2022-05-13 13:57 UTC 

Freeing page flags
 2022-05-13 13:57 UTC  (8+ messages)

[PATCH v3] hw: m25p80: allow write_enable latch get/set
 2022-05-13 13:54 UTC  (2+ messages)

[PATCH v3 0/5] Renesas RZ/G2L IRQC support
 2022-05-13 13:55 UTC  (11+ messages)
` [PATCH v3 5/5] pinctrl: renesas: pinctrl-rzg2l: Add IRQ domain to handle GPIO interrupt

[PATCH][next] drm/rockchip: Fix spelling mistake "aligened" -> "aligned"
 2022-05-13 13:53 UTC  (3+ messages)

[PATCH] dhcp: Use bound_time for retransmission timers
 2022-05-13 13:53 UTC 

[Bug 215890] New: Regression in 5.18: bcm5974 trackpad causes error: xhci_hcd rejecting DMA map of vmalloc memory
 2022-05-13 13:50 UTC  (3+ messages)
` [Bug 215890] "

[PATCH v4] builtin/remote.c: teach `-v` to list filters for promisor remotes
 2022-05-13 13:49 UTC  (2+ messages)

[PATCH v8 00/10] PCI: qcom: Fix higher MSI vectors handling
 2022-05-13 13:50 UTC  (7+ messages)

[PATCH v2 1/2] tpm: Fix buffer access in tpm2_get_tpm_pt()
 2022-05-13 13:41 UTC  (2+ messages)
` [PATCH v2 2/2] tpm: Add field upgrade mode support for Infineon TPM2 modules

[PATCH] selftests: alsa: Better error messages
 2022-05-13 13:40 UTC 

[PATCH 1/3] mac80211: mlme: move in RSSI reporting code
 2022-05-13 13:48 UTC  (3+ messages)
` [PATCH 2/3] mac80211: use ifmgd->bssid instead of ifmgd->associated->bssid
` [PATCH 3/3] mac80211: mlme: use local SSID copy

[paulmck-rcu:dev.2022.04.26a] BUILD SUCCESS a72d27598150936800e6aa313c507c6903f8ed9c
 2022-05-13 13:39 UTC 

[PATCH 1/3] dt-bindings: arm: qcom: Add sc7180 Chromebook board bindings
 2022-05-13 13:43 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: arm: qcom: Add / fix sc7280 "

[PATCH] serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485
 2022-05-13 13:46 UTC 

[PATCH v4 0/3] Add LTRF216A Driver
 2022-05-13 13:40 UTC  (4+ messages)
` [PATCH v4 3/3] iio: light: Add support for ltrf216a sensor

[PATCH] soc: qcom: Fix the id of SA8540P SoC
 2022-05-13 13:48 UTC  (2+ messages)

[LINUX PATCH 0/2] Add Xilinx DSI-Tx DRM driver
 2022-05-13 13:39 UTC  (7+ messages)
` [LINUX PATCH 1/2] dt-bindings: display: xlnx: Add DSI 2.0 Tx subsystem documentation
` [LINUX PATCH 2/2] drm: xlnx: dsi: driver for Xilinx DSI Tx subsystem

[PATCH for-rc] RDMA/rxe: Fix rnr retry behavior
 2022-05-13 13:38 UTC  (3+ messages)

Redhat 9 removes RXE (SoftROCE) support
 2022-05-13 13:48 UTC 

NFS regression between 5.17 and 5.18
 2022-05-13 13:30 UTC  (10+ messages)

[RFC] Adding private data and private data len as argument to rdma_disconnect()
 2022-05-13 13:31 UTC  (5+ messages)

[PATCH 0/6] Fully lock the container members of struct vfio_group
 2022-05-13 13:29 UTC  (4+ messages)
` [PATCH 4/6] vfio: Fully lock struct vfio_group::container

[PATCH v2 0/2] riscv: implement Zicbom-based CMO instructions + the t-head variant
 2022-05-13 13:38 UTC  (9+ messages)
` [PATCH v2 2/3] riscv: Implement Zicbom-based cache management operations
` [PATCH v2 3/3] riscv: implement cache-management errata for T-Head SoCs

[PATCH v3 00/23] ata: ahci: Add DWC/Baikal-T1 AHCI SATA support
 2022-05-13 13:31 UTC  (6+ messages)
` [PATCH v3 08/23] ata: libahci_platform: Add function returning a clock-handle by id

[PATCH 1/4] target/i386: Fix sanity check on max APIC ID / X2APIC enablement
 2022-05-13 13:37 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-13 13:48 UTC 

[igt-dev] [v2] tests/i915/kms_dsc: IGT cleanup
 2022-05-13 13:48 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/kms_dsc: IGT cleanup (rev2)

[OSSTEST PATCH] ts-xen-build-prep: Grab newer NASM version, to build OVMF
 2022-05-13 13:43 UTC  (2+ messages)

[PATCH 1/6] app/eventdev: simplify signal handling and teardown
 2022-05-13 13:41 UTC  (6+ messages)
` [PATCH 2/6] app/eventdev: clean up worker state before exit
` [PATCH 6/6] examples/ipsec-secgw: cleanup "

[PATCH 03/13] netconfig: Create routes from Router Advertisements
 2022-05-13 13:39 UTC 

[PATCH] NFSv4: Restore nfs4_label into copied nfs_fattr for referrals
 2022-05-13 13:36 UTC 

[PATCH V2] x86/sev: Mark the code returning to user space as syscall gap
 2022-05-13 13:34 UTC  (2+ messages)

[RFC] sched,livepatch: call klp_try_switch_task in __cond_resched
 2022-05-13 13:34 UTC  (11+ messages)

[PATCH] KVM: SVM: Use kzalloc for sev ioctl interfaces to prevent kernel memory leak
 2022-05-13 13:37 UTC  (2+ messages)

[PATCH 0/6] mtd: spi-nor: generic flash driver
 2022-05-13 13:35 UTC  (14+ messages)
` [PATCH 1/6] mtd: spi-nor: hide jedec_id sysfs attribute if not present
` [PATCH 2/6] mtd: spi-nor: sysfs: hide manufacturer if it is not set
` [PATCH 3/6] mtd: spi-nor: remember full JEDEC flash ID
` [PATCH 4/6] mtd: spi-nor: move function declaration out of sfdp.h
` [PATCH 5/6] mtd: spi-nor: add generic flash driver
` [PATCH 6/6] mtd: spi-nor: sysfs: print JEDEC ID for "

[PATCH v10 00/12] riscv: support for Svpbmt and D1 memory types
 2022-05-13 13:37 UTC  (4+ messages)
` [PATCH 12/12] riscv: add memory-type errata for T-Head

[PATCH] media: platform: replace ternary operator with max()
 2022-05-13 13:32 UTC  (2+ messages)

[PATCH net] NFC: nci: fix sleep in atomic context bugs caused by nci_skb_alloc
 2022-05-13 13:33 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-05-13 13:37 UTC 

[ammarfaizi2-block:dhowells/linux-fs/cifs-for-sfrench 5/6] fs/cifs/smb2ops.c:4752:11: warning: comparison of distinct pointer types ('typeof (size - copied) *' (aka 'unsigned int *') and 'typeof (((1UL) << (12))) *' (aka 'unsigned long *'))
 2022-05-13 13:35 UTC 

[PATCH 4/4] drm/gem: Warn on trying to use a non-existing framebuffer plane
 2022-05-13 13:35 UTC 

[kirkstone][PATCH v2] openssl: minor security upgrade 3.0.2 -> 3.0.3
 2022-05-13 13:35 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.