messages from 2025-08-13 17:02:28 to 2025-08-22 14:56:26 UTC [more...]
[PATCH 00/24] PCI: Bridge window selection improvements
2025-08-22 14:55 UTC (2+ messages)
` [PATCH 01/24] m68k/PCI: Use pci_enable_resources() in pcibios_enable_device()
[PATCH RFC 00/35] mm: remove nth_page()
2025-08-22 14:30 UTC (61+ messages)
` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH RFC 02/35] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH RFC 03/35] s390/Kconfig: "
` [PATCH RFC 04/35] x86/Kconfig: "
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH RFC 08/35] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 13/35] mm: simplify folio_page() and folio_page_idx()
` [PATCH RFC 14/35] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH RFC 15/35] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH RFC 16/35] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH RFC 17/35] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 19/35] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH RFC 20/35] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH RFC 24/35] ata: libata-eh: drop nth_page() usage within "
` [PATCH RFC 25/35] drm/i915/gem: "
` [PATCH RFC 26/35] mspro_block: "
` [PATCH RFC 27/35] memstick: "
` [PATCH RFC 28/35] mmc: "
` [PATCH RFC 29/35] scsi: core: "
` [PATCH RFC 30/35] vfio/pci: "
` [PATCH RFC 31/35] crypto: remove "
` [PATCH RFC 32/35] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH RFC 33/35] kfence: drop nth_page() usage
` [PATCH RFC 34/35] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH RFC 35/35] mm: remove nth_page()
` [syzbot ci] "
[PATCH 000/114] clk: convert drivers from deprecated round_rate() to determine_rate()
2025-08-22 13:09 UTC (33+ messages)
` [PATCH 016/114] clk: gemini: convert from "
` [PATCH 048/114] clk: sophgo: sg2042-clkgen: "
` [PATCH 058/114] clk: stm32: stm32-core: "
` [PATCH 059/114] clk: stm32: stm32mp1: "
` [PATCH 075/114] clk: apple-nco: "
` [PATCH 084/114] clk: mstar: msc313-cpupll: "
` [PATCH 092/114] clk: renesas: rzg2l-cpg: "
` [PATCH 093/114] clk: renesas: rzv2h-cpg: remove round_rate() in favor of determine_rate()
` [PATCH 105/114] clk: ux500: prcmu: convert from round_rate() to determine_rate()
` [PATCH 108/114] clk: versatile: icst: "
` [PATCH 109/114] clk: versatile: vexpress-osc: "
` [PATCH 110/114] clk: visconti: pll: "
` [PATCH 111/114] clk: divider: remove round_rate() in favor of determine_rate()
` [PATCH 113/114] clk: sophgo: sg2042-pll: "
[PATCH v2 00/12] Bump minimum supported version of LLVM for building the kernel to 15.0.0
2025-08-21 21:15 UTC (2+ messages)
` [PATCH v2 05/12] mips: Unconditionally select ARCH_HAS_CURRENT_STACK_POINTER
next-20250821 cacheflush.h:61:3: error: incompatible pointer types passing 'memdesc_flags_t *' to parameter of type 'volatile unsigned long *' [-Werror,-Wincompatible-pointer-types]
2025-08-21 13:43 UTC (2+ messages)
[PATCH 00/19] perf: Rework event_init checks
2025-08-21 2:53 UTC (15+ messages)
` [PATCH 14/19] perf: Clean up redundant group validation
` [PATCH 15/19] perf: Simplify "
` [PATCH 16/19] perf: Introduce positive capability for sampling
` [PATCH 17/19] perf: Retire PERF_PMU_CAP_NO_INTERRUPT
` [PATCH 18/19] perf: Introduce positive capability for raw events
` [PATCH 19/19] perf: Garbage-collect event_init checks
[PATCH v5 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-08-20 18:41 UTC (22+ messages)
` [PATCH v5 01/15] devres: provide devm_kmemdup_const()
` [PATCH v5 02/15] pinctrl: ingenic: use struct pinfunction instead of struct function_desc
` [PATCH v5 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v5 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v5 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
` [PATCH v5 06/15] pinctrl: imx: don't access the pin function radix tree directly
` [PATCH v5 07/15] pinctrl: keembay: release allocated memory in detach path
` [PATCH v5 08/15] pinctrl: keembay: use a dedicated structure for the pinfunction description
` [PATCH v5 09/15] pinctrl: constify pinmux_generic_get_function()
` [PATCH v5 10/15] pinctrl: make struct pinfunction a pointer in struct function_desc
` [PATCH v5 11/15] pinctrl: qcom: use generic pin function helpers
` [PATCH v5 12/15] pinctrl: allow to mark pin functions as requestable GPIOs
` [PATCH v5 13/15] pinctrl: qcom: add infrastructure for marking pin functions as GPIOs
` [PATCH v5 14/15] pinctrl: qcom: mark the `gpio` and `egpio` pins function as non-strict functions
` [PATCH v5 15/15] pinctrl: qcom: make the pinmuxing strict
[PATCH net v2 0/2] mips: lantiq: fix ethernet support
2025-08-20 15:18 UTC (6+ messages)
` [PATCH net v2 1/2] mips: dts: lantiq: danube: add missing burst length property
` [PATCH net v2 2/2] mips: lantiq: xway: sysctrl: rename the etop node
[PATCH 1/3] dt-bindings: mips: lantiq: ebu: add name pattern
2025-08-20 8:17 UTC (6+ messages)
` [PATCH 2/3] dt-bindings: mips: lantiq: cgu: "
` [PATCH 3/3] dt-bindings: mips: lantiq: dma: "
[PATCH v3] dt-bindings: mips: lantiq: Document lantiq dcdc binding
2025-08-19 17:56 UTC (2+ messages)
[PATCH 00/10] Bump minimum supported version of LLVM for building the kernel to 15.0.0
2025-08-19 12:08 UTC (4+ messages)
` [PATCH 05/10] mips: Unconditionally select ARCH_HAS_CURRENT_STACK_POINTER
[PATCH] MIPS: RB532: Replace deprecated strcpy() with memcpy() and strscpy()
2025-08-19 10:24 UTC
[PATCH] MIPS: Loongson64: Replace deprecated strcpy() with strscpy_pad()
2025-08-19 10:23 UTC
[PATCH 1/8] MIPS: sgi-ip22: Replace deprecated strcpy() in plat_mem_setup()
2025-08-19 10:00 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 v2 0/3] dt-bindings: mips: lantiq: Document Lantiq Xway GPTU
2025-08-19 9:15 UTC (6+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] mips: lantiq: danube: add missing timer interrupts
` [PATCH v2 3/3] mips: lantiq: danube: add device-specified compatible in GPTU node
[PATCH 1/2] dt-bindings: mips: lantiq: Document Lantiq Xway GPTU
2025-08-18 15:14 UTC (5+ messages)
` [PATCH 2/2] mips: lantiq: danube: add missing timer interrupts
[PATCH v2] dt-bindings: mips: lantiq: Document lantiq dcdc binding
2025-08-15 16:48 UTC (7+ messages)
[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
2025-08-15 16:41 UTC (6+ messages)
` [PATCH 05/17] powerpc: "
[PATCH v4 18/24] riscv: vdso: Disable LTO for the vDSO
2025-08-15 15:07 UTC (2+ messages)
[PATCH v4 17/24] riscv: vdso: Deduplicate CFLAGS_REMOVE_* variables
2025-08-15 15:07 UTC (2+ messages)
[PATCH v4 06/24] riscv: elf: Move relocation constants to UAPI
2025-08-15 15:05 UTC (2+ messages)
[PATCH v2 0/2] mips: lantiq: danube: rename stp node on EASY50712 reference board
2025-08-15 12:12 UTC (3+ messages)
` [PATCH v2 1/2] mips: lantiq: xway: sysctrl: rename stp clock
` [PATCH v2 2/2] mips: lantiq: danube: rename stp node on EASY50712 reference board
[PATCH v4 00/24] vdso: Reject absolute relocations during build
2025-08-15 10:06 UTC (3+ messages)
[PATCH] dt-bindings: mips: lantiq: Document Lantiq Xway VMMC
2025-08-14 20:53 UTC (2+ messages)
[PATCH 0/3] mips: lantiq: add British Telecom Home Hub 5A dts
2025-08-14 18:38 UTC (5+ messages)
` [PATCH 3/3] dt-bindings: mips: lantiq: Add Lantiq platform binding
[PATCHv2 0/3] wifi: ath9k: ahb: add OF LED support
2025-08-14 9:11 UTC (11+ messages)
` [PATCHv2 1/3] dt-bindings: net: wireless: ath9k: add led bindings
` [PATCHv2 2/3] wifi: ath9k: ahb: add led pin OF support
[PATCH] dt-bindings: mips: lantiq: Document lantiq dcdc binding
2025-08-14 8:15 UTC
[PATCH v4 00/15] pinctrl: introduce the concept of a GPIO pin function category
2025-08-14 7:37 UTC (8+ messages)
` [PATCH v4 03/15] pinctrl: airoha: replace struct function_desc with struct pinfunction
` [PATCH v4 04/15] pinctrl: mediatek: mt7988: use PINCTRL_PIN_FUNCTION()
` [PATCH v4 05/15] pinctrl: mediatek: moore: replace struct function_desc with struct pinfunction
[PATCH 13/19] perf: Add helper for checking grouped events
2025-08-14 5:43 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).