linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-14 23:06:52 to 2021-06-16 03:24:20 UTC [more...]

Oops (NULL pointer) with 'perf record' of selftest 'null_syscall'
 2021-06-16  3:23 UTC  (2+ messages)

[PATCH 6/8] powerpc/membarrier: Remove special barrier on mm switch
 2021-06-16  3:21 UTC  (2+ messages)
` [PATCH 8/8] membarrier: Rewrite sync_core_before_usermode() and improve documentation

[PATCH] powerpc: Fix initrd corruption with relative jump labels
 2021-06-16  2:40 UTC  (7+ messages)

[PATCH v4 0/2] powerpc/64: Option to use ELF V2 ABI for big-endian
 2021-06-16  2:39 UTC  (11+ messages)
` [PATCH v4 1/2] module: add elf_check_module_arch for module specific elf arch checks

[PATCH v19 00/13] Carry forward IMA measurement log on kexec on ARM64
 2021-06-16  2:23 UTC  (7+ messages)
` [PATCH v19 05/13] of: Add a common kexec FDT setup function

[PATCH v7 00/11] Speedup mremap on ppc64
 2021-06-16  1:44 UTC  (4+ messages)

[PATCH v3 00/11] powerpc/64: fast interrupt exits
 2021-06-16  1:25 UTC  (8+ messages)
` [PATCH v3 03/11] powerpc/64s: avoid reloading (H)SRR registers if they are still valid
` [PATCH v3 11/11] powerpc/64: use interrupt restart table to speed up return from interrupt

[PATCH v2] selftests/powerpc: Always test lmw and stmw
 2021-06-16  1:06 UTC  (2+ messages)

[PATCH v4 0/4] shoot lazy tlbs
 2021-06-16  1:02 UTC  (12+ messages)
` [PATCH v4 2/4] lazy tlb: allow lazy tlb mm refcounting to be configurable

[RFC] powerpc/pseries: Interface to represent PAPR firmware attributes
 2021-06-16  0:03 UTC  (5+ messages)

+ mm-rename-p4d_page_vaddr-to-p4d_pgtable-and-make-it-return-pud_t.patch added to -mm tree
 2021-06-15 23:38 UTC 

+ mm-rename-pud_page_vaddr-to-pud_pgtable-and-make-it-return-pmd_t.patch added to -mm tree
 2021-06-15 23:38 UTC 

[PATCH v10 00/12] Restricted DMA
 2021-06-15 22:21 UTC  (24+ messages)
` [PATCH v10 01/12] swiotlb: Refactor swiotlb init functions
` [PATCH v10 02/12] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v10 03/12] swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
` [PATCH v10 04/12] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v10 05/12] swiotlb: Update is_swiotlb_active "
` [PATCH v10 06/12] swiotlb: Use is_dev_swiotlb_force for swiotlb data bouncing
` [PATCH v10 07/12] swiotlb: Move alloc_size to swiotlb_find_slots
` [PATCH v10 08/12] swiotlb: Refactor swiotlb_tbl_unmap_single
` [PATCH v10 09/12] swiotlb: Add restricted DMA pool initialization
` [PATCH v10 10/12] swiotlb: Add restricted DMA alloc/free support
` [PATCH v10 11/12] dt-bindings: of: Add restricted DMA pool
` [PATCH v10 12/12] of: Add plumbing for "

[powerpc:next-test 119/124] arch/powerpc/kernel/interrupt.c:378:23: warning: no previous prototype for 'syscall_exit_restart'
 2021-06-15 19:48 UTC 

[powerpc:next-test 116/124] arch/powerpc/lib/restart_table.c:13:15: warning: no previous prototype for 'search_kernel_restart_table'
 2021-06-15 18:42 UTC 

simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-15 16:28 UTC  (5+ messages)
` [PATCH 09/30] mtd_blkdevs: use blk_mq_alloc_disk

[PATCH AUTOSEL 5.10 07/30] ASoC: fsl-asoc-card: Set .owner attribute when registering card
 2021-06-15 15:48 UTC 

[PATCH AUTOSEL 5.12 07/33] ASoC: fsl-asoc-card: Set .owner attribute when registering card
 2021-06-15 15:47 UTC 

[PATCH kernel v2] powerpc/powernv: Reserve a hole which appears after enabling IOV
 2021-06-15 15:09 UTC  (2+ messages)

Testing with Github Actions
 2021-06-15 13:35 UTC 

switch the block layer to use kmap_local_page v2
 2021-06-15 13:24 UTC  (19+ messages)
` [PATCH 01/18] mm: add a kunmap_local_dirty helper
` [PATCH 02/18] mm: use kunmap_local_dirty in memcpy_to_page
` [PATCH 03/18] mm: use kmap_local_page in memzero_page
` [PATCH 04/18] MIPS: don't include <linux/genhd.h> in <asm/mach-rc32434/rb.h>
` [PATCH 05/18] bvec: fix the include guards for bvec.h
` [PATCH 06/18] bvec: add a bvec_kmap_local helper
` [PATCH 07/18] bvec: add memcpy_{from, to}_bvec and memzero_bvec helper
` [PATCH 08/18] block: use memzero_page in zero_fill_bio
` [PATCH 09/18] rbd: use memzero_bvec
` [PATCH 10/18] dm-writecache: use bvec_kmap_local instead of bvec_kmap_irq
` [PATCH 11/18] ps3disk: use memcpy_{from,to}_bvec
` [PATCH 12/18] block: remove bvec_kmap_irq and bvec_kunmap_irq
` [PATCH 13/18] block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvec
` [PATCH 14/18] block: use memcpy_to_bvec in copy_to_high_bio_irq
` [PATCH 15/18] block: use memcpy_from_bvec in bio_copy_kern_endio_read
` [PATCH 16/18] block: use memcpy_from_bvec in __blk_queue_bounce
` [PATCH 17/18] block: use bvec_kmap_local in t10_pi_type1_{prepare, complete}
` [PATCH 18/18] block: use bvec_kmap_local in bio_integrity_process

[PATCH v9 00/14] Restricted DMA
 2021-06-15 13:30 UTC  (5+ messages)
` [PATCH v9 01/14] swiotlb: Refactor swiotlb init functions

[PATCH 0/5] cpufreq: cppc: Fix suspend/resume specific races with FIE code
 2021-06-15 12:17 UTC  (5+ messages)

[PATCH v2 1/2] mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *
 2021-06-15 11:41 UTC  (3+ messages)
` [PATCH v2 2/2] mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *

[powerpc:merge] BUILD SUCCESS 419dfbc3e05d80c5f6d6856534cd0a21c22c22de
 2021-06-15 11:37 UTC 

[PATCH v12 0/6] KASAN core changes for ppc64 radix KASAN
 2021-06-15 10:31 UTC  (10+ messages)
` [PATCH v12 1/6] kasan: allow an architecture to disable inline instrumentation
` [PATCH v12 2/6] kasan: allow architectures to provide an outline readiness check
` [PATCH v12 3/6] kasan: define and use MAX_PTRS_PER_* for early shadow tables
` [PATCH v12 4/6] kasan: Document support on 32-bit powerpc
` [PATCH v12 5/6] powerpc/mm/kasan: rename kasan_init_32.c to init_32.c
` [PATCH v12 6/6] [RFC] powerpc: Book3S 64-bit outline-only KASAN support

[powerpc:fixes] BUILD SUCCESS e41d6c3f4f9b4804e53ca87aba8ee11ada606c77
 2021-06-15  9:16 UTC 

[powerpc:fixes-test] BUILD SUCCESS b41bd709a9a2e2d0ce55eef23656770d6fa16221
 2021-06-15  9:16 UTC 

[PATCH v5 00/17] Enable VAS and NX-GZIP support on PowerVM
 2021-06-15  9:01 UTC  (14+ messages)
` [PATCH v5 04/17] powerpc/vas: Add platform specific user window operations
` [PATCH v5 12/17] powerpc/pseries/vas: Integrate API with open/close windows
` [PATCH v5 13/17] powerpc/pseries/vas: Setup IRQ and fault handling
` [PATCH v5 16/17] crypto/nx: Get NX capabilities for GZIP coprocessor type

[PATCH v2 1/4] powerpc/interrupt: Interchange prep_irq_for_{kernel_enabled/user}_exit()
 2021-06-15  8:37 UTC  (4+ messages)
` [PATCH v2 2/4] powerpc/interrupt: Refactor prep_irq_for_user_exit()

[PATCH v3 1/5] powerpc/interrupt: Rename and lightly change syscall_exit_prepare_main()
 2021-06-15  8:33 UTC  (5+ messages)
` [PATCH v3 2/5] powerpc/interrupt: Refactor interrupt_exit_user_prepare()
` [PATCH v3 3/5] powerpc/interrupt: Interchange prep_irq_for_{kernel_enabled/user}_exit()
` [PATCH v3 4/5] powerpc/interrupt: Refactor prep_irq_for_{user/kernel_enabled}_exit()
` [PATCH v3 5/5] powerpc/interrupt: Remove prep_irq_for_user_exit()

[RFC PATCH 0/8] Add support for FORM2 associativity
 2021-06-15  8:26 UTC  (25+ messages)
` [RFC PATCH 1/8] powerpc/pseries: rename min_common_depth to primary_domain_index
` [RFC PATCH 2/8] powerpc/pseries: rename distance_ref_points_depth to max_domain_index
` [RFC PATCH 3/8] powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITY
` [RFC PATCH 4/8] powerpc/pseries: Consolidate DLPAR NUMA distance update
` [RFC PATCH 6/8] powerpc/pseries: Add a helper for form1 cpu distance
` [RFC PATCH 7/8] powerpc/pseries: Add support for FORM2 associativity
` [RFC PATCH 8/8] powerpc/papr_scm: Use FORM2 associativity details

[PATCH -next] powerpc/spider-pci: Remove set but not used variable 'val'
 2021-06-15  8:18 UTC  (3+ messages)

[PATCH 1/7] powerpc/signal64: Copy siginfo before changing regs->nip
 2021-06-15  7:28 UTC  (15+ messages)
` [PATCH 2/7] powerpc/signal64: Don't read sigaction arguments back from user memory
` [PATCH 3/7] powerpc/signal64: Access function descriptor with user access block
` [PATCH 4/7] powerpc/signal: Include the new stack frame inside the "
` [PATCH 5/7] signal: Add unsafe_copy_siginfo_to_user()
` [PATCH 6/7] powerpc/uaccess: Add unsafe_clear_user()
` [PATCH 7/7] powerpc/signal: Use unsafe_copy_siginfo_to_user()

[PATCH v2 00/12] powerpc: Cleanup use of 'struct ppc_inst'
 2021-06-15  7:24 UTC  (16+ messages)
` [PATCH v2 04/12] powerpc/inst: Avoid pointer dereferencing in ppc_inst_equal()
` [PATCH v2 05/12] powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching, feature-fixups)
` [PATCH v2 06/12] powerpc/lib/code-patching: Make instr_is_branch_to_addr() static
` [PATCH v2 07/12] powerpc/lib/code-patching: Don't use struct 'ppc_inst' for runnable code in tests
` [PATCH v2 08/12] powerpc: Don't use 'struct ppc_inst' to reference instruction location
` [PATCH v2 09/12] powerpc/inst: Refactor PPC32 and PPC64 versions

[PATCH 0/3] Make cache-object aware of L3 siblings by parsing "ibm, thread-groups" property
 2021-06-15  7:08 UTC  (4+ messages)
` [PATCH 1/3] powerpc/cacheinfo: Lookup cache by dt node and thread-group id
` [PATCH 2/3] powerpc/cacheinfo: Remove the redundant get_shared_cpu_map()
` [PATCH 3/3] powerpc/smp: Use existing L2 cache_map cpumask to find L3 cache siblings

[PATCH] powerpc/signal64: Don't read sigaction arguments back from user memory
 2021-06-15  6:22 UTC  (6+ messages)

[PATCH 1/2] selftests/powerpc: Add missing clobbered register to to ptrace TM tests
 2021-06-15  6:06 UTC  (3+ messages)
` [PATCH 2/2] selftests: Skip TM tests on synthetic TM implementations

[PATCH] cpufreq:powernv: Fix init_chip_info initialization in numa=off
 2021-06-15  5:09 UTC 

switch the block layer to use kmap_local_page
 2021-06-15  5:02 UTC  (6+ messages)
` [PATCH 09/16] ps3disk: use memcpy_{from,to}_bvec

[PATCH] usb: gadget: fsl: properly remove remnant of MXC support
 2021-06-15  3:54 UTC  (3+ messages)

[PATCH] powerpc/signal64: Copy siginfo before changing regs->nip
 2021-06-15  2:11 UTC  (9+ messages)

[PATCH v1 01/12] powerpc: Rework PPC_RAW_xxx() macros for prefixed instructions
 2021-06-15  1:48 UTC  (3+ messages)
` [PATCH v1 10/12] powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macros

[PATCH 00/11] powerpc: Add support for Microwatt soft-core
 2021-06-15  1:40 UTC  (13+ messages)
` [PATCH 01/11] powerpc: Add Microwatt platform
` [PATCH 03/11] powerpc/radix: Add support for microwatt's PRTBL SPR
` [PATCH 04/11] powerpc/microwatt: Populate platform bus from device-tree
` [PATCH 05/11] powerpc/xics: Add a native ICS backend for microwatt
` [PATCH 06/11] powerpc: microwatt: Use standard 16550 UART for console
` [PATCH 07/11] powerpc: Add support for microwatt's hardware random number generator
` [PATCH 10/11] powerpc/microwatt: Add a boot wrapper for Microwatt
` [PATCH 09/11] powerpc: boot: Fixup device-tree on little endian
` [PATCH 11/11] powerpc/microwatt: Disable interrupts in boot wrapper main program

[PATCH -next v2 0/9] ASoC: fsl: Use devm_platform_get_and_ioremap_resource()
 2021-06-15  1:39 UTC  (10+ messages)
` [PATCH -next v2 1/9] ASoC: fsl_asrc: "
` [PATCH -next v2 2/9] ASoC: fsl_aud2htx: "
` [PATCH -next v2 3/9] ASoC: fsl_easrc: "
` [PATCH -next v2 4/9] ASoC: fsl_esai: "
` [PATCH -next v2 5/9] ASoC: fsl_micfil: "
` [PATCH -next v2 6/9] ASoC: fsl_sai: "
` [PATCH -next v2 7/9] ASoC: fsl_spdif: "
` [PATCH -next v2 8/9] ASoC: fsl_ssi: "
` [PATCH -next v2 9/9] ASoC: fsl_xcvr: check return value after calling platform_get_resource_byname()


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