linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-29 00:25:31 to 2025-09-03 10:22:51 UTC [more...]

[PATCH v7 00/16] pinctrl: introduce the concept of a GPIO pin function category
 2025-09-03 10:22 UTC  (41+ messages)
` [PATCH v7 01/16] pinctrl: check the return value of pinmux_ops::get_function_name()
` [PATCH v7 02/16] devres: provide devm_kmemdup_const()
` [PATCH v7 03/16] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v7 04/16] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v7 05/16] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v7 06/16] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v7 07/16] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v7 08/16] pinctrl: keembay: release allocated memory in detach path
` [PATCH v7 09/16] pinctrl: keembay: use a dedicated structure for the pinfunction description
` [PATCH v7 10/16] pinctrl: constify pinmux_generic_get_function()
` [PATCH v7 11/16] pinctrl: make struct pinfunction a pointer in struct function_desc
` [PATCH v7 12/16] pinctrl: qcom: use generic pin function helpers
` [PATCH v7 13/16] pinctrl: allow to mark pin functions as requestable GPIOs
` [PATCH v7 14/16] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v7 15/16] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
` [PATCH v7 16/16] pinctrl: qcom: make the pinmuxing strict

[PATCH v2] mips: math-emu: replace deprecated strcpy() in me-debugfs
 2025-09-03  1:08 UTC  (2+ messages)

[PATCH v2 00/37] drm/atomic: Get rid of existing states (not really)
 2025-09-02 14:29 UTC  (4+ messages)
` [PATCH v2 11/37] drm/ingenic: ipu: Switch to drm_atomic_get_new_crtc_state()
` [PATCH v2 19/37] drm/ingenic: "

[PATCH] mips: math-emu: replace deprecated strcpy() in me-debugfs
 2025-09-02 13:29 UTC  (3+ messages)

[PATCH 00/21] gpiolib: fence off legacy interfaces
 2025-09-02 12:56 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-02 11:44 UTC  (20+ messages)
` [PATCH v2 1/4] copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)
` [PATCH v2 2/4] copy_process: pass clone_flags as u64 across calltree
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64
` [PATCH v2 4/4] nios2: implement architecture-specific portion of sys_clone3

[PATCH v6 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-09-02 10:10 UTC  (13+ messages)
` [PATCH v6 01/15] devres: provide devm_kmemdup_const()
` [PATCH v6 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v6 06/15] pinctrl: imx: don't access the pin function radix tree directly

[PATCH v2 00/37] mm: remove nth_page()
 2025-09-02  9:42 UTC  (40+ messages)
` [PATCH v2 01/37] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v2 02/37] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v2 03/37] s390/Kconfig: "
` [PATCH v2 04/37] x86/Kconfig: "
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v2 06/37] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v2 07/37] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v2 08/37] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v2 09/37] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v2 10/37] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v2 11/37] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v2 12/37] mm: simplify folio_page() and folio_page_idx()
` [PATCH v2 13/37] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v2 14/37] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v2 15/37] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v2 16/37] fs: hugetlbfs: cleanup "
` [PATCH v2 17/37] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v2 18/37] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 20/37] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH v2 21/37] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v2 22/37] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v2 23/37] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH v2 24/37] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH v2 25/37] ata: libata-sff: drop nth_page() usage within "
` [PATCH v2 26/37] drm/i915/gem: "
` [PATCH v2 27/37] mspro_block: "
` [PATCH v2 28/37] memstick: "
` [PATCH v2 29/37] mmc: "
` [PATCH v2 30/37] scsi: scsi_lib: "
` [PATCH v2 31/37] scsi: sg: "
` [PATCH v2 32/37] vfio/pci: "
` [PATCH v2 33/37] crypto: remove "
` [PATCH v2 34/37] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v2 35/37] kfence: drop nth_page() usage
` [PATCH v2 36/37] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v2 37/37] mm: remove nth_page()

[PATCH v1 00/36] mm: remove nth_page()
 2025-09-01 11:35 UTC  (92+ messages)
` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 06/36] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH v1 07/36] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 09/36] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH v1 10/36] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH v1 11/36] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH v1 12/36] mm: simplify folio_page() and folio_page_idx()
` [PATCH v1 13/36] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH v1 14/36] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [PATCH v1 17/36] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH v1 18/36] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH v1 20/36] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH v1 21/36] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within SG entry
` [PATCH v1 29/36] scsi: scsi_lib: "
` [PATCH v1 30/36] scsi: sg: "
` [PATCH v1 32/36] crypto: remove "
` [PATCH v1 33/36] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v1 36/36] mm: remove nth_page()

[PATCH 000/114] clk: convert drivers from deprecated round_rate() to determine_rate()
 2025-09-01  9:49 UTC  (8+ messages)

[PATCH 00/24] PCI: Bridge window selection improvements
 2025-09-01  8:38 UTC  (3+ messages)

[PATCH v3] dt-bindings: dma: img-mdc-dma: convert to DT schema
 2025-08-31  5:33 UTC  (3+ messages)

[PATCH v2 00/12] Bump minimum supported version of LLVM for building the kernel to 15.0.0
 2025-08-29 22:33 UTC  (2+ messages)

[PATCH 0/2] brcmstb-memc-ddr binding updates for MIPS boards
 2025-08-29 16:31 UTC  (6+ messages)

[PATCH v3 0/9] MIPS: loongson32: Convert all platform devices to DT
 2025-08-29 10:20 UTC  (2+ messages)

[PATCH] mips/octeon/smp: Remove space before newline
 2025-08-29 10:20 UTC  (2+ messages)

[PATCH v3] mips: Replace __ASSEMBLY__ with __ASSEMBLER__ in the mips headers
 2025-08-29 10:21 UTC  (2+ messages)

[PATCH] MIPS: Alchemy: convert from round_rate() to determine_rate()
 2025-08-29 10:22 UTC  (2+ messages)

[PATCH] dt-bindings: mips: cpu: Add MIPS 34Kc Core
 2025-08-29 10:22 UTC  (2+ messages)

[PATCH] mips: lantiq: danube: add missing properties to cpu node
 2025-08-29 10:23 UTC  (2+ messages)

[PATCH] mips: lantiq: danube: add missing device_type in pci node
 2025-08-29 10:23 UTC  (2+ messages)

[PATCH] mips: lantiq: danube: rename stp node on EASY50712 reference board
 2025-08-29 10:23 UTC  (2+ messages)

[PATCH] mips: lantiq: danube: add model to EASY50712 dts
 2025-08-29 10:24 UTC  (2+ messages)

[PATCH 1/8] MIPS: sgi-ip22: Replace deprecated strcpy() in plat_mem_setup()
 2025-08-29 10:27 UTC  (16+ messages)
` [PATCH 2/8] MIPS: sgi-ip32: "
` [PATCH 3/8] MIPS: sni: Replace deprecated strcpy() in sni_console_setup()
` [PATCH 4/8] MIPS: txx9: Replace deprecated strcpy() with strscpy()
` [PATCH 5/8] MIPS: arc: Replace deprecated strcpy() with memcpy()
` [PATCH 6/8] MIPS: octeon: Replace memset(0) + deprecated strcpy() with strscpy_pad()
` [PATCH 7/8] MIPS: octeon: Replace deprecated strcpy() in octeon_model_get_string_buffer()
` [PATCH 8/8] MIPS: generic: Replace deprecated strcpy() in ocelot_detect()

[PATCH] MIPS: Loongson64: Replace deprecated strcpy() with strscpy_pad()
 2025-08-29 10:27 UTC  (2+ messages)

[PATCH] MIPS: RB532: Replace deprecated strcpy() with memcpy() and strscpy()
 2025-08-29 10:28 UTC  (2+ messages)

[PATCHv4 0/3] wifi: ath9k: ahb: add OF LED support
 2025-08-29  6:30 UTC  (7+ messages)
` [PATCHv4 1/3] dt-bindings: net: wireless: ath9k: add led bindings


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