linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-17 21:24:53 to 2024-10-23 19:25:42 UTC [more...]

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2024-10-23 19:19 UTC  (22+ messages)
    ` [PATCH] Revert "MAINTAINERS: Remove some entries due to various compliance requirements."

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-10-23 18:10 UTC  (8+ messages)

[PATCH v2] of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
 2024-10-23 17:14 UTC 

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-10-23 16:27 UTC  (9+ messages)
` [PATCH v7 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v7 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v7 3/8] asm-generic: introduce text-patching.h
` [PATCH v7 4/8] module: prepare to handle ROX allocations for text
` [PATCH v7 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v7 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages
` [PATCH v7 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH v3 0/5] implement lightweight guard pages
 2024-10-23 16:24 UTC  (6+ messages)
` [PATCH v3 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v3 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v3 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v3 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v3 5/5] selftests/mm: add self tests for guard page feature

[PATCH v2 0/5] implement lightweight guard pages
 2024-10-23 11:40 UTC  (66+ messages)
` [PATCH v2 1/5] mm: pagewalk: add the ability to install PTEs
` [PATCH v2 2/5] mm: add PTE_MARKER_GUARD PTE marker
` [PATCH v2 3/5] mm: madvise: implement lightweight guard page mechanism
` [PATCH v2 4/5] tools: testing: update tools UAPI header for mman-common.h
` [PATCH v2 5/5] selftests/mm: add self tests for guard page feature

[PATCH v6] clk: eyeq: add driver
 2024-10-23 10:58 UTC 

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2024-10-23 10:55 UTC 

[PATCH] MAINTAINERS: Remove some entries due to various compliance requirements
 2024-10-23  9:50 UTC 

provide generic page_to_phys and phys_to_page implementations v3
 2024-10-23  5:36 UTC  (3+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys

[PATCH] MIPS: export __cmpxchg_small()
 2024-10-22 16:20 UTC  (2+ messages)

[PATCH v13 00/85] KVM: Stop grabbing references to PFNMAP'd pages
 2024-10-22  2:15 UTC  (15+ messages)
` [PATCH v13 19/85] KVM: Introduce kvm_follow_pfn() to eventually replace "gfn_to_pfn" APIs
` [PATCH v13 34/85] KVM: Get writable mapping for __kvm_vcpu_map() only when necessary
` [PATCH v13 51/85] KVM: VMX: Use __kvm_faultin_page() to get APIC access page/pfn

[PATCH v5 0/3] Realtek SPI-NAND controller
 2024-10-21 22:34 UTC  (2+ messages)
` (subset) "

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-21 22:15 UTC  (21+ messages)
` [PATCH v6 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v6 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v6 3/8] asm-generic: introduce text-patching.h
` [PATCH v6 4/8] module: prepare to handle ROX allocations for text
` [PATCH v6 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text
` [PATCH v6 7/8] execmem: add support for cache of large ROX pages
` [PATCH v6 8/8] x86/module: enable ROX caches for module text on 64 bit

[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
 2024-10-21 17:56 UTC  (18+ messages)
` [PATCH 01/15] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH 02/15] lib/crc32: improve support for arch-specific overrides
` [PATCH 03/15] arm/crc32: expose CRC32 functions through lib
` [PATCH 04/15] loongarch/crc32: "
` [PATCH 05/15] mips/crc32: "
` [PATCH 06/15] powerpc/crc32: "
` [PATCH 07/15] s390/crc32: "
` [PATCH 08/15] sparc/crc32: "
` [PATCH 09/15] x86/crc32: update prototype for crc_pcl()
` [PATCH 10/15] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH 11/15] x86/crc32: expose CRC32 functions through lib
` [PATCH 12/15] lib/crc32: make crc32c() go directly to lib
` [PATCH 13/15] ext4: switch to using the crc32c library
` [PATCH 14/15] jbd2: "
` [PATCH 15/15] f2fs: switch to using the crc32 library

[PATCH v5 0/5] iio: fix possible race condition during access of available info lists
 2024-10-21 12:54 UTC  (6+ messages)
` [PATCH v5 1/5] iio: core: add read_avail_release_resource callback to fix race
` [PATCH v5 2/5] iio: consumers: copy/release available info from producer "
` [PATCH v5 3/5] iio: pac1921: use read_avail+release APIs instead of custom ext_info
` [PATCH v5 4/5] iio: ad7192: copy/release available filter frequencies to fix race
` [PATCH v5 5/5] iio: as73211: copy/release available integration times "

[PATCH v7 00/12] MIPS: Support I6500 multi-cluster configuration
 2024-10-21  6:10 UTC  (14+ messages)
` [PATCH v7 01/12] irqchip/mips-gic: Introduce for_each_online_cpu_gic()
` [PATCH v7 02/12] irqchip/mips-gic: Support multi-cluster in for_each_online_cpu_gic()
` [PATCH v7 03/12] irqchip/mips-gic: Setup defaults in each cluster
` [PATCH v7 04/12] irqchip/mips-gic: Multi-cluster support
` [PATCH v7 05/12] clocksource: mips-gic-timer: Always use cluster 0 counter as clocksource
` [PATCH v7 06/12] clocksource: mips-gic-timer: Enable counter when CPUs start
` [PATCH v7 07/12] MIPS: pm-cps: Use per-CPU variables as per-CPU, not per-core
` [PATCH v7 08/12] MIPS: CPS: Introduce struct cluster_boot_config
` [PATCH v7 09/12] MIPS: CPS: Boot CPUs in secondary clusters
` [PATCH v7 10/12] dt-bindings: mips: cpu: Add property for broken HCI information
` [PATCH v7 11/12] MIPS: CPS: Support broken HCI for multicluster
` [PATCH v7 12/12] MIPS: mobileye: dts: eyeq6h: Enable cluster support

[PATCH] crypto: mips/crc32 - fix the CRC32C implementation
 2024-10-21  1:47 UTC  (3+ messages)
`  "

[PATCH v4 0/5] iio: fix possible race condition during access of available info lists
 2024-10-19 12:07 UTC  (9+ messages)
` [PATCH v4 1/5] iio: core: add read_avail_release_resource callback to fix race
` [PATCH v4 2/5] iio: consumers: copy/release available info from producer "
` [PATCH v4 3/5] iio: pac1921: use read_avail+release APIs instead of custom ext_info
` [PATCH v4 4/5] iio: ad7192: copy/release available filter frequencies to fix race
` [PATCH v4 5/5] iio: as73211: copy/release available integration times "

[PATCH v3 0/5] iio: fix possible race condition during access of available info lists
 2024-10-19 11:50 UTC  (5+ messages)
` [PATCH v3 2/5] iio: consumers: copy/release available info from producer to fix race

[PATCH 0/4] implement lightweight guard pages
 2024-10-18 21:30 UTC  (13+ messages)
` [PATCH 4/4] selftests/mm: add self tests for guard page feature

[PATCH v6 0/9] MIPS: Support I6500 multi-cluster configuration
 2024-10-18 13:03 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).