Linux-parisc archive mirror
 help / color / mirror / Atom feed
[PATCH v2] parisc: Remove memcpy_toio and memset_io
 2024-12-07 16:47 UTC  (2+ messages)

[PATCH] parisc: Remove memcpy_toio and memset_io
 2024-12-04  8:51 UTC  (2+ messages)

[bisected] ext4 corruption on parisc since 6.12
 2024-12-03 16:38 UTC  (9+ messages)

stage1 compiler sometimes hangs
 2024-12-01 15:38 UTC  (7+ messages)
      ` mm/slab.h "unknown type name 'u128'"

WARNING: CPU: 1 PID: 1 at drivers/pci/devres.c:602 pcim_add_mapping_to_legacy_table+0x74/0x90
 2024-12-01 15:31 UTC  (4+ messages)

Lucrative Proposal
 2024-11-27 20:17 UTC 

[GIT PULL] parisc architecture fix for v6.13-rc1
 2024-11-26 23:41 UTC  (2+ messages)

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2024-11-18 18:40 UTC  (14+ 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

Nov:16:24
 2024-11-16 15:40 UTC 

[PATCH 10/13] parisc/irq: use seq_put_decimal_ull_width() for decimal values
 2024-11-08 16:22 UTC 

[PATCH] kernel/irq/proc: performance: replace seq_printf with seq_put_decimal_ull_width
 2024-11-08 15:28 UTC  (3+ messages)

provide generic page_to_phys and phys_to_page implementations v3
 2024-11-05  9:56 UTC  (5+ 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 bpf-next v3 0/4] Optimize bpf_csum_diff() and homogenize for all archs
 2024-10-30 14:40 UTC  (6+ messages)
` [PATCH bpf-next v3 1/4] net: checksum: move from32to16() to generic header
` [PATCH bpf-next v3 2/4] bpf: bpf_csum_diff: optimize and homogenize for all archs
` [PATCH bpf-next v3 3/4] selftests/bpf: don't mask result of bpf_csum_diff() in test_verifier
` [PATCH bpf-next v3 4/4] selftests/bpf: Add a selftest for bpf_csum_diff()

[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
 2024-10-30  8:45 UTC  (2+ messages)

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

[PATCH v3 0/5] implement lightweight guard pages
 2024-10-28 21:49 UTC  (29+ 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 bpf-next v2 0/4] Optimize bpf_csum_diff() and homogenize for all archs
 2024-10-25 11:32 UTC  (8+ messages)
` [PATCH bpf-next v2 1/4] net: checksum: move from32to16() to generic header
` [PATCH bpf-next v2 2/4] bpf: bpf_csum_diff: optimize and homogenize for all archs
` [PATCH bpf-next v2 3/4] selftests/bpf: don't mask result of bpf_csum_diff() in test_verifier
` [PATCH bpf-next v2 4/4] selftests/bpf: Add a selftest for bpf_csum_diff()

[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
 2024-10-24 10:52 UTC  (9+ messages)

[PATCH v6 0/8] x86/module: use large ROX pages for text allocations
 2024-10-24  8:13 UTC  (4+ messages)
` [PATCH v6 6/8] x86/module: prepare module loading for ROX allocations of text

[PATCH bpf-next 0/5] Optimize bpf_csum_diff() and homogenize for all archs
 2024-10-23 15:37 UTC  (24+ messages)
` [PATCH bpf-next 1/5] net: checksum: move from32to16() to generic header
` [PATCH bpf-next 2/5] bpf: bpf_csum_diff: optimize and homogenize for all archs
` [PATCH bpf-next 3/5] selftests/bpf: don't mask result of bpf_csum_diff() in test_verifier
` [PATCH bpf-next 4/5] selftests/bpf: Add benchmark for bpf_csum_diff() helper
` [PATCH bpf-next 5/5] selftests/bpf: Add a selftest for bpf_csum_diff()

[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

Migrating parisc.wiki.kernel.org to RTD
 2024-10-21 20:17 UTC  (2+ messages)
` Migration of "


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 read-only IMAP folder(s) and NNTP newsgroup(s).