linuxppc-dev
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH 15/25] riscv: move the XOR code to lib/raid/
Christoph Hellwig
Re: [PATCH 15/25] riscv: move the XOR code to lib/raid/
Eric Biggers
[PATCH 11/25] arm: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
Christoph Hellwig
Re: [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
Arnd Bergmann
Re: [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
Eric Biggers
Re: [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
Christoph Hellwig
[PATCH 14/25] powerpc: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 10/25] alpha: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 17/25] s390: move the XOR code to lib/raid/
Christoph Hellwig
Re: [PATCH 17/25] s390: move the XOR code to lib/raid/
Heiko Carstens
Re: [PATCH 17/25] s390: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 16/25] sparc: move the XOR code to lib/raid/
Christoph Hellwig
Re: [PATCH 16/25] sparc: move the XOR code to lib/raid/
Eric Biggers
Re: [PATCH 16/25] sparc: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 19/25] xor: avoid indirect calls for arm64-optimized ops
Christoph Hellwig
[PATCH 18/25] x86: move the XOR code to lib/raid/
Christoph Hellwig
Re: [PATCH 18/25] x86: move the XOR code to lib/raid/
Peter Zijlstra
Re: [PATCH 18/25] x86: move the XOR code to lib/raid/
Eric Biggers
Re: [PATCH 18/25] x86: move the XOR code to lib/raid/
Peter Zijlstra
Re: [PATCH 18/25] x86: move the XOR code to lib/raid/
Christoph Hellwig
[PATCH 20/25] xor: make xor.ko self-contained in lib/raid/
Christoph Hellwig
Re: [PATCH 20/25] xor: make xor.ko self-contained in lib/raid/
Eric Biggers
Re: [PATCH 20/25] xor: make xor.ko self-contained in lib/raid/
Christoph Hellwig
[PATCH 22/25] async_xor: use xor_gen
Christoph Hellwig
Re: [PATCH 22/25] async_xor: use xor_gen
Eric Biggers
[PATCH 21/25] xor: add a better public API
Christoph Hellwig
Re: [PATCH 21/25] xor: add a better public API
Eric Biggers
Re: [PATCH 21/25] xor: add a better public API
Christoph Hellwig
[PATCH 23/25] btrfs: use xor_gen
Christoph Hellwig
[PATCH 25/25] xor: use static_call for xor_gen
Christoph Hellwig
Re: [PATCH 25/25] xor: use static_call for xor_gen
Peter Zijlstra
[PATCH 24/25] xor: pass the entire operation to the low-level ops
Christoph Hellwig
Re: [PATCH 24/25] xor: pass the entire operation to the low-level ops
Eric Biggers
Re: [PATCH 24/25] xor: pass the entire operation to the low-level ops
Christoph Hellwig
Re: cleanup the RAID5 XOR library
Andrew Morton
Re: cleanup the RAID5 XOR library
Eric Biggers
Re: cleanup the RAID5 XOR library
Christoph Hellwig
[PATCH v7 0/5] arm64/riscv: Add support for crashkernel CMA reservation
Jinjie Ruan
[PATCH v7 2/5] crash: Exclude crash kernel memory in crash core
Jinjie Ruan
[PATCH v7 3/5] crash: Use crash_exclude_core_ranges() on powerpc
Jinjie Ruan
Re: [PATCH v7 3/5] crash: Use crash_exclude_core_ranges() on powerpc
Sourabh Jain
Re: [PATCH v7 3/5] crash: Use crash_exclude_core_ranges() on powerpc
Sourabh Jain
Re: [PATCH v7 3/5] crash: Use crash_exclude_core_ranges() on powerpc
Jinjie Ruan
Re: [PATCH v7 3/5] crash: Use crash_exclude_core_ranges() on powerpc
Sourabh Jain
[PATCH v7 1/5] powerpc/crash: sort crash memory ranges before preparing elfcorehdr
Jinjie Ruan
[PATCH v7 4/5] arm64: kexec: Add support for crashkernel CMA reservation
Jinjie Ruan
[PATCH v7 5/5] riscv: kexec: Add support for crashkernel CMA reservation
Jinjie Ruan
Re: [bug report] Bug: Write fault blocked by KUAP!
Ming Lei
Re: [bug report] Bug: Write fault blocked by KUAP!
Caleb Sander Mateos
Re: [bug report] Bug: Write fault blocked by KUAP!
Christophe Leroy (CS GROUP)
Re: [bug report] Bug: Write fault blocked by KUAP!
Changhui Zhong
[PATCH] mm/hugetlb.c: Use __pa() instead of virt_to_phys() in early bootmem alloc code
Ritesh Harjani (IBM)
Re: [PATCH] mm/hugetlb.c: Use __pa() instead of virt_to_phys() in early bootmem alloc code
Mike Rapoport
[RFC v2 00/21] mm: thp: lazy PTE page table allocation at PMD split
Usama Arif
[RFC v2 01/21] mm: thp: make split_huge_pmd functions return int for error propagation
Usama Arif
[RFC v2 02/21] mm: thp: propagate split failure from vma_adjust_trans_huge()
Usama Arif
[RFC v2 03/21] mm: thp: handle split failure in copy_huge_pmd()
Usama Arif
[RFC v2 04/21] mm: thp: handle split failure in do_huge_pmd_wp_page()
Usama Arif
[RFC v2 05/21] mm: thp: handle split failure in zap_pmd_range()
Usama Arif
[RFC v2 06/21] mm: thp: handle split failure in wp_huge_pmd()
Usama Arif
[RFC v2 07/21] mm: thp: retry on split failure in change_pmd_range()
Usama Arif
[RFC v2 09/21] mm: handle walk_page_range() failure from THP split
Usama Arif
[RFC v2 08/21] mm: thp: handle split failure in follow_pmd_mask()
Usama Arif
[RFC v2 10/21] mm: thp: handle split failure in mremap move_page_tables()
Usama Arif
[RFC v2 11/21] mm: thp: handle split failure in userfaultfd move_pages()
Usama Arif
[RFC v2 12/21] mm: thp: handle split failure in device migration
Usama Arif
Re: [RFC v2 12/21] mm: thp: handle split failure in device migration
Nico Pache
Re: [RFC v2 12/21] mm: thp: handle split failure in device migration
Usama Arif
Re: [RFC v2 12/21] mm: thp: handle split failure in device migration
Usama Arif
[RFC v2 13/21] mm: huge_mm: Make sure all split_huge_pmd calls are checked
Usama Arif
Re: [RFC v2 13/21] mm: huge_mm: Make sure all split_huge_pmd calls are checked
Usama Arif
[RFC v2 14/21] mm: thp: allocate PTE page tables lazily at split time
Usama Arif
[RFC v2 15/21] mm: thp: remove pgtable_trans_huge_{deposit/withdraw} when not needed
Usama Arif
[RFC v2 16/21] mm: thp: add THP_SPLIT_PMD_FAILED counter
Usama Arif
Re: [RFC v2 16/21] mm: thp: add THP_SPLIT_PMD_FAILED counter
Usama Arif
[RFC v2 17/21] selftests/mm: add THP PMD split test infrastructure
Usama Arif
[RFC v2 18/21] selftests/mm: add partial_mprotect test for change_pmd_range
Usama Arif
[RFC v2 19/21] selftests/mm: add partial_mlock test
Usama Arif
[RFC v2 20/21] selftests/mm: add partial_mremap test for move_page_tables
Usama Arif
[RFC v2 21/21] selftests/mm: add madv_dontneed_partial test
Usama Arif
Re: [RFC v2 00/21] mm: thp: lazy PTE page table allocation at PMD split
Nico Pache
Re: [RFC v2 00/21] mm: thp: lazy PTE page table allocation at PMD split
Usama Arif
Re: [RFC v2 00/21] mm: thp: lazy PTE page table allocation at PMD split
Nico Pache
Re: [RFC v2 00/21] mm: thp: lazy PTE page table allocation at PMD split
Usama Arif
[PATCH 0/2] efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
Thomas Weißschuh
[PATCH 2/2] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
Thomas Weißschuh
[PATCH 1/2] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
Thomas Weißschuh
Re: [PATCH 1/2] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
Mimi Zohar
[PATCH v3 0/3] Use killable vma write locking in most places
Suren Baghdasaryan
[PATCH v3 1/3] mm/vma: cleanup error handling path in vma_expand()
Suren Baghdasaryan
Re: [PATCH v3 1/3] mm/vma: cleanup error handling path in vma_expand()
Liam R. Howlett
Re: [PATCH v3 1/3] mm/vma: cleanup error handling path in vma_expand()
Suren Baghdasaryan
Re: [PATCH v3 1/3] mm/vma: cleanup error handling path in vma_expand()
Lorenzo Stoakes
Re: [PATCH v3 1/3] mm/vma: cleanup error handling path in vma_expand()
Suren Baghdasaryan
[PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
Suren Baghdasaryan
Re: [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
Liam R. Howlett
Re: [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
Suren Baghdasaryan
Re: [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
Lorenzo Stoakes
Re: [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
Suren Baghdasaryan
Re: [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
Matthew Wilcox
Re: [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
Suren Baghdasaryan
Re: [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
Matthew Wilcox
Re: [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
Lorenzo Stoakes (Oracle)
Re: [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
Matthew Wilcox
Re: [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
Suren Baghdasaryan
Re: [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
Lorenzo Stoakes (Oracle)
Re: [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
Suren Baghdasaryan
[PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()
Suren Baghdasaryan
Re: [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()
Claudio Imbrenda
Re: [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()
Suren Baghdasaryan
Re: [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()
Claudio Imbrenda
Re: [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()
Lorenzo Stoakes
Re: [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()
Suren Baghdasaryan
Re: [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()
Lorenzo Stoakes (Oracle)
Re: [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()
Suren Baghdasaryan
[PATCH v2 1/3] powerpc64/bpf: Implement fsession support
adubey
[PATCH v2 2/3] selftest/bpf: Enable get_func_args and get_func_ip tests on powerpc64
adubey
Re: [PATCH v2 2/3] selftest/bpf: Enable get_func_args and get_func_ip tests on powerpc64
Venkat
[PATCH v2 3/3] powerpc32/bpf: Add fsession support
adubey
Re: [PATCH v2 1/3] powerpc64/bpf: Implement fsession support
Venkat
[PATCH v4 1/2] powerpc64/bpf: Implement JIT support for private stack
adubey
[PATCH v4 2/2] selftests/bpf: Enable private stack tests for powerpc64
adubey
Re: [PATCH v4 2/2] selftests/bpf: Enable private stack tests for powerpc64
Venkat
Re: [PATCH v4 1/2] powerpc64/bpf: Implement JIT support for private stack
Venkat
[PATCH] kbuild: Split .modinfo out from ELF_DETAILS
Nathan Chancellor
Re: [PATCH] kbuild: Split .modinfo out from ELF_DETAILS
Nathan Chancellor
[PATCH v3 1/2] powerpc64/bpf: Implement JIT support for private stack
adubey
[PATCH v3 2/2] selftests/bpf: Enable private stack tests for powerpc64
adubey
Re: [PATCH v3 1/2] powerpc64/bpf: Implement JIT support for private stack
bot+bpf-ci
[PATCH v2 0/9] PCI: endpoint: Differentiate between disabled and reserved BARs
Niklas Cassel
[PATCH v2 1/9] PCI: endpoint: Introduce pci_epc_bar_type BAR_64BIT_UPPER
Niklas Cassel
[PATCH v2 6/9] PCI: dwc: Disable BARs in common code instead of in each glue driver
Niklas Cassel
Re: [PATCH v2 6/9] PCI: dwc: Disable BARs in common code instead of in each glue driver
Frank Li
Re: [PATCH v2 6/9] PCI: dwc: Disable BARs in common code instead of in each glue driver
Koichiro Den
Re: [PATCH v2 0/9] PCI: endpoint: Differentiate between disabled and reserved BARs
Koichiro Den
[RFC v1 00/10] Misc powerpc fixes and refactoring
Ritesh Harjani (IBM)
[RFC v1 02/10] powerpc: book3s64: Fix unmap race with PMD THP migration entry
Ritesh Harjani (IBM)
Re: [RFC v1 02/10] powerpc: book3s64: Fix unmap race with PMD THP migration entry
Christophe Leroy (CS GROUP)
[RFC v1 03/10] mm/debug_vm_pgtable.c: Add test to zap THP migration entry
Ritesh Harjani (IBM)
[RFC v1 04/10] powerpc/64s/tlbflush-radix: Remove unused radix__flush_tlb_pwc()
Ritesh Harjani (IBM)
Re: [RFC v1 04/10] powerpc/64s/tlbflush-radix: Remove unused radix__flush_tlb_pwc()
Christophe Leroy (CS GROUP)
[RFC v1 05/10] powerpc/64s: Move serialize_against_pte_lookup() to hash_pgtable.c
Ritesh Harjani (IBM)
Re: [RFC v1 05/10] powerpc/64s: Move serialize_against_pte_lookup() to hash_pgtable.c
Christophe Leroy (CS GROUP)
[RFC v1 07/10] powerpc: book3s64: Rename tlbie_va_lpid to tlbie_va_pid_lpid
Ritesh Harjani (IBM)
Re: [RFC v1 07/10] powerpc: book3s64: Rename tlbie_va_lpid to tlbie_va_pid_lpid
Christophe Leroy (CS GROUP)
[RFC v1 06/10] powerpc/64s: Kill the unused argument of exit_lazy_flush_tlb
Ritesh Harjani (IBM)
Re: [RFC v1 06/10] powerpc/64s: Kill the unused argument of exit_lazy_flush_tlb
Christophe Leroy (CS GROUP)
[RFC v1 08/10] powerpc: book3s64: Rename tlbie_lpid_va to tlbie_va_lpid
Ritesh Harjani (IBM)
Re: [RFC v1 08/10] powerpc: book3s64: Rename tlbie_lpid_va to tlbie_va_lpid
Christophe Leroy (CS GROUP)
[RFC v1 09/10] powerpc: book3s64: Make use of H_RPTI_TYPE_ALL macro
Ritesh Harjani (IBM)
Re: [RFC v1 09/10] powerpc: book3s64: Make use of H_RPTI_TYPE_ALL macro
Christophe Leroy (CS GROUP)
[RFC v1 10/10] powerpc: Add MMU_FTRS_POSSIBLE & MMU_FTRS_ALWAYS
Ritesh Harjani (IBM)
Re: [RFC v1 10/10] powerpc: Add MMU_FTRS_POSSIBLE & MMU_FTRS_ALWAYS
Christophe Leroy (CS GROUP)
Re: [RFC v1 10/10] powerpc: Add MMU_FTRS_POSSIBLE & MMU_FTRS_ALWAYS
IBM
[RFC v1 01/10] powerpc/pgtable-frag: Fix bad page state in pte_frag_destroy
Ritesh Harjani
Re: [RFC v1 01/10] powerpc/pgtable-frag: Fix bad page state in pte_frag_destroy
Christophe Leroy (CS GROUP)
[PATCH v2 1/2] powerpc64/bpf: Implement JIT support for private stack
adubey
[PATCH v2 2/2] selftests/bpf: Enable private stack tests for powerpc64
adubey
Re: [PATCH v2 2/2] selftests/bpf: Enable private stack tests for powerpc64
bot+bpf-ci
Re: [PATCH v2 1/2] powerpc64/bpf: Implement JIT support for private stack
bot+bpf-ci
Re: [PATCH v2 1/2] powerpc64/bpf: Implement JIT support for private stack
kernel test robot
[PATCH v5 00/15] mm/kasan: make kasan=on|off work for all three modes
Baoquan He
[PATCH v5 02/15] mm/kasan: rename 'kasan_arg' to 'kasan_arg_disabled'
Baoquan He
[PATCH v5 03/15] mm/kasan: mm/kasan: move kasan= code to common place
Baoquan He
[PATCH v5 06/15] arch/arm: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 08/15] arch/loongarch: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 01/15] mm/kasan: add conditional checks in functions to return directly if kasan is disabled
Baoquan He
[PATCH v5 09/15] arch/powerpc: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 10/15] arch/riscv: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 11/15] arch/x86: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 12/15] arch/xtensa: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 13/15] arch/um: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 05/15] mm/kasan/sw_tags: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 04/15] mm/kasan: make kasan=on|off take effect for all three modes
Baoquan He
[PATCH v5 07/15] arch/arm64: don't initialize kasan if it's disabled
Baoquan He
[PATCH v5 14/15] mm/kasan: add document into kernel-parameters.txt
Baoquan He
[PATCH v5 15/15] mm/kasan: clean up unneeded ARCH_DEFER_KASAN and kasan_arch_is_ready
Baoquan He
[PATCH v5 0/3] kdump: Enable LUKS-encrypted dump target support in ARM64 and PowerPC
Coiby Xu
[PATCH v5 1/3] crash_dump/dm-crypt: Don't print in arch-specific code
Coiby Xu
[PATCH v5 2/3] crash: Align the declaration of crash_load_dm_crypt_keys with CONFIG_CRASH_DM_CRYPT
Coiby Xu
[PATCH v5 3/3] arm64,ppc64le/kdump: pass dm-crypt keys to kdump kernel
Coiby Xu
[PATCH] powerpc/ps3: spu.c: fix enum and Return kernel-doc warnings
Randy Dunlap
[PATCH] powerpc: kgdb: fix kernel-doc warnings
Randy Dunlap
[PATCH 0/4] powerpc/bpf: Add support for verifier selftest
adubey
[PATCH 1/4] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
adubey
Re: [PATCH 1/4] powerpc/bpf: Move out dummy_tramp_addr after Long branch stub
bot+bpf-ci
[PATCH 2/4] selftest/bpf: Fixing powerpc JIT disassembly failure
adubey
[PATCH 3/4] selftest/bpf: Enable verifier selftest for powerpc64
adubey
[PATCH 4/4] selftest/bpf: Add tailcall verifier selftest for powerpc64
adubey
[PATCH 0/4] powerpc64/bpf: Add support for instruction array and indirect jump
adubey
[PATCH 1/4] powerpc64/bpf: Add support for instruction array
adubey
Re: [PATCH 1/4] powerpc64/bpf: Add support for instruction array
bot+bpf-ci
[PATCH 2/4] selftest/bpf: Enable instruction array test for powerpc64
adubey
[PATCH 3/4] powerpc64/bpf: Add support for indirect jump
adubey
[PATCH 4/4] selftest/bpf: Enable gotox tests for powerpc64
adubey
[PATCH] powerpc/pseries/iommu: export DMA window data to user space
Gaurav Batra
[PATCH v3] net/ibmveth: fix comment typos in ibmveth.c
Abhilekh Deka
Re: [PATCH v3] net/ibmveth: fix comment typos in ibmveth.c
Dave Marquardt
Re: [PATCH v3] net/ibmveth: fix comment typos in ibmveth.c
Christophe Leroy (CS GROUP)
Earlier messages
Later messages