linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-23 03:12:19 to 2023-11-29 16:15:49 UTC [more...]

[PATCH v4 00/23] pinctrl: Convert struct group_desc to use struct pingroup
 2023-11-29 16:06 UTC  (24+ messages)
` [PATCH v4 01/23] pinctrl: qcom: lpass-lpi: Replace kernel.h with what is being used
` [PATCH v4 02/23] pinctrl: qcom: lpass-lpi: Remove unused member in struct lpi_pingroup
` [PATCH v4 03/23] pinctrl: equilibrium: Unshadow error code of of_property_count_u32_elems()
` [PATCH v4 04/23] pinctrl: equilibrium: Use temporary variable to hold pins
` [PATCH v4 05/23] pinctrl: imx: "
` [PATCH v4 06/23] pinctrl: core: Make pins const unsigned int pointer in struct group_desc
` [PATCH v4 07/23] pinctrl: equilibrium: Convert to use struct pingroup
` [PATCH v4 08/23] pinctrl: keembay: "
` [PATCH v4 09/23] pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()
` [PATCH v4 10/23] pinctrl: core: Add a convenient define PINCTRL_GROUP_DESC()
` [PATCH v4 11/23] pinctrl: ingenic: Make use of PINCTRL_GROUP_DESC()
` [PATCH v4 12/23] pinctrl: mediatek: "
` [PATCH v4 13/23] pinctrl: core: Embed struct pingroup into struct group_desc
` [PATCH v4 14/23] pinctrl: bcm: Convert to use grp member
` [PATCH v4 15/23] pinctrl: equilibrium: "
` [PATCH v4 16/23] pinctrl: imx: "
` [PATCH v4 17/23] pinctrl: ingenic: "
` [PATCH v4 18/23] pinctrl: keembay: "
` [PATCH v4 19/23] pinctrl: mediatek: "
` [PATCH v4 20/23] pinctrl: renesas: "
` [PATCH v4 21/23] pinctrl: starfive: "
` [PATCH v4 22/23] pinctrl: core: Remove unused members from struct group_desc
` [PATCH v4 23/23] pinctrl: Convert unsigned to unsigned int

[PATCH v3 00/22] pinctrl: Convert struct group_desc to use struct pingroup
 2023-11-29 15:34 UTC  (32+ messages)
` [PATCH v3 01/22] pinctrl: qcom: lpass-lpi: Replace kernel.h with what is being used
` [PATCH v3 02/22] pinctrl: qcom: lpass-lpi: Remove unused member in struct lpi_pingroup
` [PATCH v3 03/22] pinctrl: equilibrium: Unshadow error code of of_property_count_u32_elems()
` [PATCH v3 04/22] pinctrl: equilibrium: Use temporary variable to hold pins
` [PATCH v3 05/22] pinctrl: imx: "
` [PATCH v3 06/22] pinctrl: core: Make pins const in struct group_desc
` [PATCH v3 07/22] pinctrl: equilibrium: Convert to use struct pingroup
` [PATCH v3 08/22] pinctrl: keembay: "
` [PATCH v3 09/22] pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()
` [PATCH v3 10/22] pinctrl: core: Add a convenient define PINCTRL_GROUP_DESC()
` [PATCH v3 11/22] pinctrl: ingenic: Make use of PINCTRL_GROUP_DESC()
` [PATCH v3 12/22] pinctrl: mediatek: "
` [PATCH v3 13/22] pinctrl: core: Embed struct pingroup into struct group_desc
` [PATCH v3 14/22] pinctrl: bcm: Convert to use grp member
` [PATCH v3 15/22] pinctrl: equilibrium: "
` [PATCH v3 16/22] pinctrl: imx: "
` [PATCH v3 17/22] pinctrl: ingenic: "
` [PATCH v3 18/22] pinctrl: keembay: "
` [PATCH v3 19/22] pinctrl: mediatek: "
` [PATCH v3 20/22] pinctrl: renesas: "
` [PATCH v3 21/22] pinctrl: starfive: "
` [PATCH v3 22/22] pinctrl: core: Remove unused members from struct group_desc

[PATCH 00/10] IOMMU related FW parsing cleanup
 2023-11-29 12:55 UTC  (20+ messages)
` [PATCH 01/10] iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()
` [PATCH 02/10] iommmu/of: Do not return struct iommu_ops from of_iommu_configure()
` [PATCH 03/10] iommu/of: Use -ENODEV consistently in of_iommu_configure()
` [PATCH 04/10] iommu: Mark dev_iommu_get() with lockdep
` [PATCH 05/10] iommu: Mark dev_iommu_priv_set() with a lockdep
` [PATCH 06/10] iommu: Replace iommu_device_lock with iommu_probe_device_lock
` [PATCH 07/10] acpi: Do not return struct iommu_ops from acpi_iommu_configure_id()
` [PATCH 08/10] iommu/tegra: Use tegra_dev_iommu_get_stream_id() in the remaining places
` [PATCH 09/10] ACPI: IORT: Cast from ULL to phys_addr_t
` [PATCH 10/10] ACPI: IORT: Allow COMPILE_TEST of IORT

[PATCH 0/7] MIPS: mm: Fix some memory-related issues
 2023-11-29  6:14 UTC  (31+ messages)
` [PATCH 1/7] mips: dmi: Fix early remap on MIPS32
` [PATCH 5/7] mm/mm_init.c: Extend init unavailable range doc info
` [PATCH 6/7] mm/mm_init.c: Append '\n' to the unavailable ranges log-message

[PATCH] Mark symbols static where possible for mips/kernel
 2023-11-28 22:51 UTC  (3+ messages)

mips: question about switch_to()->__sanitize_fcr31()
 2023-11-28 20:58 UTC  (2+ messages)

[PATCH] pwm: jz4740: Add trailing \n to error messages
 2023-11-28 16:59 UTC  (3+ messages)

[PATCH v2 00/21] pinctrl: Convert struct group_desc to use struct pingroup
 2023-11-28 15:58 UTC  (32+ messages)
` [PATCH v2 01/21] pinctrl: qcom: lpass-lpi: Replace kernel.h with what is being used
` [PATCH v2 02/21] pinctrl: qcom: lpass-lpi: Remove unused member in struct lpi_pingroup
` [PATCH v2 03/21] pinctrl: equilibrium: Use temporary variable to hold pins
` [PATCH v2 04/21] pinctrl: imx: "
` [PATCH v2 05/21] pinctrl: core: Make pins const in struct group_desc
` [PATCH v2 06/21] pinctrl: equilibrium: Convert to use struct pingroup
` [PATCH v2 07/21] pinctrl: keembay: "
` [PATCH v2 08/21] pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()
` [PATCH v2 09/21] pinctrl: core: Add a convenient define PINCTRL_GROUP_DESC()
` [PATCH v2 10/21] pinctrl: ingenic: Make use of PINCTRL_GROUP_DESC()
` [PATCH v2 11/21] pinctrl: mediatek: "
` [PATCH v2 12/21] pinctrl: core: Embed struct pingroup into struct group_desc
` [PATCH v2 13/21] pinctrl: bcm: Convert to use grp member
` [PATCH v2 14/21] pinctrl: equilibrium: "
` [PATCH v2 15/21] pinctrl: imx: "
` [PATCH v2 16/21] pinctrl: ingenic: "
` [PATCH v2 17/21] pinctrl: keembay: "
` [PATCH v2 18/21] pinctrl: mediatek: "
` [PATCH v2 19/21] pinctrl: renesas: "
` [PATCH v2 20/21] pinctrl: starfive: "
` [PATCH v2 21/21] pinctrl: core: Remove unused members from struct group_desc

[PATCH v5 0/5] dt-bindings: interrupt-controller: Fix some loongson,liointc warnings
 2023-11-27 18:28 UTC  (3+ messages)
` [PATCH v5 1/5] dt-bindings: interrupt-controller: loongson,liointc: Standardize the naming of 'loongson,parent-int-map'

Building Estimates
 2023-11-27 16:25 UTC 

[PATCH v13 17/35] KVM: Add transparent hugepage support for dedicated guest memory
 2023-11-27 11:13 UTC  (13+ messages)

mips: ralink/irq.c:86:5: error: no previous prototype for 'get_c0_perfcount_int'
 2023-11-27 10:24 UTC 

[PATCH v2 00/21] Add support for the Mobileye EyeQ5 SoC
 2023-11-26 18:57 UTC  (31+ messages)
` [PATCH v2 01/21] MIPS: compressed: Use correct instruction for 64 bit code
` [PATCH v2 02/21] MIPS: Export higher/highest relocation functions in uasm
` [PATCH v2 03/21] MIPS: spaces: Define a couple of handy macros
` [PATCH v2 04/21] MIPS: genex: Fix except_vec_vi for kernel in XKPHYS
` [PATCH v2 05/21] MIPS: Fix set_uncached_handler for ebase "
` [PATCH v2 06/21] MIPS: Refactor mips_cps_core_entry implementation
` [PATCH v2 07/21] MIPS: Fix cache issue with mips_cps_core_entry
` [PATCH v2 08/21] MIPS: Allow kernel base to be set from Kconfig for all platforms
` [PATCH v2 09/21] MIPS: traps: Handle CPU with non standard vint offset
` [PATCH v2 10/21] MIPS: Avoid unnecessary reservation of exception space
` [PATCH v2 11/21] MIPS: traps: Enhance memblock ebase allocation process
` [PATCH v2 12/21] MIPS: Get rid of CONFIG_NO_EXCEPT_FILL
` [PATCH v2 13/21] MIPS: traps: Give more explanations if ebase doesn't belong to KSEG0
` [PATCH v2 14/21] dt-bindings: Add vendor prefix for Mobileye Vision Technologies Ltd
` [PATCH v2 15/21] dt-bindings: mips: cpu: Add I-Class I6500 Multiprocessor Core
` [PATCH v2 16/21] dt-bindings: mips: Add bindings for Mobileye SoCs
` [PATCH v2 17/21] dt-bindings: mfd: syscon: Document EyeQ5 OLB
` [PATCH v2 18/21] MIPS: mobileye: Add EyeQ5 dtsi
` [PATCH v2 19/21] MIPS: mobileye: Add EPM5 device tree
` [PATCH v2 20/21] MIPS: generic: Add support for Mobileye EyeQ5
` [PATCH v2 21/21] MAINTAINERS: Add entry for Mobileye MIPS SoCs

[linux-next:master] BUILD REGRESSION 8c9660f6515396aba78d1168d2e17951d653ebf2
 2023-11-25  3:21 UTC 

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-11-24 12:04 UTC  (3+ messages)
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes

[PATCH v1 00/17] pinctrl: Convert struct group_desc to use struct pingroup
 2023-11-23 16:09 UTC  (5+ messages)
` [PATCH v1 02/17] pinctrl: nuvoton: Convert to use struct pingroup and PINCTRL_PINGROUP()

[PATCH v3 0/6] Treewide: enable -Wmissing-prototypes
 2023-11-23 11:05 UTC  (7+ messages)
` [PATCH v3 1/6] ida: make 'ida_dump' static
` [PATCH v3 2/6] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH v3 3/6] sched: fair: move unused stub functions to header
` [PATCH v3 4/6] x86: sta2x11: include header for sta2x11_get_instance() prototype
` [PATCH v3 5/6] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
` [PATCH v3 6/6] Makefile.extrawarn: turn on missing-prototypes globally

[PATCH v2 06/17] iommu: Add iommu_fwspec_alloc/dealloc()
 2023-11-23  9:08 UTC  (7+ messages)

Potential config regression after 89cde455 ("kexec: consolidate kexec and crash options into kernel/Kconfig.kexec")
 2023-11-23  8:27 UTC  (7+ messages)

[PATCH 0/8] generic command line v6
 2023-11-23  6:39 UTC  (16+ messages)
` [PATCH 1/8] CMDLINE: add generic builtin command line
` [PATCH 2/8] scripts: insert-sys-cert: add command line insert capability
` [PATCH 3/8] scripts: insert-sys-cert: change name to insert-symbol
` [PATCH 4/8] CMDLINE: mips: convert to generic builtin command line
` [PATCH 5/8] drivers: firmware: efi: libstub: enable generic commandline
` [PATCH 7/8] of: replace command line handling
` [PATCH 8/8] CMDLINE: arm64: convert to generic builtin command line

[PATCH v1 01/17] pinctrl: equilibrium: Convert to use struct pingroup
 2023-11-23  3:11 UTC  (3+ messages)

[PATCH v1 08/17] pinctrl: core: Embed struct pingroup into struct group_desc
 2023-11-23  3:11 UTC  (2+ messages)


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).