linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-28 01:51:56 to 2019-07-01 15:43:02 UTC [more...]

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  (14+ messages)
` [PATCH v12 01/11] MODSIGN: Export module signature definitions
` [PATCH v12 02/11] PKCS#7: Refactor verify_pkcs7_signature()
` [PATCH v12 03/11] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v12 04/11] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v12 05/11] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v12 06/11] ima: Factor xattr_verify() out of ima_appraise_measurement()
` [PATCH v12 07/11] ima: Implement support for module-style appended signatures
` [PATCH v12 08/11] ima: Collect modsig
` [PATCH v12 09/11] ima: Define ima-modsig template
` [PATCH v12 10/11] ima: Store the measurement again when appraising a modsig
` [PATCH v12 11/11] ima: Allow template= option for appraise rules as well

[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

[PATCH v2] powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap block
 2019-07-01 14:33 UTC 

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-07-01 14:17 UTC  (13+ 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] mm/nvdimm: Add is_ioremap_addr and use that to check ioremap address
 2019-07-01 13:40 UTC 

Can I compile Linux Kernel 5.2-rc7 for PowerPC on Intel/AMD x86 hardware?
 2019-07-01 13:39 UTC 

[PATCH RFC] generic ELF support for kexec
 2019-07-01 12:31 UTC  (3+ messages)

[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 0/3] fix vmalloc_to_page for huge vmap mappings
 2019-07-01 10:15 UTC  (5+ messages)
` [PATCH 1/3] arm64: mm: Add p?d_large() definitions
    `  "

[PATCH v2 0/3] fix vmalloc_to_page for huge vmap mappings
 2019-07-01  9:58 UTC  (7+ 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

[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  (7+ 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  (14+ messages)
` [PATCH v4 1/8] KVM: PPC: Ultravisor: Introduce the MSR_S bit
` [PATCH v4 2/8] powerpc: Introduce FW_FEATURE_ULTRAVISOR
` [PATCH v4 3/8] KVM: PPC: Ultravisor: Add generic ultravisor call handler
` [PATCH v4 4/8] KVM: PPC: Ultravisor: Use UV_WRITE_PATE ucall to register a PATE
` [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 v4 7/8] KVM: PPC: Ultravisor: Enter a secure guest
` [PATCH v4 8/8] KVM: PPC: Ultravisor: Check for MSR_S during hv_reset_msr

[PATCH v2] powerpc/pseries: Fix maximum memory value
 2019-07-01  4:03 UTC  (5+ 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 13/39] docs: add arch doc directories to the index
 2019-07-01  1:21 UTC  (5+ messages)
` [PATCH 18/39] docs: admin-guide: add kdump documentation into it
` [PATCH 22/39] docs: ocxl.rst: add it to the uAPI book
` [PATCH 32/39] docs: serial: move it to the driver-api

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

[PATCH] i2c: remove casting dma_alloc
 2019-06-29 14:50 UTC  (4+ 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

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

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

[PATCH] powerpc/rtas: Fix hang in race against concurrent cpu offline
 2019-06-28 20:03 UTC  (5+ messages)

[RFC PATCH v2 00/12] Reduce ifdef mess in ptrace
 2019-06-28 17:08 UTC  (16+ messages)
` [RFC PATCH v2 01/12] powerpc: move ptrace into a subdirectory
` [RFC PATCH v2 02/12] powerpc/ptrace: drop unnecessary #ifdefs CONFIG_PPC64
` [RFC PATCH v2 03/12] powerpc/ptrace: drop PARAMETER_SAVE_AREA_OFFSET
` [RFC PATCH v2 04/12] powerpc/ptrace: split out VSX related functions
` [RFC PATCH v2 05/12] powerpc/ptrace: split out ALTIVEC "
` [RFC PATCH v2 06/12] powerpc/ptrace: split out SPE "
` [RFC PATCH v2 07/12] powerpc/ptrace: split out TRANSACTIONAL_MEM "
` [RFC PATCH v2 08/12] powerpc/ptrace: move register viewing functions out of ptrace.c
` [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] powerpc/hw_breakpoint: move instruction stepping out of hw_breakpoint_handler()
 2019-06-28 15:55 UTC 

[PATCH v3] powerpc/setup_64: fix -Wempty-body warnings
 2019-06-28 14:03 UTC 

[PATCH 05/43] docs: powerpc: convert docs to ReST and rename to *.rst
 2019-06-28 12:20 UTC 

[PATCH] powerpc/imc: Dont create debugfs files for cpu-less nodes
 2019-06-28 11:08 UTC 

[PATCH v2 27/27] sound: ppc: remove unneeded memset after dma_alloc_coherent
 2019-06-28  9:48 UTC  (5+ messages)
    ` [alsa-devel] "

[PATCH 41/87] sound: ppc: remove memset after dma_alloc_coherent
 2019-06-28  9:12 UTC  (5+ messages)

[PATCH kernel] powerpc/powernv: Fix stale iommu table base after VFIO
 2019-06-28  6:53 UTC 

[PATCH 0/5] rework bad stack, sreset, hmi handling
 2019-06-28  6:33 UTC  (6+ messages)
` [PATCH 1/5] powerpc/64s/exception: remove bad stack branch
` [PATCH 2/5] powerpc/64s/exception: optimise system_reset for idle, clean up non-idle case
` [PATCH 3/5] powerpc/64s/exception: sreset move trampoline ahead of common code
` [PATCH 4/5] powerpc/64s/exception: hmi remove special case macro
` [PATCH 5/5] powerpc/64s/exception: simplify hmi control flow

[PATCH v3 00/16] Add FADump support on PowerNV platform
 2019-06-28  5:51 UTC  (4+ messages)
` [PATCH v3 01/16] powerpc/fadump: move internal fadump code to a new file

[PATCH v3 00/13] next batch of interrupt handler improvements
 2019-06-28  5:33 UTC  (14+ messages)
` [PATCH v3 01/13] powerpc/64s/exception: clean up system call entry
` [PATCH v3 02/13] powerpc/64s/exception: avoid SPR RAW scoreboard stall in real mode entry
` [PATCH v3 03/13] powerpc/64s/exception: mtmsrd L=1 cleanup
` [PATCH v3 04/13] powerpc/64s/exception: windup use r9 consistently to restore SPRs
` [PATCH v3 05/13] powerpc/64s/exception: move machine check windup in_mce handling
` [PATCH v3 06/13] powerpc/64s/exception: simplify hmi windup code
` [PATCH v3 07/13] powerpc/64s/exception: shuffle windup code around
` [PATCH v3 08/13] powerpc/64s/exception: use common macro for windup
` [PATCH v3 09/13] powerpc/64s/exception: add dar and dsisr options to exception macro
` [PATCH v3 10/13] powerpc/64s/exception: machine check use standard macros to save dar/dsisr
` [PATCH v3 11/13] powerpc/64s/exception: denorm handler use standard scratch save macro
` [PATCH v3 12/13] powerpc/64s/exception: move SET_SCRATCH0 into EXCEPTION_PROLOG_0
` [PATCH v3 13/13] powerpc/tm: update comment about interrupt re-entrancy

[PATCH V2] mm/ioremap: Probe platform for p4d huge map support
 2019-06-28  5:20 UTC 

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

[PATCH] crypto: talitos - eliminate unneeded 'done' functions at build time
 2019-06-28  4:18 UTC  (2+ messages)

[PATCH] powerpc/64s/radix: Define arch_ioremap_p4d_supported()
 2019-06-28  4:10 UTC  (4+ messages)

[PATCH] powerpc/eeh_cache: fix a W=1 kernel-doc warning
 2019-06-28  3:02 UTC  (2+ messages)

[PATCH v2] PCI: rpaphp: Avoid a sometimes-uninitialized warning
 2019-06-28  2:57 UTC  (2+ messages)

[PATCHv3 1/2] PCI: layerscape: Add the bar_fixed_64bit property in EP driver
 2019-06-28  1:38 UTC  (2+ messages)
` [PATCHv3 2/2] PCI: layerscape: Add CONFIG_PCI_LAYERSCAPE_EP to build EP/RC separately


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