LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-11 04:04:28 to 2023-06-11 19:02:27 UTC [more...]

[PATCH 1/2] hid-mcp2200 added driver for MCP2200 GPIOs
 2023-06-11 19:02 UTC  (6+ messages)
` [PATCH 2/2] hid-mcp2200 - updated hid-id.h

[PATCH] hid-mcp2200 added driver for MCP2200 GPIOs
 2023-06-11 18:43 UTC  (3+ messages)

[PATCH] mm/khugepaged: fix iteration in collapse_file
 2023-06-11 18:26 UTC  (4+ messages)

[PATCH v2 for-next] RDMA/core: Get IB width and speed from netdev
 2023-06-11 17:46 UTC  (2+ messages)

[GIT PULL] x86/urgent for v6.4-rc6
 2023-06-11 17:43 UTC  (2+ messages)

[GIT PULL] ksmbd server fixes
 2023-06-11 17:43 UTC  (2+ messages)

[PATCH v9 00/14] pci: Work around ASMedia ASM2824 PCIe link training failures
 2023-06-11 17:20 UTC  (15+ messages)
` [PATCH v9 01/14] PCI: pciehp: Rely on `link_active_reporting'
` [PATCH v9 02/14] PCI: Export PCIe link retrain timeout
` [PATCH v9 03/14] PCI: Execute `quirk_enable_clear_retrain_link' earlier
` [PATCH v9 04/14] PCI: Initialize `link_active_reporting' earlier
` [PATCH v9 05/14] powerpc/eeh: Rely on `link_active_reporting'
` [PATCH v9 06/14] net/mlx5: "
` [PATCH v9 07/14] PCI: Export `pcie_retrain_link' for use outside ASPM
` [PATCH v9 08/14] PCI: Use distinct local vars in `pcie_retrain_link'
` [PATCH v9 09/14] PCI: Factor our waiting for link training end
` [PATCH v9 10/14] PCI: Add support for polling DLLLA to `pcie_retrain_link'
` [PATCH v9 11/14] PCI: Use `pcie_wait_for_link_status' in `pcie_wait_for_link_delay'
` [PATCH v9 12/14] PCI: Provide stub failed link recovery for device probing and hot plug
` [PATCH v9 13/14] PCI: Add failed link recovery for device reset events
` [PATCH v9 14/14] PCI: Work around PCIe link training failures

[PATCH v8 7/7] PCI: Work around PCIe link training failures
 2023-06-11 17:14 UTC  (2+ messages)

[PATCH] clk: imx: composite-8m: Add imx8m_divider_determine_rate
 2023-06-11 17:02 UTC  (3+ messages)

[PATCH v12 0/4] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2023-06-11 16:59 UTC  (3+ messages)
` [PATCH v12 2/4] smack: Set the SMACK64TRANSMUTE xattr in smack_inode_init_security()

[PATCH net-next] net: altera_tse: fix init sequence to avoid races with register_netdev
 2023-06-11 16:30 UTC  (3+ messages)

[PATCH] rtc: pcf-8563: Report previously detected low-voltage via RTC_VL_BACKUP_LOW
 2023-06-11 16:28 UTC  (5+ messages)

[PATCH v14] ath10k: add LED and GPIO controlling support for various chipsets
 2023-06-11  8:05 UTC 

[PATCH v2 0/8] rust: workqueue: add bindings for the workqueue
 2023-06-11 16:15 UTC  (17+ messages)
` [PATCH v2 1/8] rust: workqueue: add low-level workqueue bindings
` [PATCH v2 2/8] rust: add offset_of! macro
` [PATCH v2 3/8] rust: sync: add `Arc::{from_raw, into_raw}`
` [PATCH v2 4/8] rust: workqueue: define built-in queues
` [PATCH v2 5/8] rust: workqueue: add helper for defining work_struct fields
` [PATCH v2 6/8] rust: workqueue: implement `WorkItemPointer` for pointer types
` [PATCH v2 7/8] rust: workqueue: add `try_spawn` helper method
` [PATCH v2 8/8] rust: workqueue: add examples

[PATCH v2 0/2] leds: trigger: netdev: add additional modes
 2023-06-11 16:01 UTC  (6+ messages)
` [PATCH v2 1/2] leds: trigger: netdev: add additional specific link speed mode
` [PATCH v2 2/2] leds: trigger: netdev: add additional specific link duplex mode

[PATCH net v2 1/7] net: dsa: mt7530: fix trapping frames with multiple CPU ports on MT7531
 2023-06-11 16:04 UTC  (8+ messages)
` [PATCH net v2 2/7] net: dsa: mt7530: fix trapping frames with multiple CPU ports on MT7530
` [PATCH net v2 3/7] net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch
` [PATCH net v2 4/7] net: dsa: mt7530: fix handling of BPDUs on "
` [PATCH net v2 5/7] net: dsa: mt7530: fix handling of LLDP frames
` [PATCH net v2 6/7] net: dsa: introduce preferred_default_local_cpu_port and use on MT7530
` [PATCH net v2 7/7] MAINTAINERS: add me as maintainer of MEDIATEK SWITCH DRIVER

[PATCH v9 00/11] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
 2023-06-11 15:51 UTC  (12+ messages)
` [PATCH v9 01/11] ARC: define ASM_NL and __ALIGN(_STR) outside #ifdef __ASSEMBLY__ guard
` [PATCH v9 02/11] modpost: pass struct module pointer to check_section_mismatch()
` [PATCH v9 03/11] kbuild: generate KSYMTAB entries by modpost
` [PATCH v9 04/11] ia64,export.h: replace EXPORT_DATA_SYMBOL* with EXPORT_SYMBOL*
` [PATCH v9 05/11] modpost: check static EXPORT_SYMBOL* by modpost again
` [PATCH v9 06/11] modpost: squash sym_update_namespace() into sym_add_exported()
` [PATCH v9 07/11] modpost: use null string instead of NULL pointer for default namespace
` [PATCH v9 08/11] kbuild: implement CONFIG_TRIM_UNUSED_KSYMS without recursion
` [PATCH v9 09/11] modpost: merge two similar section mismatch warnings
` [PATCH v9 10/11] modpost: show offset from symbol for "
` [PATCH v9 11/11] linux/export.h: rename 'sec' argument to 'license'

[PATCH] net: phy: Add sysfs attribute for PHY c45 identifiers
 2023-06-11 15:40 UTC  (2+ messages)

[PATCH v8 00/11] Unify <linux/export.h> and <asm/export.h>, remove EXPORT_DATA_SYMBOL(), faster TRIM_UNUSED_KSYMS
 2023-06-11 15:33 UTC  (2+ messages)

[PATCH] dt-bindings: i3c: silvaco,i3c-master: fix missing schema restriction
 2023-06-11 15:25 UTC  (3+ messages)

[PATCH v2] drm/amdgpu: Add error reporting code for the display core
 2023-06-11 15:23 UTC 

blk-mq: check on cpu id when there is only one ctx mapping
 2023-06-11 15:21 UTC  (2+ messages)

[PATCH v2 0/2] ufs: mcq: Share first hwq for dev comamnd and IO request
 2023-06-11 15:19 UTC  (7+ messages)
` [PATCH v2 1/2] scsi: ufs: mcq: Fix the incorrect OCS value for the device command
` [PATCH v2 2/2] scsi: ufs: core: Remove dedicated hwq for dev command

[PATCH net-next v5] net: phy: add driver for MediaTek SoC built-in GE PHYs
 2023-06-11 15:16 UTC  (2+ messages)

[PATCH 5.15 000/159] 5.15.116-rc1 review
 2023-06-11 15:14 UTC  (6+ messages)

[PATCH] net: mdio: fix duplicate registrations for phy with c45 in __of_mdiobus_register()
 2023-06-11 15:11 UTC  (4+ messages)

[PATCH] crypto: frcypt Fix checkpatch warnings
 2023-06-11 14:56 UTC  (3+ messages)
` [PATCH v2] crypto: fcrypt: Fix block comment

[PATCH v3] hwmon: (oxp-sensors) Add tt_toggle attribute on supported boards
 2023-06-11 14:33 UTC 

[PATCH v6 0/2] arm64: kdump: simplify the reservation behaviour of crashkernel=,high
 2023-06-11 14:31 UTC  (4+ messages)

[PATCH 00/26] nvmem: patches for 6.5
 2023-06-11 14:03 UTC  (27+ messages)
` [PATCH 01/26] nvmem: imx-ocotp: set varaiable imx_ocotp_layout storage-class-specifier to static
` [PATCH 02/26] nvmem: imx-ocotp: Reverse MAC addresses on all i.MX derivates
` [PATCH 03/26] dt-bindings: nvmem: brcm,nvram: add #nvmem-cell-cells for MACs
` [PATCH 04/26] nvmem: brcm_nvram: add .read_post_process() "
` [PATCH 05/26] nvmem: rmem: Use NVMEM_DEVID_AUTO
` [PATCH 06/26] dt-bindings: nvmem: rmem: Add raspberrypi,bootloader-public-key
` [PATCH 07/26] dt-bindings: nvmem: Convert rockchip-otp.txt to dt-schema
` [PATCH 08/26] dt-bindings: nvmem: rockchip,otp: Add compatible for RK3588
` [PATCH 09/26] nvmem: rockchip-otp: Add clks and reg_read to rockchip_data
` [PATCH 10/26] nvmem: rockchip-otp: Generalize rockchip_otp_wait_status()
` [PATCH 11/26] nvmem: rockchip-otp: Use devm_reset_control_array_get_exclusive()
` [PATCH 12/26] nvmem: rockchip-otp: Improve probe error handling
` [PATCH 13/26] nvmem: rockchip-otp: Add support for RK3588
` [PATCH 14/26] dt-bindings: nvmem: mxs-ocotp: drop unneeded address/size-cells
` [PATCH 15/26] dt-bindings: nvmem: qcom,qfprom: "
` [PATCH 16/26] dt-bindings: nvmem: qcom,spmi-sdam: "
` [PATCH 17/26] dt-bindings: nvmem: socionext,uniphier-efuse: "
` [PATCH 18/26] dt-bindings: nvmem: sunplus,sp7021-ocotp: "
` [PATCH 19/26] nvmem: zynqmp: Switch @xilinx.com emails to @amd.com
` [PATCH 20/26] dt-bindings: nvmem: imx-ocotp: support i.MX93
` [PATCH 21/26] nvmem: imx: support i.MX93 OCOTP
` [PATCH 22/26] dt-bindings: nvmem: mediatek: efuse: add support for mt7986
` [PATCH 23/26] dt-bindings: nvmem: layouts: add fixed-layout
` [PATCH 24/26] dt-bindings: nvmem: convert base example to use NVMEM fixed cells layout
` [PATCH 25/26] nvmem: core: add support for fixed cells *layout*
` [PATCH 26/26] dt-bindings: nvmem: imx-ocotp: drop unneeded address/size-cells and children

[PATCH v3 0/2] Add MCQ support for MTK platform
 2023-06-11 13:54 UTC  (3+ messages)
` [PATCH v3 2/2] scsi: ufs: ufs-mediatek: "

[PATCH 0/2] regmap: Provide basic test coverage for raw I/O
 2023-06-11 13:25 UTC  (3+ messages)
` [PATCH 1/2] regmap: Provide a ram backed regmap with raw support
` [PATCH 2/2] regmap: Provide basic KUnit coverage for the raw register I/O

[bug] kernel: bpf: syscall: a possible sleep-in-atomic bug in __bpf_prog_put()
 2023-06-11 13:02 UTC  (7+ messages)

[PATCHv2] ftrace: Show all functions with addresses in available_filter_functions_addrs
 2023-06-11 13:00 UTC 

[PATCH] fs: Fix comment typo
 2023-06-11 12:54 UTC  (2+ messages)

[PATCH] gpiolib: demote the hogging log messages to debug
 2023-06-11 12:48 UTC  (4+ messages)

[PATCH v1 1/1] selftests: mm: uufd-unit-tests: remove a format warning in printf
 2023-06-11 12:30 UTC  (2+ messages)

[PATCH] sched/fair: rename variable cpu_util eff_util
 2023-06-11 12:25 UTC 

[PATCH] sysctl: set variable sysctl_mount_point storage-class-specifier to static
 2023-06-11 12:07 UTC 

[PATCH] regmap: maple: Implement block sync for the maple tree cache
 2023-06-11 12:06 UTC 

[PATCH v2 1/2] ASoC: dt-bindings: qcom,wsa8840: Add WSA884x family of speakers
 2023-06-11 11:57 UTC  (3+ messages)
` [PATCH v2 2/2] ASoC: codecs: wsa884x: "

[RFC PATCH v8 00/10] Create common DPLL configuration API
 2023-06-11 11:42 UTC  (6+ messages)
` [RFC PATCH v8 03/10] dpll: core: Add DPLL framework base functions
` [RFC PATCH v8 04/10] dpll: netlink: "

[PATCH] nvme-pci: Add quirk for Samsung PM9B1 256G and 512G SSD
 2023-06-11 11:41 UTC 

[PATCH] sysctl: set variable key_sysctls storage-class-specifier to static
 2023-06-11 11:32 UTC 

Fwd: Waking up from resume locks up on sr device
 2023-06-11 11:31 UTC  (7+ messages)

[v4 0/6] arm64: dts: ti: k3-j7200: Add properties and sync with uboot
 2023-06-11 11:11 UTC  (7+ messages)
` [v4 1/6] arm64: dts: ti: k3-j7200: Add general purpose timers
` [v4 2/6] arm64: dts: ti: k3-j7200: Configure pinctrl for timer IO pads
` [v4 3/6] arm64: dts: ti: k3-j7200-common-proc-board: remove duplicate main_i2c0 pin mux
` [v4 4/6] arm64: dts: ti: k3-j7200-common-proc-board: Add uart pinmux
` [v4 5/6] arm64: dts: ti: k3-j7200-common-proc-board: Define aliases at board level
` [v4 6/6] arm64: dts: ti: k3-j7200: Drop SoC level aliases

[PATCH v6 10/19] s390: mm: Convert to GENERIC_IOREMAP
 2023-06-11 11:10 UTC  (3+ messages)

[PATCH net-next v3 0/4] introduce page_pool_alloc() API
 2023-06-11 10:47 UTC  (5+ messages)
` [PATCH net-next v3 1/4] page_pool: frag API support for 32-bit arch with 64-bit DMA

[PATCH v3 0/3] Add D1/T113s thermal sensor controller support
 2023-06-11 10:21 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: thermal: sun8i: Add binding for D1/T113s THS controller

[PATCH] riscv: move memblock_allow_resize() after lm is ready
 2023-06-11 10:15 UTC  (4+ messages)

[PATCH v1 0/3] Add D1/T113s thermal sensor controller support
 2023-06-11 10:18 UTC  (10+ messages)
` [PATCH v1 3/3] dt-bindings: thermal: sun8i: Add binding for D1/T113s THS controller

[PATCH 10/12] mtd: rawnand: brcmnand: Add BCMBCA read data bus interface
 2023-06-11  9:54 UTC  (2+ messages)

[PATCH] accel/habanalabs: add more debugfs stub helpers
 2023-06-11  9:50 UTC  (3+ messages)

[PATCH v2 0/3] Add D1/T113s thermal sensor controller support
 2023-06-11  9:46 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: thermal: sun8i: Add binding for D1/T113s THS controller

linux-next: Tree for Jun 9
 2023-06-11  9:30 UTC  (2+ messages)

[PATCH v2 00/22] Restructure RPM SMD ICC
 2023-06-11  9:20 UTC  (8+ messages)
` [PATCH v2 04/22] clk: qcom: smd-rpm: Export clock scaling availability

[PATCH rdma-next v2 0/4] Handle FW failures to destroy QP/RQ objects
 2023-06-11  9:19 UTC  (2+ messages)

[PATCH v1 1/2] driver core: add a wrapper to device probe log helper to return pointer
 2023-06-11  9:17 UTC  (3+ messages)
` [PATCH v1 2/2] serial: sh-sci: Switch to use dev_err_probe_ptr()

[PATCH v2 0/2] clk: sunxi-ng: Consider alternative parent rates when determining NKM clock rate
 2023-06-11  9:01 UTC  (3+ messages)
` [PATCH v2 1/2] clk: sunxi-ng: nkm: consider alternative parent rates when finding rate
` [PATCH v2 2/2] clk: sunxi-ng: a64: allow pll-mipi to set parent's rate

[PATCH net v3 0/7] net: dsa: mt7530: fix multiple CPU ports, BPDU and LLDP handling
 2023-06-11  8:39 UTC  (8+ messages)
` [PATCH net v3 1/7] net: dsa: mt7530: fix trapping frames with multiple CPU ports on MT7531
` [PATCH net v3 2/7] net: dsa: mt7530: fix trapping frames with multiple CPU ports on MT7530
` [PATCH net v3 3/7] net: dsa: mt7530: fix trapping frames on non-MT7621 SoC MT7530 switch
` [PATCH net v3 4/7] net: dsa: mt7530: fix handling of BPDUs on "
` [PATCH net v3 5/7] net: dsa: mt7530: fix handling of LLDP frames
` [PATCH net v3 6/7] net: dsa: introduce preferred_default_local_cpu_port and use on MT7530
` [PATCH net v3 7/7] MAINTAINERS: add me as maintainer of MEDIATEK SWITCH DRIVER

[PATCH v2 0/4] Make IA32_EMULATION boot time overridable
 2023-06-11  8:19 UTC  (3+ messages)

[RFC PATCH 0/4] nvme-tcp: fix hung issues for deleting
 2023-06-11  8:11 UTC  (5+ messages)

[PATCH v5 0/3] Add support for Allwinner GPADC on D1/T113s/R329/T507 SoCs
 2023-06-11  8:01 UTC  (4+ messages)
` [PATCH v5 2/3] dt-bindings: iio: adc: Add Allwinner D1/T113s/R329/T507 SoCs GPADC

[PATCH v6 02/19] hexagon: mm: Convert to GENERIC_IOREMAP
 2023-06-11  7:57 UTC  (5+ messages)

[PATCH] ALSA: hda: Use maple tree register cache
 2023-06-11  7:37 UTC  (2+ messages)

[PATCH v1 1/2] perf sharded_mutex: Introduce sharded_mutex
 2023-06-11  7:27 UTC  (2+ messages)
` [PATCH v1 2/2] perf annotation: Switch lock from a mutex to a sharded_mutex

[PATCH net-next 08/30] net: dsa: mt7530: change p{5,6}_interface to p{5,6}_configured
 2023-06-11  7:23 UTC  (12+ messages)

[PATCH] dt-bindings: net: mediatek,net: add missing mediatek,mt7621-eth
 2023-06-11  7:12 UTC  (2+ messages)

[PATCH] drm: etnaviv: Replace of_platform.h with explicit includes
 2023-06-11  6:49 UTC  (3+ messages)

[RESEND 12/15] drm/nouveau/dispnv04/crtc: Demote kerneldoc abuses
 2023-06-11  6:59 UTC  (2+ messages)
` [RESEND,12/15] "

drivers/net/ethernet/mellanox/mlx5/core/en/qos.c:364:40: sparse: sparse: incorrect type in initializer (different address spaces)
 2023-06-11  6:44 UTC 

[syzbot] [net?] Internal error in desc_read_finalized_seq
 2023-06-11  6:34 UTC 

[PATCH] drm/edid: Add quirk for OSVR HDK 2.0
 2023-06-11  6:09 UTC  (5+ messages)

[PATCH] drm/amd/pm: Vangogh: Add new gpu_metrics_v2_4 to acquire gpu_metrics
 2023-06-11  5:52 UTC  (2+ messages)

[PATCH] Documentation/mm: Add kmap_local_folio() to Temporary Virt. Mappings
 2023-06-11  5:50 UTC  (2+ messages)

[PATCH v6 00/19] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2023-06-11  5:46 UTC  (5+ messages)
` [PATCH v6 03/19] openrisc: mm: remove unneeded early ioremap code
` [PATCH v6 09/19] openrisc: mm: Convert to GENERIC_IOREMAP

[PATCH v6] sh: avoid using IRQ0 on SH3/4
 2023-06-11  5:28 UTC  (4+ messages)

[PATCH] mm: hugetlb: Add Kconfig option to set default nr_overcommit_hugepages
 2023-06-11  5:20 UTC  (2+ messages)

[PATCH v4 00/19] Fixes, cleanups and unit test for mballoc
 2023-06-11  5:05 UTC  (3+ messages)
` [PATCH v4 13/19] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple

[syzbot] [ntfs?] UBSAN: shift-out-of-bounds in ntfs_read_inode_mount
 2023-06-11  4:59 UTC  (2+ messages)

[v9 0/8] Add minimal boot support for IPQ5018
 2023-06-11  4:49 UTC  (4+ messages)
` [v9 2/8] clk: qcom: Add Global Clock controller (GCC) driver "

[PATCH v3 0/6] ext4: Fix stale buffer loading from last failed
 2023-06-11  4:42 UTC  (3+ messages)

[tip:timers/core] BUILD SUCCESS ad0334ffa4f9ae3dacfd89dae578df97f18a5203
 2023-06-11  4:12 UTC 

[syzbot] general protection fault in nilfs_clear_dirty_page
 2023-06-11  3:56 UTC  (2+ messages)
` [syzbot] [nilfs?] "


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 read-only IMAP folder(s) and NNTP newsgroup(s).