All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-06 10:59:05 to 2021-10-06 11:33:08 UTC [more...]

[PATCH v2 1/2] media: i2c: Add ON Semiconductor AP1302 ISP driver
 2021-10-06 11:32 UTC 

[dpdk-dev] [PATCH 1/6] baseband: introduce NXP LA12xx driver
 2021-10-06 11:31 UTC  (10+ messages)
` [dpdk-dev] [PATCH v8 0/8] baseband: add "
  ` [dpdk-dev] [PATCH v8 1/8] bbdev: add big endian processing data processing info
  ` [dpdk-dev] [PATCH v8 2/8] baseband: introduce NXP LA12xx driver
  ` [dpdk-dev] [PATCH v8 3/8] baseband/la12xx: add devargs for max queues
  ` [dpdk-dev] [PATCH v8 4/8] baseband/la12xx: add support for multiple modems
  ` [dpdk-dev] [PATCH v8 5/8] baseband/la12xx: add queue and modem config support
  ` [dpdk-dev] [PATCH v8 6/8] baseband/la12xx: add enqueue and dequeue support
  ` [dpdk-dev] [PATCH v8 7/8] app/bbdev: enable la12xx for bbdev
  ` [dpdk-dev] [PATCH v8 8/8] app/bbdev: handle endianness of test data

[PATCH] arm64: dts: qcom: sm8350: Add CPU topology and idle-states
 2021-10-06 11:31 UTC  (2+ messages)

rt_pipe_read(): timeout does not expire
 2021-10-06 11:30 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/uhd: fix build of examples
 2021-10-06 11:29 UTC  (2+ messages)

[PATCH v2] content: Remove duplicate paragraph
 2021-10-06 11:28 UTC 

[PATCH 0/7] kernel-yocto: consolidated pull request
 2021-10-06 11:27 UTC  (8+ messages)
` [PATCH 1/7] linux-yocto/5.14: scripts/gcc-plugins: consistently use HOSTCC
  ` [OE-core] "
` [PATCH 7/7] kernel-yocto: don't apply config metadata patches twice
  ` [OE-core] "

[PATCH 0/2] build: fix "make check" without earlier "make"
 2021-10-06 11:14 UTC  (3+ messages)
` [PATCH 1/2] tests: add missing dependency for check-block

[PATCH v3 0/3] device property: Remove device_add_properties()
 2021-10-06 11:26 UTC  (4+ messages)
` [PATCH v3 1/3] PCI: Convert to device_create_managed_software_node()
` [PATCH v3 2/3] driver core: Don't call device_remove_properties() from device_del()
` [PATCH v3 3/3] device property: Remove device_add_properties() API

[PATCH 00/11] qdev: Add JSON -device and fix QMP device_add
 2021-10-06 11:09 UTC  (11+ messages)
` [PATCH 09/11] qdev: Avoid QemuOpts in "

virtual/egl on Raspberry Pi 4
 2021-10-06 11:26 UTC  (8+ messages)
` [yocto] "

[RFC] mmc: core: transplant ti,wl1251 quirks from to be retired omap_hsmmc
 2021-10-06 11:25 UTC 

[PATCH MANUALSEL 5.10 1/7] selftests: KVM: Align SMCCC call with the spec in steal_time
 2021-10-06 11:23 UTC  (14+ messages)
` [PATCH MANUALSEL 5.10 2/7] KVM: x86: Handle SRCU initialization failure during page track init
` [PATCH MANUALSEL 5.10 3/7] KVM: do not shrink halt_poll_ns below grow_start
` [PATCH MANUALSEL 5.10 4/7] KVM: x86: VMX: synthesize invalid VM exit when emulating invalid guest state
` [PATCH MANUALSEL 5.10 5/7] kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]
` [PATCH MANUALSEL 5.10 6/7] KVM: x86: nSVM: restore int_vector in svm_clear_vintr
` [PATCH MANUALSEL 5.10 7/7] ALSA: pcsp: Make hrtimer forwarding more robust

[PATCH] ACPICA: drop unneeded initialization value
 2021-10-06 11:24 UTC 

[PATCH] content: Remove duplicate paragraph
 2021-10-06 11:24 UTC  (3+ messages)
` [virtio-dev] "

[PATCH v2 00/16] KVM: arm64: MMIO guard PV services
 2021-10-06 11:22 UTC  (8+ messages)
` [PATCH v2 03/16] KVM: arm64: Turn kvm_pgtable_stage2_set_owner into kvm_pgtable_stage2_annotate

[PATCH 00/19] ASoC: SOF: Improvements for debugging
 2021-10-06 11:23 UTC  (21+ messages)
` [PATCH 01/19] ASoC: SOF: core: debug: force all processing on primary core
` [PATCH 02/19] ASoC: SOF: debug: Swap the dsp_dump and ipc_dump sequence for fw_exception
` [PATCH 03/19] ASoC: SOF: ipc and dsp dump: Add markers for better visibility
` [PATCH 04/19] ASoC: SOF: Print the dbg_dump and ipc_dump once to reduce kernel log noise
` [PATCH 05/19] ASoC: SOF: loader: Print the DSP dump if boot fails
` [PATCH 06/19] ASoC: SOF: intel: atom: No need to do a DSP dump in atom_run()
` [PATCH 07/19] ASoC: SOF: debug/ops: Move the IPC and DSP dump functions out from the header
` [PATCH 08/19] ASoC: SOF: debug: Add SOF_DBG_DUMP_OPTIONAL flag for DSP dumping
` [PATCH 09/19] ASoC: SOF: intel: hda-loader: Use snd_sof_dsp_dbg_dump() for DSP dump
` [PATCH 10/19] ASoC: SOF: Drop SOF_DBG_DUMP_FORCE_ERR_LEVEL and sof_dev_dbg_or_err
` [PATCH 11/19] ASoC: SOF: debug: Print out the fw_state along with the DSP dump
` [PATCH 12/19] ASoC: SOF: ipc: Re-enable dumps after successful IPC tx
` [PATCH 13/19] ASoC: SOF: ops: Force DSP panic dumps to be printed
` [PATCH 14/19] ASoC: SOF: Introduce macro to set the firmware state
` [PATCH 15/19] ASoC: SOF: intel: hda: Drop 'error' prefix from error dump functions
` [PATCH 16/19] ASoC: SOF: core: Clean up snd_sof_get_status() prints
` [PATCH 17/19] ASoC: SOF: loader: Drop SOF_DBG_DUMP_REGS flag when firmware start fails
` [PATCH 18/19] ASoC: SOF: Intel: hda-loader: Drop SOF_DBG_DUMP_REGS flag from dbg_dump calls
` [PATCH 19/19] ASoC: SOF: Intel: hda: Dump registers and stack when SOF_DBG_DUMP_REGS is set

[PATCH MANUALSEL 4.19 1/2] KVM: x86: Handle SRCU initialization failure during page track init
 2021-10-06 11:23 UTC  (4+ messages)
` [PATCH MANUALSEL 4.19 2/2] ALSA: pcsp: Make hrtimer forwarding more robust

[PATCH v3 0/7] Reduce load on ppc target maintainers
 2021-10-06 11:03 UTC  (4+ messages)

[PATCH MANUALSEL 5.4 1/4] KVM: x86: Handle SRCU initialization failure during page track init
 2021-10-06 11:23 UTC  (8+ messages)
` [PATCH MANUALSEL 5.4 2/4] KVM: do not shrink halt_poll_ns below grow_start
` [PATCH MANUALSEL 5.4 3/4] kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]
` [PATCH MANUALSEL 5.4 4/4] ALSA: pcsp: Make hrtimer forwarding more robust

[PATCH v2 0/4] clk: ralink: make system controller a reset provider
 2021-10-06 11:23 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: reset: add dt binding header for Mediatek MT7621 resets
` [PATCH v2 2/4] dt-bindings: clock: mediatek,mt7621-sysc: add '#reset-cells' property
` [PATCH v2 3/4] clk: ralink: make system controller node a reset provider
` [PATCH v2 4/4] staging: mt7621-dts: align resets with binding documentation

[PATCH V5 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-10-06 11:22 UTC  (4+ messages)
` [PATCH V5 1/3] xen/arm: Introduce gpaddr_bits field to struct xen_arch_domainconfig
` [PATCH V5 2/3] libxl/arm: Add handling of extended regions for DomU
` [PATCH V5 3/3] xen/arm: Updates for extended regions support

[PATCH] ACPICA: drop unneeded initialization value
 2021-10-06 11:20 UTC 

Readahead regressed with c1f6925e1091("mm: put readahead pages in cache earlier") on multicore arm64 platforms
 2021-10-06 11:20 UTC  (2+ messages)

[PATCH 0/6] clk: samsung: Introduce Exynos850 SoC clock driver
 2021-10-06 11:18 UTC  (5+ messages)
  ` [PATCH 1/6] clk: samsung: Enable bus clock on init

[PATCH] [RFC] sparse index: fix use-after-free bug in cache_tree_verify()
 2021-10-06 11:20 UTC  (2+ messages)

[dunfell][PATCH v2] weston: Use systemd notify,
 2021-10-06 11:19 UTC 

[dpdk-dev] [RFC] ethdev: change queue release callback
 2021-10-06 11:19 UTC  (15+ messages)
` [dpdk-dev] [PATCH v5 0/2] "
  ` [dpdk-dev] [PATCH v5 2/2] "
` [dpdk-dev] [PATCH v7 0/2] "
  ` [dpdk-dev] [PATCH v7 1/2] ethdev: make queue release callback optional
  ` [dpdk-dev] [PATCH v7 2/2] ethdev: change queue release callback

[PATCH] linux-yocto: add libmpc-native to DEPENDS
 2021-10-06 11:19 UTC  (6+ messages)
` [OE-core] "

[PATCH v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
 2021-10-06 11:06 UTC  (6+ messages)
` [PATCH v2 1/3] virtio: turn VIRTQUEUE_MAX_SIZE into a variable
        ` [Virtio-fs] "

[PULL 00/13] Block layer patches
 2021-10-06 10:59 UTC  (14+ messages)
` [PULL 01/13] include/block.h: remove outdated comment
` [PULL 02/13] qemu-storage-daemon: Only display FUSE help when FUSE is built-in
` [PULL 03/13] block: implement bdrv_new_open_driver_opts()
` [PULL 04/13] block: bdrv_insert_node(): fix and improve error handling
` [PULL 05/13] block: bdrv_insert_node(): doc and style
` [PULL 06/13] block: bdrv_insert_node(): don't use bdrv_open()
` [PULL 07/13] iotests/image-fleecing: declare requirement of copy-before-write
` [PULL 08/13] block: introduce max_hw_iov for use in scsi-generic
` [PULL 09/13] iotests: add 'qemu' package location to PYTHONPATH in testenv
` [PULL 10/13] iotests/linters: check mypy files all at once
` [PULL 11/13] iotests/mirror-top-perms: Adjust imports
` [PULL 12/13] iotests/migrate-bitmaps-test: delint
` [PULL 13/13] iotests: Update for pylint 2.11.1

[PATCH v2 0/4] irq_work: PREEMPT_RT bits
 2021-10-06 11:18 UTC  (5+ messages)
` [PATCH v2 1/4] sched/rt: Annotate the RT balancing logic irqwork as IRQ_WORK_HARD_IRQ
` [PATCH v2 2/4] irq_work: Allow irq_work_sync() to sleep if irq_work() no IRQ support
` [PATCH v2 3/4] irq_work: Handle some irq_work in a per-CPU thread on PREEMPT_RT
` [PATCH v2 4/4] irq_work: Also rcuwait for !IRQ_WORK_HARD_IRQ "

The mdadm maintenance
 2021-10-06 11:18 UTC  (2+ messages)

[PATCH 0/2] hw/arm/virt: Fix qemu booting failure on device-tree
 2021-10-06 11:03 UTC  (4+ messages)
` [PATCH 1/2] numa: Set default distance map if needed

Xen 4.16 development update; request for regression bug reports
 2021-10-06 11:18 UTC  (2+ messages)
` Xen 4.16 development update

[PATCH v3 1/1] gpio: mockup: Convert to use software nodes
 2021-10-06 11:18 UTC  (2+ messages)

[PATCH v4 00/14] PCI devices passthrough on Arm
 2021-10-06 11:17 UTC  (8+ messages)
` [PATCH v4 13/14] arm/libxl: Emulated PCI device tree node in libxl

[PATCH] ASoC: SOF: pipelines: Harmonize all functions to use struct snd_sof_dev
 2021-10-06 11:16 UTC 

[PATCH MANUALSEL 4.4] ALSA: pcsp: Make hrtimer forwarding more robust
 2021-10-06 11:13 UTC  (2+ messages)

[PATCH MANUALSEL 4.9] ALSA: pcsp: Make hrtimer forwarding more robust
 2021-10-06 11:13 UTC  (2+ messages)

[PATCH MANUALSEL 4.14] ALSA: pcsp: Make hrtimer forwarding more robust
 2021-10-06 11:13 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 0/5] introduce IWYU
 2021-10-06 11:13 UTC  (7+ messages)
` [dpdk-dev] [PATCH v2 "
  ` [dpdk-dev] [PATCH v2 1/5] devtools: script to remove unused headers includes
  ` [dpdk-dev] [PATCH v2 2/5] lib/telemetry: remove unneeded header includes
  ` [dpdk-dev] [PATCH v2 3/5] lib/ring: "
  ` [dpdk-dev] [PATCH v2 4/5] lib/kvargs: "
  ` [dpdk-dev] [PATCH v2 5/5] lib/eal: "

[PATCH v2 0/3] pinctrl: uniphier: Introduce some features and NX1 support
 2021-10-06 11:10 UTC  (8+ messages)
` [PATCH v2 1/3] pinctrl: uniphier: Add extra audio pinmux settings for LD11, LD20 and PXs3 SoCs
` [PATCH v2 2/3] dt-bindings: pinctrl: uniphier: Add NX1 pinctrl binding
` [PATCH v2 3/3] pinctrl: uniphier: Add UniPhier NX1 pinctrl driver

[PATCH] riscv: Don't use va_pa_offset on kdump
 2021-10-06 11:13 UTC  (3+ messages)

[PATCH] mdadm: split off shared library
 2021-10-06 10:58 UTC  (4+ messages)

RISC-V: patched kexec-tools on github for review/testing
 2021-10-06 11:10 UTC  (5+ messages)

[igt-dev] [PATCH i-g-t v2] tests/i915/gem_exec_nop: Update poll sequential
 2021-10-06 11:12 UTC  (3+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/gem_exec_nop: Update poll sequential (rev2)

[Buildroot] [Bug 14256] New: Compiling with static libraries on s390x error
 2021-10-06 11:13 UTC  (2+ messages)
` [Buildroot] [Bug 14256] "

[PATCH v2 0/5] clk: uniphier: Introduce some clock features and NX1 support
 2021-10-06 11:09 UTC  (12+ messages)
` [PATCH v2 1/5] clk: uniphier: Add audio system and video input clock control for PXs3
` [PATCH v2 2/5] dt-bindings: clock: uniphier: Add NX1 clock binding
` [PATCH v2 3/5] clk: uniphier: Add NX1 clock support
` [PATCH v2 4/5] dt-bindings: clock: uniphier: Add clock binding for SoC-glue
` [PATCH v2 5/5] clk: uniphier: Add SoC-glue clock source selector support for Pro4

[PATCH v4 00/36] Run hooks via "git run hook" & hook library
 2021-10-06 11:03 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 24/36] run-command: add stdin callback for parallelization
    ` ab/config-based-hooks-N status (was Re: [PATCH v5 24/36] run-command: add stdin callback for parallelization)

[dpdk-dev] [Bug 825] DPDK requires more than twice as much memory as requested
 2021-10-06 11:12 UTC 

[PATCH] media: imx: Round line size to 4 bytes
 2021-10-06 11:05 UTC  (2+ messages)

[PATCH v2 0/4] merge contiguous physical memory regions
 2021-10-06 11:11 UTC  (5+ messages)
` [PATCH v2 1/4] nitro_enclaves: "

[PATCH bpf-next] bpf: use $(pound) instead of \# in Makefiles
 2021-10-06 11:10 UTC 

[PATCH RESEND v2 0/5] virtio-mem: VIRTIO_MEM_F_UNPLUGGED_INACCESSIBLE and interaction with memory properties
 2021-10-06 11:09 UTC  (6+ messages)
` [virtio-comment] "

[dpdk-dev] [PATCH 00/11] net/sfc: provide Rx/Tx doorbells stats
 2021-10-06 11:08 UTC  (5+ messages)
` [dpdk-dev] [PATCH v9 1/5] ethdev: fix docs of functions getting xstats by IDs
  ` [dpdk-dev] [PATCH v9 5/5] ethdev: merge driver ops to get all xstats names and by ID

[PATCH v2] thermal: Fix a NULL pointer dereference
 2021-10-06 11:08 UTC  (2+ messages)

[Buildroot] [PATCH] configs/mx6cubox: bump Linux and U-Boot versions
 2021-10-06 11:08 UTC  (2+ messages)

[Bug 204807] Hardware monitoring sensor nct6798d doesn't work unless acpi_enforce_resources=lax is enabled
 2021-10-06 11:08 UTC 

[v2 PATCH 0/3] Fix the issues caused by CMDQ refinement of mtk-drm
 2021-10-06 11:04 UTC  (9+ messages)
` [v2 PATCH 1/3] drm/mediatek: Fix crash at using pkt->cl->chan in cmdq_pkt_finalize

[REGRESSION][BISECTED] 5.15-rc1: Broken AHCI on NVIDIA ION (MCP79)
 2021-10-06 11:06 UTC  (3+ messages)

[PATCH v8 0/5] Implement SPM/SAW for MSM8998 and SDM6xx
 2021-10-06 11:02 UTC  (3+ messages)
` [PATCH v8 1/5] cpuidle: qcom_spm: Detach state machine from main SPM handling

[PATCH 1/3] firmware: arm_scmi: Review some virtio log messages
 2021-10-06 10:59 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] tests/prime_mmap: Add support for local memory
 2021-10-06 11:06 UTC 

[PATCH v6 0/5] Add FF-A support in OP-TEE driver
 2021-10-06 10:58 UTC  (4+ messages)
` [PATCH v6 1/5] tee: add sec_world_id to struct tee_shm

[PATCH v2 0/5] arm64: ARMv8.7-A: MTE: Add asymm in-kernel support
 2021-10-06 10:58 UTC  (3+ messages)
` [PATCH v2 5/5] kasan: Extend KASAN mode kernel parameter

[PATCH v4 0/7] tegra20-emc: Identify memory chip by LPDDR configuration
 2021-10-06 10:59 UTC  (3+ messages)
` [PATCH v4 3/7] dt-bindings: memory: lpddr2: Add revision-id properties

[PATCH v2 0/3] Expose PMU to the guests
 2021-10-06 10:58 UTC  (3+ messages)
` [PATCH v2 1/3] xen+tools: Introduce XEN_SYSCTL_PHYSCAP_vpmu
` [PATCH v2 3/3] xen: Expose the PMU to the guests


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.