The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2023-04-11 13:57:26 to 2023-04-11 15:26:04 UTC [more...]

[PATCH 0/6] ASoC: cs35l56: Add system suspend handling
 2023-04-11 15:25 UTC  (7+ messages)
` [PATCH 1/6] ASoC: cs35l56: Remove quick-cancelling of dsp_work()
` [PATCH 2/6] ASoC: cs35l56: Use DAPM widget for firmware PLAY/PAUSE
` [PATCH 3/6] ASoC: cs35l56: Skip first init_completion wait in dsp_work if init_done
` [PATCH 4/6] ASoC: cs35l56: Always wait for firmware boot in runtime-resume
` [PATCH 5/6] ASoC: cs35l56: Add basic system suspend handling
` [PATCH 6/6] ASoC: cs35l56: Re-patch firmware after system suspend

[PATCH v5 00/13] AV1 stateless decoder for RK3588
 2023-04-11 15:25 UTC  (19+ messages)
` [PATCH v5 03/13] media: Add NV12_10LE40_4L4 pixel format
` [PATCH v5 04/13] media: verisilicon: Get bit depth for V4L2_PIX_FMT_NV12_10LE40_4L4
` [PATCH v5 06/13] media: verisilicon: Check AV1 bitstreams bit depth
` [PATCH v5 07/13] media: verisilicon: Compute motion vectors size for AV1 frames
` [PATCH v5 08/13] media: verisilicon: Add AV1 entropy helpers
` [PATCH v5 09/13] media: verisilicon: Add Rockchip AV1 decoder
` [PATCH v5 10/13] media: verisilicon: Add film grain feature to AV1 driver
` [PATCH v5 11/13] media: verisilicon: Enable AV1 decoder on rk3588
` [PATCH v5 12/13] media: verisilicon: Conditionally ignore native formats

[PATCH 0/5] add initial io_uring_cmd support for sockets
 2023-04-11 15:24 UTC  (15+ messages)

[PATCH 0/2] Add phy tuning support for imx8mq-usb
 2023-04-11 15:22 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: phy: imx8mq-usb: add phy tuning properties

[PATCH v3 0/3] regulator: da9063: disable unused voltage monitors
 2023-04-11 15:21 UTC 

[PATCH v2 0/6] module: avoid userspace pressure on unwanted allocations
 2023-04-11 15:17 UTC  (3+ messages)
` [PATCH v2 1/6] module: fix kmemleak annotations for non init ELF sections

[PATCH v5 0/2] spi: dw: DW SPI DMA Driver updates
 2023-04-11 15:18 UTC  (19+ messages)
` [PATCH v5 1/2] spi: dw: Add 32 bpw support to DW DMA Controller
` [PATCH v5 2/2] spi: dw: Add dma controller capability checks

[PATCH] soc: mediatek: Kconfig: Add MTK_CMDQ dependency to MTK_MMSYS
 2023-04-11 15:16 UTC  (2+ messages)

[RFC PATCH 0/3][RESEND] fs: opportunistic high-res file timestamps
 2023-04-11 15:15 UTC  (9+ messages)
` [RFC PATCH 1/3][RESEND] fs: add infrastructure for opportunistic high-res ctime/mtime updates
` [RFC PATCH 2/3][RESEND] shmem: mark for high-res timestamps on next update after getattr
` [RFC PATCH 3/3][RESEND] xfs: mark the inode for high-res timestamp update in getattr

linux-next: build failure after merge of the driver-core tree
 2023-04-11 15:13 UTC  (6+ messages)

[PATCH AUTOSEL 6.2 01/30] drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()
 2023-04-11 15:14 UTC  (7+ messages)
` [PATCH AUTOSEL 6.2 08/30] selftests/bpf: check that modifier resolves after pointer

[PATCH v3] rcu/kvfree: Prevents cache growing when the backoff_page_cache_fill is set
 2023-04-11 15:14 UTC  (8+ messages)

[PATCH v2 0/3] tools/nolibc: Support vprintf() so we can use kselftest.h with nolibc
 2023-04-11 15:13 UTC  (8+ messages)
` [PATCH v2 1/3] tools/nolibc/stdio: Implement vprintf()

[NXP ELE-MUAP Driver 0/7] *** firmware: imx: NXP Edgelock Enclave MUAP Driver ***
 2023-04-11 16:25 UTC  (8+ messages)
` [NXP ELE-MUAP 1/7] doc: device tree binding addition for ele MU
` [NXP ELE-MUAP 2/7] arm64: dts: imx93-11x11-evk: added ele-mu
` [NXP ELE-MUAP 3/7] arm64: dts: imx93-11x11-evk: reserved mem-ranges to constrain ele-mu dma-range
` [NXP ELE-MUAP 4/7] arm64: dts: imx8ulp-evk: added ele-mu
` [NXP ELE-MUAP 5/7] arm64: dts: imx8ulp-evk: reserved mem-ranges to constrain ele-mu dma-range
` [NXP ELE-MUAP 6/7] firmware: imx: add ELE MU driver support
` [NXP ELE-MUAP 7/7] MAINTAINERS: Added maintainer details

[PATCH 6.1 00/14] Backport of maple tree fixes for 6.1/6.2
 2023-04-11 15:10 UTC  (15+ messages)
` [PATCH 6.1 01/14] maple_tree: remove GFP_ZERO from kmem_cache_alloc() and kmem_cache_alloc_bulk()
` [PATCH 6.1 02/14] maple_tree: fix potential rcu issue
` [PATCH 6.1 03/14] maple_tree: reduce user error potential
` [PATCH 6.1 04/14] maple_tree: fix handle of invalidated state in mas_wr_store_setup()
` [PATCH 6.1 05/14] maple_tree: fix mas_prev() and mas_find() state handling
` [PATCH 6.1 06/14] maple_tree: fix mas_skip_node() end slot detection
` [PATCH 6.1 07/14] maple_tree: be more cautious about dead nodes
` [PATCH 6.1 08/14] maple_tree: refine ma_state init from mas_start()
` [PATCH 6.1 09/14] maple_tree: detect dead nodes in mas_start()
` [PATCH 6.1 10/14] maple_tree: fix freeing of nodes in rcu mode
` [PATCH 6.1 11/14] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
` [PATCH 6.1 12/14] maple_tree: add smp_rmb() to dead node detection
` [PATCH 6.1 13/14] maple_tree: add RCU lock checking to rcu callback functions
` [PATCH 6.1 14/14] mm: enable maple tree RCU mode by default

[PATCH v2 0/2] drm: fdinfo memory stats
 2023-04-11 15:10 UTC  (5+ messages)
` [PATCH v2 1/2] drm: Add "

[PATCH v3 0/8] Support ACPI PSP on Hyper-V
 2023-04-11 15:10 UTC  (13+ messages)

kmemleaks on ac3b43283923 ("module: replace module_layout with module_memory")
 2023-04-11 15:10 UTC  (5+ messages)

[PATCH v3 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock
 2023-04-11 15:09 UTC  (5+ messages)
` [PATCH v3 2/2] soc: fsl: qbman: Use raw spinlock for cgr_lock

[PATCH v4] mm: oom: introduce cpuset oom
 2023-04-11 15:08 UTC  (6+ messages)
  `  "

[PATCH V2,net-next, 0/3] net: mana: Add support for jumbo frame
 2023-04-11 15:06 UTC  (7+ messages)
` [PATCH V2,net-next, 1/3] net: mana: Use napi_build_skb in RX path
` [PATCH V2,net-next, 2/3] net: mana: Enable RX path to handle various MTU sizes
` [PATCH V2,net-next, 3/3] net: mana: Add support for jumbo frame

[PATCH 1/5] drm/amdgpu: Move a variable assignment behind a null pointer check in amdgpu_ras_interrupt_dispatch()
 2023-04-11 15:04 UTC  (2+ messages)
      ` [PATCH 2/5] drm/amd/display: Move three variable assignments behind condition checks in trigger_hotplug()

[PATCH v4 0/4] Implement GCM ghash using Zbc and Zbkb extensions
 2023-04-11 15:00 UTC  (3+ messages)
` [PATCH v4 4/4] RISC-V: crypto: add accelerated GCM GHASH implementation

[RFC PATCH v2 net-next 00/12] net: dsa: mt7530: fix port 5 phylink, port 6, and MT7988
 2023-04-11 15:00 UTC  (5+ messages)
` [RFC PATCH v2 net-next 02/14] net: dsa: mt7530: fix phylink for port 5 and fix port 5 modes
` [RFC PATCH v2 net-next 06/14] net: dsa: mt7530: do not set CPU port interfaces to PHY_INTERFACE_MODE_NA

[PATCH v2 0/4] nvmet-fcloop: unblock module removal
 2023-04-11 15:00 UTC  (2+ messages)

Interger overflow when calculating imbalance for CFS scheduler
 2023-04-11 14:59 UTC 

[PATCH v2 0/3] Fix SA8155P RPMPDs
 2023-04-11 14:58 UTC  (2+ messages)

[PATCH V5 00/10] KVM: x86: Add AMD Guest PerfMonV2 PMU support
 2023-04-11 14:58 UTC  (7+ messages)
` [PATCH V5 05/10] KVM: x86/pmu: Disable vPMU if the minimum num of counters isn't met

[PATCH v3 0/3] Refactor 104-quad-8 to match device operations
 2023-04-11 14:58 UTC  (6+ messages)
` [PATCH v3 3/3] counter: 104-quad-8: Utilize helper functions to handle PR, FLAG and PSC

[PATCH 00/17] sched: EEVDF using latency-nice
 2023-04-11 14:56 UTC  (2+ messages)

[PATCH] drm/fbdev-generic: fix potential out-of-bounds access
 2023-04-11 14:53 UTC  (2+ messages)

[PATCH v1 0/3] Add JH7110 cpufreq support
 2023-04-11 14:49 UTC  (4+ messages)
` [PATCH v1 1/3] riscv: dts: starfive: Enable axp15060 pmic for cpufreq

[PATCH 0/2] Allow parameter in smc/hvc calls
 2023-04-11 14:46 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] dt-bindings: firmware: arm,scmi: support parameter passing in smc/hvc

[RFC] ACPI: PCC: Support shared interrupt for multiple subspaces
 2023-04-11 14:47 UTC  (6+ messages)
` [PATCH v2 0/2] mailbox: pcc: Support platform notification for type4 and shared interrupt

[PATCH] drm/amd/pm: remove unused num_of_active_display variable
 2023-04-11 14:46 UTC  (3+ messages)

[PATCH] drm/drm_plane.h: fix grammar of the comment
 2023-04-11 14:43 UTC  (2+ messages)

[PATCH v3 0/7] arm64: dts: qcom: sa8775p: add more IOMMUs
 2023-04-11 14:41 UTC  (4+ messages)
` [PATCH v3 7/7] arm64: dts: qcom: sa8775p: add the GPU IOMMU node

[PATCH V4 0/5] Add regulator support for IPQ9574 SoC
 2023-04-11 14:40 UTC  (2+ messages)
` (subset) "

[PATCHv2] seq_buf: add seq_buf_do_printk() helper
 2023-04-11 14:38 UTC 

[-net-next v11 0/6] Add Ethernet driver for StarFive JH7110 SoC
 2023-04-11 14:37 UTC  (8+ messages)
` [-net-next v11 5/6] net: stmmac: Add glue layer "

[PATCH] counter: 104-quad-8: Migrate to the regmap API
 2023-04-11 14:37 UTC  (2+ messages)

[PATCH v2 1/2] drm: Spelling s/sempahore/semaphore/
 2023-04-11 14:37 UTC  (2+ messages)

[PATCH v3 0/3] arm64: dts: qcom: Add Qualcomm RB2 board dts
 2023-04-11 14:32 UTC  (6+ messages)
` [PATCH v3 3/3] arm64: dts: qcom: qrb4210-rb2: Increase load on l22 and l24 for uSD and eMMC

WARNING in timer_wait_running
 2023-04-11 14:31 UTC  (7+ messages)

[PATCH] dt-bindings: display/msm: dsi-controller-main: Document qcom,master-dsi and qcom,sync-dual-dsi
 2023-04-11 14:31 UTC 

[PATCH v5] checkpatch: introduce proper bindings license check
 2023-04-11 14:29 UTC  (2+ messages)

[PATCH] bus: vexpress-config: Add explicit of_platform.h include
 2023-04-11 14:28 UTC  (2+ messages)

[PATCH] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on action required events
 2023-04-11 14:28 UTC  (5+ messages)
` [PATCH v5 1/2] ACPI: APEI: set memory failure flags as MF_ACTION_REQUIRED on synchronous events
` [PATCH v5 2/2] ACPI: APEI: handle synchronous exceptions in task work

[PATCH] ASoC: da7219: Improve the relability of AAD IRQ process
 2023-04-11 14:28 UTC  (3+ messages)

[PATCH] seq_buf: add seq_buf_printk() helper
 2023-04-11 14:27 UTC  (5+ messages)

[RFC PATCH 0/3] fs: opportunistic high-res file timestamps
 2023-04-11 14:27 UTC  (4+ messages)
` [RFC PATCH 1/3] fs: add infrastructure for opportunistic high-res ctime/mtime updates
` [RFC PATCH 2/3] shmem: mark for high-res timestamps on next update after getattr
` [RFC PATCH 3/3] xfs: mark the inode for high-res timestamp update in getattr

[PATCHi v4] rcu/kvfree: Prevents cache growing when the backoff_page_cache_fill is set
 2023-04-11 14:27 UTC 

[PATCH v1 RESEND 0/6] mm: (pte|pmd)_mkdirty() should not unconditionally allow for write access
 2023-04-11 14:25 UTC  (7+ messages)
` [PATCH v1 RESEND 1/6] selftests/mm: reuse read_pmd_pagesize() in COW selftest
` [PATCH v1 RESEND 2/6] selftests/mm: mkdirty: test behavior of (pte|pmd)_mkdirty on VMAs without write permissions
` [PATCH v1 RESEND 3/6] sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on 64bit
` [PATCH v1 RESEND 4/6] mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on sparc64"
` [PATCH v1 RESEND 5/6] mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp splits on pmd""
` [PATCH v1 RESEND 6/6] mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() in __split_huge_pmd_locked()

[PATCH v5 00/15] x86/mtrr: fix handling with PAT but without MTRR
 2023-04-11 14:26 UTC  (7+ messages)
` [PATCH v5 04/15] x86/mtrr: support setting MTRR state for software defined MTRRs

[GIT PULL] iommu/arm-smmu: Updates for 6.4
 2023-04-11 14:26 UTC 

[PATCH] mm: slub: annotate kmem_cache_node->list_lock as raw_spinlock
 2023-04-11 14:25 UTC  (5+ messages)

[PATCH] arm64: dts: qcom: sc8280xp-lenovo-thinkpad: correct pin drive-strength
 2023-04-11 14:23 UTC  (2+ messages)

[PATCH 0/6] Initial Rust V4L2 support
 2023-04-11 14:22 UTC  (16+ messages)

[PATCH v2 0/5] arm64: qcom: sa8775p: add support for UFS
 2023-04-11 14:22 UTC  (4+ messages)
` [PATCH v2 2/5] dt-bindings: phy: qmp-ufs: describe the UFS PHY for sa8775p

[PATCH] KVM: SVM: Disable TDP MMU when running on Hyper-V
 2023-04-11 14:22 UTC  (5+ messages)

[PATCH] mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() in __split_huge_pmd_locked()
 2023-04-11 14:18 UTC  (9+ messages)
` [PATCH v1 0/6] mm: (pte|pmd)_mkdirty() should not unconditionally allow for write access
` [PATCH v1 1/6] selftests/mm: reuse read_pmd_pagesize() in COW selftest
` [PATCH v1 2/6] selftests/mm: mkdirty: test behavior of (pte|pmd)_mkdirty on VMAs without write permissions
` [PATCH v1 3/6] sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on 64bit
` [PATCH v1 4/6] mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on sparc64"
` [PATCH v1 5/6] mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp splits on pmd""
` [PATCH v1 6/6] mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() in __split_huge_pmd_locked()

[PATCH 0/3] ASoC: ep93xx: Prepare for DT transition
 2023-04-11 14:19 UTC  (2+ messages)

[PATCH v5] ASoC: amd: Add Dell G15 5525 to quirks list
 2023-04-11 14:19 UTC  (2+ messages)

[PATCH] ASoC: mediatek: common: Fix refcount leak in parse_dai_link_info
 2023-04-11 14:19 UTC  (2+ messages)

[PATCH v3 0/8] Add support for Rockchip RK860X regulators
 2023-04-11 14:17 UTC  (2+ messages)

[PATCH v6 0/6] RISC-V Hardware Probing User Interface
 2023-04-11 14:16 UTC  (4+ messages)
` [PATCH v6 4/6] RISC-V: hwprobe: Support probing of misaligned access performance

[PATCH] docs: Fix typo in Documentation/RCU/checklist.rst
 2023-04-11 14:13 UTC 

[PATCH -next] drm/nouveau/disp: make gv100_disp_core_mthd_base static
 2023-04-11 14:12 UTC  (2+ messages)

[PATCH 01/10] arm64: dts: qcom: msm8994: remove superfluous "input-enable"
 2023-04-11 14:12 UTC  (3+ messages)
` [PATCH 05/10] arm64: dts: qcom: sc8280xp: "

[GIT PULL] mtd: Fixes for 6.3-rc7
 2023-04-11 14:11 UTC 

[PATCH v1 0/2] Add DS4520 GPIO Expander Support
 2023-04-11 14:11 UTC  (10+ messages)
` [PATCH v1 2/2] gpio: ds4520: Add ADI DS4520 Regulator Support

[PATCH v2 0/2] ext4: fix WARNING in ext4_da_update_reserve_space
 2023-04-11 14:10 UTC  (7+ messages)
` [PATCH v2 1/2] ext4: only update i_reserved_data_blocks on successful block allocation
` [PATCH v2 2/2] ext4: use __GFP_NOFAIL if allocating extents_status cannot fail

[PATCH] coresight: Add support of setting trace id
 2023-04-11 14:09 UTC  (2+ messages)

[PATCH] accel/habanalabs: remove variable gaudi_irq_name
 2023-04-11 14:08 UTC 

[PATCH rdma-next 0/4] Allow relaxed ordering read in VFs and VMs
 2023-04-11 14:09 UTC  (3+ messages)

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-04-11 14:08 UTC  (9+ messages)

[PATCH v3 4/5] x86/mce: Move storm handling to core
 2023-04-11 14:06 UTC  (5+ messages)
` [PATCH v4 0/5] Handle corrected machine check interrupt storms
  ` [PATCH v4 2/5] x86/mce: Add per-bank CMCI storm mitigation

[PATCH v3 08/14] sched: Replace rq->curr access w/ rq_curr(rq)
 2023-04-11 14:07 UTC  (2+ messages)

[PATCH v4 0/6] KVM: x86: Fix unpermitted XTILE CPUID reporting
 2023-04-11 14:04 UTC  (3+ messages)

[PATCH 0/3] clk: Fix/cleanup mvebu CPU DT node accesses
 2023-04-11 14:04 UTC  (4+ messages)
` [PATCH 2/3] clk: mvebu: Use of_get_cpu_hwid() to read CPU ID

[PATCH net] net: Add check for csum_start in skb_partial_csum_set()
 2023-04-11 14:03 UTC  (5+ messages)

[syzbot] [fs?] possible deadlock in quotactl_fd
 2023-04-11 14:01 UTC  (6+ messages)
` [syzbot] [fs?] possible deadlock in sys_quotactl_fd

[PATCH V2 0/9] Add PCIe support for IPQ9574
 2023-04-11 14:00 UTC  (6+ messages)
` [PATCH V2 5/9] dt-bindings: PCI: qcom: Add IPQ9574

[PATCH v3 0/2] add support for Amlogic A1 SPI Flash Controller
 2023-04-11 13:56 UTC  (2+ messages)

[PATCH v16 0/2] Microchip Soft IP corePWM driver
 2023-04-11 13:56 UTC  (4+ messages)
` [PATCH v16 1/2] pwm: add microchip soft ip "


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