linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-08 01:51:50 to 2019-07-10 16:22:56 UTC [more...]

[Bug 204125] New: FTBFS on ppc64 big endian and gcc9 because of -mcall-aixdesc and missing __linux__
 2019-07-10 16:04 UTC  (6+ messages)
` [Bug 204125] "

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

[PATCH 1/2] powerpc/83xx: fix use-after-free in mpc831x_usb_cfg()
 2019-07-10 15:15 UTC  (7+ messages)
  ` [1/2] "
      ` Coccinelle: Checking of_node_put() calls with SmPL
` [PATCH 2/2] powerpc/83xx: cleanup error paths in mpc831x_usb_cfg()
` [PATCH 0/2] fix use-after-free in mpc831x_usb_cfg() and do some cleanups

[PATCH v3 0/7] kexec: add generic support for elf kernel images
 2019-07-10 15:09 UTC  (11+ messages)
` [PATCH v3 1/7] kexec: add KEXEC_ELF
` [PATCH v3 2/7] kexec_elf: change order of elf_*_to_cpu() functions
` [PATCH v3 3/7] kexec_elf: remove parsing of section headers
` [PATCH v3 4/7] kexec_elf: remove PURGATORY_STACK_SIZE
` [PATCH v3 5/7] kexec_elf: remove elf_addr_to_cpu macro
` [PATCH v3 6/7] kexec_elf: remove Elf_Rel macro
` [PATCH v3 7/7] kexec_elf: remove unused variable in kexec_elf_load()

[PATCH] powerpc/irq: Don't WARN continuously in arch_local_irq_restore()
 2019-07-10 15:05 UTC  (2+ messages)

[PATCH] powerpc/eeh: Handle hugepages in ioremap space
 2019-07-10 15:05 UTC 

[PATCH v3 1/2] powerpc/boot: add {get, put}_unaligned_be32 to xz_config.h
 2019-07-10 15:05 UTC  (2+ messages)

[PATCH] ocxl: Update for AFU descriptor template version 1.1
 2019-07-10 15:05 UTC  (2+ messages)

[PATCH v2 0/7] kexec: add generic support for elf kernel images
 2019-07-10 14:24 UTC  (10+ messages)
` [PATCH v2 1/7] kexec: add KEXEC_ELF
` [PATCH v2 2/7] kexec_elf: change order of elf_*_to_cpu() functions
` [PATCH v2 3/7] kexec_elf: remove parsing of section headers
` [PATCH v2 4/7] kexec_elf: remove PURGATORY_STACK_SIZE
` [PATCH v2 5/7] kexec_elf: remove elf_addr_to_cpu macro
` [PATCH v2 6/7] kexec_elf: remove Elf_Rel macro
` [PATCH v2 7/7] kexec_elf: remove unused variable in kexec_elf_load()

[PATCH] powerpc: mm: Limit rma_size to 1TB when running without HV mode
 2019-07-10 14:21 UTC  (3+ messages)

[PATCH v5 0/7] kvmppc: HMM driver to manage pages of secure guest
 2019-07-10 14:15 UTC  (17+ messages)
` [PATCH v5 1/7] kvmppc: HMM backend "
` [PATCH v5 2/7] kvmppc: Shared pages support for secure guests
` [PATCH v5 3/7] kvmppc: H_SVM_INIT_START and H_SVM_INIT_DONE hcalls
` [PATCH v5 4/7] kvmppc: Handle memory plug/unplug to secure VM
` [RFC PATCH v5 5/7] kvmppc: Radix changes for secure guest
` [RFC PATCH v5 6/7] kvmppc: Support reset of "
` [PATCH v5 7/7] KVM: PPC: Ultravisor: Add PPC_UV config option

[PATCH v5] cpufreq/pasemi: fix an use-after-free in pas_cpufreq_cpu_init()
 2019-07-10 10:07 UTC  (3+ messages)

[PATCH] sound: ppc: snd_ps3: Remove Unneeded variable: "ret"
 2019-07-10  9:56 UTC  (2+ messages)

[PATCH v3] cpufreq/pasemi: fix an use-after-free in pas_cpufreq_cpu_init()
 2019-07-10  7:55 UTC  (3+ messages)
` Re:[PATCH v3] cpufreq/pasemi: fix an use-after-free inpas_cpufreq_cpu_init()
  ` [PATCH "

[PATCH v3 0/3] Powerpc64/Watchpoint: Few important fixes
 2019-07-10  6:38 UTC  (6+ messages)
` [PATCH v3 1/3] Powerpc64/Watchpoint: Fix length calculation for unaligned target
` [PATCH v3 2/3] Powerpc64/Watchpoint: Don't ignore extraneous exceptions
` [PATCH v3 3/3] Powerpc64/Watchpoint: Rewrite ptrace-hwbreak.c selftest

[PATCH 0/5] Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2019-07-10  6:14 UTC  (6+ messages)
` [PATCH 3/5] x86: Kconfig: Remove CONFIG_NODES_SPAN_OTHER_NODES

[PATCH v4 0/6] Fixes related namespace alignment/page size/big endian
 2019-07-10  4:50 UTC  (2+ messages)

[linux-next][P9]Build error at drivers/gpu/drm/amd/amdgpu/amdgpu_mn.h:69 error: field mirror has incomplete type
 2019-07-09 16:34 UTC  (2+ messages)

remove dead powernv code
 2019-07-09 20:02 UTC  (13+ messages)
` [PATCH 1/3] powerpc/powernv: remove the unused pnv_pci_set_p2p function

[PATCH 1/4] powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()
 2019-07-09 17:04 UTC  (7+ messages)
` [PATCH 4/4] powerpc/64: reuse PPC32 static inline flush_dcache_range()

[PATCH v2] tpm: tpm_ibm_vtpm: Fix unallocated banks
 2019-07-09 16:38 UTC  (7+ messages)

[PATCH v2 03/35] powerpc: Use kmemdup rather than duplicating its implementation
 2019-07-09 15:13 UTC  (2+ messages)

["RFC PATCH" 1/2] powerpc/mm: Fix node look up with numa=off boot
 2019-07-09 14:56 UTC  (7+ messages)

[PATCH v2] powerpc: slightly improve cache helpers
 2019-07-09 13:35 UTC  (6+ messages)

[v5 0/6] powerpc: implement machine check safe memcpy
 2019-07-09 12:15 UTC  (7+ messages)
` [v5 1/6] powerpc/mce: Make machine_check_ue_event() static
` [v5 2/6] powerpc/mce: Fix MCE handling for huge pages
` [v5 3/6] powerpc/memcpy: Add memcpy_mcsafe for pmem
` [v5 4/6] extable: Add function to search only kernel exception table
` [v5 5/6] powerpc/mce: Handle UE event for memcpy_mcsafe
` [v5 6/6] powerpc: add machine check safe copy_to_user

[PATCH v4 0/6] kvmppc: HMM driver to manage pages of secure guest
 2019-07-09 10:06 UTC  (12+ messages)
` [PATCH v4 1/6] kvmppc: HMM backend "
` [PATCH v4 3/6] kvmppc: H_SVM_INIT_START and H_SVM_INIT_DONE hcalls
` [RFC PATCH v4 6/6] kvmppc: Support reset of secure guest

[PATCH v5] powerpc/64s: support nospectre_v2 cmdline option
 2019-07-09  8:08 UTC  (3+ messages)

[PATCH v3 0/3] Forced-wakeup for stop states on Powernv
 2019-07-09  5:32 UTC  (4+ messages)
` [PATCH v3 1/3] cpuidle-powernv : forced wakeup for stop states

[PATCH v3] cpufreq/pasemi: fix an use-after-free in pas_cpufreq_cpu_init()
 2019-07-09  4:47 UTC  (4+ messages)

[PATCH using git format-patch -C] kexec: add generic support for elf kernel images
 2019-07-09  4:19 UTC  (4+ messages)

[PATCH V2 2/2] ASoC: fsl_esai: recover the channel swap after xrun
 2019-07-09  3:38 UTC 

[RFC PATCH] powerpc/powernv: Add ultravisor message log interface
 2019-07-09  3:35 UTC  (2+ messages)

[PATCH v4] cpufreq/pasemi: fix an use-after-free in pas_cpufreq_cpu_init()
 2019-07-09  2:42 UTC  (2+ messages)

[PATCH] powerpc/83xx: fix use-after-free on mpc831x_usb_cfg()
 2019-07-09  2:19 UTC  (3+ messages)
`  "

[PATCH V2 2/2] ASoC: fsl_esai: recover the channel swap after xrun
 2019-07-09  0:58 UTC  (2+ messages)

[PATCH kernel v3 0/3] powerpc/ioda2: Yet another attempt to allow DMA masks between 32 and 59
 2019-07-09  0:57 UTC  (6+ messages)
` [PATCH kernel v3 2/3] powerpc/powernv/ioda2: Allocate TCE table levels on demand for default DMA window
` [PATCH kernel v3 3/3] powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pages

[PATCH v4 0/8] kvmppc: Paravirtualize KVM to support ultravisor
 2019-07-08 20:54 UTC  (20+ 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

[v2 00/12] powerpc: implement machine check safe memcpy
 2019-07-08 15:23 UTC  (8+ messages)
` [v2 09/12] powerpc/mce: Enable MCE notifiers in external modules

[PATCH] tpm: fixes uninitialized allocated banks for IBM vtpm driver
 2019-07-08 15:12 UTC  (6+ messages)

[v3 0/7] powerpc: implement machine check safe memcpy
 2019-07-08 15:11 UTC  (7+ messages)
` [v3 4/7] powerpc/mce: Handle UE event for memcpy_mcsafe
` [v3 7/7] powerpc/64s: save r13 in MCE handler (simulator workaroud)

[PATCH v2] powerpc/mm: Implement STRICT_MODULE_RWX
 2019-07-08 14:54 UTC  (2+ messages)

[Bug 203839] New: Kernel 5.2-rc3 fails to boot on a PowerMac G4 3, 6: systemd[1]: Failed to bump fs.file-max, ignoring: invalid argument
 2019-07-08 14:15 UTC  (2+ messages)
` [Bug 203839] Kernel 5.2-rc3 fails to boot on a PowerMac G4 3,6: "

linux-next: manual merge of the akpm-current tree with the powerpc tree
 2019-07-08 11:43 UTC 

[PATCH] kexec: add generic support for elf kernel images
 2019-07-08 10:12 UTC  (2+ messages)

[PATCH v3 1/3] powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.h
 2019-07-08  8:58 UTC  (4+ messages)
` [PATCH v3 3/3] powerpc/module64: Use symbolic instructions names

[PATCH v2] cpufreq/pasemi: fix an use-after-free in pas_cpufreq_cpu_init()
 2019-07-08  8:26 UTC  (3+ messages)
  ` [PATCH v2] cpufreq/pasemi: fix an use-after-free inpas_cpufreq_cpu_init()

[PATCH] cpufreq/pasemi: fix an use-after-free in pas_cpufreq_cpu_init()
 2019-07-08  7:03 UTC  (3+ messages)
  ` [PATCH] cpufreq/pasemi: fix an use-after-free inpas_cpufreq_cpu_init()

[PATCH V3 0/2] recover the channel swap after xrun
 2019-07-08  6:38 UTC  (3+ messages)
` [PATCH V3 1/2] ASoC: fsl_esai: Wrap some operations to be functions
` [PATCH V3 2/2] ASoC: fsl_esai: recover the channel swap after xrun

[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-08  5:47 UTC  (4+ messages)
` [PATCH v9 10/10] selftests: add openat2(2) selftests

[PATCH] powerpc/hw_breakpoint: move instruction stepping out of hw_breakpoint_handler()
 2019-07-08  3:40 UTC  (4+ messages)

[PATCH] mm/kprobes: Add generic kprobe_fault_handler() fallback definition
 2019-07-08  3:33 UTC  (3+ messages)

[PATCH] powerpc/cell: set no_llseek in spufs_cntl_fops
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] arch: powerpc: Kconfig: pedantic formatting
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] powerpc/perf/24x7: use rb_entry
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v3 1/9] powerpc/pseries: Use macros for referring to the DTL enable mask
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] powerpc: Enable CONFIG_IPV6 in ppc64_defconfig
 2019-07-08  1:19 UTC  (2+ messages)

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

[PATCH] powerpc: Remove unused variable declaration
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v2 1/3] powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/mm/hash/4k: Don't use 64K page size for vmemmap with 4K pagesize
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH kernel v2] powerpc/pci/of: Parse unassigned resources
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH kernel] powerpc/powernv: Fix stale iommu table base after VFIO
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix CR0 setting in TM emulation
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] selftests/powerpc: Add missing newline at end of file
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] powerpc/4xx/uic: clear pending interrupt after irq type/pol change
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v3 1/3] powerpc/boot: don't force gzipped uImage
 2019-07-08  1:19 UTC  (2+ messages)


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