linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-23 17:08:22 to 2021-07-29 16:38:33 UTC [more...]

[PATCH RFC 1/2] arch: Introduce ARCH_HAS_HW_XCHG_SMALL
 2021-07-29 16:38 UTC  (26+ messages)
` [PATCH RFC 2/2] qspinlock: Use ARCH_HAS_HW_XCHG_SMALL to select _Q_PENDING_BITS definition
            ` Re: [PATCH RFC 1/2] arch: Introduce ARCH_HAS_HW_XCHG_SMALL

[PATCH 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-07-29 16:29 UTC  (23+ messages)
` [PATCH 01/13] x86/HV: Initialize GHCB page in Isolation VM
` [PATCH 02/13] x86/HV: Initialize shared memory boundary in the "
` [PATCH 03/13] x86/HV: Add new hvcall guest address host visibility support
` [PATCH 04/13] HV: Mark vmbus ring buffer visible to host in Isolation VM
` [PATCH 05/13] HV: Add Write/Read MSR registers via ghcb page
` [PATCH 06/13] HV: Add ghcb hvcall support for SNP VM
` [PATCH 07/13] HV/Vmbus: Add SNP support for VMbus channel initiate message
` [PATCH 08/13] HV/Vmbus: Initialize VMbus ring buffer for Isolation VM
` [PATCH 09/13] DMA: Add dma_map_decrypted/dma_unmap_encrypted() function
` [PATCH 10/13] x86/Swiotlb: Add Swiotlb bounce buffer remap function for HV IVM
` [PATCH 11/13] HV/IOMMU: Enable swiotlb bounce buffer for Isolation VM
` [PATCH 12/13] HV/Netvsc: Add Isolation VM support for netvsc driver
` [PATCH 13/13] HV/Storvsc: Add Isolation VM support for storvsc driver

[PATCH] asm-generic/hyperv: Fix struct hv_message_header ordering
 2021-07-29 14:26 UTC  (4+ messages)

[RFC PATCH v1 1/5] locking/atomic: Implement atomic_fetch_and_or
 2021-07-29 12:52 UTC  (13+ messages)

[RFC PATCH v3] locking/atomic: Implement atomic{,64,_long}_{fetch_,}{andnot_or}{,_relaxed,_acquire,_release}()
 2021-07-29 12:35 UTC  (7+ messages)

[PATCH v2 0/7] sections: Unify kernel sections range check and use
 2021-07-29 11:06 UTC  (16+ messages)
` [PATCH v2 1/7] kallsyms: Remove arch specific text and data check
` [PATCH v2 2/7] kallsyms: Fix address-checks for kernel related range
` [PATCH v2 3/7] sections: Move and rename core_kernel_data() to is_kernel_core_data()
` [PATCH v2 4/7] sections: Move is_kernel_inittext() into sections.h
` [PATCH v2 5/7] kallsyms: Rename is_kernel() and is_kernel_text()
` [PATCH v2 6/7] sections: Add new "
` [PATCH v2 7/7] powerpc/mm: Use is_kernel_text() and is_kernel_inittext() helper

[asm-generic:asm-generic-uaccess-7] BUILD SUCCESS 3b678070bb03678466211f4f13b156fbae62b0db
 2021-07-29  2:56 UTC 

[RFC PATCH v2] locking/atomic: Implement atomic{,64,_long}_{fetch_,}{andnot_or}{,_relaxed,_acquire,_release}()
 2021-07-29  2:40 UTC 

[PATCH v27 00/31] Control-flow Enforcement: Shadow Stack
 2021-07-28 21:34 UTC  (6+ messages)
` [PATCH v27 24/31] x86/cet/shstk: Handle thread shadow stack

[PATCH memory-model 2/4] tools/memory-model: Add example for heuristic lockless reads
 2021-07-28 17:40 UTC  (15+ messages)
  ` [PATCH v2 "

[PATCH 0/8] all: use find_next_*_bit() instead of find_first_*_bit() where possible
 2021-07-28 16:28 UTC  (6+ messages)

[PATCH v5 0/6] compat: remove compat_alloc_user_space
 2021-07-28 16:10 UTC  (18+ messages)
` [PATCH v5 1/6] kexec: move locking into do_kexec_load
` [PATCH v5 2/6] kexec: avoid compat_alloc_user_space
` [PATCH v5 3/6] mm: simplify compat_sys_move_pages
` [PATCH v5 4/6] mm: simplify compat numa syscalls
` [PATCH v5 5/6] compat: remove some compat entry points
` [PATCH v5 6/6] arch: remove compat_alloc_user_space

[RFC PATCH v1 2/5] locking/qspinlock: Refactor xchg_tail to use atomic_fetch_and_or
 2021-07-28 12:27 UTC  (2+ messages)

[PATCH 00/19] arch: Add basic LoongArch support
 2021-07-28 12:23 UTC  (22+ messages)
` [PATCH 05/19] LoongArch: Add boot and setup routines
` [PATCH 06/19] LoongArch: Add exception/interrupt handling
` [PATCH 12/19] LoongArch: Add misc common routines

[RFC PATCH v1 5/5] locking/atomic: xtensa: Refactor xchg_small to use atomic_fetch_and_or
 2021-07-28 11:49 UTC 

[RFC PATCH v1 4/5] locking/atomic: openrisc: Refactor xchg_small to use atomic_fetch_and_or
 2021-07-28 11:49 UTC 

[RFC PATCH v1 3/5] locking/atomic: mips: Refactor xchg_small to use atomic_fetch_and_or
 2021-07-28 11:49 UTC 

switch the block layer to use kmap_local_page v3
 2021-07-28  1:31 UTC  (17+ messages)
` [PATCH 01/15] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
` [PATCH 02/15] bvec: fix the include guards for bvec.h
` [PATCH 03/15] bvec: add a bvec_kmap_local helper
` [PATCH 04/15] bvec: add memcpy_{from,to}_bvec and memzero_bvec helper
` [PATCH 05/15] block: use memzero_page in zero_fill_bio
` [PATCH 06/15] rbd: use memzero_bvec
` [PATCH 07/15] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
` [PATCH 08/15] ps3disk: use memcpy_{from,to}_bvec
` [PATCH 09/15] block: remove bvec_kmap_irq and bvec_kunmap_irq
` [PATCH 10/15] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
` [PATCH 11/15] block: use memcpy_to_bvec in copy_to_high_bio_irq
` [PATCH 12/15] block: use memcpy_from_bvec in bio_copy_kern_endio_read
` [PATCH 13/15] block: use memcpy_from_bvec in __blk_queue_bounce
` [PATCH 14/15] block: use bvec_kmap_local in t10_pi_type1_{prepare,complete}
` [PATCH 15/15] block: use bvec_kmap_local in bio_integrity_process

[asm-generic:asm-generic-uaccess-6 6/10] ERROR: modpost: "__copy_tofrom_user" [net/bridge/bridge.ko] undefined!
 2021-07-27 21:02 UTC  (2+ messages)

[PATCH] asm-generic: avoid sparse {get,put}_unaligned warning
 2021-07-27  8:44 UTC  (6+ messages)

[asm-generic:asm-generic-uaccess-6] BUILD SUCCESS 725a40b8ebf55a6b95e11a6b35717a99afc8ac98
 2021-07-27  1:50 UTC 

[PATCH v4 0/3] m68k: Improved switch stack handling
 2021-07-26 21:25 UTC  (29+ messages)
` [PATCH v4 3/3] m68k: track syscalls being traced with shallow user context stack
                                ` [RFC][PATCH] signal/m68k: Use force_sigsegv(SIGSEGV) in fpsp040_die
                                    ` [PATCH] "

[PATCH v5 00/10] ARM: remove set_fs callers and implementation
 2021-07-26 14:11 UTC  (11+ messages)
` [PATCH v5 01/10] mm/maccess: fix unaligned copy_{from,to}_kernel_nofault
` [PATCH v5 02/10] ARM: traps: use get_kernel_nofault instead of set_fs()
` [PATCH v5 03/10] ARM: oabi-compat: add epoll_pwait handler
` [PATCH v5 04/10] ARM: syscall: always store thread_info->abi_syscall
` [PATCH v5 05/10] ARM: oabi-compat: rework epoll_wait/epoll_pwait emulation
` [PATCH v5 06/10] ARM: oabi-compat: rework sys_semtimedop emulation
` [PATCH v5 07/10] ARM: oabi-compat: rework fcntl64() emulation
` [PATCH v5 08/10] ARM: uaccess: add __{get,put}_kernel_nofault
` [PATCH v5 09/10] ARM: uaccess: remove set_fs() implementation
` [PATCH v5 10/10] ARM: oabi-compat: fix oabi epoll sparse warning

[PATCH v3 0/6] asm-generic: strncpy_from_user/strnlen_user cleanup
 2021-07-26  8:55 UTC  (4+ messages)
` [PATCH v3 9/9] asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols

[PATCH net-next v6 0/6] remove compat_alloc_user_space()
 2021-07-23 23:50 UTC  (3+ messages)
` [PATCH net-next v6 2/6] ethtool: improve compat ioctl handling

[PATCH v28 00/32] Control-flow Enforcement: Shadow Stack
 2021-07-23 18:01 UTC  (9+ messages)
` [PATCH v28 25/32] x86/cet/shstk: Handle thread shadow stack
` [PATCH v28 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines


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