linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-25 05:48:17 to 2024-08-01 06:15:58 UTC [more...]

[PATCH v4 00/13] Zacas/Zabha support and qspinlocks
 2024-08-01  6:15 UTC  (28+ 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 00/26] mm: introduce numa_memblks
 2024-08-01  6:08 UTC  (27+ 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] ARM: support PREEMPT_DYNAMIC
 2024-08-01  1:26 UTC  (7+ messages)

[PATCH v4 0/2] Tracepoints and static branch in Rust
 2024-07-31 21:34 UTC  (9+ messages)
` [PATCH v4 1/2] rust: add static_key_false
` [PATCH v4 2/2] rust: add tracepoint support

[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  (18+ messages)
` [PATCH net-next v17 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v17 02/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v17 03/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v17 04/14] netdev: netdevice devmem allocator
` [PATCH net-next v17 05/14] page_pool: move dmaddr helpers to .c file
` [PATCH net-next v17 06/14] page_pool: devmem support
` [PATCH net-next v17 07/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v17 08/14] net: support non paged skb frags
` [PATCH net-next v17 09/14] net: add support for skbs with unreadable frags
` [PATCH net-next v17 10/14] tcp: RX path for devmem TCP
` [PATCH net-next v17 11/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v17 12/14] net: add devmem TCP documentation
` [PATCH net-next v17 13/14] selftests: add ncdevmem, netcat for devmem TCP
` [PATCH net-next v17 14/14] netdev: add dmabuf introspection

[PATCH 0/2] mm: tlb swap entries batch async release
 2024-07-31 18:19 UTC  (11+ messages)
` [PATCH 1/2] mm: move task_is_dying to h headfile
` [PATCH 2/2] mm: tlb: add tlb swap entries batch async release

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

[PATCH v2 0/3] mm: tlb swap entries batch async release
 2024-07-31 16:17 UTC  (5+ 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

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

[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
 2024-07-30 16:28 UTC  (18+ messages)
` [PATCH 1/6] Add AutoFDO "
` [PATCH 2/6] objtool: Fix unreachable instruction warnings for weak funcitons
` [PATCH 3/6] Change the symbols order when --ffuntion-sections is enabled
` [PATCH 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH 6/6] Add Propeller configuration for kernel build

[RFC] uretprobe: change syscall number, again
 2024-07-30 15:43 UTC 

[RFC PATCH v3 24/37] kvx: Add memory management
 2024-07-30 13:48 UTC  (3+ messages)

[RFC PATCH 00/18] use struct ptdesc to replace pgtable_t
 2024-07-30  8:10 UTC  (20+ messages)
` [RFC PATCH 01/18] mm/pgtable: use ptdesc in pte_free_now/pte_free_defer
` [RFC PATCH 02/18] mm/pgtable: convert ptdesc.pmd_huge_pte to ptdesc pointer
` [RFC PATCH 03/18] fs/dax: use ptdesc in dax_pmd_load_hole
` [RFC PATCH 04/18] mm/thp: use ptdesc pointer in __do_huge_pmd_anonymous_page
` [RFC PATCH 05/18] mm/thp: use ptdesc in do_huge_pmd_anonymous_page
` [RFC PATCH 06/18] mm/thp: convert insert_pfn_pmd and its caller to use ptdesc
` [RFC PATCH 07/18] mm/thp: use ptdesc in copy_huge_pmd
` [RFC PATCH 08/18] mm/memory: use ptdesc in __pte_alloc
` [RFC PATCH 09/18] mm/pgtable: fully use ptdesc in pte_alloc_one series functions
` [RFC PATCH 10/18] mm/pgtable: pass ptdesc to pte_free()
` [RFC PATCH 11/18] mm/pgtable: introduce ptdesc_pfn and use ptdesc in free_pte_range()
  ` [RFC PATCH 12/18] mm/thp: pass ptdesc to set_huge_zero_folio function
  ` [RFC PATCH 13/18] mm/pgtable: return ptdesc pointer in pgtable_trans_huge_withdraw
  ` [RFC PATCH 14/18] mm/pgtable: use ptdesc in pgtable_trans_huge_deposit
  ` [RFC PATCH 15/18] mm/pgtable: pass ptdesc to pmd_populate
  ` [RFC PATCH 16/18] mm/pgtable: pass ptdesc to pmd_install
  ` [RFC PATCH 17/18] mm: convert vmf.prealloc_pte to struct ptdesc pointer
  ` [RFC PATCH 18/18] mm/pgtable: pass ptdesc in pte_free_defer

[PATCH 0/4] Add module_subinit{_noexit} and module_subeixt helper macros
 2024-07-29 18:57 UTC  (22+ messages)
` [PATCH 1/4] module: "

[PATCH v3 0/7] arm64: hyperv: Support Virtual Trust Level Boot
 2024-07-29 16:51 UTC  (15+ messages)
` [PATCH v3 1/7] arm64: hyperv: Use SMC to detect hypervisor presence
` [PATCH v3 2/7] Drivers: hv: Enable VTL mode for arm64
` [PATCH v3 3/7] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH v3 4/7] arm64: hyperv: Boot in a Virtual Trust Level
` [PATCH v3 5/7] dt-bindings: bus: Add Hyper-V VMBus cache coherency and IRQs
` [PATCH v3 6/7] Drivers: hv: vmbus: Get the IRQ number from DT
` [PATCH v3 7/7] PCI: hv: Get vPCI MSI IRQ domain "

[PATCH 00/18] Introducing Core Building Blocks for Hyper-V VSM Emulation
 2024-07-29 13:53 UTC  (5+ messages)
` [PATCH 01/18] KVM: x86: hyper-v: Introduce XMM output support

[PATCH v2 00/25] mm: introduce numa_memblks
 2024-07-26  9:40 UTC  (5+ messages)

[arnd-asm-generic:syscall-tbl-6.11 45/80] arch/parisc/kernel/sys_parisc.c:299:undefined reference to `ksys_inotify_init'
 2024-07-26  9:16 UTC 

[arnd-asm-generic:syscall-tbl-6.11 47/80] ld.lld: error: undefined symbol: __sys_bind
 2024-07-25 23:35 UTC 

[arnd-asm-generic:syscall-tbl-6.11] BUILD REGRESSION 297d47a6407bea09324a4e1ba26a1735093f433f
 2024-07-25 20:36 UTC 

[arnd-asm-generic:syscall-tbl-6.11 77/80] include/linux/syscalls.h:247:42: error: 'sys_mmap' undeclared; did you mean 'sys_mremap'?
 2024-07-25 11:37 UTC 

[arnd-asm-generic:syscall-tbl-6.11 77/80] arch/x86/um/syscalls_64.c:56:1: error: use of undeclared identifier 'sys_mmap'
 2024-07-25  6:38 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).