linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-21 14:34:12 to 2020-07-23 14:30:14 UTC [more...]

[RFC][CFT][PATCHSET] saner calling conventions for csum-and-copy primitives
 2020-07-23 14:30 UTC  (49+ 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 15/18] xtensa: propagate the calling conventions change down into csum_partial_copy_generic()
  ` [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 v4 00/13] "Task_isolation" mode
 2020-07-23 14:29 UTC  (28+ messages)
` [PATCH v4 02/13] task_isolation: vmstat: add vmstat_idle function
` [PATCH v4 03/13] task_isolation: userspace hard isolation from kernel
  ` [PATCH v4 01/13] task_isolation: vmstat: add quiet_vmstat_sync function
  ` [PATCH v4 04/13] task_isolation: Add task isolation hooks to arch-independent code
  ` [PATCH 08/13] task_isolation: arch/arm64: enable task isolation functionality
  ` [PATCH v4 09/13] task_isolation: arch/arm: "
  ` [PATCH v4 11/13] task_isolation: net: don't flush backlog on CPUs running isolated tasks
  ` [PATCH 13/13] task_isolation: kick_all_cpus_sync: don't kick isolated cpus
` [PATCH v4 05/13] task_isolation: Add xen-specific hook
` [PATCH 06/13] task_isolation: Add driver-specific hooks
` [PATCH v4 07/13] task_isolation: arch/x86: enable task isolation functionality
` [PATCH v4 10/13] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
` [PATCH v4 12/13] task_isolation: ringbuffer: don't interrupt CPUs running isolated tasks on buffer resize

[PATCH v3 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-23 14:29 UTC  (16+ messages)
` [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR

[PATCH 1/5] selftests/powerpc: Add test of stack expansion logic
 2020-07-23 14:11 UTC  (5+ messages)
` [PATCH 2/5] powerpc: Allow 4096 bytes of stack expansion for the signal frame
` [RFC PATCH 4/5] powerpc/mm: Remove custom stack expansion checking

[PATCH 1/2] lockdep: improve current->(hard|soft)irqs_enabled synchronisation with actual irq state
 2020-07-23 13:11 UTC  (5+ messages)
` [PATCH 2/2] lockdep: warn on redundant or incorrect irq state changes

[RFC] raw_copy_from_user() semantics
 2020-07-23 10:34 UTC  (10+ messages)

[RFC][PATCHSET] regset ->get() rework
 2020-07-23  8:00 UTC  (3+ messages)

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

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

[patch V4 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-22 18:25 UTC  (26+ messages)
` [patch V4 01/15] seccomp: Provide stub for __secure_computing()
` [patch V4 02/15] entry: Provide generic syscall entry functionality
` [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 14/15] x86/entry: Cleanup idtentry_enter/exit
` [patch V4 15/15] x86/kvm: Use generic exit to guest work function

[PATCH 11/22] pci: lto: fix PREL32 relocations
 2020-07-22 18:15 UTC  (4+ messages)

[PATCH 0/9] Independent per-CPU data section for nVHE
 2020-07-22 16:44 UTC  (17+ messages)
` [PATCH 1/9] Macros to override naming of percpu symbols and sections
` [PATCH 2/9] kvm: arm64: Remove __hyp_this_cpu_read
` [PATCH 3/9] kvm: arm64: Remove hyp_adr/ldr_this_cpu
` [PATCH 4/9] kvm: arm64: Add helpers for accessing nVHE hyp per-cpu vars
` [PATCH 5/9] kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp
` [PATCH 6/9] kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE
` [PATCH 7/9] kvm: arm64: Mark hyp stack pages reserved
` [PATCH 8/9] kvm: arm64: Set up hyp percpu data for nVHE
` [PATCH 9/9] kvm: arm64: Remove unnecessary hyp mappings

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

[PATCH 0/8] kcsan: Compound read-write instrumentation
 2020-07-22 10:11 UTC  (8+ messages)
` [PATCH 3/8] kcsan: Skew delay to be longer for certain access types
` [PATCH 8/8] locking/atomics: Use read-write instrumentation for atomic RMWs

io_uring vs in_compat_syscall()
 2020-07-22  8:39 UTC  (11+ messages)

(unknown)
 2020-07-22  5:32 UTC 

[PATCH 3/6] riscv: include <asm/pgtable.h> in <asm/uaccess.h>
 2020-07-21 23:02 UTC  (3+ messages)

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

[RFC PATCH 4/7] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode
 2020-07-21 15:22 UTC  (14+ 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).