linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-28 17:06:18 to 2020-09-01 19:08:48 UTC [more...]

[PATCH v5 00/21] kprobes: Unify kretprobe trampoline handlers and make kretprobe lockless
 2020-09-01 19:08 UTC  (23+ messages)
` [PATCH v5 01/21] kprobes: Add generic kretprobe trampoline handler
` [PATCH v5 02/21] x86/kprobes: Use "
` [PATCH v5 03/21] arm: kprobes: "
` [PATCH v5 04/21] arm64: "
` [PATCH v5 05/21] arc: "
` [PATCH v5 06/21] csky: "
` [PATCH v5 07/21] ia64: "
` [PATCH v5 08/21] mips: "
` [PATCH v5 09/21] parisc: "
` [PATCH v5 10/21] powerpc: "
` [PATCH v5 11/21] s390: "
` [PATCH v5 12/21] sh: "
` [PATCH v5 13/21] sparc: "
` [PATCH v5 14/21] kprobes: Remove NMI context check
` [PATCH v5 15/21] kprobes: Free kretprobe_instance with rcu callback
` [PATCH v5 16/21] kprobes: Make local used functions static
` [PATCH v5 17/21] llist: Add nonatomic __llist_add() and __llist_dell_all()
` [PATCH v5 18/21] kprobes: Remove kretprobe hash
` [PATCH v5 19/21] asm-generic/atomic: Add try_cmpxchg() fallbacks
` [PATCH v5 20/21] freelist: Lock less freelist
` [PATCH v5 21/21] kprobes: Replace rp->free_instance with freelist

remove the last set_fs() in common code, and remove it for x86 and powerpc v2
 2020-09-01 19:01 UTC  (18+ messages)
` [PATCH 01/10] fs: don't allow kernel reads and writes without iter ops
    ` [fs] ef30fb3c60: kernel write not supported for file /sys/kernel/softlockup_panic
` [PATCH 05/10] lkdtm: disable set_fs-based tests for !CONFIG_SET_FS
` [PATCH 08/10] x86: remove address space overrides using set_fs()

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

[PATCH v11 00/25] Control-flow Enforcement: Shadow Stack
 2020-09-01 18:24 UTC  (30+ messages)
` [PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack

Re: [PATCH v3] PCI: Add pci_iounmap
 2020-09-01 18:05 UTC 

[PATCH v6 00/29] Warn on orphan section placement
 2020-09-01 18:02 UTC  (7+ messages)

[PATCH v10 0/5] Add NUMA-awareness to qspinlock
 2020-09-01 17:38 UTC  (5+ messages)
` [PATCH v10 3/5] locking/qspinlock: Introduce CNA into the slow path of qspinlock

[PATCH memory-model 0/9] LKMM updates for v5.10
 2020-09-01 17:04 UTC  (18+ messages)
` [PATCH kcsan 1/9] docs: fix references for DMA*.txt files
` [PATCH kcsan 2/9] Replace HTTP links with HTTPS ones: LKMM
` [PATCH kcsan 3/9] tools/memory-model: Update recipes.txt prime_numbers.c path
` [PATCH kcsan 4/9] tools/memory-model: Improve litmus-test documentation
` [PATCH kcsan 5/9] tools/memory-model: Add a simple entry point document
` [PATCH kcsan 6/9] tools/memory-model: Expand the cheatsheet.txt notion of relaxed
` [PATCH kcsan 7/9] tools/memory-model: Move Documentation description to Documentation/README
` [PATCH kcsan 8/9] tools/memory-model: Document categories of ordering primitives
` [PATCH kcsan 9/9] tools/memory-model: Document locking corner cases

[PATCH v6 03/29] vmlinux.lds.h: Avoid KASAN and KCSAN's unwanted sections
 2020-09-01 11:48 UTC  (2+ messages)
` [tip: core/build] "

[PATCH v6 02/29] vmlinux.lds.h: Add .gnu.version* to COMMON_DISCARDS
 2020-09-01 11:48 UTC  (2+ messages)
` [tip: core/build] "

[PATCH v6 04/29] vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
 2020-09-01 11:48 UTC  (2+ messages)
` [tip: core/build] "

[PATCH v6 06/29] vmlinux.lds.h: add PGO and AutoFDO input sections
 2020-09-01 11:47 UTC  (2+ messages)
` [tip: core/build] vmlinux.lds.h: Add "

[PATCH v6 01/29] vmlinux.lds.h: Create COMMON_DISCARDS
 2020-09-01 11:48 UTC  (2+ messages)
` [tip: core/build] "

[PATCH v6 05/29] vmlinux.lds.h: Add .symtab, .strtab, and .shstrtab to ELF_DETAILS
 2020-09-01 11:47 UTC  (2+ messages)
` [tip: core/build] "

[PATCH v3] PCI: Add pci_iounmap
 2020-09-01 13:28 UTC  (3+ messages)

[PATCH 0/4] more mm switching vs TLB shootdown and lazy tlb
 2020-09-01 12:00 UTC  (6+ messages)
` [PATCH 1/4] mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
` [PATCH 4/4] powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm

[Question] About SECCOMP issue for ILP32
 2020-09-01 11:40 UTC  (2+ messages)

[PATCH v3 00/13] mm/debug_vm_pgtable fixes
 2020-09-01  9:58 UTC  (42+ 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 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 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

[PATCH v2 00/13] mm/debug_vm_pgtable fixes
 2020-09-01  9:11 UTC  (3+ messages)

[PATCH v2 00/23] Use asm-generic for mmu_context no-op functions
 2020-09-01  7:50 UTC  (21+ messages)
` [PATCH v2 01/23] asm-generic: add generic MMU versions of mmu context functions
` [PATCH v2 09/23] m68k: use asm-generic/mmu_context.h for no-op implementations
` [PATCH v2 10/23] microblaze: "
` [PATCH v2 15/23] parisc: "
` [PATCH v2 16/23] powerpc: "

[PATCH v2 0/3] docs/memory-barriers: Apply missed changes
 2020-08-31 22:15 UTC  (7+ messages)
` [PATCH v2 1/3] docs/memory-barriers.txt: Fix references for DMA*.txt files
` [PATCH v2 2/3] docs/memory-barriers.txt/kokr: Remove remaining references to mmiowb()
` [PATCH v2 3/3] dics/memory-barriers.txt/kokr: Allow architecture to override the flush barrier
    ` [PATCH v3 3/3] docs/memory-barriers.txt/kokr: "

[PATCH v3 0/3] add fault injection to user memory access
 2020-08-31 18:59 UTC  (6+ messages)
` [PATCH v3 1/3] lib, include/linux: add usercopy failure capability
` [PATCH v3 2/3] lib, uaccess: add failure injection to usercopy functions
` [PATCH v3 3/3] x86: add failure injection to get/put/clear_user

[PATCH v2 0/3] add fault injection to user memory access
 2020-08-31 18:31 UTC  (7+ messages)
` [PATCH v2 2/3] lib, uaccess: add failure injection to usercopy functions

[PATCH kcsan 11/19] locking/atomics: Use read-write instrumentation for atomic RMWs
 2020-08-31 18:18 UTC  (2+ messages)
` [PATCH kcsan 18/19] bitops, kcsan: Partially revert instrumentation for non-atomic bitops

[PATCH v9 0/4] Introduce the for_each_set_clump macro
 2020-08-31 15:37 UTC  (3+ messages)

[RFC/RFT PATCH 3/6] arm64, numa: Move pcibus_to_node definition to generic numa code
 2020-08-30  7:22 UTC  (5+ messages)

[PATCH v4 00/23] kprobes: Unify kretprobe trampoline handlers and make kretprobe lockless
 2020-08-29 17:31 UTC  (8+ messages)
` [PATCH v4 18/23] sched: Fix try_invoke_on_locked_down_task() semantics
` [PATCH v4 19/23] kprobes: Remove kretprobe hash

[PATCH v3 00/16] kprobes: Unify kretprobe trampoline handlers
 2020-08-29  9:31 UTC  (4+ messages)
` [PATCH v3 06/16] csky: kprobes: Use generic kretprobe trampoline handler

[RFC][PATCH 0/7] kprobes: Make kretprobes lockless
 2020-08-29  9:15 UTC  (12+ messages)
` [RFC][PATCH 6/7] freelist: Lock less freelist
` [RFC][PATCH 7/7] kprobes: Replace rp->free_instance with freelist

[PATCH 0/3] memory-barriers: Apply missed changes
 2020-08-29  8:19 UTC  (5+ messages)
` [PATCH 1/3] docs/memory-barriers.txt: Fix references for DMA*.txt files
` [PATCH 2/3] docs/memory-barriers.txt/kokr: Remove remaining references to mmiowb()
` [PATCH 3/3] dics/memory-barriers.txt/kokr: Allow architecture to override the flush barrier

[RFC/RFT PATCH 0/6] Unify NUMA implementation between ARM64 & RISC-V
 2020-08-29  0:39 UTC  (7+ 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

[PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack
 2020-08-28 17:45 UTC  (9+ messages)

Flushing transparent hugepages
 2020-08-28 17:06 UTC  (3+ 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).