linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-30 18:20:38 to 2024-08-02 11:52:18 UTC [more...]

[RFC] uretprobe: change syscall number, again
 2024-08-02 11:52 UTC  (3+ messages)

[PATCH] ARM: support PREEMPT_DYNAMIC
 2024-08-02 11:44 UTC  (8+ messages)

[PATCH] MAINTAINERS: Add the dedicated maillist info for LKMM
 2024-08-02 11:40 UTC  (2+ messages)

[PATCH v3 00/26] mm: introduce numa_memblks
 2024-08-02 11:19 UTC  (41+ messages)
` [PATCH v3 01/26] mm: move kernel/numa.c to mm/
` [PATCH v3 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v3 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v3 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v3 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 08/26] arch, mm: move definition of node_data to generic code
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA "
` [PATCH v3 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v3 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v3 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v3 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v3 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v3 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v3 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v3 17/26] mm: introduce numa_memblks
` [PATCH v3 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v3 19/26] mm: introduce numa_emulation
` [PATCH v3 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v3 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v3 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v3 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v3 24/26] arch_numa: switch over to numa_memblks
` [PATCH v3 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v3 26/26] docs: move numa=fake description to kernel-parameters.txt

[PATCH v5 0/2] Tracepoints and static branch in Rust
 2024-08-02 11:12 UTC  (5+ messages)
` [PATCH v5 1/2] rust: add static_key_false
` [PATCH v5 2/2] rust: add tracepoint support

[PATCH v2 0/3] mm: tlb swap entries batch async release
 2024-08-02 10:42 UTC  (9+ messages)
` [PATCH v2 1/3] mm: move task_is_dying to h headfile
` [PATCH v2 2/3] mm: tlb: add tlb swap entries batch async release
` [PATCH v2 3/3] mm: s390: fix compilation warning

[PATCH memory-model 0/7] LKMM updates for v6.12
 2024-08-02  9:46 UTC  (9+ messages)
` [PATCH memory-model 1/7] tools/memory-model: Add atomic_and()/or()/xor() and add_negative
` [PATCH memory-model 2/7] tools/memory-model: Add atomic_andnot() with its variants
` [PATCH memory-model 3/7] tools/memory-model: Document herd7 (abstract) representation
` [PATCH memory-model 4/7] tools/memory-model: Add locking.txt and glossary.txt to README
` [PATCH memory-model 5/7] tools/memory-model: simple.txt: Fix stale reference to recipes-pairs.txt
` [PATCH memory-model 6/7] docs/memory-barriers.txt: Remove left-over references to "CACHE COHERENCY"
` [PATCH memory-model 7/7] MAINTAINERS: Add the dedicated maillist info for LKMM

[PATCH v4 00/13] Zacas/Zabha support and qspinlocks
 2024-08-02  8:58 UTC  (40+ messages)
` [PATCH v4 01/13] riscv: Move cpufeature.h macros into their own header
` [PATCH v4 02/13] riscv: Do not fail to build on byte/halfword operations with Zawrs
` [PATCH v4 03/13] riscv: Implement cmpxchg32/64() using Zacas
` [PATCH v4 04/13] dt-bindings: riscv: Add Zabha ISA extension description
` [PATCH v4 05/13] riscv: Implement cmpxchg8/16() using Zabha
` [PATCH v4 06/13] riscv: Improve zacas fully-ordered cmpxchg()
` [PATCH v4 07/13] riscv: Implement arch_cmpxchg128() using Zacas
` [PATCH v4 08/13] riscv: Implement xchg8/16() using Zabha
` [PATCH v4 09/13] asm-generic: ticket-lock: Reuse arch_spinlock_t of qspinlock
` [PATCH v4 10/13] asm-generic: ticket-lock: Add separate ticket-lock.h
` [PATCH v4 11/13] riscv: Add ISA extension parsing for Ziccrse
` [PATCH v4 12/13] dt-bindings: riscv: Add Ziccrse ISA extension description
` [PATCH v4 13/13] riscv: Add qspinlock support

[PATCH V3 0/2] uapi: Add support for GENMASK_U128()
 2024-08-02  1:30 UTC  (5+ messages)
` [PATCH V3 1/2] uapi: Define GENMASK_U128
` [PATCH V3 2/2] lib/test_bits.c: Add tests for GENMASK_U128()

[PATCH v2 0/1] mm: introduce MADV_DEMOTE/MADV_PROMOTE
 2024-08-01 20:36 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH v4 0/2] Tracepoints and static branch in Rust
 2024-08-01 18:26 UTC  (10+ messages)
` [PATCH v4 1/2] rust: add static_key_false
` [PATCH v4 2/2] rust: add tracepoint support

[PATCH v2 0/1] mm: introduce MADV_DEMOTE/MADV_PROMOTE
 2024-08-01 13:05 UTC  (3+ messages)

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-01 12:07 UTC  (41+ messages)
` [PATCH v10 01/40] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v10 02/40] prctl: arch-agnostic prctl for shadow stack
` [PATCH v10 03/40] mman: Add map_shadow_stack() flags
` [PATCH v10 04/40] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v10 05/40] arm64/gcs: Document the ABI "
` [PATCH v10 06/40] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v10 07/40] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v10 08/40] arm64/gcs: Provide put_user_gcs()
` [PATCH v10 09/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1
` [PATCH v10 10/40] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v10 11/40] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v10 13/40] arm64/mm: Map pages for guarded control stack
` [PATCH v10 14/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v10 15/40] arm64/idreg: Add overrride for GCS
` [PATCH v10 16/40] arm64/hwcap: Add hwcap "
` [PATCH v10 17/40] arm64/traps: Handle GCS exceptions
` [PATCH v10 18/40] arm64/mm: Handle GCS data aborts
` [PATCH v10 19/40] arm64/gcs: Context switch GCS state for EL0
` [PATCH v10 20/40] arm64/gcs: Ensure that new threads have a GCS
` [PATCH v10 21/40] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v10 22/40] arm64/mm: Implement map_shadow_stack()
` [PATCH v10 23/40] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v10 24/40] arm64/signal: Expose GCS state in signal frames
` [PATCH v10 25/40] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v10 26/40] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v10 27/40] kselftest/arm64: Verify the GCS hwcap
` [PATCH v10 28/40] kselftest: Provide shadow stack enable helpers for arm64
` [PATCH v10 29/40] selftests/clone3: Enable arm64 shadow stack testing
` [PATCH v10 30/40] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v10 31/40] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v10 32/40] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v10 33/40] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v10 34/40] kselftest/arm64: Add very basic GCS test program
` [PATCH v10 35/40] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v10 36/40] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v10 37/40] kselftest/arm64: Add GCS signal tests
` [PATCH v10 38/40] kselftest/arm64: Add a GCS stress test
` [PATCH v10 39/40] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v10 40/40] KVM: selftests: arm64: Add GCS registers to get-reg-list

[PATCH 0/2] mm: tlb swap entries batch async release
 2024-08-01  6:54 UTC  (11+ messages)
` [PATCH 2/2] mm: tlb: add "

[PATCH 0/1] mm: introduce MADV_DEMOTE/MADV_PROMOTE
 2024-08-01  6:50 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] mm: fix compilation warning in patchs
 2024-08-01  6:50 UTC 

[PATCH] runtime constants: move list of constants to vmlinux.lds.h
 2024-07-31 21:25 UTC  (6+ messages)

[PATCH net-next v17 00/14] Device Memory TCP
 2024-07-31 21:19 UTC  (4+ messages)
` [PATCH net-next v17 01/14] netdev: add netdev_rx_queue_restart()

[PATCH V2 0/2] uapi: Add support for GENMASK_U128()
 2024-07-31 17:16 UTC  (12+ messages)
` [PATCH V2 1/2] uapi: Define GENMASK_U128
` [PATCH V2 2/2] lib/test_bits.c: Add tests for GENMASK_U128()

[arnd-asm-generic:asm-generic] BUILD SUCCESS 5d2a785d5fce0b88b0a3ccc37d7970f7e68c64f1
 2024-07-31 12:09 UTC 


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