public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-06-10 06:34:51 to 2022-06-10 08:31:36 UTC [more...]

[GIT PULL] USB-serial fixes for 5.19-rc2
 2022-06-10  8:27 UTC  (2+ messages)

[PATCH v7 0/8] ASoC: mediatek: Add support for MT8186 SoC
 2022-06-10  8:27 UTC  (9+ messages)
` [PATCH v7 1/8] dt-bindings: mediatek: mt6358: add new compatible for using mt6366
` [PATCH v7 2/8] ASoC: mediatek: mt8186: add platform driver
` [PATCH v7 3/8] ASoC: mediatek: mt8186: add mt8186-mt6366 common driver
` [PATCH v7 4/8] dt-bindings: mediatek: mt8186: add audio afe document
` [PATCH v7 5/8] ASoC: mediatek: mt8186: add machine driver with mt6366, da7219 and max98357
` [PATCH v7 6/8] dt-bindings: mediatek: mt8186: add mt8186-mt6366-da7219-max98357 document
` [PATCH v7 7/8] ASoC: mediatek: mt8186: add machine driver with mt6366, rt1019 and rt5682s
` [PATCH v7 8/8] dt-bindings: mediatek: mt8186: add mt8186-mt6366-rt1019-rt5682s document

[PATCH v4 00/18] PCI: dwc: Various fixes and cleanups
 2022-06-10  8:25 UTC  (18+ messages)
` [PATCH v4 01/18] PCI: dwc: Stop link in the host init error and de-initialization
` [PATCH v4 02/18] PCI: dwc: Add unroll iATU space support to the regions disable method
` [PATCH v4 03/18] PCI: dwc: Disable outbound windows for controllers with iATU
` [PATCH v4 04/18] PCI: dwc: Set INCREASE_REGION_SIZE flag based on limit address
` [PATCH v4 05/18] PCI: dwc: Deallocate EPC memory on EP init error
` [PATCH v4 06/18] PCI: dwc: Enable CDM-check independently from the num_lanes value
` [PATCH v4 07/18] PCI: dwc: Add braces to the multi-line if-else statements
` [PATCH v4 08/18] PCI: dwc: Add trailing new-line literals to the log messages
` [PATCH v4 09/18] PCI: dwc: Discard IP-core version checking on unrolled iATU detection
` [PATCH v4 10/18] PCI: dwc: Convert Link-up status method to using dw_pcie_readl_dbi()
` [PATCH v4 11/18] PCI: dwc: Organize local variables usage
` [PATCH v4 12/18] PCI: dwc: Re-use local pointer to the resource data
` [PATCH v4 13/18] PCI: dwc: Add start_link/stop_link inliners
` [PATCH v4 14/18] PCI: dwc: Move io_cfg_atu_shared to the Root Port descriptor
` [PATCH v4 16/18] PCI: dwc-plat: Simplify the probe method return value handling
` [PATCH v4 17/18] PCI: dwc-plat: Discard unused regmap pointer
` [PATCH v4 18/18] PCI: dwc-plat: Drop dw_plat_pcie_of_match forward declaration

[PATCH 0/8] perf/hw_breakpoint: Optimize for thousands of tasks
 2022-06-10  8:25 UTC  (4+ messages)
` [PATCH 7/8] perf/hw_breakpoint: Optimize task_bp_pinned() if CPU-independent

[PATCH] m68k: mac: Fix typo in comment
 2022-06-10  8:24 UTC  (2+ messages)

[RFC PATCH v2 4/6] PM: opp: allow control of multiple clocks
 2022-06-10  8:22 UTC  (10+ messages)

[PATCH 0/8] OPP: Add support for multiple clocks
 2022-06-10  8:20 UTC  (9+ messages)
` [PATCH 1/8] OPP: Use consistent names for OPP table instances
` [PATCH 2/8] OPP: Remove rate_not_available parameter to _opp_add()
` [PATCH 3/8] OPP: Reuse _opp_compare_key() in _opp_add_static_v2()
` [PATCH 4/8] OPP: Make dev_pm_opp_set_opp() independent of frequency
` [PATCH 5/8] OPP: Allow multiple clocks for a device
` [PATCH 6/8] OPP: Add key specific assert() method to key finding helpers
` [PATCH 7/8] OPP: Assert clk_count == 1 for single clk helpers
` [PATCH 8/8] OPP: Provide a simple implementation to configure multiple clocks

[PATCH v4 00/23] ata: ahci: Add DWC/Baikal-T1 AHCI SATA support
 2022-06-10  8:18 UTC  (24+ messages)
` [PATCH v4 01/23] dt-bindings: ata: ahci-platform: Move dma-coherent to sata-common.yaml
` [PATCH v4 02/23] dt-bindings: ata: ahci-platform: Detach common AHCI bindings
` [PATCH v4 03/23] dt-bindings: ata: ahci-platform: Clarify common AHCI props constraints
` [PATCH v4 04/23] dt-bindings: ata: sata: Extend number of SATA ports
` [PATCH v4 05/23] dt-bindings: ata: sata-brcm: Apply common AHCI schema
` [PATCH v4 06/23] ata: libahci_platform: Convert to using platform devm-ioremap methods
` [PATCH v4 07/23] ata: libahci_platform: Convert to using devm bulk clocks API
` [PATCH v4 08/23] ata: libahci_platform: Sanity check the DT child nodes number
` [PATCH v4 09/23] ata: libahci_platform: Parse ports-implemented property in resources getter
` [PATCH v4 10/23] ata: libahci_platform: Introduce reset assertion/deassertion methods
` [PATCH v4 11/23] dt-bindings: ata: ahci: Add platform capability properties
` [PATCH v4 12/23] ata: libahci: Extend port-cmd flags set with port capabilities
` [PATCH v4 13/23] ata: libahci: Discard redundant force_port_map parameter
` [PATCH v4 14/23] ata: libahci: Don't read AHCI version twice in the save-config method
` [PATCH v4 15/23] ata: ahci: Convert __ahci_port_base to accepting hpriv as arguments
` [PATCH v4 16/23] ata: ahci: Introduce firmware-specific caps initialization
` [PATCH v4 17/23] dt-bindings: ata: ahci: Add DWC AHCI SATA controller DT schema
` [PATCH v4 18/23] ata: libahci_platform: Add function returning a clock-handle by id
` [PATCH v4 19/23] ata: ahci: Add DWC AHCI SATA controller support
` [PATCH v4 20/23] dt-bindings: ata: ahci: Add Baikal-T1 AHCI SATA controller DT schema
` [PATCH v4 21/23] ata: ahci-dwc: Add platform-specific quirks support
` [PATCH v4 22/23] ata: ahci-dwc: Add Baikal-T1 AHCI SATA interface support
` [PATCH v4 23/23] MAINTAINERS: Add maintainers for DWC AHCI SATA driver

[PATCH 0/5] Reduce a vmalloc internal lock contention preparation work
 2022-06-10  8:18 UTC  (5+ messages)
` [PATCH 2/5] mm/vmalloc: Extend __alloc_vmap_area() with extra arguments

[PATCH] drm: adv7511: override i2c address of cec before accessing it
 2022-06-10  8:17 UTC  (3+ messages)
` [PATCH RESEND] "

[PATCH 00/12] Clang -Wformat warning fixes
 2022-06-10  8:17 UTC  (6+ messages)
` [PATCH 04/12] blk-cgroup: use correct format characters

[PATCH v2] staging: greybus: audio: fix loop cursor use after iteration
 2022-06-10  8:16 UTC  (5+ messages)
    ` [greybus-dev] "

[PATCH v1] ARM: dts: at91: ksz9477_evb: fix port/phy validation
 2022-06-10  8:16 UTC 

[PATCH -next] phy: samsung-ufs: fix NULL pointer dereference
 2022-06-10  8:15 UTC  (2+ messages)

[PATCH] block: fix attribute_group lost if set before add_disk
 2022-06-10  8:13 UTC  (2+ messages)

[PATCH v17 0/4] Microchip Polarfire FPGA manager
 2022-06-10  8:04 UTC  (6+ messages)
` [PATCH v17 1/4] fpga: fpga-mgr: support bitstream offset in image buffer
` [PATCH v17 2/4] docs: fpga: mgr: document parse_header() callback

[PATCH net-next] ax25: Fix deadlock caused by skb_recv_datagram in ax25_recvmsg
 2022-06-10  8:10 UTC  (4+ messages)

[PATCH] sched: allow newidle balancing to bail out of load_balance
 2022-06-10  8:10 UTC  (4+ messages)

[PATCH v2] dt-bindings: thermal: rcar-gen3-thermal: Add r8a779f0 support
 2022-06-10  8:09 UTC  (2+ messages)

[PATCH v4] proc: Fix a dentry lock race between release_task and lookup
 2022-06-10  8:09 UTC  (2+ messages)

[PATCH] dma-direct: take dma-ranges/offsets into account in resource mapping
 2022-06-10  8:08 UTC 

[PATCH for-5.19 v2 1/2] irqchip/loongson-liointc: Use architecture register to get coreid
 2022-06-10  8:04 UTC  (4+ messages)
` [PATCH for-5.19 v2 2/2] loongarch: Mask out higher bits for cpuid and rename the function
` [irqchip: irq/irqchip-fixes] irqchip/loongson-liointc: Use architecture register to get coreid

[PATCH v2] thermal: rcar_gen3_thermal: improve logging during probe
 2022-06-10  8:04 UTC  (2+ messages)

[PATCH] powerpc/32: Fix FPR index validation and fpscr access
 2022-06-10  8:01 UTC 

[PATCH 1/2] bus: bt1-apb: Don't print error on -EPROBE_DEFER
 2022-06-10  8:01 UTC  (2+ messages)
` [PATCH 2/2] bus: bt1-axi: "

remove the nobh helpers
 2022-06-10  8:00 UTC  (7+ messages)
` [PATCH 4/5] fs: don't call ->writepage from __mpage_writepage
` [PATCH 5/5] fs: remove the NULL get_block case in mpage_writepages

[PATCH] dma-buf: Don't use typeof in va_arg
 2022-06-10  8:00 UTC  (4+ messages)

[PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop
 2022-06-10  7:59 UTC  (2+ messages)

[PATCH v3] fpga: altera-pr-ip: fix unsigned comparison with less than zero
 2022-06-10  7:50 UTC  (2+ messages)

[PATCH v2 00/20] Introduce Nuvoton Arbel NPCM8XX BMC SoC
 2022-06-10  7:57 UTC  (5+ messages)
` [PATCH v2 18/20] arm64: dts: nuvoton: Add initial NPCM8XX device tree

[PATCH v6 0/4] fat: add support for the renameat2 RENAME_EXCHANGE flag
 2022-06-10  7:57 UTC  (5+ messages)
` [PATCH v6 1/4] fat: add a vfat_rename2() and make existing .rename callback a helper
` [PATCH v6 2/4] fat: factor out reusable code in vfat_rename() as helper functions
` [PATCH v6 3/4] fat: add renameat2 RENAME_EXCHANGE flag support
` [PATCH v6 4/4] selftests/filesystems: add a vfat RENAME_EXCHANGE test

[GIT PULL] sound fixes for 5.19-rc2
 2022-06-10  7:57 UTC 

[PATCH] staging: greybus: audio: replace safe list iteration
 2022-06-10  7:53 UTC 

[PATCH v36 04/33] LSM: provide lsm name and id slot mappings
 2022-06-10  7:51 UTC  (2+ messages)

[PATCH] gpio: dwapb: Don't print error on -EPROBE_DEFER
 2022-06-10  7:51 UTC 

[PATCH] spi: dw: Add deferred DMA-channels setup support
 2022-06-10  7:50 UTC 

[PATCH] [fuse] alloc_page nofs avoid deadlock
 2022-06-10  7:48 UTC  (8+ messages)

[PATCH v2 00/11] drm/msm/dsi_phy: Replace parent names with clk_hw pointers
 2022-06-10  7:46 UTC  (8+ messages)
` [PATCH v2 03/11] clk: fixed-factor: Introduce *clk_hw_register_fixed_factor_parent_hw()
` [PATCH v2 04/11] drm/msm/dsi/phy: Reindent and reflow multiline function calls

[PATCH] usb: phy: tahvo: Check before clk_disable() not needed
 2022-06-10  7:45 UTC 

[PATCH] i2c: designware: Use standard optional ref clock implementation
 2022-06-10  7:42 UTC 

[PATCH v5 0/3] Implement readahead for squashfs
 2022-06-10  7:42 UTC  (4+ messages)
` [PATCH v5 3/3] squashfs: implement readahead

[PATCH] genirq/PM: Unexport {suspend,resume}_device_irqs()
 2022-06-10  7:40 UTC 

[PATCH] staging: wfx: Remove redundant NULL check before release_firmware() call
 2022-06-10  7:39 UTC  (2+ messages)
` wifi: "

[norov:fns 8/8] include/linux/export.h:57:43: error: redefinition of '__ksymtab__find_first_bit'
 2022-06-10  7:38 UTC 

[PATCH] fq_codel: Discard problematic packets with pkt_len 0
 2022-06-10  7:37 UTC  (4+ messages)
    ` 答复: "

[PATCH] powerpc/pci: Add config option for using OF 'reg' for PCI domain
 2022-06-10  7:35 UTC  (3+ messages)

Regression: at24 eeprom writing times out on sama5d3
 2022-06-10  7:35 UTC  (2+ messages)

[PATCH v3 0/6] Add support for UFS controller found in FSD SoC
 2022-06-10  7:29 UTC  (7+ messages)
  ` [PATCH v3 1/6] dt-bindings: phy: Add FSD UFS PHY bindings
  ` [PATCH v3 2/6] phy: samsung-ufs: move cdr offset to drvdata
  ` [PATCH v3 3/6] phy: samsung-ufs: add support for FSD ufs phy driver
  ` [PATCH v3 4/6] dt-bindings: ufs: exynos-ufs: add fsd compatible
  ` [PATCH v3 5/6] ufs: host: ufs-exynos: add mphy apb clock mask
  ` [PATCH v3 6/6] ufs: host: ufs-exynos: add support for fsd ufs hci

[PATCH net-next v2 0/7] pcs-xpcs, stmmac: add 1000BASE-X AN for network switch
 2022-06-10  7:31 UTC  (5+ messages)
` [PATCH net-next v2 3/6] net: pcs: xpcs: add CL37 1000BASE-X AN support
` [PATCH net-next v2 4/6] net: phylink: unset ovr_an_inband if fixed-link is selected

[PATCH] media: flexcop-usb: fix sanity check of bNumEndpoints
 2022-06-10  7:29 UTC  (6+ messages)

[PATCH] docs: networking: phy: Fix a typo
 2022-06-10  7:28 UTC 

[mm-unstable v3 PATCH 0/7] Cleanup transhuge_xxx helpers
 2022-06-10  7:28 UTC  (9+ messages)
` [v3 PATCH 1/7] mm: khugepaged: check THP flag in hugepage_vma_check()
` [v3 PATCH 2/7] mm: thp: introduce transhuge_vma_size_ok() helper
` [v3 PATCH 3/7] mm: khugepaged: remove the redundant anon vma check

[PATCH v4 0/1] FUSE: Allow non-extending parallel direct writes
 2022-06-10  7:24 UTC  (8+ messages)
` [PATCH v4 1/1] Allow non-extending parallel direct writes on the same file

[PATCH v4 0/6] Nuvoton WPCM450 clock and reset driver
 2022-06-10  7:21 UTC  (7+ messages)
` [PATCH v4 1/6] dt-bindings: timer: nuvoton,npcm7xx-timer: Allow specifying all clocks
` [PATCH v4 2/6] watchdog: npcm: Enable clock if provided
` [PATCH v4 3/6] dt-bindings: clock: Add Nuvoton WPCM450 clock/reset controller
` [PATCH v4 4/6] ARM: dts: wpcm450: Add clock controller node
` [PATCH v4 5/6] clk: wpcm450: Add Nuvoton WPCM450 clock/reset controller driver
` [PATCH v4 6/6] ARM: dts: wpcm450: Switch clocks to clock controller

[PATCH v4 0/8] clk/resets: baikal-t1: Add DDR/PCIe resets and xGMAC/SATA fixes
 2022-06-10  7:21 UTC  (9+ messages)
` [PATCH v4 1/8] reset: Fix devm bulk optional exclusive control getter
` [PATCH v4 2/8] clk: vc5: Fix 5P49V6901 outputs disabling when enabling FOD
` [PATCH v4 3/8] clk: baikal-t1: Fix invalid xGMAC PTP clock divider
` [PATCH v4 4/8] clk: baikal-t1: Add shared xGMAC ref/ptp clocks internal parent
` [PATCH v4 5/8] clk: baikal-t1: Add SATA internal ref clock buffer
` [PATCH v4 6/8] clk: baikal-t1: Move reset-controls code into a dedicated module
` [PATCH v4 7/8] clk: baikal-t1: Add DDR/PCIe directly controlled resets support
` [PATCH v4 8/8] clk: baikal-t1: Convert to platform device driver

[PATCH] include/uapi/linux/swab.h: add __u16 cast to __swab16 conditional
 2022-06-10  7:19 UTC  (7+ messages)

[PATCH v8 00/11] iommu: SVA and IOPF refactoring
 2022-06-10  7:16 UTC  (7+ messages)
` [PATCH v8 02/11] iommu: Add max_pasids field in struct dev_iommu
` [PATCH v8 04/11] iommu: Add sva iommu_domain support

[PATCH] Bluetooth: btmtksdio: Add in-band wakeup support
 2022-06-10  7:16 UTC  (2+ messages)

[PATCH] scripts/gdb: change kernel config dumping method
 2022-06-10  7:14 UTC 

[PATCH] net: sched: fix potential null pointer deref
 2022-06-10  7:14 UTC  (2+ messages)

[PATCH] userfaultfd/selftests: Fix typo in comment
 2022-06-10  7:12 UTC 

[PATCH v2 00/48] dt-bindings: input: gpio-keys: rework matching children
 2022-06-10  7:12 UTC  (8+ messages)
` [PATCH v2 44/48] ARM: dts: at91: align gpio-key node names with dtschema
` [PATCH v2 45/48] ARM: dts: at91: correct gpio-keys properties
` [PATCH v2 46/48] ARM: dts: at91: drop unneeded status from gpio-keys
` (subset) [PATCH v2 00/48] dt-bindings: input: gpio-keys: rework matching children

[syzbot] KASAN: use-after-free Read in copy_page_from_iter_atomic (2)
 2022-06-10  7:10 UTC  (2+ messages)

[PATCH] staging: olpc_dcon: mark driver as broken
 2022-06-10  7:10 UTC  (2+ messages)

[PATCH v9 5/8] PCI: imx6: Refine the regulator usage
 2022-06-10  7:09 UTC  (3+ messages)

[norov:fns 8/8] lib/find_bit.c:105:1: error: redefinition of '__ksymtab__find_first_bit'
 2022-06-10  7:08 UTC 

Q: (rt)netlink documentation
 2022-06-10  6:58 UTC 

[PATCH] arm64/fpsimd: Fix typo in comment
 2022-06-10  7:05 UTC 

[PATCH 0/2] Improve vfio-pci primary GPU assignment behavior
 2022-06-10  7:03 UTC  (8+ messages)
` [PATCH 2/2] vfio/pci: Remove console drivers

[PATCH] Staging: rts5208: spi: Removed unnecessary ftrace-like logging
 2022-06-10  7:01 UTC  (2+ messages)

[PATCH] PCI: vmd: Use devm_kasprintf instead of simple kasprintf
 2022-06-10  6:57 UTC  (4+ messages)

[PATCH v4 0/2] sched/fair: Wake task within the cluster when possible
 2022-06-10  6:54 UTC  (7+ messages)
` [PATCH v4 1/2] sched: Add per_cpu cluster domain info and cpus_share_resources API
` [PATCH v4 2/2] sched/fair: Scan cluster before scanning LLC in wake-up path

[PATCH v9 7/8] PCI: imx6: Move the phy driver callbacks to the proper places
 2022-06-10  6:51 UTC  (3+ messages)

[PATCH v10 00/21] drm/mediatek: Add mt8195 DisplayPort driver
 2022-06-10  6:50 UTC  (4+ messages)
` [PATCH v10 04/21] drm/edid: Add cea_sad helpers for freq/length

[PATCH v1 00/16] ACPI: Get rid of the list of children in struct acpi_device
 2022-06-10  6:47 UTC  (5+ messages)
` [PATCH v1 04/16] thunderbolt: ACPI: Use acpi_find_child_by_adr()
` [PATCH v1 05/16] USB: "

[PATCH v18 0/4] media: mediatek: support mdp3 on mt8183 platform
 2022-06-10  6:45 UTC  (5+ messages)
` [PATCH v18 1/4] dt-binding: mediatek: add bindings for MediaTek MDP3 components
` [PATCH v18 2/4] dt-binding: mediatek: add bindings for MediaTek CCORR and WDMA
` [PATCH v18 3/4] dts: arm64: mt8183: add Mediatek MDP3 nodes
` [PATCH v18 4/4] media: platform: mtk-mdp3: add Mediatek MDP3 driver

[PATCH] ARM: meson: Fix refcount leak in meson_smp_prepare_cpus
 2022-06-10  6:43 UTC  (2+ messages)

[PATCH 1/5] PM / devfreq: Fix cpufreq passive unregister erroring on PROBE_DEFER
 2022-06-10  6:41 UTC  (2+ messages)

[PATCH] arm64: Clear OS lock in enable_debug_monitors
 2022-06-10  6:36 UTC  (2+ messages)

[PATCH v20 0/6] Add mutex support for MDP
 2022-06-10  6:34 UTC  (6+ messages)
` [PATCH v20 1/6] soc: mediatek: mutex: add common interface for modules setting
` [PATCH v20 3/6] dt-bindings: soc: mediatek: move out common module from display folder
` [PATCH v20 4/6] dt-bindings: soc: mediatek: add gce-client-reg for MUTEX
` [PATCH v20 5/6] dts: arm64: mt8183: add GCE client property for Mediatek MUTEX
` [PATCH v20 6/6] soc: mediatek: mutex: add functions that operate registers by CMDQ


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox