Linux MIPS Architecture development
 help / color / mirror / Atom feed
 messages from 2025-09-01 15:13:25 to 2025-09-09 09:00:45 UTC [more...]

[PATCH 00/16] expand mmap_prepare functionality, port more users
 2025-09-09  8:59 UTC  (74+ messages)
` [PATCH 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH 02/16] device/dax: update devdax "
` [PATCH 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH 04/16] relay: update relay to use mmap_prepare
` [PATCH 05/16] mm/vma: rename mmap internal functions to avoid confusion
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks
` [PATCH 07/16] doc: update porting, vfs documentation for mmap_[complete, abort]
` [PATCH 08/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH 09/16] mm: introduce io_remap_pfn_range_prepare, complete
` [PATCH 10/16] mm/hugetlb: update hugetlbfs to use mmap_prepare, mmap_complete
` [PATCH 11/16] mm: update mem char driver "
` [PATCH 12/16] mm: update resctl to use mmap_prepare, mmap_complete, mmap_abort
` [PATCH 13/16] mm: update cramfs to use mmap_prepare, mmap_complete
` [PATCH 14/16] fs/proc: add proc_mmap_[prepare, complete] hooks for procfs
` [PATCH 15/16] fs/proc: update vmcore to use .proc_mmap_[prepare, complete]
` [PATCH 16/16] kcov: update kcov to use mmap_prepare, mmap_complete

[PATCH v2 00/37] mm: remove nth_page()
 2025-09-09  4:25 UTC  (30+ messages)
` [PATCH v2 05/37] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 26/37] drm/i915/gem: drop nth_page() usage within SG entry
` [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 000/114] clk: convert drivers from deprecated round_rate() to determine_rate()
 2025-09-08 17:11 UTC  (6+ messages)
` [PATCH 022/114] clk: ingenic: cgu: convert from "
` [PATCH 024/114] clk: ingenic: x1000-cgu: "

[PATCH RFC 00/35] mm: remove nth_page()
 2025-09-08 16:47 UTC  (3+ messages)
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config

[PATCH v4 0/2] irqchip/loongson-eiointc: Add multiple interrupt pin routing support
 2025-09-06 10:13 UTC  (3+ messages)
` [PATCH v4 1/2] irqchip/loongson-eiointc: Route interrupt parsed from bios table

[PATCH v3] mips: math-emu: replace deprecated strcpy() in me-debugfs
 2025-09-04 19:25 UTC 

[PATCH 00/19] Add clock and reset support for Mobileye eyeQ7H
 2025-09-04  9:25 UTC  (25+ messages)
` [PATCH 01/19] dt-bindings: soc: mobileye: rename to eyeq-olb.yaml
` [PATCH 02/19] dt-bindings: clock: mobileye: rename to eyeq-clk.h
` [PATCH 03/19] dt-bindings: soc: mobileye: add eyeQ7H compatibles
` [PATCH 04/19] dt-bindings: clock: mobileye: add eyeQ7H clock indexes
` [PATCH 05/19] dt-bindings: reset: add Mobileye eyeQ
` [PATCH 06/19] reset: eyeq: add eyeQ7H compatibles
` [PATCH 07/19] clk: fixed-factor: add clk_hw_register_fixed_factor_with_accuracy
` [PATCH 08/19] clk: divider: check divider validity for CLK_DIVIDER_EVEN_INTEGERS
` [PATCH 09/19] clk: divider: check validity of flags when a table is provided
` [PATCH 10/19] clk: eyeq: skip post-divisor when computing pll divisor
` [PATCH 11/19] clk: eyeq: rename the parent field to parent_idx
` [PATCH 12/19] clk: eyeq: lookup parent clock by name
` [PATCH 13/19] clk: eyeq: prefix the PLL registers with the PLL type
` [PATCH 14/19] clk: eyeq: rename the reg64 field of eqc_pll
` [PATCH 15/19] clk: eyeq: add a type for the PLL
` [PATCH 16/19] clk: eyeq: add two PLL types
` [PATCH 17/19] clk: eyeq: add a parent field to the pll
` [PATCH 18/19] clk: eyeq: add an optional clk_div_table to divider
` [PATCH 19/19] clk: eyeq: add eyeQ7H compatibles

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

[PATCH v7 00/16] pinctrl: introduce the concept of a GPIO pin function category
 2025-09-03 12:07 UTC  (51+ 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] 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  (6+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64

[PATCH v6 00/15] pinctrl: introduce the concept of a GPIO pin function category
 2025-09-02 10:10 UTC  (7+ messages)
` [PATCH v6 06/15] pinctrl: imx: don't access the pin function radix tree directly


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