linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-11-12 13:47:26 to 2024-12-10 02:41:51 UTC [more...]

[PATCH mm-unstable 00/17] mm: Introduce arch_mmap_hint()
 2024-12-10  2:41 UTC  (16+ messages)
` [PATCH mm-unstable 01/17] mm: Introduce generic_mmap_hint()
` [PATCH mm-unstable 02/17] mm: x86: Introduce arch_mmap_hint()
` [PATCH mm-unstable 03/17] mm: arm: "
` [PATCH mm-unstable 04/17] mm: alpha: "
` [PATCH mm-unstable 05/17] mm: arc: Use generic_mmap_hint()
` [PATCH mm-unstable 06/17] mm: csky: Introduce arch_mmap_hint()
` [PATCH mm-unstable 07/17] mm: loongarch: "
` [PATCH mm-unstable 08/17] mm: mips: Introduce arch_align_mmap_hint()
` [PATCH mm-unstable 09/17] mm: parisc: "
` [PATCH mm-unstable 10/17] mm: s390: Introduce arch_mmap_hint()
` [PATCH mm-unstable 11/17] mm: sh: "
` [PATCH mm-unstable 12/17] mm: sparc32: "
` [PATCH mm-unstable 13/17] mm: sparc64: "
` [PATCH mm-unstable 14/17] mm: xtensa: "
` [PATCH mm-unstable 15/17] mm: powerpc: "

[PATCH v2 0/6] nvmem: rmem: cleanup & add checksumming support for Mobileye EyeQ5
 2024-12-09 15:59 UTC  (7+ messages)
` [PATCH v2 1/6] dt-bindings: nvmem: rmem: Add mobileye,eyeq5-bootloader-config
` [PATCH v2 2/6] nvmem: specify ->reg_read/reg_write() expected return values
` [PATCH v2 3/6] nvmem: rmem: make ->reg_read() straight forward code
` [PATCH v2 4/6] nvmem: rmem: remove unused struct rmem::size field
` [PATCH v2 5/6] nvmem: rmem: add CRC validation for Mobileye EyeQ5 NVMEM
` [PATCH v2 6/6] MIPS: mobileye: eyeq5: add bootloader config reserved memory

[PATCH] MIPS: ftrace: Declare ftrace_get_parent_ra_addr() as static
 2024-12-09 15:37 UTC 

[PATCH treewide 00/11] ASoC: Clean up {hp,mic}-det-gpio handling
 2024-12-09  7:29 UTC  (6+ messages)
` [PATCH treewide 04/11] arm64: dts: freescale: imx: Switch to simple-audio-card,hp-det-gpios
` [PATCH treewide 10/11] ARM: dts: nxp: imx: Switch to {hp,mic}-det-gpios
` (subset) [PATCH treewide 00/11] ASoC: Clean up {hp,mic}-det-gpio handling

[PATCH AUTOSEL 6.11 13/15] MIPS: Loongson64: DTS: Really fix PCIe port nodes for ls7a
 2024-12-06  9:01 UTC  (2+ messages)

[PATCH] mm: avoid zeroing user movable page twice with init_on_alloc=1
 2024-12-06  8:37 UTC  (25+ messages)

[PATCH] pinctrl: ingenic: Replace seq_printf() by seq_puts()
 2024-12-05 13:13 UTC 

[PATCH v2] tracing: Remove definition of trace_*_rcuidle()
 2024-12-05  9:31 UTC  (9+ messages)

[PATCH AUTOSEL 5.10 4/5] MIPS: Loongson64: DTS: Really fix PCIe port nodes for ls7a
 2024-12-04 22:19 UTC 

[PATCH AUTOSEL 5.15 4/5] MIPS: Loongson64: DTS: Really fix PCIe port nodes for ls7a
 2024-12-04 22:19 UTC 

[PATCH AUTOSEL 6.1 6/8] MIPS: Loongson64: DTS: Really fix PCIe port nodes for ls7a
 2024-12-04 22:18 UTC 

[PATCH AUTOSEL 6.6 08/10] MIPS: Loongson64: DTS: Really fix PCIe port nodes for ls7a
 2024-12-04 22:18 UTC 

[PATCH AUTOSEL 6.12 13/15] MIPS: Loongson64: DTS: Really fix PCIe port nodes for ls7a
 2024-12-04 22:16 UTC 

[PATCH 0/6] nvmem: rmem: cleanup & add checksumming support for Mobileye EyeQ5
 2024-12-04 17:04 UTC  (11+ messages)
` [PATCH 1/6] dt-bindings: nvmem: rmem: Add mobileye,eyeq5-bootloader-config
` [PATCH 2/6] nvmem: specify ->reg_read/reg_write() expected return values
` [PATCH 3/6] nvmem: rmem: make ->reg_read() straight forward code
` [PATCH 4/6] nvmem: rmem: remove unused struct rmem::size field
` [PATCH 5/6] nvmem: rmem: add CRC validation for Mobileye EyeQ5 NVMEM
` [PATCH 6/6] MIPS: mobileye: eyeq5: add bootloader config reserved memory

[PATCH] MIPS: Fix the wrong format specifier
 2024-12-04  9:23 UTC 

[PATCH v2] MIPS: Add a blank line after __HEAD
 2024-12-03 17:34 UTC 

[PATCH] MIPS: Add a blank line after __HEAD
 2024-12-03  8:01 UTC  (2+ messages)

[PATCH 06/11] tools headers: Sync *xattrat syscall changes with the kernel sources
 2024-12-03  3:53 UTC 

[PATCH v2] [MIPS] Place __kernel_entry at the beginning of text section
 2024-12-02 18:20 UTC  (5+ messages)

[PATCH v5 0/5] iio: fix possible race condition during access of available info lists
 2024-12-02 17:42 UTC  (20+ messages)
` [PATCH v5 2/5] iio: consumers: copy/release available info from producer to fix race

[PATCH] MIPS: kernel: Rename read/write_c0_ecc to read/writec0_errctl
 2024-12-02 17:37 UTC  (2+ messages)

[now with correct Cc] [RFC] weirdness in "MIPS: ptrace: introduce NT_MIPS_MSA regset"
 2024-12-02 12:25 UTC  (2+ messages)

[PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code
 2024-12-02  1:08 UTC  (20+ messages)
` [PATCH v4 01/19] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH v4 02/19] lib/crc32: improve support for arch-specific overrides
` [PATCH v4 03/19] lib/crc32: expose whether the lib is really optimized at runtime
` [PATCH v4 04/19] crypto: crc32 - don't unnecessarily register arch algorithms
` [PATCH v4 05/19] arm/crc32: expose CRC32 functions through lib
` [PATCH v4 06/19] loongarch/crc32: "
` [PATCH v4 07/19] mips/crc32: "
` [PATCH v4 08/19] powerpc/crc32: "
` [PATCH v4 09/19] s390/crc32: "
` [PATCH v4 10/19] sparc/crc32: "
` [PATCH v4 11/19] x86/crc32: update prototype for crc_pcl()
` [PATCH v4 12/19] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH v4 13/19] x86/crc32: expose CRC32 functions through lib
` [PATCH v4 14/19] bcachefs: Explicitly select CRYPTO from BCACHEFS_FS
` [PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
` [PATCH v4 16/19] ext4: switch to using the crc32c library
` [PATCH v4 17/19] jbd2: "
` [PATCH v4 18/19] f2fs: switch to using the crc32 library
` [PATCH v4 19/19] scsi: target: iscsi: switch to using the crc32c library

SGI IP32, O2-R10K, support status?
 2024-11-30 13:51 UTC 

[PATCH V2 1/3] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK
 2024-11-30 12:26 UTC  (3+ messages)
` [PATCH V2 3/3] SH: "

[GIT PULL] MIPS changes pt2 for v6.13
 2024-11-29 18:55 UTC  (2+ messages)

SGI MIPS, IP30, XIO PCI, status?
 2024-11-27 20:49 UTC 

[PATCH v4 00/26] mm: introduce numa_memblks
 2024-11-27 19:32 UTC  (3+ messages)
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks

[PATCH] [MIPS] Place __kernel_entry at the beginning of text section
 2024-11-26 17:36 UTC  (4+ messages)

RTL9300 (mips) fails to boot with commit d4a7f2510ff4 ("vmlinux.lds.h: Adjust symbol ordering in text output section")
 2024-11-25 23:20 UTC  (7+ messages)

[PATCH v2 00/10] Usable clocks on Mobileye EyeQ5 & EyeQ6H
 2024-11-23 11:03 UTC  (24+ messages)
` [PATCH v2 01/10] dt-bindings: soc: mobileye: set `#clock-cells = <1>` for all compatibles
` [PATCH v2 02/10] dt-bindings: clock: eyeq: add more Mobileye EyeQ5/EyeQ6H clocks
` [PATCH v2 03/10] clk: fixed-factor: add clk_hw_register_fixed_factor_index() function
` [PATCH v2 04/10] clk: eyeq: require clock index with phandle in all cases
` [PATCH v2 05/10] clk: eyeq: add fixed factor clocks infrastructure
` [PATCH v2 06/10] clk: eyeq: add EyeQ5 fixed factor clocks
` [PATCH v2 07/10] clk: eyeq: add EyeQ6H central "
` [PATCH v2 08/10] clk: eyeq: add EyeQ6H west "
` [PATCH v2 09/10] MIPS: mobileye: eyeq5: use OLB as provider for "
` [PATCH v2 10/10] MIPS: mobileye: eyeq6h: add OLB nodes OLB and remove fixed clocks

[PATCH] MIPS: Loongson64: DTS: Really fix PCIe port nodes for ls7a
 2024-11-23 11:02 UTC  (2+ messages)

[PATCH v5 0/3] Realtek SPI-NAND controller
 2024-11-23 11:03 UTC  (6+ messages)
` [PATCH v5 2/3] mips: dts: realtek: Add SPI NAND controller

[PATCH] fuse: dax: No-op writepages callback
 2024-11-22 11:31 UTC 

[PATCH 0/5] MIPS: Allow using multi-cluster with a broken HCI
 2024-11-20 16:47 UTC  (10+ messages)
` [PATCH 1/5] dt-bindings: mips: Document mti,mips-cm
` [PATCH 2/5] dt-bindings: mips: mips-cm: Add property for broken HCI information
` [PATCH 3/5] MIPS: cm: Detect CM quirks from device tree
` [PATCH 4/5] MIPS: CPS: Support broken HCI for multicluster
` [PATCH 5/5] MIPS: mobileye: dts: eyeq6h: Enable cluster support

MIPS32R2 Ubiquiti RouterStation/Pro
 2024-11-20 14:56 UTC 

Linux on SGI/IP30, XIO-PCI status?
 2024-11-20 14:51 UTC 

[GIT PULL] MIPS changes for v6.13
 2024-11-19  2:23 UTC  (2+ messages)

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-11-18 18:40 UTC  (3+ messages)

[PATCH v2] MIPS: move _stext definition to vmlinux.lds.S
 2024-11-17  4:50 UTC  (8+ messages)

Lucrative Proposal
 2024-11-15  3:57 UTC 

[PATCH v2 0/2] MAINTAINERS: Deal with the linux-mips.org mess
 2024-11-13 10:05 UTC  (6+ messages)
` [PATCH v2 1/2] MAINTAINERS: Retire Ralf Baechle
` [PATCH v2 2/2] MAINTAINERS: Remove linux-mips.org references

[PATCH] vmlinux.lds.S: Explicitly set _stext for mips
 2024-11-13  6:39 UTC  (3+ messages)

[PATCH v9 0/4] RTL9300 support for reboot and i2c
 2024-11-12 14:56 UTC  (5+ messages)
` [PATCH v9 2/4] mips: dts: realtek: Add syscon-reboot node
` [PATCH v9 3/4] mips: dts: realtek: Add I2C controllers

[PATCH 0/2] MAINTAINERS: Deal with the linux-mips.org mess
 2024-11-12 15:03 UTC  (2+ messages)

[PATCH 0/2] MIPS: loongson3_defconfig: Enable blk_dev_nvme by default
 2024-11-12 14:58 UTC  (2+ messages)

[PATCH v2] MIPS: kernel: proc: Use str_yes_no() helper function
 2024-11-12 14:56 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).