linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-07-23 06:45:35 to 2024-07-31 13:33:39 UTC [more...]

[PATCH v2 0/3] mm: tlb swap entries batch async release
 2024-07-31 13:33 UTC  (4+ 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 v4 00/13] Zacas/Zabha support and qspinlocks
 2024-07-31 12:20 UTC  (20+ 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

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

[PATCH 0/2] mm: tlb swap entries batch async release
 2024-07-31 12:08 UTC  (8+ 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] ARM: support PREEMPT_DYNAMIC
 2024-07-31 10:14 UTC  (6+ messages)

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

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

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

[PATCH v4 0/2] Tracepoints and static branch in Rust
 2024-07-30 10:35 UTC  (5+ messages)
` [PATCH v4 1/2] rust: add static_key_false
` [PATCH v4 2/2] rust: add tracepoint support

[PATCH net-next v17 00/14] Device Memory TCP
 2024-07-30  8:37 UTC  (17+ 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

[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  (32+ messages)
` [PATCH 1/4] module: "
` [PATCH 2/4] btrfs: Use "
` [PATCH 3/4] ext4: Use module_{subinit, subexit} "
` [PATCH 4/4] f2fs: Use module_{subinit, subeixt} "

[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  (14+ messages)
` [PATCH v2 17/25] "
` [PATCH v2 18/25] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v2 19/25] mm: introduce numa_emulation
` [PATCH v2 20/25] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v2 21/25] mm: numa_memblks: make several functions and variables static
` [PATCH v2 22/25] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v2 23/25] arch_numa: switch over to numa_memblks
` [PATCH v2 24/25] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v2 25/25] docs: move numa=fake description to kernel-parameters.txt

[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 

[PATCH 0/2] uapi: Add support for GENMASK_U128()
 2024-07-25  4:19 UTC  (11+ messages)
` [PATCH 1/2] uapi: Define GENMASK_U128
` [PATCH 2/2] lib/test_bits.c: Add tests for GENMASK_U128()

[PATCH net-next v15 00/14] Device Memory TCP
 2024-07-24 14:11 UTC  (7+ messages)
` [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice

[arnd-asm-generic:syscall-tbl-6.11] BUILD REGRESSION ece1b5ebc0b7064a8a130f64e85a81ec76381c3f
 2024-07-24 13:35 UTC 

[arnd-asm-generic:syscall-tbl-6.11 44/80] include/linux/syscalls.h:251:25: error: conflicting types for 'sys_oabi_sendto'; have 'long int(int, void *, size_t, unsigned int)' {aka 'long int(int, void *, unsigned int, unsigned int)'}
 2024-07-24 10:53 UTC 

[arnd-asm-generic:syscall-tbl-6.11 77/80] arch/arm/kernel/sys_oabi-compat.c:448:1: warning: comparison of distinct pointer types ('long (*)(int, void *, size_t, unsigned int)' (aka 'long (*)(int, void *, unsigned int, unsigned int)') and 'long (*)(int, void *, size_t, unsigned int, struct sockadd
 2024-07-24  7:44 UTC 

[arnd-asm-generic:syscall-tbl-6.11 30/80] ld.lld: error: undefined symbol: __riscv_sys_fadvise64
 2024-07-24  7:00 UTC 

[arnd-asm-generic:syscall-tbl-6.11 30/80] riscv64-linux-ld: arch/riscv/kernel/syscall_table.o:undefined reference to `__riscv_sys_fadvise64'
 2024-07-24  6:59 UTC 

[arnd-asm-generic:syscall-tbl-6.11 44/80] arch/arm/kernel/sys_oabi-compat.c:407:1: error: conflicting types for 'sys_oabi_semtimedop'
 2024-07-24  6:16 UTC 

[PATCH 0/4] riscv: uaccess: optimizations
 2024-07-23 14:16 UTC  (8+ messages)

[PATCH 00/17] arch: convert everything to syscall.tbl
 2024-07-23 12:58 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).