linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-13 22:57:35 to 2021-07-14 03:22:51 UTC [more...]

[PATCH 00/10] soundwire/ASoC: add mockup codec support
 2021-07-14  3:22 UTC  (10+ messages)
` [PATCH 01/10] ASoC: codecs: add SoundWire mockup device support
` [PATCH 02/10] ASoC: soc-acpi: cnl: add table for SoundWire mockup devices
` [PATCH 03/10] ASoC: soc-acpi: tgl: "
` [PATCH 04/10] ASoC: Intel: boards: sof_sdw: add SoundWire mockup codecs for tests
` [PATCH 05/10] soundwire: stream: don't abort bank switch on Command_Ignored/-ENODATA
` [PATCH 06/10] soundwire: add flag to ignore all command/control for mockup devices
` [PATCH 07/10] soundwire: bus: squelch error returned by "
` [PATCH 08/10] soundwire: stream: don't program mockup device ports
` [PATCH 09/10] soundwire: cadence: add debugfs interface for PDI loopbacks

[PATCH v2] mm: page_alloc: Fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interaction
 2021-07-14  3:21 UTC  (2+ messages)

[PATCH] Bluetooth: fix use-after-free error in lock_sock_nested()
 2021-07-14  3:17 UTC 

[PATCH] powerpc/rtas_flash: fix a potential buffer overflow
 2021-07-14  2:49 UTC  (2+ messages)

[PATCH] Hyper-V: fix for unwanted manipulation of sched_clock when TSC marked unstable
 2021-07-14  3:16 UTC  (5+ messages)

flush_kernel_dcache_page fixes and removal
 2021-07-14  3:13 UTC  (2+ messages)

[PATCH 0/5] virtio: Parse virtio-device nodes from DT
 2021-07-14  3:11 UTC  (13+ messages)
` [PATCH 1/5] dt-bindings: virtio: mmio: Add support for device subnode
` [PATCH 2/5] virtio_mmio: Bind virtio device to device-tree node

[PATCH v14 0/6] Re-introduce TX FIFO resize for larger EP bursting
 2021-07-14  3:10 UTC  (7+ messages)
` [PATCH v14 3/6] usb: dwc3: Resize TX FIFOs to meet EP bursting requirements

[PATCH] mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interaction
 2021-07-14  3:10 UTC  (3+ messages)

[PATCH] regulator: rtq6752: Fix the typo for reg define and author name
 2021-07-14  3:08 UTC  (2+ messages)

[PATCH v6 00/11] Clean up "mediatek,larb"
 2021-07-14  2:56 UTC  (12+ messages)
` [PATCH v6 01/11] dt-binding: mediatek: Get rid of mediatek,larb for multimedia HW
` [PATCH v6 02/11] iommu/mediatek: Add probe_defer for smi-larb
` [PATCH v6 03/11] iommu/mediatek: Add device_link between the consumer and the larb devices
` [PATCH v6 04/11] media: mtk-jpeg: Get rid of mtk_smi_larb_get/put
` [PATCH v6 05/11] media: mtk-mdp: "
` [PATCH v6 06/11] drm/mediatek: Add pm runtime support for ovl and rdma
` [PATCH v6 07/11] drm/mediatek: Get rid of mtk_smi_larb_get/put
` [PATCH v6 08/11] media: mtk-vcodec: "
` [PATCH v6 09/11] memory: mtk-smi: "
` [PATCH v6 10/11] arm: dts: mediatek: Get rid of mediatek,larb for MM nodes
` [PATCH v6 11/11] arm64: "

[PATCH v9 00/17] Introduce VDUSE - vDPA Device in Userspace
 2021-07-14  2:54 UTC  (7+ messages)
` [PATCH v9 13/17] vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()
` [PATCH v9 16/17] vduse: Introduce VDUSE - vDPA Device in Userspace

[PATCH v2 0/7] Tegra Kconfig improvements for 5.15
 2021-07-14  2:51 UTC  (8+ messages)
` [PATCH v2 1/7] ARM: tegra_defconfig: Enable CONFIG_TEGRA30_TSENSOR
` [PATCH v2 2/7] ARM: tegra_defconfig: Enable CONFIG_FB
` [PATCH v2 3/7] ARM: tegra_defconfig: Enable Acer A500 drivers
` [PATCH v2 4/7] ARM: tegra_defconfig: Enable CONFIG_CROS_EC
` [PATCH v2 5/7] ARM: tegra_defconfig: Rebuild defconfig
` [PATCH v2 6/7] ARM: multi_v7_defconfig: Enable Acer A500 drivers
` [PATCH v2 7/7] ARM: multi_v7_defconfig: Enable CONFIG_TEGRA30_TSENSOR

[PATCH v2 RFC] f2fs: fix to force keeping write barrier for strict fsync mode
 2021-07-14  2:51 UTC  (11+ messages)

[PATCH v4 0/2] Add the driver for Intel Keem Bay SoC timer block
 2021-07-14  2:47 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: timer: Add bindings for Intel Keem Bay SoC Timer

[PATCH v2 1/1] Kbuild, clang: add option for choosing a ThinLTO cache directory
 2021-07-14  2:46 UTC  (2+ messages)

[PATCH V5 0/2] Convert qcom pmic gpio bindings to YAML
 2021-07-14  2:46 UTC  (5+ messages)
` [PATCH V5 1/2] dt-bindings: pinctrl: qcom-pmic-gpio: "
` [PATCH V5 2/2] dt-bindings: pinctrl: qcom-pmic-gpio: Remove the interrupts property

[PATCH 0/6] soundwire/ASoC: abstract platform-dependent bases
 2021-07-14  2:46 UTC  (7+ messages)
` [PATCH 1/6] soundwire: move intel sdw register definitions to sdw_intel.h
` [PATCH 2/6] ASoC: SOF: intel: add sdw_shim/alh_base to sof_intel_dsp_desc
` [PATCH 3/6] ASoC: SOF: intel: hda: remove HDA_DSP_REG_SNDW_WAKE_STS definition
` [PATCH 4/6] ASoC: SOF: intel: move sof_intel_dsp_desc() forward
` [PATCH 5/6] ASoC: SOF: intel: add snd_sof_dsp_check_sdw_irq ops
` [PATCH 6/6] soundwire: intel: introduce shim and alh base

[Patch v3 0/3] Introduce a driver to support host accelerated access to Microsoft Azure Blob
 2021-07-14  2:45 UTC  (4+ messages)
` [Patch v3 1/3] Drivers: hv: vmbus: add support to ignore certain PCIE devices
` [Patch v3 2/3] Drivers: hv: add Azure Blob driver
` [Patch v3 3/3] Drivers: hv: Add to maintainer for "

[PATCH] arm64/kexec: Test page size support with new TGRAN range values
 2021-07-14  2:32 UTC  (3+ messages)

[PATCH] arm64: dts: fix node name for the sysclk
 2021-07-14  2:29 UTC  (2+ messages)

[PATCH 0/2] virtio_ring: fix errors to make virtio tools
 2021-07-14  2:28 UTC  (3+ messages)
` [PATCH 1/2] virtio_ring: fix error - unknown type name 'spinlock_t'
` [PATCH 2/2] virtio_ring: fix error - 'prev' and 'head_flags' may be used uninitialized in this function

[PATCH v5 0/8] Add support for Hikey 970 PCIe
 2021-07-14  2:28 UTC  (9+ messages)
` [PATCH v5 1/8] dt-bindings: phy: Add bindings for HiKey 960 PCIe PHY
` [PATCH v5 2/8] dt-bindings: phy: Add bindings for HiKey 970 "
` [PATCH v5 3/8] dt-bindings: PCI: kirin: Fix compatible string
` [PATCH v5 4/8] dt-bindings: PCI: kirin: Drop PHY properties

[PATCH 00/29] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
 2021-07-14  2:27 UTC  (4+ messages)
` [PATCH 29/29] arm64: dts: qcom: Harmonize DWC USB3 DT "

[RFC NO MERGE] f2fs: extent cache: support unaligned extent
 2021-07-14  2:27 UTC  (2+ messages)

[PATCH V2] dt-bindings: arm: fsl: Add DHCOM PicoITX and DHCOM DRC02 boards
 2021-07-14  2:26 UTC  (7+ messages)

[PATCH] regulator: rtq6752: Refine binding document
 2021-07-14  2:25 UTC 

[PATCH] i40e: Fix error handling code of label err_set_queues
 2021-07-14  2:24 UTC  (3+ messages)

[PATCH] mm: Make copy_huge_page() always available
 2021-07-14  2:20 UTC  (3+ messages)

[RFC 00/10] arm64/mm: Enable FEAT_LPA2 (52 bits PA support on 4K|16K pages)
 2021-07-14  2:21 UTC  (11+ messages)
` [RFC 01/10] mm/mmap: Dynamically initialize protection_map[]
` [RFC 02/10] arm64/mm: Consolidate TCR_EL1 fields
` [RFC 03/10] arm64/mm: Add FEAT_LPA2 specific TCR_EL1.DS field
` [RFC 04/10] arm64/mm: Add FEAT_LPA2 specific ID_AA64MMFR0.TGRAN[2]
` [RFC 05/10] arm64/mm: Add CONFIG_ARM64_PA_BITS_52_[LPA|LPA2]
` [RFC 06/10] arm64/mm: Add FEAT_LPA2 specific encoding
` [RFC 07/10] arm64/mm: Detect and enable FEAT_LPA2
` [RFC 08/10] arm64/mm: Add FEAT_LPA2 specific PTE_SHARED and PMD_SECT_S
` [RFC 09/10] arm64/mm: Add FEAT_LPA2 specific fallback (48 bits PA) when not implemented
` [RFC 10/10] arm64/mm: Enable CONFIG_ARM64_PA_BITS_52 on CONFIG_ARM64_[4K|16K]_PAGES

[PATCH v5 0/6] media: mt9p031: Read back the real clock rate
 2021-07-14  2:19 UTC  (5+ messages)
` [PATCH v5 5/6] media: dt-bindings: mt9p031: Convert bindings to yaml
` [PATCH v5 6/6] media: dt-bindings: mt9p031: Add missing required properties

[PATCH 1/2] regulator: rtq6752: Add binding document for Richtek RTQ6752
 2021-07-14  2:19 UTC  (3+ messages)

[PATCH v2] audit: fix memory leak in nf_tables_commit
 2021-07-14  2:18 UTC  (5+ messages)

[PATCH] usb: typec: tipd: Don't block probing of consumer of "connector" nodes
 2021-07-14  2:16 UTC  (3+ messages)

[PATCH] [v2] mmc: sdhci-pci-gli: Improve Random 4K Read Performance of GL9763E
 2021-07-14  2:15 UTC  (12+ messages)

[PATCH v5 0/3] Add Qualcomm PCIe Endpoint driver support
 2021-07-14  2:13 UTC  (3+ messages)
` [PATCH v5 1/3] dt-bindings: pci: Add devicetree binding for Qualcomm PCIe EP controller

Request for folios
 2021-07-14  2:11 UTC  (2+ messages)

[PATCH v14] i2c: virtio: add a virtio i2c frontend driver
 2021-07-14  2:10 UTC  (3+ messages)

[PATCH] cacheinfo: clear cache_leaves(cpu) in free_cache_attributes()
 2021-07-14  2:10 UTC  (6+ messages)

[PATCH v16 00/12] add ecspi ERR009165 for i.mx6/7 soc family
 2021-07-14 10:20 UTC  (13+ messages)
` [PATCH v16 01/12] Revert "ARM: dts: imx6q: Use correct SDMA script for SPI5 core"
` [PATCH v16 02/12] Revert "ARM: dts: imx6: Use correct SDMA script for SPI cores"
` [PATCH v16 03/12] Revert "dmaengine: imx-sdma: refine to load context only once"
` [PATCH v16 04/12] dmaengine: imx-sdma: remove duplicated sdma_load_context
` [PATCH v16 05/12] dmaengine: dma: imx-sdma: add fw_loaded and is_ram_script
` [PATCH v16 06/12] dmaengine: imx-sdma: add mcu_2_ecspi script
` [PATCH v16 07/12] spi: imx: fix ERR009165
` [PATCH v16 08/12] spi: imx: remove ERR009165 workaround on i.mx6ul
` [PATCH v16 09/12] dmaengine: imx-sdma: remove ERR009165 "
` [PATCH v16 10/12] dma: imx-sdma: add i.mx6ul compatible name
` [PATCH v16 11/12] dmaengine: imx-sdma: add uart rom script
` [PATCH v16 12/12] dmaengine: imx-sdma: add terminated list for freed descriptor in worker

[v5,1/3] dt-bindings: mediatek: mt8195: update mtk-wdt document
 2021-07-14  1:58 UTC  (4+ messages)
` [v5,2/3] dt-bindings: reset: mt8195: add toprgu reset-controller head file

[PATCH v13 000/137] Memory folios
 2021-07-14  1:56 UTC  (8+ messages)
` [PATCH v13 010/137] mm: Add folio flag manipulation functions

[PATCH] soundwire: cadence: Remove ret variable from sdw_cdns_irq()
 2021-07-14  1:55 UTC 

[PATCH v5 0/2] Add Pinctrl for SM4250/6115
 2021-07-14  1:55 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: pinctrl: qcom: Add SM6115 pinctrl bindings

[bpf-next 0/3] potential memleak and use after free in bpf verifier
 2021-07-14  1:53 UTC  (10+ messages)
` [bpf-next 3/3] bpf: Fix a use after free in bpf_check()

[PATCH] mm/vmalloc: fix wrong behavior in vread
 2021-07-14  1:59 UTC 

rtw88: rtw_{read,write}_rf locking questions
 2021-07-14  1:48 UTC  (2+ messages)

[PATCH] perf trace: Update cmd string table to decode sys_bpf first arg
 2021-07-14  1:50 UTC 

[PATCH v2] cacheinfo: clear cache_leaves(cpu) in free_cache_attributes()
 2021-07-14  1:32 UTC 

[PATCH] soundwire: bus: filter out more -EDATA errors on clock stop
 2021-07-14  1:42 UTC 

[PATCH v4 1/2] memcg: switch lruvec stats to rstat
 2021-07-14  1:39 UTC  (2+ messages)
` [PATCH v4 2/2] memcg: infrastructure to flush memcg stats

fix memcpy_to_page and memzero_page
 2021-07-14  1:31 UTC  (3+ messages)
` [PATCH 1/2] mm: call flush_dcache_page in "

[PATCH] soundwire: dmi-quirks: add ull suffix for SoundWire _ADR values
 2021-07-14  1:30 UTC 

5.13.2-rc and others have many not for stable
 2021-07-14  1:28 UTC  (3+ messages)

[PATCH v2 0/2] Add support of HDMI for rk3568
 2021-07-14  1:26 UTC  (4+ messages)
` [PATCH v2 2/2] drm/rockchip: dw_hdmi: add rk3568 support

[smartpqi updates V2 PATCH 0/9] smartpqi updates
 2021-07-14  1:24 UTC  (20+ messages)
` [smartpqi updates V2 PATCH 1/9] smartpqi: add pci ids for H3C P4408 controllers
` [smartpqi updates V2 PATCH 2/9] smartpqi: update copyright notices
` [smartpqi updates V2 PATCH 5/9] smartpqi: add SCSI cmd info for resets
` [smartpqi updates V2 PATCH 6/9] smartpqi: add PCI-ID for new ntcom controller
` [smartpqi updates V2 PATCH 7/9] smartpqi: add PCI IDs for new ZTE controllers
` [smartpqi updates V2 PATCH 8/9] smartpqi: fix isr accessing uninitialized data
` [smartpqi updates V2 PATCH 9/9] smartpqi: update version to 2.1.10-020

[PATCH 2/2] swiotlb-xen: override common mmap and get_sgtable dma ops
 2021-07-14  1:23 UTC  (4+ messages)
` [PATCH v2] dma-mapping: use vmalloc_to_page for vmalloc addresses

[hare-scsi-devel:auth.v3 8/10] ld.lld: error: duplicate symbol: nvmet_dhchap_dhgroup_name
 2021-07-14  1:11 UTC 

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-14  1:12 UTC  (3+ messages)
` [PATCH v4 5/5] "

[peterz-queue:locking/core 21/21] WARNING: modpost: vmlinux.o(.text.unlikely+0x253ac): Section mismatch in reference from the function __set_bit() to the variable .init.data:initcall_level_names
 2021-07-14  1:08 UTC 

[PATCH 5.13 000/800] 5.13.2-rc1 review +++ UPDATE +++
 2021-07-14  1:02 UTC 

[tip:auto-latest] BUILD SUCCESS dd9ced4003dd74bdd5a59f005b7ad34fb2d02226
 2021-07-14  1:01 UTC 

[PATCHSET v2 0/5] perf inject: Fix broken data with mixed input/output
 2021-07-14  0:34 UTC  (6+ messages)
` [PATCH 1/5] perf tools: Remove repipe argument from perf_session__new()
` [PATCH 2/5] perf tools: Pass a fd to perf_file_header__read_pipe()
` [PATCH 3/5] perf inject: Fix output from a pipe to a file
` [PATCH 4/5] perf inject: Fix output from a file to a pipe
` [PATCH 5/5] perf tools: Add pipe_test.sh to verify pipe operations

[PATCH] venus: vdec: decoded picture buffer handling during reconfig sequence
 2021-07-14  0:31 UTC  (2+ messages)

[BUG] ramfs system panic when using dd to create files
 2021-07-14  0:24 UTC  (2+ messages)

[PATCH v2 bpf-nxt] Documentation/bpf: Add heading and example for extensions in filter.rst
 2021-07-14  0:20 UTC  (2+ messages)

[PATCH v4 0/3] Add SSIF BMC driver
 2021-07-14  0:20 UTC  (5+ messages)

[PATCH v2] lsm_audit,selinux: return early for possible NULL audit buffers
 2021-07-14  0:11 UTC 

[PATCH v15 06/12] swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
 2021-07-14  0:06 UTC  (11+ messages)

[PATCH 1/1] drivers: hv: Decouple Hyper-V clock/timer code from VMbus drivers
 2021-07-14  0:01 UTC 

[PATCH] iommu/amd: Enable swiotlb if any device supports iommu v2 and uses identity mapping
 2021-07-13 23:57 UTC  (6+ messages)

[PATCH] swiotlb: add overflow checks to swiotlb_bounce
 2021-07-13 23:54 UTC  (2+ messages)

[PATCH v5 0/4] Add Ampere's Altra SMPro hwmon driver
 2021-07-13 23:45 UTC  (4+ messages)
` [PATCH v5 3/4] hwmon: smpro: Add Ampere's Altra smpro-hwmon driver

[PATCH 5.13 000/800] 5.13.2-rc1 review
 2021-07-13 23:42 UTC 

[RESEND PATCH v10 00/10] exynos-ufs: Add support for UFS HCI
 2021-07-13 23:34 UTC  (5+ messages)
  ` [RESEND PATCH v10 08/10] dt-bindings: ufs: Add bindings for Samsung ufs host

[PATCH 0/3] Add AMD SEV and SEV-ES local migration support
 2021-07-13 23:25 UTC  (7+ messages)
` [PATCH 1/3] KVM, SEV: Refactor out function for unregistering encrypted regions
` [PATCH 2/3] KVM, SEV: Add support for SEV local migration
` [PATCH 3/3] KVM, SEV: Add support for SEV-ES "

[PATCH 0/6] clk: meson8b: video clock tree fixes and making it mutable
 2021-07-13 23:25 UTC  (7+ messages)
` [PATCH 1/6] clk: meson: meson8b: Use CLK_SET_RATE_NO_REPARENT for vclk{,2}_in_sel
` [PATCH 2/6] clk: meson: meson8b: Add the vid_pll_lvds_en gate clock
` [PATCH 3/6] clk: meson: meson8b: Add the HDMI PLL M/N parameters
` [PATCH 4/6] clk: meson: meson8b: Initialize the HDMI PLL registers
` [PATCH 5/6] clk: meson: meson8b: Make the video clock trees mutable
` [PATCH 6/6] clk: meson: meson8b: Export the video clocks

[RFC v2] /dev/iommu uAPI proposal
 2021-07-13 23:24 UTC  (13+ messages)

[PATCH v4 0/3] Apple M1 DART IOMMU driver
 2021-07-13 23:23 UTC  (3+ messages)
` [PATCH v4 3/3] iommu: dart: Add DART iommu driver

[PATCH 0/2] Meson8/Meson8b: sound card support
 2021-07-13 23:11 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: meson: Add the AIU audio controller
` [PATCH 2/2] ARM: dts: meson8b: ec100: wire up the RT5640 audio codec

cocci script to convert linux-kernel allocs with BITS_TO_LONGS to bitmap_alloc
 2021-07-13 23:09 UTC  (5+ messages)

[PATCH v5 0/4] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-07-13 22:58 UTC  (6+ messages)
` [RESEND PATCH v5 1/4] dt-bindings: pwm: rockchip: add description for rk3568


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).