linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-21 05:03:53 to 2019-06-25 17:51:21 UTC [more...]

[PATCH REPOST] powerpc/rtas: Fix hang in race against concurrent cpu offline
 2019-06-25 17:48 UTC 

[PATCH] powerpc/rtas: Fix hang in race against concurrent cpu offline
 2019-06-25 17:29 UTC  (2+ messages)

DMA coherency in drivers/tty/serial/mpsc.c
 2019-06-25 16:37 UTC  (2+ messages)

[PATCH 1/1] powerpc: fix off by one in max_zone_pfn initialization for ZONE_DMA
 2019-06-25 15:03 UTC  (2+ messages)

remove unused powernv code v3
 2019-06-25 14:52 UTC  (5+ messages)
` [PATCH 1/4] powerpc/powernv: remove the unused pnv_pci_set_p2p function
` [PATCH 2/4] powerpc/powernv: remove the unused tunneling exports
` [PATCH 3/4] powerpc/powernv: remove unused NPU DMA code
` [PATCH 4/4] powerpc/powernv: remove the unused vas_win_paste_addr and vas_win_id functions

switch the remaining architectures to use generic GUP v4
 2019-06-25 14:37 UTC  (17+ messages)
` [PATCH 01/16] mm: use untagged_addr() for get_user_pages_fast addresses
` [PATCH 02/16] mm: simplify gup_fast_permitted
` [PATCH 03/16] mm: lift the x86_32 PAE version of gup_get_pte to common code
` [PATCH 04/16] MIPS: use the generic get_user_pages_fast code
` [PATCH 05/16] sh: add the missing pud_page definition
` [PATCH 06/16] sh: use the generic get_user_pages_fast code
` [PATCH 07/16] sparc64: add the missing pgd_page definition
` [PATCH 08/16] sparc64: define untagged_addr()
` [PATCH 09/16] sparc64: use the generic get_user_pages_fast code
` [PATCH 10/16] mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP
` [PATCH 11/16] mm: reorder code blocks in gup.c
` [PATCH 12/16] mm: consolidate the get_user_pages* implementations
` [PATCH 13/16] mm: validate get_user_pages_fast flags
` [PATCH 14/16] mm: move the powerpc hugepd code to mm/gup.c
` [PATCH 15/16] mm: switch gup_hugepte to use try_get_compound_head
` [PATCH 16/16] mm: mark the page referenced in gup_hugepte

[RFC PATCH v1 00/13] Reduce ifdef mess in ptrace
 2019-06-25 13:21 UTC  (15+ messages)
` [RFC PATCH v1 01/13] powerpc: move ptrace into a subdirectory
` [RFC PATCH v1 02/13] powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64
` [RFC PATCH v1 03/13] powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSET
` [RFC PATCH v1 04/13] powerpc/ptrace: split out VSX related functions
` [RFC PATCH v1 05/13] powerpc/ptrace: split out ALTIVEC "
` [RFC PATCH v1 06/13] powerpc/ptrace: split out SPE "
` [RFC PATCH v1 07/13] powerpc/ptrace: split out TRANSACTIONAL_MEM "
` [RFC PATCH v1 08/13] powerpc/ptrace: move register viewing functions out of ptrace.c
` [RFC PATCH v1 09/13] powerpc/ptrace: split out ADV_DEBUG_REGS related functions
` [RFC PATCH v1 10/13] powerpc/ptrace: create ptrace_get_debugreg()
` [RFC PATCH v1 11/13] powerpc/ptrace: create ppc_gethwdinfo()
` [RFC PATCH v1 12/13] powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.c
` [RFC PATCH v1 13/13] powerpc/hw_breakpoint: move instruction stepping out of hw_breakpoint_handler()

[PATCH v2 0/3] powerpc/papr_scm: Workaround for failure of drc bind after kexec
 2019-06-25 12:27 UTC  (4+ messages)
` [PATCH v2 1/3] powerpc/pseries: Update SCM hcall op-codes in hvcall.h
` [PATCH v2 2/3] powerpc/papr_scm: Update drc_pmem_unbind() to use H_SCM_UNBIND_ALL
` [PATCH v2 3/3] powerpc/papr_scm: Force a scm-unbind if initial scm-bind fails

switch the remaining architectures to use generic GUP v3
 2019-06-25 11:56 UTC  (31+ messages)
` [PATCH 01/16] mm: use untagged_addr() for get_user_pages_fast addresses
` [PATCH 02/16] mm: simplify gup_fast_permitted
` [PATCH 03/16] mm: lift the x86_32 PAE version of gup_get_pte to common code
` [PATCH 04/16] MIPS: use the generic get_user_pages_fast code
` [PATCH 10/16] mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP
` [PATCH 11/16] mm: consolidate the get_user_pages* implementations
` [PATCH 16/16] mm: pass get_user_pages_fast iterator arguments in a structure

remove unused powernv code v2
 2019-06-25  8:28 UTC  (7+ messages)
` [PATCH 1/4] powerpc/powernv: remove the unused pnv_pci_set_p2p function
` [PATCH 2/4] powerpc/powernv: remove the unused tunneling exports
` [PATCH 3/4] powerpc/powernv: remove unused NPU DMA code
` [PATCH 4/4] powerpc/powernv: remove the unused vas_win_paste_addr and vas_win_id functions

[PATCH] ocxl: Fix concurrent AFU open and device removal
 2019-06-25  8:22 UTC  (5+ messages)

[PATCH] ocxl: Update for AFU descriptor template version 1.1
 2019-06-25  4:21 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix CR0 setting in TM emulation
 2019-06-25  4:11 UTC  (3+ messages)

[PATCH] powerpc: Document xive=off option
 2019-06-25  3:38 UTC  (2+ messages)

[PATCH 0/2] powerpc/papr_scm: Workaround for failure of drc bind after kexec
 2019-06-25  1:23 UTC  (5+ messages)
` [PATCH 1/2] powerpc/papr_scm: Update drc_pmem_unbind() to use H_SCM_UNBIND_ALL
` [PATCH 2/2] powerpc/papr_scm: Force a scm-unbind if initial scm-bind fails

[PATCH v4 0/4] Additional fixes on Talitos driver
 2019-06-25  1:20 UTC  (5+ messages)
` [PATCH v4 1/4] lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE

[PATCH] powerpc/rtas: retry when cpu offline races with suspend/migration
 2019-06-25  1:02 UTC  (4+ messages)

[PATCH 0/3] fix vmalloc_to_page for huge vmap mappings
 2019-06-25  0:20 UTC  (7+ messages)
` [PATCH 1/3] arm64: mm: Add p?d_large() definitions
` [PATCH 2/3] powerpc/64s: Add p?d_large definitions
` [PATCH 3/3] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings

remove asm-generic/ptrace.h v3
 2019-06-24 20:33 UTC  (9+ messages)
` [PATCH 1/5] arm64: don't use asm-generic/ptrace.h
` [PATCH 2/5] powerpc: "
` [PATCH 3/5] sh: "
` [PATCH 4/5] x86: "
` [PATCH 5/5] asm-generic: remove ptrace.h

[PATCH v11 00/13] Appended signatures support for IMA appraisal
 2019-06-24 19:56 UTC  (5+ messages)
` [PATCH v11 01/13] MODSIGN: Export module signature definitions
` [PATCH v11 02/13] PKCS#7: Refactor verify_pkcs7_signature()

[next][PowerPC] RCU stalls while booting linux-next on PowerVM LPAR
 2019-06-24 17:09 UTC  (3+ messages)

CVE-2019-12817: Linux kernel: powerpc: Unrelated processes may be able to read/write to each other's virtual memory
 2019-06-24 14:44 UTC 

[PATCH 1/2] powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ARCH_300_INVALIDATE_ERAT
 2019-06-24 11:39 UTC  (5+ messages)
` [PATCH 2/2] powerpc/64s/radix: keep kernel ERAT over local process/guest invalidates

[PATCH v5 0/4] *** SUBJECT HERE ***
 2019-06-24  7:21 UTC  (6+ messages)
` [PATCH v5 1/4] lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE
` [PATCH v5 2/4] crypto: talitos - move struct talitos_edesc into talitos.h
` [PATCH v5 3/4] crypto: talitos - fix hash on SEC1
` [PATCH v5 4/4] crypto: talitos - drop icv_ool
` [PATCH v5 0/4] Additional fixes on Talitos driver

[PATCH v1] powerpc: Fix BUG_ON during memory unplug on radix
 2019-06-24  6:03 UTC 

[PATCH v2 1/2] powerpc/powernv: Enhance opal message read interface
 2019-06-24  5:36 UTC  (2+ messages)

[PATCH 00/13] powerpc: implement machine check safe memcpy
 2019-06-24  5:19 UTC  (18+ messages)
` [PATCH 03/13] powerpc/mce: Add MCE notification chain
` [PATCH 04/13] powerpc/mce: Move machine_check_ue_event() call
` [PATCH 05/13] powerpc/mce: Allow notifier callback to handle MCE
` [PATCH 06/13] powerpc/mce: Do not process notifier-handled UE events
` [PATCH 07/13] powerpc/mce: Add fixup address to "
` [PATCH 08/13] powerpc/memcpy: Add memcpy_mcsafe for pmem
` [PATCH 09/13] powerpc/mce: Handle memcpy_mcsafe()
` [PATCH 10/13] powerpc/mce: Enable MCE notifiers in external modules
` [PATCH 11/13] powerpc/64s: Save r13 in machine_check_common_early
` [PATCH 12/13] powerpc/memcpy_mcsafe: return remaining bytes
` [PATCH 13/13] powerpc: add machine check safe copy_to_user

[PATCH 1/3] powerpc/64: __ioremap_at clean up in the error case
 2019-06-24  3:12 UTC  (8+ messages)
` [PATCH 2/3] powerpc/64s/radix: ioremap use ioremap_page_range

[PATCH] i2c: remove casting dma_alloc
 2019-06-23 21:13 UTC 

[PATCH v2] powerpc/boot: pass CONFIG options in a simpler and more robust way
 2019-06-23 14:10 UTC  (2+ messages)

[PATCH v2] powerpc/mm: mark more tlb functions as __always_inline
 2019-06-23 14:09 UTC  (2+ messages)

[PATCH 1/3] KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest TLB entries
 2019-06-23 10:34 UTC  (2+ messages)

[PATCH] powerpc: enable a 30-bit ZONE_DMA for 32-bit pmac
 2019-06-23 10:34 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.2-5 tag
 2019-06-22 16:55 UTC  (2+ messages)

[PATCH v3 00/25] powerpc/64s interrupt handler cleanups, gasification
 2019-06-22 13:15 UTC  (26+ messages)
` [PATCH v3 01/25] powerpc/64s/exception: remove H concatenation for EXC_HV variants
` [PATCH v3 02/25] powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variant
` [PATCH v3 03/25] powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variants
` [PATCH v3 04/25] powerpc/64s/exception: fix sreset KVM test code
` [PATCH v3 05/25] powerpc/64s/exception: remove the "extra" macro parameter
` [PATCH v3 06/25] powerpc/64s/exception: consolidate maskable and non-maskable prologs
` [PATCH v3 07/25] powerpc/64s/exception: merge KVM handler and skip variants
` [PATCH v3 08/25] powerpc/64s/exception: KVM handler can set the HSRR trap bit
` [PATCH v3 09/25] powerpc/64s/exception: Make EXCEPTION_PROLOG_0 a gas macro for consistency with others
` [PATCH v3 10/25] powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into callers
` [PATCH v3 11/25] powerpc/64s/exception: Move EXCEPTION_COMMON additions "
` [PATCH v3 12/25] powerpc/64s/exception: unwind exception-64s.h macros
` [PATCH v3 13/25] powerpc/64s/exception: improve 0x500 handler code
` [PATCH v3 14/25] powerpc/64s/exception: move EXCEPTION_PROLOG_2* to a more logical place
` [PATCH v3 15/25] powerpc/64s/exception: remove STD_EXCEPTION_COMMON variants
` [PATCH v3 16/25] powerpc/64s/exception: move KVM related code together
` [PATCH v3 17/25] powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it is used
` [PATCH v3 18/25] powerpc/64s/exception: move head-64.h "
` [PATCH v3 19/25] powerpc/64s/exception: remove __BRANCH_TO_KVM
` [PATCH v3 20/25] powerpc/64s/exception: remove unused BRANCH_TO_COMMON
` [PATCH v3 21/25] powerpc/64s/exception: use a gas macro for system call handler code
` [PATCH v3 22/25] powerpc/64s/exception: fix indenting irregularities
` [PATCH v3 23/25] powerpc/64s/exception: generate regs clear instructions using .rept
` [PATCH v3 24/25] powerpc/64s/exception: remove pointless EXCEPTION_PROLOG macro indirection
` [PATCH v3 25/25] powerpc/64s/exception: move paca save area offsets into exception-64s.S

[PATCH 1/4] mm: Move ioremap page table mapping function to mm/
 2019-06-22  9:42 UTC  (5+ messages)

[PATCH 0/7] powerpc/ftrace: Patch out -mprofile-kernel instructions
 2019-06-22  3:49 UTC  (6+ messages)
` [PATCH 6/7] kprobes/ftrace: Use ftrace_location() when [dis]arming probes
` [PATCH 7/7] powerpc/kprobes: Allow probing on any ftrace address

[PATCH v3 0/6] mm: Further memory block device cleanups
 2019-06-21 23:42 UTC  (11+ messages)
` [PATCH v3 5/6] mm/memory_hotplug: Move and simplify walk_memory_blocks()

[PATCH] powerpc/64s/exception: Fix machine check early corrupting AMR
 2019-06-21 22:55 UTC 

remove dead powernv code v2
 2019-06-21  9:24 UTC  (5+ messages)
` [PATCH 2/4] powerpc/powernv: remove the unused tunneling exports

[PATCH] powerpc/lib/xor_vmx: Relax frame size for clang
 2019-06-21  8:58 UTC 

[PATCH] powerpc/powernv: Rename pe_level_printk to pe_printk and embed KERN_LEVEL in format
 2019-06-21  5:36 UTC 

[PATCH kernel] powerpc/of/pci: Rewrite pci_parse_of_flags
 2019-06-21  5:11 UTC 


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