linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-22 14:47:11 to 2020-07-24 03:00:54 UTC [more...]

[PATCH v4 00/13] "Task_isolation" mode
 2020-07-24  3:00 UTC  (42+ 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
    ` [EXT] Re: [PATCH v4 00/13] "Task_isolation" mode

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

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

[patch V5 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-24  0:55 UTC  (29+ 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 v3 0/6] powerpc: queued spinlocks and rwlocks
 2020-07-23 21:58 UTC  (28+ messages)
` [PATCH v3 4/6] powerpc/64s: implement "
` [PATCH v3 5/6] powerpc/pseries: implement paravirt qspinlocks for SPLPAR

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

[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
 2020-07-23 18:41 UTC  (14+ messages)
` [PATCH v10 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states

[RFC][PATCHSET] regset ->get() rework
 2020-07-23 17:27 UTC  (4+ messages)

[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

[RFC] raw_copy_from_user() semantics
 2020-07-23 10:34 UTC  (9+ 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 V4 00/15] entry, x86, kvm: Generic entry/exit functionality for host and guest
 2020-07-22 18:25 UTC  (4+ messages)
` [patch V4 10/15] x86/entry: Use generic syscall entry 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


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