linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-19 13:27:25 to 2019-06-22 13:51:50 UTC [more...]

[PATCH v3 00/25] powerpc/64s interrupt handler cleanups, gasification
 2019-06-22 13:15 UTC  (12+ 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 "

[GIT PULL] Please pull powerpc/linux.git powerpc-5.2-5 tag
 2019-06-22 11:52 UTC 

[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  (12+ messages)
` [PATCH 4/7] powerpc/ftrace: Additionally nop out the preceding mflr with -mprofile-kernel
` [PATCH 6/7] kprobes/ftrace: Use ftrace_location() when [dis]arming probes
` [PATCH 7/7] powerpc/kprobes: Allow probing on any ftrace address

switch the remaining architectures to use generic GUP v3
 2019-06-21 23:55 UTC  (26+ 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

[PATCH v3 0/6] mm: Further memory block device cleanups
 2019-06-21 23:42 UTC  (16+ messages)
` [PATCH v3 1/6] mm: Section numbers use the type "unsigned long"
` [PATCH v3 2/6] drivers/base/memory: Use "unsigned long" for block ids
` [PATCH v3 3/6] mm: Make register_mem_sect_under_node() static
` [PATCH v3 4/6] mm/memory_hotplug: Rename walk_memory_range() and pass start+size instead of pfns
` [PATCH v3 5/6] mm/memory_hotplug: Move and simplify walk_memory_blocks()
` [PATCH v3 6/6] drivers/base/memory.c: Get rid of find_memory_block_hinted()

[PATCH 00/13] powerpc: implement machine check safe memcpy
 2019-06-21 23:21 UTC  (17+ messages)
` [PATCH 01/13] powerpc/mce: Make machine_check_ue_event() static
` [PATCH 02/13] powerpc/mce: Bug fixes for MCE handling in kernel space
` [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] 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  (15+ messages)
` [PATCH 2/4] powerpc/powernv: remove the unused tunneling exports
` [PATCH 3/4] powerpc/powernv: remove dead NPU DMA code
` [PATCH 4/4] powerpc/powernv: remove the unused vas_win_paste_addr and vas_win_id functions

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

[PATCH] powerpc/rtas: retry when cpu offline races with suspend/migration
 2019-06-21  6:05 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 

[PATCH v2] ocxl: Allow contexts to be attached with a NULL mm
 2019-06-21  0:22 UTC  (4+ messages)

[PATCH v2 0/6] mm: Further memory block device cleanups
 2019-06-20 18:25 UTC  (10+ messages)
` [PATCH v2 1/6] mm: Section numbers use the type "unsigned long"
` [PATCH v2 2/6] drivers/base/memory: Use "unsigned long" for block ids
` [PATCH v2 3/6] mm: Make register_mem_sect_under_node() static
` [PATCH v2 4/6] mm/memory_hotplug: Rename walk_memory_range() and pass start+size instead of pfns
` [PATCH v2 5/6] mm/memory_hotplug: Move and simplify walk_memory_blocks()
` [PATCH v2 6/6] drivers/base/memory.c: Get rid of find_memory_block_hinted()

[PATCH] powerpc: enable a 30-bit ZONE_DMA for 32-bit pmac
 2019-06-20 13:49 UTC  (6+ messages)

[PATCH v2 00/52] powerpc/64s interrupt handler cleanups, gasification
 2019-06-20 10:57 UTC  (59+ messages)
` [PATCH v2 01/52] powerpc/64s/exception: fix line wrap and semicolon inconsistencies in macros
` [PATCH v2 02/52] powerpc/64s/exception: remove H concatenation for EXC_HV variants
` [PATCH v2 03/52] powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variant
` [PATCH v2 04/52] powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variants
` [PATCH v2 05/52] powerpc/64s/exception: fix sreset KVM test code
` [PATCH v2 06/52] powerpc/64s/exception: remove the "extra" macro parameter
` [PATCH v2 07/52] powerpc/64s/exception: consolidate maskable and non-maskable prologs
` [PATCH v2 08/52] powerpc/64s/exception: merge KVM handler and skip variants
` [PATCH v2 09/52] powerpc/64s/exception: KVM handler can set the HSRR trap bit
` [PATCH v2 10/52] powerpc/64s/exception: Make EXCEPTION_PROLOG_0 a gas macro for consistency with others
` [PATCH v2 11/52] powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into callers
` [PATCH v2 12/52] powerpc/64s/exception: Move EXCEPTION_COMMON additions "
` [PATCH v2 13/52] powerpc/64s/exception: unwind exception-64s.h macros
` [PATCH v2 14/52] powerpc/64s/exception: improve 0x500 handler code
` [PATCH v2 15/52] powerpc/64s/exception: move EXCEPTION_PROLOG_2* to a more logical place
` [PATCH v2 16/52] powerpc/64s/exception: remove STD_EXCEPTION_COMMON variants
` [PATCH v2 17/52] powerpc/64s/exception: move KVM related code together
` [PATCH v2 18/52] powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it is used
` [PATCH v2 19/52] powerpc/64s/exception: move head-64.h "
` [PATCH v2 20/52] powerpc/64s/exception: remove __BRANCH_TO_KVM
` [PATCH v2 21/52] powerpc/64s/exception: remove unused BRANCH_TO_COMMON
` [PATCH v2 22/52] powerpc/64s/exception: use a gas macro for system call handler code
` [PATCH v2 23/52] powerpc/64s/exception: fix indenting irregularities
` [PATCH v2 24/52] powerpc/64s/exception: generate regs clear instructions using .rept
` [PATCH v2 25/52] powerpc/64s/exception: remove bad stack branch
` [PATCH v2 26/52] powerpc/64s/exception: remove pointless EXCEPTION_PROLOG macro indirection
` [PATCH v2 27/52] powerpc/64s/exception: move paca save area offsets into exception-64s.S
` [PATCH v2 28/52] powerpc/64s/exception: clean up system call entry
` [PATCH v2 29/52] powerpc/64s/exception: avoid SPR RAW scoreboard stall in real mode entry
` [PATCH v2 30/52] powerpc/64s/exception: optimise system_reset for idle, clean up non-idle case
` [PATCH v2 31/52] powerpc/64s/exception: mtmsrd L=1 cleanup
` [PATCH v2 32/52] powerpc/64s/exception: windup use r9 consistently to restore SPRs
` [PATCH v2 33/52] powerpc/64s/exception: move machine check windup in_mce handling
` [PATCH v2 34/52] powerpc/64s/exception: simplify hmi windup code
` [PATCH v2 35/52] powerpc/64s/exception: shuffle windup code around
` [PATCH v2 36/52] powerpc/64s/exception: use common macro for windup
` [PATCH v2 37/52] powerpc/64s/exception: add dar and dsisr options to exception macro
` [PATCH v2 38/52] powerpc/64s/exception: machine check use standard macros to save dar/dsisr
` [PATCH v2 39/52] powerpc/64s/exception: denorm handler use standard scratch save macro
` [PATCH v2 40/52] powerpc/64s/exception: move SET_SCRATCH0 into EXCEPTION_PROLOG_0
` [PATCH v2 41/52] powerpc/tm: update comment about interrupt re-entrancy
` [PATCH v2 42/52] powerpc/64s/exception: machine check fwnmi does not trigger when in HV mode
` [PATCH v2 43/52] powerpc/64s/exception: machine check early only runs "
` [PATCH v2 44/52] powerpc/64s/exception: separate pseries and powernv mce delivery paths
` [PATCH v2 45/52] powerpc/64s/exception: machine check windup restore cfar for host delivery
` [PATCH v2 46/52] powerpc/64s/exception: fix machine check early should not set AMR
` [PATCH v2 47/52] powerpc/64s/exception: machine check restructure handler to be more regular
` [PATCH v2 48/52] powerpc/64s/exception: simplify machine check early path
` [PATCH v2 49/52] powerpc/64s/exceptions: machine check move unrecoverable handling out of line
` [PATCH v2 50/52] powerpc/64s/exception: untangle early machine check handler
` [PATCH v2 51/52] powerpc/64s/exception: machine check improve branch labels
` [PATCH v2 52/52] powerpc/64s/exception: add missing branch to self after RFI

[PATCH v4 0/6] Fixes related namespace alignment/page size/big endian
 2019-06-20  9:16 UTC  (7+ messages)
` [PATCH v4 1/6] nvdimm: Consider probe return -EOPNOTSUPP as success
` [PATCH v4 2/6] mm/nvdimm: Add page size and struct page size to pfn superblock
` [PATCH v4 3/6] mm/nvdimm: Use correct #defines instead of open coding
` [PATCH v4 4/6] mm/nvdimm: Pick the right alignment default when creating dax devices
` [PATCH v4 5/6] mm/nvdimm: Use correct alignment when looking at first pfn from a region
` [PATCH v4 6/6] mm/nvdimm: Fix endian conversion issues

[PATCH 1/3] KVM: PPC: Book3S HV: Invalidate ERAT when flushing guest TLB entries
 2019-06-20  8:19 UTC  (6+ messages)
` [PATCH 2/3] KVM: PPC: Book3S HV: Signed extend decrementer value if not using large decr
` [PATCH 3/3] KVM: PPC: Book3S HV: Clear pending decr exceptions on nested guest entry

[PATCH v12 00/31] Speculative page faults
 2019-06-20  8:19 UTC  (5+ messages)

[PATCH v2] crypto: nx: no need to check return value of debugfs_create functions
 2019-06-20  8:07 UTC  (2+ messages)

[PATCH] crypto: talitos - fix max key size for sha384 and sha512
 2019-06-20  8:06 UTC  (2+ messages)

[PATCH] crypto: vmx - Document CTR mode counter width quirks
 2019-06-20  8:06 UTC  (2+ messages)

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

[PATCH] KVM: PPC: Book3S HV: Fix CR0 setting in TM emulation
 2019-06-20  6:00 UTC 

[PATCH v2 0/6]
 2019-06-20  3:45 UTC  (6+ messages)
` [PATCH v2 3/6] powerpc/eeh: Improve debug messages around device addition

[PATCH v2 01/10] powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xx
 2019-06-20  2:17 UTC  (2+ messages)

[PATCH 0/2] Fix handling of h_set_dawr
 2019-06-20  1:45 UTC  (3+ messages)

[PATCH v5 1/2] powerpc: silence a -Wcast-function-type warning in dawr_write_file_bool
 2019-06-19 18:03 UTC  (5+ messages)
` [PATCH v5 2/2] powerpc: Fix compile issue with force DAWR

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

[PATCH v3] KVM: PPC: Report single stepping capability
 2019-06-19 16:01 UTC 

[RFC PATCH v0] powerpc: Fix BUG_ON during memory unplug on radix
 2019-06-19 14:40 UTC  (5+ messages)

[PATCH] ocxl: Update for AFU descriptor template version 1.1
 2019-06-19 14:31 UTC  (2+ messages)

[RFC 00/11] opencapi: enable card reset and link retraining
 2019-06-19 13:28 UTC  (12+ messages)
` [RFC 01/11] powerpc/powernv/ioda: Fix ref count for devices with their own PE
` [RFC 02/11] powerpc/powernv/ioda: Protect PE list
` [RFC 03/11] powerpc/powernv/ioda: set up PE on opencapi device when enabling
` [RFC 04/11] powerpc/powernv/ioda: Release opencapi device
` [RFC 05/11] powerpc/powernv/ioda: Find opencapi slot for a device node
` [RFC 06/11] pci/hotplug/pnv-php: Remove erroneous warning
` [RFC 07/11] pci/hotplug/pnv-php: Improve error msg on power state change failure
` [RFC 08/11] pci/hotplug/pnv-php: Register opencapi slots
` [RFC 09/11] pci/hotplug/pnv-php: Relax check when disabling slot
` [RFC 10/11] pci/hotplug/pnv-php: Wrap warnings in macro
` [RFC 11/11] ocxl: Add PCI hotplug dependency to Kconfig


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