linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-18 02:13:08 to 2020-07-21 20:25:52 UTC [more...]

[RFC][CFT][PATCHSET] saner calling conventions for csum-and-copy primitives
 2020-07-21 20:25 UTC  (27+ messages)
` [PATCH 01/18] skb_copy_and_csum_bits(): don't bother with the last argument
  ` [PATCH 02/18] icmp_push_reply(): reorder adding the checksum up
  ` [PATCH 03/18] csum_partial_copy_nocheck(): drop the last argument
  ` [PATCH 04/18] csum_and_copy_..._user(): pass 0xffffffff instead of 0 as initial sum
  ` [PATCH 05/18] saner calling conventions for csum_and_copy_..._user()
  ` [PATCH 06/18] alpha: propagate the calling convention changes down to csum_partial_copy.c helpers
  ` [PATCH 07/18] arm: propagate the calling convention changes down to csum_partial_copy_from_user()
  ` [PATCH 08/18] m68k: get rid of zeroing destination on error in csum_and_copy_from_user()
  ` [PATCH 09/18] sh: propage the calling conventions change down to csum_partial_copy_generic()
  ` [PATCH 10/18] i386: propagate "
  ` [PATCH 11/18] sparc32: propagate the calling conventions change down to __csum_partial_copy_sparc_generic()
  ` [PATCH 12/18] mips: csum_and_copy_{to,from}_user() are never called under KERNEL_DS
  ` [PATCH 13/18] mips: __csum_partial_copy_kernel() has no users left
  ` [PATCH 14/18] mips: propagate the calling convention change down into __csum_partial_copy_..._user()
  ` [PATCH 16/18] sparc64: propagate the calling convention changes down to __csum_partial_copy_...()
  ` [PATCH 17/18] amd64: switch csum_partial_copy_generic() to new calling conventions
  ` [PATCH 18/18] ppc: propagate the calling conventions change down to csum_partial_copy_generic()

[PATCH] x86, vmlinux.lds: Page-Align end of ..page_aligned sections
 2020-07-21 20:05 UTC  (3+ messages)

io_uring vs in_compat_syscall()
 2020-07-21 17:25 UTC  (16+ messages)

[RFC PATCH 4/7] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode
 2020-07-21 15:22 UTC  (18+ messages)

[PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-21 14:36 UTC  (10+ messages)

[PATCH 0/8] kcsan: Compound read-write instrumentation
 2020-07-21 14:34 UTC  (22+ messages)
` [PATCH 1/8] kcsan: Support compounded "
` [PATCH 2/8] objtool, kcsan: Add __tsan_read_write to uaccess whitelist
` [PATCH 3/8] kcsan: Skew delay to be longer for certain access types
` [PATCH 4/8] kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checks
` [PATCH 5/8] kcsan: Test support for compound instrumentation
` [PATCH 6/8] instrumented.h: Introduce read-write instrumentation hooks
` [PATCH 7/8] asm-generic/bitops: Use instrument_read_write() where appropriate
` [PATCH 8/8] locking/atomics: Use read-write instrumentation for atomic RMWs

[patch V4 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-21 10:57 UTC  (28+ messages)
` [patch V4 01/15] seccomp: Provide stub for __secure_computing()
` [patch V4 02/15] entry: Provide generic syscall entry functionality
` [patch V4 03/15] entry: Provide generic syscall exit function
` [patch V4 04/15] entry: Provide generic interrupt entry/exit code
` [patch V4 05/15] entry: Provide infrastructure for work before exiting to guest mode
` [patch V4 06/15] x86/entry: Consolidate check_user_regs()
` [patch V4 07/15] x86/entry: Consolidate 32/64 bit syscall entry
` [patch V4 08/15] x86/entry: Move user return notifier out of loop
` [patch V4 09/15] x86/ptrace: Provide pt_regs helper for entry/exit
` [patch V4 10/15] x86/entry: Use generic syscall entry function
` [patch V4 11/15] x86/entry: Use generic syscall exit functionality
` [patch V4 12/15] x86/entry: Cleanup idtentry_entry/exit_user
` [patch V4 13/15] x86/entry: Use generic interrupt entry/exit code
` [patch V4 14/15] x86/entry: Cleanup idtentry_enter/exit
` [patch V4 15/15] x86/kvm: Use generic exit to guest work function

[PATCH 0/6] mm: introduce secretmemfd system call to create "secret" memory areas
 2020-07-21 10:59 UTC  (18+ messages)
  ` [PATCH 1/6] mm: add definition of PMD_PAGE_ORDER
  ` [PATCH 2/6] mmap: make mlock_future_check() global
  ` [PATCH 3/6] mm: introduce secretmemfd system call to create "secret" memory areas
` [PATCH 4/6] arch, mm: wire up secretmemfd system call were relevant
` [PATCH 5/6] mm: secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH 6/6] mm: secretmem: add ability to reserve memory at boot

clean up address limit helpers v2
 2020-07-21  5:35 UTC  (17+ messages)
` [PATCH 1/6] syscalls: use uaccess_kernel in addr_limit_user_check
` [PATCH 0/6] arm: don't call addr_limit_user_check for nommu

[PATCH] arch, net: remove the last csum_partial_copy() leftovers
 2020-07-21  0:45 UTC  (4+ messages)

[PATCH] tools/memory-model: document the "one-time init" pattern
 2020-07-20 22:06 UTC  (31+ messages)

[PATCH AUTOSEL 5.4 31/34] asm-generic/mmiowb: Allow mmiowb_set_pending() when preemptible()
 2020-07-20 21:38 UTC 

[PATCH AUTOSEL 5.7 36/40] asm-generic/mmiowb: Allow mmiowb_set_pending() when preemptible()
 2020-07-20 21:37 UTC  (2+ messages)

[PATCH v3 0/2] prctl.2 man page updates for Linux 5.6
 2020-07-20 21:31 UTC  (5+ messages)

[PATCH v7 00/26] arm64: Memory Tagging Extension user-space support
 2020-07-20 17:00 UTC  (4+ messages)
` [PATCH v7 18/29] arm64: mte: Allow user control of the tag check mode via prctl()

[PATCH 00/22] add support for Clang LTO
 2020-07-20 16:52 UTC  (14+ messages)
` [PATCH 04/22] kbuild: lto: fix recordmcount
          ` [RFC][PATCH] objtool,x86_64: Replace recordmcount with objtool

[patch V3 00/13] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-20  6:50 UTC  (16+ messages)
` [patch V3 01/13] entry: Provide generic syscall entry functionality

[PATCH v2 0/4] huge vmalloc mappings
 2020-07-20  2:49 UTC  (5+ messages)
` [PATCH v2 4/4] mm/vmalloc: Hugepage "

sockopt cleanups
 2020-07-20  1:16 UTC  (3+ messages)

io_uring kthread_use_mm / mmget_not_zero possible abuse
 2020-07-20  0:38 UTC 

[locking/qspinlock] 45877ea393: BUG:spinlock_already_unlocked_on_CPU
 2020-07-19 23:48 UTC  (2+ messages)

[PATCH v5 05/18] dyndbg: rename __verbose section to __dyndbg
 2020-07-19 23:10 UTC 

[RFC] raw_copy_from_user() semantics
 2020-07-19 19:34 UTC  (5+ 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).