linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-29 07:40:04 to 2019-07-03 14:48:14 UTC [more...]

[PATCH] recordmcount: Fix spurious mcount entries on powerpc
 2019-07-03 14:27 UTC  (2+ messages)

[PATCH 1/4] powerpc/powernv: remove the unused pnv_pci_set_p2p function
 2019-07-03 14:27 UTC  (2+ messages)

[PATCH] powerpc/rtas: retry when cpu offline races with suspend/migration
 2019-07-03 14:27 UTC  (4+ messages)

[PATCH] powerpc/cacheflush: fix variable set but not used
 2019-07-03 14:27 UTC  (2+ messages)

[PATCH] powerpc/eeh_cache: fix a W=1 kernel-doc warning
 2019-07-03 14:27 UTC  (2+ messages)

[PATCH] powerpc: Document xive=off option
 2019-07-03 14:27 UTC  (2+ messages)

[PATCH] powerpc/ftrace: Enable C Version of recordmcount
 2019-07-03 14:27 UTC  (2+ messages)

[PATCH 09/30] macintosh: Use kmemdup rather than duplicating its implementation
 2019-07-03 13:19 UTC  (2+ messages)

[PATCH 02/30] powerpc: Use kmemdup rather than duplicating its implementation
 2019-07-03 13:19 UTC  (2+ messages)

Kernel Bug/oops during boot (PowerVM LPAR w/vTPM)
 2019-07-03 11:17 UTC  (2+ messages)

[PATCH V2 0/2] recover the channel swap after xrun
 2019-07-03  9:32 UTC  (5+ messages)
` [PATCH V2 1/2] ASoC: fsl_esai: Wrap some operations to be functions
` [PATCH V2 2/2] ASoC: fsl_esai: recover the channel swap after xrun

[PATCH 00/14] powerpc/64s/exception: machine check cleanup series
 2019-07-03  7:54 UTC  (15+ messages)
` [PATCH 01/14] powerpc/64s/exception: machine check fwnmi remove HV case
` [PATCH 02/14] powerpc/64s/exception: machine check remove bitrotted comment
` [PATCH 03/14] powerpc/64s/exception: machine check fix KVM guest test
` [PATCH 04/14] powerpc/64s/exception: machine check adjust RFI target
` [PATCH 05/14] powerpc/64s/exception: machine check pseries should always run the early handler
` [PATCH 06/14] powerpc/64s/exception: machine check remove machine_check_pSeries_0 branch
` [PATCH 07/14] powerpc/64s/exception: machine check use correct cfar for late handler
` [PATCH 08/14] powerpc/64s/exception: machine check pseries should skip the late handler for host kernel MCEs
` [PATCH 09/14] powerpc/64s/exception: machine check restructure to reuse common macros
` [PATCH 10/14] powerpc/64s/exception: machine check move tramp code
` [PATCH 11/14] powerpc/64s/exception: simplify machine check early path
` [PATCH 12/14] powerpc/64s/exception: machine check move unrecoverable handling out of line
` [PATCH 13/14] powerpc/64s/exception: untangle early machine check handler branch
` [PATCH 14/14] powerpc/64s/exception: machine check improve labels and comments

[RFC PATCH v2 00/12] Reduce ifdef mess in ptrace
 2019-07-03  6:29 UTC  (10+ messages)
` [RFC PATCH v2 09/12] powerpc/ptrace: split out ADV_DEBUG_REGS related functions
` [RFC PATCH v2 10/12] powerpc/ptrace: create ptrace_get_debugreg()
` [RFC PATCH v2 11/12] powerpc/ptrace: create ppc_gethwdinfo()
` [RFC PATCH v2 12/12] powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.c

[PATCH] i2c: remove casting dma_alloc
 2019-07-03  6:24 UTC  (5+ messages)

[PATCH] powerpc/hw_breakpoint: move instruction stepping out of hw_breakpoint_handler()
 2019-07-03  6:20 UTC  (2+ messages)

[PATCH v3 00/16] Add FADump support on PowerNV platform
 2019-07-03  4:04 UTC  (5+ messages)
` [PATCH v3 01/16] powerpc/fadump: move internal fadump code to a new file
` [PATCH v3 03/16] pseries/fadump: move out platform specific support from generic code

[PATCH AUTOSEL 5.1 09/39] selftests/powerpc: Add test of fork with mapping above 512TB
 2019-07-03  2:14 UTC 

[PATCH v2] powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap block
 2019-07-03  1:53 UTC  (2+ messages)

[PATCH 1/3] KVM: PPC: Book3S HV: Always save guest pmu for guest capable of nesting
 2019-07-03  1:20 UTC  (3+ messages)
` [PATCH 2/3] PPC: PMC: Set pmcregs_in_use in paca when running as LPAR
` [PATCH 3/3] KVM: PPC: Book3S HV: Save and restore guest visible PSSCR bits on pseries

[PATCH] powerpc/powernv/idle: Fix restore of SPRN_LDBAR for POWER9 stop state
 2019-07-03  0:51 UTC  (2+ messages)

[PATCH V2] mm/ioremap: Probe platform for p4d huge map support
 2019-07-02 23:06 UTC  (2+ messages)

[PATCH net] net/ibmvnic: Report last valid speed and duplex values to ethtool
 2019-07-02 21:01 UTC  (2+ messages)

[RFC PATCH] Replaces long number representation by BIT() macro
 2019-07-02 16:48 UTC  (4+ messages)

["RFC PATCH" 1/2] powerpc/mm: Fix node look up with numa=off boot
 2019-07-02 15:57 UTC  (9+ messages)
` ["RFC PATCH" 2/2] powerpc/mm: Conslidate numa_enable check and min_common_depth check

[PATCH] powerpc: Enable CONFIG_IPV6 in ppc64_defconfig
 2019-07-02 15:47 UTC 

[v2 00/12] powerpc: implement machine check safe memcpy
 2019-07-02 14:55 UTC  (17+ messages)
` [v2 01/12] powerpc/mce: Make machine_check_ue_event() static
` [v2 02/12] powerpc/mce: Bug fixes for MCE handling in kernel space
` [v2 03/12] powerpc/mce: Add MCE notification chain
` [v2 04/12] powerpc/mce: Move machine_check_ue_event() call
` [v2 05/12] powerpc/mce: Allow notifier callback to handle MCE
` [v2 06/12] powerpc/mce: Add fixup address to UE events
` [v2 07/12] powerpc/memcpy: Add memcpy_mcsafe for pmem
` [v2 08/12] powerpc/mce: Handle memcpy_mcsafe()
` [v2 09/12] powerpc/mce: Enable MCE notifiers in external modules
` [v2 10/12] powerpc/memcpy_mcsafe: return remaining bytes
` [v2 11/12] powerpc: add machine check safe copy_to_user
` [v2 12/12] powerpc/64s: Save r13 in machine_check_common_early

[PATCH -next] powerpc/powernv: Make some sysbols static
 2019-07-02 13:17 UTC 

[PATCH] powerpc/setup: Adjust six seq_printf() calls in show_cpuinfo()
 2019-07-02 12:56 UTC 

[PATCH 0/3] fix vmalloc_to_page for huge vmap mappings
 2019-07-02 10:46 UTC  (7+ messages)
` [PATCH 1/3] arm64: mm: Add p?d_large() definitions
    `  "

[PATCH] powerpc: Use nid as fallback for chip_id
 2019-07-02 10:19 UTC 

[PATCH v5 0/4] *** SUBJECT HERE ***
 2019-07-02  9:23 UTC  (2+ messages)
` [PATCH v5 0/4] Additional fixes on Talitos driver

[PATCH v2] powerpc/imc: Dont create debugfs files for cpu-less nodes
 2019-07-02  9:21 UTC 

[PATCH] powerpc/64s/exception: Remove unused SOFTEN_VALUE_0x980
 2019-07-02  8:28 UTC 

[RFC 00/11] opencapi: enable card reset and link retraining
 2019-07-02  7:36 UTC  (7+ messages)
` [RFC 02/11] powerpc/powernv/ioda: Protect PE list
` [RFC 09/11] pci/hotplug/pnv-php: Relax check when disabling slot
` [RFC 11/11] ocxl: Add PCI hotplug dependency to Kconfig

[PATCH] powerpc/configs: Disable /dev/port in skiroot defconfig
 2019-07-02  6:41 UTC  (3+ messages)

vmlinux.o(.text+0x40e): Section mismatch in reference from the variable start_here_multiplatform to the function
 2019-07-02  6:34 UTC  (2+ messages)

[PATCH v2] powerpc/64s: Make boot look nicer
 2019-07-02  5:56 UTC 

[PATCH v2 1/2] Powerpc/Watchpoint: Fix length calculation for unaligned target
 2019-07-02  5:26 UTC  (2+ messages)
` [PATCH v2 2/2] Powerpc/Watchpoint: Rewrite ptrace-hwbreak.c selftest

[PATCH] mm/nvdimm: Add is_ioremap_addr and use that to check ioremap address
 2019-07-02  3:33 UTC  (3+ messages)

[PATCH v2 0/3] fix vmalloc_to_page for huge vmap mappings
 2019-07-02  2:55 UTC  (8+ messages)
` [PATCH v2 1/3] arm64: mm: Add p?d_large() definitions
` [PATCH v2 2/3] powerpc/64s: Add p?d_large definitions
` [PATCH v2 3/3] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings

Can I compile Linux Kernel 5.2-rc7 for PowerPC on Intel/AMD x86 hardware?
 2019-07-02  2:20 UTC  (3+ messages)

[PATCH RFC] generic ELF support for kexec
 2019-07-01 18:11 UTC  (5+ messages)

remove asm-generic/ptrace.h v3
 2019-07-01 15:40 UTC  (3+ messages)

[PATCH v12 00/11] Appended signatures support for IMA appraisal
 2019-07-01 14:47 UTC  (4+ messages)
` [PATCH v12 01/11] MODSIGN: Export module signature definitions

[PATCH] powerpc: Remove unused variable declaration
 2019-07-01 14:37 UTC 

[PATCH v2 1/3] powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0
 2019-07-01 14:36 UTC  (3+ messages)
` [PATCH v2 2/3] powerpc/mm: Fix node look up with numa=off boot
` [PATCH v2 3/3] powerpc/mm: Consolidate numa_enable check and min_common_depth check

[PATCH v2 1/2] powerpc/mm/hash/4k: Don't use 64K page size for vmemmap with 4K pagesize
 2019-07-01 14:34 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/mm/radix: Use the right page size for vmemmap mapping

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-07-01 14:17 UTC  (11+ messages)

[PATCH v3 0/9] kvmppc: Paravirtualize KVM to support ultravisor
 2019-07-01 14:12 UTC  (4+ messages)
` [PATCH v3 3/9] powerpc: Introduce FW_FEATURE_ULTRAVISOR

[RFC PATCH] powerpc: Add the ppc_capabilities ELF note
 2019-07-01 14:09 UTC 

[PATCH v3 00/11] mm/memory_hotplug: Factor out memory block devicehandling
 2019-07-01 12:51 UTC  (28+ messages)
` [PATCH v3 01/11] mm/memory_hotplug: Simplify and fix check_hotplug_memory_range()
` [PATCH v3 02/11] s390x/mm: Fail when an altmap is used for arch_add_memory()
` [PATCH v3 03/11] s390x/mm: Implement arch_remove_memory()
` [PATCH v3 04/11] arm64/mm: Add temporary arch_remove_memory() implementation
` [PATCH v3 05/11] drivers/base/memory: Pass a block_id to init_memory_block()
` [PATCH v3 06/11] mm/memory_hotplug: Allow arch_remove_pages() without CONFIG_MEMORY_HOTREMOVE
` [PATCH v3 07/11] mm/memory_hotplug: Create memory block devices after arch_add_memory()
` [PATCH v3 08/11] mm/memory_hotplug: Drop MHP_MEMBLOCK_API
` [PATCH v3 09/11] mm/memory_hotplug: Remove memory block devices before arch_remove_memory()
` [PATCH v3 10/11] mm/memory_hotplug: Make unregister_memory_block_under_nodes() never fail
` [PATCH v3 11/11] mm/memory_hotplug: Remove "zone" parameter from sparse_remove_one_section

[PATCH] powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap block
 2019-07-01 10:57 UTC  (3+ messages)

[PATCH] powerpc: remove device_to_mask
 2019-07-01  8:52 UTC  (3+ messages)

[PATCH v2 0/7] powerpc/ftrace: Patch out -mprofile-kernel instructions
 2019-07-01  8:51 UTC  (6+ messages)
` [PATCH v2 4/7] powerpc/ftrace: Additionally nop out the preceding mflr with -mprofile-kernel

[PATCH v4 0/8] kvmppc: Paravirtualize KVM to support ultravisor
 2019-07-01  6:46 UTC  (8+ messages)
` [PATCH v4 5/8] KVM: PPC: Ultravisor: Restrict flush of the partition tlb cache
` [PATCH v4 6/8] KVM: PPC: Ultravisor: Restrict LDBAR access
        `  "

[PATCH v2] powerpc/pseries: Fix maximum memory value
 2019-07-01  4:03 UTC  (3+ messages)

[PATCH 00/12] Secure Virtual Machine Enablement
 2019-07-01  3:13 UTC  (5+ messages)
` [RFC PATCH 03/12] powerpc/prom_init: Add the ESM call to prom_init

[PATCH] powerpc/mm/radix: Use the right page size for vmemmap mapping
 2019-07-01  2:17 UTC  (2+ messages)

[PATCH 22/39] docs: ocxl.rst: add it to the uAPI book
 2019-07-01  1:21 UTC  (2+ messages)

[PATCH 3/3] KVM: PPC: Book3S HV: Clear pending decr exceptions on nested guest entry
 2019-06-30  8:37 UTC  (2+ messages)

[PATCH 2/3] KVM: PPC: Book3S HV: Signed extend decrementer value if not using large decr
 2019-06-30  8:37 UTC  (2+ messages)

[PATCH v2] powerpc/32s: fix suspend/resume when IBATs 4-7 are used
 2019-06-30  8:37 UTC  (2+ messages)

[PATCH] selftests/powerpc: Fix earlyclobber in tm-vmxcopy
 2019-06-30  8:37 UTC  (2+ messages)

[PATCH] powerpc/mm/32s: fix condition that is always true
 2019-06-30  8:37 UTC  (2+ messages)

[PATCH] ps3: Use [] to denote a flexible array member
 2019-06-30  8:37 UTC  (2+ messages)

[PATCH v2] Powerpc/Watchpoint: Restore nvgprs while returning from exception
 2019-06-30  8:37 UTC  (2+ messages)

[PATCH v2] cxl: no need to check return value of debugfs_create functions
 2019-06-30  8:37 UTC  (2+ messages)

[PATCH v2] powerpc/perf: Use cpumask_last() to determine the designated cpu for nest/core units
 2019-06-30  8:37 UTC  (2+ messages)

[PATCH 1/3] powerpc/64: __ioremap_at clean up in the error case
 2019-06-30  8:37 UTC  (2+ messages)

[PATCH kernel] powerpc/pci/of: Fix OF flags parsing for 64bit BARs
 2019-06-30  8:37 UTC  (2+ messages)

[PATCH] powerpc/64s: Fix misleading SPR and timebase information
 2019-06-30  8:37 UTC  (2+ messages)

[PATCH] powerpc/pseries: avoid blocking in irq when queuing hotplug events
 2019-06-30  8:37 UTC  (2+ messages)

[PATCH] powerpc/64: mark start_here_multiplatform as __ref
 2019-06-30  8:37 UTC  (2+ messages)

[PATCH] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
 2019-06-30  4:41 UTC  (3+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.2-7 tag
 2019-06-30  3:30 UTC  (2+ messages)

[PATCH v3 0/3] powerpc/papr_scm: Workaround for failure of drc bind after kexec
 2019-06-29 16:09 UTC  (6+ messages)
` [PATCH v3 1/3] powerpc/pseries: Update SCM hcall op-codes in hvcall.h

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

switch the remaining architectures to use generic GUP v4
 2019-06-29 15:15 UTC  (5+ messages)
` [PATCH 04/16] MIPS: use the generic get_user_pages_fast code
` [PATCH 06/16] sh: "

[PATCH] powerpc/64s/exception: Fix machine check early corrupting AMR
 2019-06-29 12:25 UTC  (3+ messages)

[PATCH V2] crypto/NX: Set receive window credits to max number of CRBs in RxFIFO
 2019-06-29 11:31 UTC  (4+ messages)

power9 NUMA crash while reading debugfs imc_cmd
 2019-06-29 11:22 UTC  (6+ messages)

[PATCH 00/13] powerpc: implement machine check safe memcpy
 2019-06-29  8:55 UTC  (3+ messages)
` [PATCH 08/13] powerpc/memcpy: Add memcpy_mcsafe for pmem


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