linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/4] kbuild: fix and clean-up after avoiding kallsyms weak reference
 2024-05-20 12:42 UTC  (2+ messages)
` [PATCH 4/4] kbuild: remove PROVIDE() for kallsyms symbols

[PATCH v2 0/6] arm64/hyperv: Support Virtual Trust Level Boot
 2024-05-20  6:45 UTC  (32+ messages)
` [PATCH v2 1/6] arm64/hyperv: Support DeviceTree
` [PATCH v2 2/6] drivers/hv: Enable VTL mode for arm64
` [PATCH v2 3/6] drivers/hv: arch-neutral implementation of get_vtl()
` [PATCH v2 4/6] arm64/hyperv: Boot in a Virtual Trust Level
` [PATCH v2 5/6] drivers/hv/vmbus: Get the irq number from DeviceTree
` [PATCH v2 6/6] drivers/pci/hyperv/arm64: vPCI MSI IRQ domain from DT

[PATCH net-next v9 00/14] Device Memory TCP
 2024-05-18 18:57 UTC  (23+ messages)
` [PATCH net-next v9 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v9 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v9 03/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v9 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v9 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v9 06/14] page_pool: convert to use netmem
` [PATCH net-next v9 07/14] page_pool: devmem support
` [PATCH net-next v9 08/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v9 09/14] net: support non paged skb frags
` [PATCH net-next v9 10/14] net: add support for skbs with unreadable frags
` [PATCH net-next v9 11/14] tcp: RX path for devmem TCP
` [PATCH net-next v9 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v9 13/14] net: add devmem TCP documentation
` [PATCH net-next v9 14/14] selftests: add ncdevmem, netcat for devmem TCP

LKMM: Making RMW barriers explicit
 2024-05-18  0:31 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION c75962170e49f24399141276ae119e6a879f36dc
 2024-05-17 16:50 UTC 

[PATCH RESEND v8 00/16] mm: jit/text allocator
 2024-05-17 16:09 UTC  (5+ messages)
` [PATCH RESEND v8 16/16] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of

[PATCH] arch: Fix name collision with ACPI's video.o
 2024-05-17 13:54 UTC  (2+ messages)

[PATCH] LoongArch: Add irq_work support via self IPIs
 2024-05-17  7:37 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION dbd9e2e056d8577375ae4b31ada94f8aa3769e8a
 2024-05-16 18:46 UTC 

[PATCH] ACPI: video: Fix name collision with architecture's video.o
 2024-05-16 15:16 UTC  (5+ messages)

[PATCH] LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.h
 2024-05-16  2:52 UTC  (9+ messages)

[GIT PULL] Modules changes for v6.10-rc1
 2024-05-16  0:56 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 82d92a9a1b9ea0ea52aff27cddd05009b4edad49
 2024-05-15 19:27 UTC 

[PATCH v2 memory-model 0/3] LKMM updates for v6.10
 2024-05-15 15:01 UTC  (7+ messages)
` [PATCH memory-model 2/4] Documentation/litmus-tests: Demonstrate unordered failing cmpxchg

Linux 6.9
 2024-05-15 13:44 UTC 

[linux-next:master] BUILD REGRESSION 26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf
 2024-05-14 20:15 UTC 

[PATCH] tools/memory-model: Add atomic_andnot() with its variants
 2024-05-14 19:02 UTC  (3+ messages)

[PATCH v2 cmpxchg 0/8] Provide emulation for one--byte cmpxchg()
 2024-05-14 15:02 UTC  (12+ messages)
` [PATCH v2 cmpxchg 09/13] lib: Add one-byte emulation function
` [PATCH v2 cmpxchg 11/13] csky: Emulate one-byte cmpxchg

[PATCH 0/3] kbuild: remove many tool coverage variables
 2024-05-14  7:31 UTC  (7+ messages)

[GIT PULL] asm-generic cleanups for 6.10
 2024-05-13 21:44 UTC  (23+ messages)
` [GIT PULL] alpha: cleanups and build fixes "

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-05-13 21:26 UTC  (60+ messages)
` [PATCH v3 01/29] riscv: envcfg save and restore on task switching
` [PATCH v3 02/29] riscv: define default value for envcfg for task
` [PATCH v3 03/29] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v3 04/29] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH v3 05/29] riscv: zicfiss / zicfilp enumeration
` [PATCH v3 06/29] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v3 07/29] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v3 10/29] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v3 11/29] riscv mm: manufacture shadow stack pte
` [PATCH v3 12/29] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v3 13/29] riscv mmu: write protect and shadow stack
` [PATCH v3 14/29] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v3 15/29] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v3 17/29] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v3 20/29] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v3 27/29] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v3 29/29] kselftest/riscv: kselftest for user mode cfi

[linux-next:master] BUILD REGRESSION 6ba6c795dc73c22ce2c86006f17c4aa802db2a60
 2024-05-13 19:59 UTC 

[GIT PULL] LKMM changes for v6.10
 2024-05-13 17:27 UTC  (2+ messages)

[GIT PULL] Native and emulated one-byte cmpxcha()g for v6.10
 2024-05-13 17:27 UTC  (2+ messages)

[arnd-asm-generic:syscall-tbl-6.9] BUILD REGRESSION e0d7a2fe9b74052a280531e773ebaba59e2d523f
 2024-05-13  9:59 UTC 

[arnd-asm-generic:syscall-tbl-6.9 34/46] make[3]: *** No rule to make target 'arch/um/include/generated/asm/bpf_perf_event.h', needed by 'all'
 2024-05-13  2:38 UTC 

[arnd-asm-generic:syscall-tbl-6.9 46/46] arch/arm64/include/asm/vdso/compat_gettimeofday.h:27:31: error: use of undeclared identifier '__NR_compat32_gettimeofday'
 2024-05-12 23:17 UTC 

[arnd-asm-generic:syscall-tbl-6.9 43/46] kernel/fork.c:3087:2: warning: #warning clone3() entry point is missing, please fix
 2024-05-12 23:17 UTC 

[PATCH] LoongArch: Select ARCH_WANT_DEFAULT_BPF_JIT
 2024-05-11 10:01 UTC 

[linux-next:master] BUILD REGRESSION 75fa778d74b786a1608d55d655d42b480a6fa8bd
 2024-05-10 21:06 UTC 

[Patch v2] mm/memblock: discard .text/.data if CONFIG_ARCH_KEEP_MEMBLOCK not set
 2024-05-10  2:04 UTC 

[PATCH] mm/memblock: discard .text/.data if CONFIG_ARCH_KEEP_MEMBLOCK not set
 2024-05-10  1:54 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 704ba27ac55579704ba1289392448b0c66b56258
 2024-05-09 21:51 UTC 

[RFC PATCH net-next v8 02/14] net: page_pool: create hooks for custom page providers
 2024-05-09  4:49 UTC  (19+ messages)

[PATCH] tools/memory-model: Add atomic_and()/or()/xor() and add_negative
 2024-05-08 23:46 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION e7b4ef8fffaca247809337bb78daceb406659f2d
 2024-05-08 20:18 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).