All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-23 12:24:36 to 2023-01-23 12:53:31 UTC [more...]

[PATCH v2 00/13] spi: Add support for stacked/parallel memories
 2023-01-23 12:48 UTC  (32+ messages)
` [PATCH v2 01/13] spi: Add APIs in spi core to set/get spi->chip_select and spi->cs_gpiod
` [PATCH v2 02/13] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call
` [PATCH v2 03/13] net: "
` [PATCH v2 04/13] iio: imu: "
` [PATCH v2 05/13] mtd: devices: "
` [PATCH v2 06/13] staging: "
` [PATCH v2 07/13] platform/x86: serial-multi-instantiate: "
` [PATCH v2 10/13] mtd: spi-nor: Add stacked memories support in spi-nor

[PATCH 00/57] media: atomisp: Big power-management changes + lots of fixes
 2023-01-23 12:51 UTC  (28+ messages)
` [PATCH 01/57] media: atomisp: fix videobuf2 Kconfig depenendency
` [PATCH 02/57] media: atomisp: use vb2_start_streaming_called()
` [PATCH 03/57] media: atomisp: Remove atomisp_sw_contex struct
` [PATCH 04/57] media: atomisp: Move power-management over to a custom pm-domain
` [PATCH 05/57] media: atomisp: Silence "isys dma store at addr, val" debug messages
` [PATCH 06/57] media: atomisp: Remove non working doorbell check from punit_ddr_dvfs_enable()
` [PATCH 07/57] media: atomisp: Remove useless msleep(10) before power-on on BYT
` [PATCH 08/57] media: atomisp: Remove custom ATOMISP_IOC_ISP_MAKERNOTE ioctl
` [PATCH 09/57] media: atomisp: Remove custom ATOMISP_IOC_G_SENSOR_MODE_DATA ioctl
` [PATCH 10/57] media: atomisp: Remove V4L2_CID_BIN_FACTOR_HORZ/_VERT
` [PATCH 11/57] media: atomisp: Remove no longer used binning info from sensor resolution info
` [PATCH 12/57] media: atomisp: Propagate set_fmt() errors in queue_setup()
` [PATCH 13/57] media: atomisp: Remove deferred firmware loading support
` [PATCH 14/57] media: atomisp: Check buffer index is in range inside atomisp_qbuf_wrapper()
` [PATCH 15/57] media: atomisp: Drop atomisp_init_pipe()
` [PATCH 16/57] media: atomisp: Remove unnecessary memset(foo, 0, sizeof(foo)) calls
` [PATCH 17/57] media: atomisp: Only set default_run_mode on first open of a stream/asd
` [PATCH 18/57] media: atomisp: Do not turn off sensor when the atomisp-sub-dev does not own it
` [PATCH 19/57] media: atomisp: Allow sensor drivers without a s_power callback
` [PATCH 20/57] media: atomisp: Fix regulator registers on BYT devices with CRC PMIC
` [PATCH 21/57] media: atomisp: Remove atomisp_gmin_find_subdev()
` [PATCH 22/57] media: atomisp: Add atomisp_register_sensor_no_gmin() helper
` [PATCH 23/57] media: atomisp: Fix WARN() when the vb2 start_streaming callback fails
` [PATCH 24/57] media: atomisp: Drop ffmt local var from atomisp_set_fmt()
` [PATCH 25/57] media: atomisp: Stop overriding padding w/h to 12 on BYT
` [PATCH 26/57] media: atomisp: Put sensor ACPI devices in D3 before disable ACPI power-resources
` [PATCH 27/57] media: atomisp: Remove isp_subdev_link_setup()

[tip:sched/core 13/54] include/linux/cpuidle.h:121:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-01-23 12:52 UTC 

[rppt:misc/pfn_valid/v0 1/1] include/linux/mmzone.h:103:56: warning: left-hand operand of comma expression has no effect
 2023-01-23 12:52 UTC 

[igt-dev] [PATCH i-g-t 0/2] lib/i915_blt: Minor blt_create_object refactoring
 2023-01-23 12:52 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[RFC]: mempool: zero-copy cache get bulk
 2023-01-23 12:52 UTC  (7+ messages)
` [PATCH v5] mempool cache: add zero-copy get and put functions

btrfs corruption, extent buffer leak
 2023-01-23 12:50 UTC  (3+ messages)

[PATCH wpan-next 0/2] ieee802154: Beaconing support
 2023-01-23 12:49 UTC  (4+ messages)

[bug report] firmware: arm_scmi: Call Raw mode hooks from the core stack
 2023-01-23 12:46 UTC  (5+ messages)

[PATCH v4 0/6] Add MSM8939 SoC support with two devices
 2023-01-23 12:49 UTC  (3+ messages)

[PATCH] x86/shadow: sh_type_to_size[] needs L2H entry when HVM+PV32
 2023-01-23 12:49 UTC  (5+ messages)

[xenomai-images][PATCH] Update to kas 3.2
 2023-01-23 12:08 UTC 

[PATCH] docs: rv: Fix full name of the GPL
 2023-01-23 12:48 UTC  (3+ messages)

[PATCH v11 00/18] drm: Add Samsung MIPI DSIM bridge
 2023-01-23 12:43 UTC  (44+ messages)
` [PATCH v11 01/18] drm: of: Lookup if child node has DSI panel or bridge
` [PATCH v11 02/18] drm: bridge: panel: Add devm_drm_of_dsi_get_bridge helper
` [PATCH v11 03/18] drm: exynos: dsi: Drop explicit call to bridge detach
` [PATCH v11 04/18] drm: exynos: dsi: Switch to devm_drm_of_dsi_get_bridge
` [PATCH v11 05/18] drm: exynos: dsi: Mark PHY as optional
` [PATCH v11 06/18] drm: exynos: dsi: Add platform PLL_P (PMS_P) offset
` [PATCH v11 07/18] drm: exynos: dsi: Introduce hw_type platform data
` [PATCH v11 08/18] drm: exynos: dsi: Handle proper host initialization
` [PATCH v11 09/18] drm: exynos: dsi: Add atomic check
` [PATCH v11 10/18] drm: exynos: dsi: Add input_bus_flags
` [PATCH v11 11/18] drm: exynos: dsi: Add atomic_get_input_bus_fmts
` [PATCH v11 12/18] drm: exynos: dsi: Consolidate component and bridge
` [PATCH v11 13/18] drm: exynos: dsi: Add Exynos based host irq hooks
` [PATCH v11 14/18] drm: bridge: Generalize Exynos-DSI driver into a Samsung DSIM bridge
` [PATCH v11 15/18] dt-bindings: display: exynos: dsim: Add NXP i.MX8M Mini/Nano support
` [PATCH v11 16/18] drm: bridge: samsung-dsim: Add "
` [PATCH v11 17/18] dt-bindings: display: exynos: dsim: Add NXP i.MX8M Plus support
` [PATCH v11 18/18] drm: bridge: samsung-dsim: Add "

[RFC PATCH 1/1] efi_loader: get rid of ad-hoc EFI subsystem init
 2023-01-23 12:47 UTC  (7+ messages)

[PATCH 1/2] clk: qcom: add compile test to MSM8996 CPU clocks
 2023-01-23 12:47 UTC  (6+ messages)
` [PATCH 2/2] clk: qcom: restrict drivers per ARM/ARM64

[PATCH 0/4] arm64: pseudo-nmi: elide code when CONFIG_ARM64_PSEUDO_NMI=n
 2023-01-23 12:40 UTC  (5+ messages)
` [PATCH 1/4] arm64: rename ARM64_HAS_SYSREG_GIC_CPUIF to ARM64_HAS_GIC_SYSREG_CPUIF
` [PATCH 2/4] arm64: rename ARM64_HAS_IRQ_PRIO_MASKING to ARM64_HAS_GIC_PRIO_MASKING
` [PATCH 3/4] arm64: add ARM64_HAS_GIC_PRIO_NO_PMHE cpucap
` [PATCH 4/4] arm64: irqflags: use alternative branches for pseudo-NMI logic

[PATCH v2] KVM: VMX: Fix crash due to uninitialized current_vmcs
 2023-01-23 12:46 UTC 

[PATCH] docs: rtla: Fix full name of the GPL
 2023-01-23 12:46 UTC  (2+ messages)

gpio: making <linux/gpio.h> consumer-only
 2023-01-23 12:45 UTC 

[PATCH] docs: ext4: Fix full name of the GPL
 2023-01-23 12:44 UTC  (3+ messages)

[RFC] KVM: x86: Give host userspace control for MSR_RAPL_POWER_UNIT and MSR_PKG_POWER_STATUS
 2023-01-23 12:43 UTC  (5+ messages)

[PATCH 6/8] mm/gup: make locked never NULL in the internal GUP functions
 2023-01-23 12:44 UTC  (3+ messages)

[PATCH net-next 0/6] ENETC MAC Merge cleanup
 2023-01-23 12:44 UTC  (5+ messages)
` [PATCH net-next 3/6] net: enetc: add definition for offset between eMAC and pMAC regs

stable-rc/queue/4.14 build: 194 builds: 2 failed, 192 passed, 43 warnings (v4.14.302-363-g401405d0d5f6)
 2023-01-23 12:44 UTC 

[Intel-gfx] [PATCH v5 0/6] drm/i915/pxp: Add missing cleanup steps for PXP global-teardown
 2023-01-23 12:43 UTC  (6+ messages)
` [Intel-gfx] [PATCH v5 2/6] drm/i915/pxp: add device link between i915 and mei_pxp

OE-core CVE metrics for master on Sun 22 Jan 2023 02:00:01 AM HST
 2023-01-23 12:42 UTC  (3+ messages)
` [OE-core] "
  ` [yocto-security] "

[PATCH v4 00/12] sm8550: Add PCIe HC and PHY support
 2023-01-23 12:39 UTC  (5+ messages)
` [PATCH v4 11/12] arm64: dts: qcom: sm8550: Add PCIe PHYs and controllers nodes

drivers/rtc/rtc-sh.c:316 sh_rtc_read_time() warn: bitwise AND condition is false here
 2023-01-23 12:41 UTC 

[PATCH v1 00/14] RISCV basic exception handling implementation
 2023-01-23 12:41 UTC  (8+ messages)
` [PATCH v1 06/14] xen/riscv: introduce exception context
` [PATCH v1 07/14] xen/riscv: introduce exception handlers implementation

[virtio-dev] [PATCH v9] virtio-network: Clarify VLAN filter table configuration
 2023-01-23 12:41 UTC  (3+ messages)
` [virtio-comment] "
  ` [virtio-comment] "

[PATCH] arm64: dts: qcom: sm8550: fix USB-DP PHY resets
 2023-01-23 12:40 UTC  (3+ messages)

[PATCH 1/3] arm64: dts: qcom: use generic node name for Bluetooth
 2023-01-23 12:39 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: qcom: sm8350: drop incorrect cells from serial
` [PATCH 3/3] arm64: dts: qcom: sm8450: "

[PATCH v1 0/7] serial: imx: work-around for hardware RX flood, and then isr improvements
 2023-01-23 12:38 UTC  (6+ messages)
  ` [PATCH v1 3/7] serial: imx: do not sysrq broken chars

[PATCH] block/blkio: Fix inclusion of required headers
 2023-01-23 12:39 UTC 

[PATCH v2 1/2] HID: core: Provide new max_buffer_size attribute to over-ride the default
 2023-01-23 12:39 UTC  (2+ messages)
` [PATCH v2 2/2] HID: uhid: Over-ride the default maximum data buffer value with our own

[PATCH 0/3] ACPI: video/apple-gmux: Improve apple-gmux backlight detection
 2023-01-23 12:38 UTC  (3+ messages)

[PATCH net 0/2] mlx5: bugfixes for ptp fifo queue
 2023-01-23 12:38 UTC  (5+ messages)
` [PATCH net 1/2] mlx5: fix possible ptp queue fifo overflow
` [PATCH net 2/2] mlx5: fix skb leak while fifo resync

Regression 5.14.21 vs 5.15.1: mmc blocked: mmc0: cqhci: timeout for tag #
 2023-01-23 12:38 UTC  (8+ messages)

[PATCH qemu v2] x86: don't let decompressed kernel image clobber setup_data
 2023-01-23 12:37 UTC  (7+ messages)
` [PATCH qemu v3] "

[PATCH] fc: add a missing release get taken in nvmet_fc_alloc_target_assoc
 2023-01-23 12:37 UTC 

[PATCH 0/4] Allwinner D1 video engine support
 2023-01-23 12:33 UTC  (4+ messages)

[PATCH v2 0/3] drm/msm/gpu: Devfreq fixes+tuning
 2023-01-23 12:38 UTC  (4+ messages)
` [PATCH v2 1/3] drm/msm/gpu: Add devfreq tuning debugfs

DMA-heap driver hints
 2023-01-23 12:37 UTC  (3+ messages)
` [PATCH 1/2] dma-heap: add device link and unlink functions
` [PATCH 2/2] media: uvcvideo: expose dma-heap hint to userspace

[tip:master] BUILD SUCCESS e5c645984a3884c92e124717c8c85635ba7a1057
 2023-01-23 12:37 UTC 

Minimal kernel version for 7900XT
 2023-01-23 12:37 UTC  (5+ messages)

[ammarfaizi2-block:google/android/kernel/common/upstream-f2fs-stable-linux-5.15.y 115/361] fs/f2fs/data.c:996 f2fs_grab_read_bio() warn: variable dereferenced before check 'bio' (see line 995)
 2023-01-23 12:37 UTC  (4+ messages)
` Fwd: "

[PATCH -next] media: staging: stkwebcam: Fix the build error with stkwebcam
 2023-01-23 12:37 UTC  (2+ messages)

[PATCH 1/3] nvme-fabrics: introduce existing_ctrl operation
 2023-01-23 12:33 UTC  (2+ messages)

[PATCH 00/15] Ambarella S6LM SoC bring-up
 2023-01-23 12:32 UTC  (3+ messages)
  ` [PATCH 13/15] dt-bindings: pinctrl: add support for Ambarella

eBPF verifier does not load libxdp dispatcher eBPF program
 2023-01-23 12:35 UTC  (2+ messages)

[Intel-gfx] [RFC 0/2] drm/connector: connector iterator with filtering
 2023-01-23 12:34 UTC  (5+ messages)
` [Intel-gfx] [RFC 1/2] drm/connector: add connector list iteration "
    `  "

[PATCH v2 1/2] dt-bindings: nvmem: qfprom: add IPQ8074 compatible
 2023-01-23 12:34 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: ipq8074: add QFPROM node

[PATCH] wifi: ath11k: Add tx ack signal support for mgmt packets
 2023-01-23 12:31 UTC  (4+ messages)

[PATCH] MAINTAINERS: Update qcom CPR maintainer entry
 2023-01-23 12:33 UTC  (2+ messages)

[autobuilder][PATCH v2 0/1] rename send-qa-email in builder
 2023-01-23 12:33 UTC  (2+ messages)
` [autobuilder][PATCH v2 1/1] builders: update send-qa-email name

[PATCH] cxl/mbox: Add debug messages for supported mailbox commands
 2023-01-23 12:32 UTC  (3+ messages)

[rppt:misc/pfn_valid/v0 1/1] drivers/mmc/core/mmc.c:115:22: warning: shift count >= width of type
 2023-01-23 12:31 UTC 

[PATCH 00/21] Migration to using binman to generate bootloader
 2023-01-23 12:31 UTC  (3+ messages)

[PATCH v2 0/3] Add the Renesas IDT821034 codec support
 2023-01-23 12:30 UTC  (8+ messages)
` [PATCH v2 2/3] ASoC: codecs: Add support for the Renesas IDT821034 codec

[autobuilder][PATCH v2 0/4] generate regression reports against proper releases
 2023-01-23 12:31 UTC  (5+ messages)
` [autobuilder][PATCH v2 1/4] scripts/send_qa_email.py: Rename send-qa-email to send_qa_email.py
` [autobuilder][PATCH v2 2/4] scripts/send_qa_email.py: Wrap send_qa_email.py content in function
` [autobuilder][PATCH v2 3/4] scripts/send-qa-email: Generate regression reports against most relevant release
` [autobuilder][PATCH v2 4/4] scripts/send_qa_email.py: add unit tests on previous version computation

Are BPF programs preemptible?
 2023-01-23 12:30 UTC  (3+ messages)

[PATCH] qga/linux: add usb support to guest-get-fsinfo
 2023-01-23 12:27 UTC  (2+ messages)

[PATCH v2] media: atomisp: pci: sh_css: Inline single invocation of macro STATS_ENABLED()
 2023-01-23 12:28 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] media: atomisp: pci: hive_isp_css_common: host: vmem: Replace SUBWORD macros with functions
 2023-01-23 12:28 UTC  (2+ messages)

[PATCH v5] media: atomisp: pci: Replace bytes macros with functions
 2023-01-23 12:27 UTC  (3+ messages)
` [PATCH v6] "

[PATCH] powerpc: Check !irq instead of irq == NO_IRQ and remove NO_IRQ
 2023-01-23 12:26 UTC  (2+ messages)

[PATCH] rcu: Further comment and explain the state space of GP sequences
 2023-01-23 12:26 UTC  (4+ messages)
    ` [PATCH v3] "

[xenomai-images][PATCH 0/2] Update to latest Isar
 2023-01-23 12:15 UTC  (3+ messages)
` [xenomai-images][PATCH 1/2] Mount rootfs for qemu based tests read-write
` [xenomai-images][PATCH 2/2] Update Isar to latest next version - sbuild integration

[PATCH v4 0/3] Input: ads7846 - fix support for ADS7845
 2023-01-23 12:25 UTC  (5+ messages)
` [PATCH 1/3] Input: ads7846 - don't report pressure for ads7845

[PATCH net-next 1/2] ethtool: netlink: handle SET intro/outro in the common code
 2023-01-23 12:17 UTC  (3+ messages)
` [PATCH net-next 2/2] ethtool: netlink: convert commands to common SET


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.