linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-08 13:24:53 to 2025-09-12 10:19:41 UTC [more...]

[PATCH v2 00/16] expand mmap_prepare functionality, port more users
 2025-09-12 10:18 UTC  (29+ messages)
` [PATCH v2 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH v2 02/16] device/dax: update devdax "
` [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v2 04/16] relay: update relay to use mmap_prepare
` [PATCH v2 05/16] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v2 06/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v2 07/16] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 09/16] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v2 10/16] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v2 11/16] mm: update mem char driver "
` [PATCH v2 12/16] mm: update resctl "
` [PATCH v2 13/16] mm: update cramfs "
` [PATCH v2 14/16] fs/proc: add the proc_mmap_prepare hook for procfs
` [PATCH v2 15/16] fs/proc: update vmcore to use .proc_mmap_prepare
` [PATCH v2 16/16] kcov: update kcov to use mmap_prepare

[TECH TOPIC] Reaching consensus on CONFIG_HIGHMEM phaseout
 2025-09-12 10:17 UTC  (24+ messages)

[PATCH v2 00/15] gpio: replace legacy bgpio_init() with its modernized alternative - part 4
 2025-09-12  7:33 UTC  (29+ messages)
` [PATCH v2 01/15] gpio: loongson1: allow building the module with COMPILE_TEST enabled
` [PATCH v2 02/15] gpio: loongson1: use new generic GPIO chip API
` [PATCH v2 03/15] gpio: hlwd: "
` [PATCH v2 04/15] gpio: ath79: "
` [PATCH v2 05/15] gpio: ath79: use the generic GPIO chip lock for IRQ handling
` [PATCH v2 06/15] gpio: xgene-sb: use generic GPIO chip register read and write APIs
` [PATCH v2 07/15] gpio: brcmstb: use new generic GPIO chip API
` [PATCH v2 08/15] gpio: mt7621: "
` [PATCH v2 09/15] gpio: mt7621: use the generic GPIO chip lock for IRQ handling
` [PATCH v2 10/15] gpio: menz127: use new generic GPIO chip API
` [PATCH v2 11/15] gpio: sifive: "
` [PATCH v2 12/15] gpio: spacemit-k1: "
` [PATCH v2 13/15] gpio: sodaville: "
` [PATCH v2 14/15] gpio: mmio: "
` [PATCH v2 15/15] gpio: move gpio-mmio-specific fields out of struct gpio_chip

[PATCH] defconfig: cleanup orphaned CONFIG_SCHED_DEBUG
 2025-09-12  6:23 UTC  (2+ messages)

[PATCH v2] irqchip/loongson-pch-lpc: Use legacy domain for PCH-LPC IRQ controller
 2025-09-11  9:45 UTC  (3+ messages)

[PATCH] irqchip/loongson-pch-lpc: Use legacy domain for PCH-LPC IRQ controller
 2025-09-11  7:29 UTC  (3+ messages)

[PATCH v3 00/39] drm/atomic: Get rid of existing states (not really)
 2025-09-10 13:14 UTC  (10+ messages)
` [PATCH v3 11/39] drm/ingenic: ipu: Switch to drm_atomic_get_new_crtc_state()
` [PATCH v3 20/39] drm/ingenic: "
` [PATCH v3 37/39] drm/ingenic: crtc: Switch to ingenic_drm_get_new_priv_state()

[PATCH 00/16] expand mmap_prepare functionality, port more users
 2025-09-09 17:36 UTC  (80+ 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 10/16] mm/hugetlb: update hugetlbfs to use mmap_prepare, mmap_complete
` [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 16/16] kcov: update kcov "

[PATCH 00/15] gpio: replace legacy bgpio_init() with its modernized alternative - part 4
 2025-09-09 16:20 UTC  (30+ messages)
` [PATCH 01/15] gpio: loongson1: allow building the module with COMPILE_TEST enabled
` [PATCH 02/15] gpio: loongson1: use new generic GPIO chip API
` [PATCH 03/15] gpio: hlwd: "
` [PATCH 04/15] gpio: ath79: "
` [PATCH 05/15] gpio: ath79: use the generic GPIO chip lock for IRQ handling
` [PATCH 06/15] gpio: xgene-sb: use generic GPIO chip register read and write APIs
` [PATCH 07/15] gpio: brcmstb: use new generic GPIO chip API
` [PATCH 08/15] gpio: mt7621: "
` [PATCH 09/15] gpio: mt7621: use the generic GPIO chip lock for IRQ handling
` [PATCH 10/15] gpio: menz127: use new generic GPIO chip API
` [PATCH 11/15] gpio: sifive: "
` [PATCH 12/15] gpio: spacemit-k1: "
` [PATCH 13/15] gpio: sodaville: "
` [PATCH 14/15] gpio: mmio: "
` [PATCH 15/15] gpio: move gpio-mmio-specific fields out of struct gpio_chip

[PATCH v2 00/37] mm: remove nth_page()
 2025-09-09  9:55 UTC  (18+ 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 22/37] mm/cma: refuse handing out non-contiguous page ranges

[PATCH 000/114] clk: convert drivers from deprecated round_rate() to determine_rate()
 2025-09-08 17:11 UTC  (2+ messages)

[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


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