linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-26 14:10:49 to 2020-08-28 10:39:37 UTC [more...]

[PATCH 00/23] clean up the code related to ASSERT()
 2020-08-28  9:49 UTC  (31+ messages)
` [PATCH 01/23] include/asm-generic/bug.h: add ASSERT_FAIL() and ASSERT_WARN() wrapper
` [PATCH 02/23] ia64: use ASSERT_FAIL()/ASSERT_WARN() to cleanup some code
` [PATCH 03/23] KVM: "
` [PATCH 04/23] fore200e: "
` [PATCH 05/23] scsi: "
` [PATCH 06/23] rxrpc: "
` [PATCH 07/23] lib/mpi: "
` [PATCH 08/23] jfs: "
` [PATCH 09/23] cachefiles: "
` [PATCH 10/23] btrfs: "
` [PATCH 11/23] afs: "
` [PATCH 12/23] rivafb: "
` [PATCH 13/23] nvidia: "
` [PATCH 14/23] fbdev/cirrusfb:: "
` [PATCH 15/23] media/staging: "
` [PATCH 16/23] sym53c8xx: "
` [PATCH 17/23] 8139too: "
` [PATCH 18/23] net:hns: "
` [PATCH 19/23] block/sx8: "
` [PATCH 20/23] skb: "
` [PATCH 21/23] ext4: "
` [PATCH 22/23] rbd: "
` [PATCH 23/23] ALSA: asihpi: "

[PATCH v2 00/23] Use asm-generic for mmu_context no-op functions
 2020-08-28 10:09 UTC  (34+ messages)
` [PATCH v2 01/23] asm-generic: add generic MMU versions of mmu context functions
` [PATCH v2 02/23] alpha: use asm-generic/mmu_context.h for no-op implementations
` [PATCH v2 03/23] arc: "
` [PATCH v2 04/23] arm: "
` [PATCH v2 05/23] arm64: "
` [PATCH v2 06/23] csky: "
` [PATCH v2 07/23] hexagon: "
` [PATCH v2 08/23] ia64: "
` [PATCH v2 09/23] m68k: "
` [PATCH v2 10/23] microblaze: "
` [PATCH v2 11/23] mips: "
` [PATCH v2 12/23] nds32: "
` [PATCH v2 13/23] nios2: "
` [PATCH v2 14/23] openrisc: "
` [PATCH v2 15/23] parisc: "
` [PATCH v2 16/23] powerpc: "
` [PATCH v2 17/23] riscv: "
` [PATCH v2 18/23] s390: "
` [PATCH v2 19/23] sh: "
` [PATCH v2 20/23] sparc: "
` [PATCH v2 21/23] um: "
` [PATCH v2 22/23] x86: "
` [PATCH v2 23/23] xtensa: "

[PATCH 0/4] more mm switching vs TLB shootdown and lazy tlb
 2020-08-28 10:00 UTC  (5+ messages)
` [PATCH 1/4] mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
` [PATCH 2/4] powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MM
` [PATCH 3/4] sparc64: remove mm_cpumask clearing to fix kthread_use_mm race
` [PATCH 4/4] powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm

[RFC/RFT PATCH 0/6] Unify NUMA implementation between ARM64 & RISC-V
 2020-08-28  9:48 UTC  (12+ messages)
` [RFC/RFT PATCH 1/6] numa: Move numa implementation to common code
` [RFC/RFT PATCH 2/6] arm64, numa: Change the numa init function name to be generic
` [RFC/RFT PATCH 3/6] arm64, numa: Move pcibus_to_node definition to generic numa code

[RFC][PATCH 0/7] kprobes: Make kretprobes lockless
 2020-08-28  9:18 UTC  (22+ messages)
` [RFC][PATCH 1/7] llist: Add nonatomic __llist_add()
` [RFC][PATCH 2/7] sched: Fix try_invoke_on_locked_down_task() semantics
` [RFC][PATCH 3/7] kprobes: Remove kretprobe hash
` [RFC][PATCH 4/7] kprobe: Dont kfree() from breakpoint context
` [RFC][PATCH 5/7] asm-generic/atomic: Add try_cmpxchg() fallbacks
` [RFC][PATCH 6/7] freelist: Lock less freelist
` [RFC][PATCH 7/7] kprobes: Replace rp->free_instance with freelist

[PATCH v3] mm: Fix kthread_use_mm() vs TLB invalidate
 2020-08-28  6:55 UTC  (2+ messages)

[PATCH v11 00/25] Control-flow Enforcement: Shadow Stack
 2020-08-28  6:23 UTC  (28+ messages)
` [PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack

[PATCH v8 0/8] powerpc: switch VDSO to C implementation
 2020-08-28  2:14 UTC  (8+ messages)
` [PATCH v8 2/8] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage()

[PATCH v3 00/16] kprobes: Unify kretprobe trampoline handlers
 2020-08-28  1:57 UTC  (18+ messages)
` [PATCH v3 01/16] kprobes: Add generic kretprobe trampoline handler
` [PATCH v3 02/16] x86/kprobes: Use "
` [PATCH v3 03/16] arm: kprobes: "
` [PATCH v3 04/16] arm64: "
` [PATCH v3 05/16] arc: "
` [PATCH v3 06/16] csky: "
` [PATCH v3 07/16] ia64: "
` [PATCH v3 08/16] mips: "
` [PATCH v3 09/16] parisc: "
` [PATCH v3 10/16] powerpc: "
` [PATCH v3 11/16] s390: "
` [PATCH v3 12/16] sh: "
` [PATCH v3 13/16] sparc: "
` [PATCH v3 14/16] kprobes: Remove NMI context check
` [PATCH v3 15/16] kprobes: Free kretprobe_instance with rcu callback
` [PATCH v3 16/16] kprobes: Make local used functions static

remove the last set_fs() in common code, and remove it for x86 and powerpc v2
 2020-08-27 18:15 UTC  (15+ messages)
` [PATCH 01/10] fs: don't allow kernel reads and writes without iter ops
` [PATCH 02/10] fs: don't allow splice read/write without explicit ops
` [PATCH 03/10] uaccess: add infrastructure for kernel builds with set_fs()
` [PATCH 04/10] test_bitmap: skip user bitmap tests for !CONFIG_SET_FS
` [PATCH 05/10] lkdtm: disable set_fs-based "
` [PATCH 06/10] x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.h
` [PATCH 07/10] x86: make TASK_SIZE_MAX usable from assembly code
` [PATCH 08/10] x86: remove address space overrides using set_fs()
` [PATCH 09/10] powerpc: use non-set_fs based maccess routines
` [PATCH 10/10] powerpc: remove address space overrides using set_fs()

[PATCH 0/1] clean up the code related to ASSERT()
 2020-08-27 16:32 UTC  (4+ messages)
` [PATCH 1/1] include/asm-generic/bug.h: add ASSERT_FAIL() and ASSERT_WARN() wrapper

[PATCH v2 00/15] kprobes: Unify kretprobe trampoline handlers
 2020-08-27 13:02 UTC  (20+ messages)
` [PATCH v2 01/15] kprobes: Add generic kretprobe trampoline handler
` [PATCH v2 02/15] x86/kprobes: Use "
` [PATCH v2 03/15] arm: kprobes: "
` [PATCH v2 04/15] arm64: "
` [PATCH v2 05/15] arc: "
` [PATCH v2 06/15] csky: "
` [PATCH v2 07/15] ia64: "
` [PATCH v2 08/15] mips: "
` [PATCH v2 09/15] parisc: "
` [PATCH v2 10/15] powerpc: "
` [PATCH v2 11/15] s390: "
` [PATCH v2 12/15] sh: "
` [PATCH v2 13/15] sparc: "
` [PATCH v2 14/15] kprobes: Remove NMI context check
` [PATCH v2 15/15] kprobes: Free kretprobe_instance with rcu callback

[PATCH v3 00/13] mm/debug_vm_pgtable fixes
 2020-08-27 12:17 UTC  (15+ messages)
` [PATCH v3 01/13] powerpc/mm: Add DEBUG_VM WARN for pmd_clear
` [PATCH v3 02/13] powerpc/mm: Move setting pte specific flags to pfn_pte
` [PATCH v3 03/13] mm/debug_vm_pgtable/ppc64: Avoid setting top bits in radom value
` [PATCH v3 04/13] mm/debug_vm_pgtables/hugevmap: Use the arch helper to identify huge vmap support
` [PATCH v3 05/13] mm/debug_vm_pgtable/savedwrite: Enable savedwrite test with CONFIG_NUMA_BALANCING
` [PATCH v3 06/13] mm/debug_vm_pgtable/THP: Mark the pte entry huge before using set_pmd/pud_at
` [PATCH v3 07/13] mm/debug_vm_pgtable/set_pte/pmd/pud: Don't use set_*_at to update an existing pte entry
` [PATCH v3 08/13] mm/debug_vm_pgtable/thp: Use page table depost/withdraw with THP
` [PATCH v3 09/13] mm/debug_vm_pgtable/locks: Move non page table modifying test together
` [PATCH v3 10/13] mm/debug_vm_pgtable/locks: Take correct page table lock
` [PATCH v3 11/13] mm/debug_vm_pgtable/pmd_clear: Don't use pmd/pud_clear on pte entries
` [PATCH v3 12/13] mm/debug_vm_pgtable/hugetlb: Disable hugetlb test on ppc64
` [PATCH v3 13/13] mm/debug_vm_pgtable: populate a pte entry before fetching it

remove the last set_fs() in common code, and remove it for x86 and powerpc
 2020-08-27  9:37 UTC  (4+ messages)
` [PATCH 09/11] x86: remove address space overrides using set_fs()

[PATCH v8 00/28] arm64: Memory Tagging Extension user-space support
 2020-08-26 17:08 UTC  (7+ messages)
` [PATCH v8 03/28] arm64: mte: CPU feature detection and initial sysreg configuration

[RFC PATCH 00/14] kprobes: Unify kretprobe trampoline handlers
 2020-08-26 15:26 UTC  (6+ messages)
` [RFC PATCH 03/14] arm: kprobes: Use generic kretprobe trampoline handler

[PATCH 00/24] Use asm-generic for mmu_context no-op functions
 2020-08-26 14:33 UTC  (7+ messages)
` [PATCH 04/24] arm: use asm-generic/mmu_context.h for no-op implementations
` [PATCH 14/24] openrisc: "


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