linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-12 01:43:58 to 2019-07-15 20:19:04 UTC [more...]

[PATCH 0/3] Remove x86-specific code from generic headers
 2019-07-15 20:14 UTC  (20+ messages)
` [PATCH 1/3] x86/Kconfig: Move ARCH_HAS_MEM_ENCRYPT to arch/Kconfig
` [PATCH 2/3] DMA mapping: Move SME handling to x86-specific files
` [PATCH 3/3] fs/core/vmcore: Move sev_active() reference to x86 arch code

[PATCH 0/3] Remove x86-specific code from generic headers
 2019-07-15 20:00 UTC  (9+ messages)
` [PATCH 1/3] x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/Kconfig
  ` [PATCH 1/3] x86,s390: "
` [PATCH 2/3] DMA mapping: Move SME handling to x86-specific files
` [PATCH 3/3] fs/core/vmcore: Move sev_active() reference to x86 arch code

[PATCH v2 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2019-07-15 18:43 UTC  (10+ messages)
` [PATCH v2 3/5] x86: Kconfig: Remove CONFIG_NODES_SPAN_OTHER_NODES

[PATCH v2] powerpc/imc: Dont create debugfs files for cpu-less nodes
 2019-07-15 18:41 UTC  (4+ messages)

[PATCH v4] powerpc/setup_64: fix -Wempty-body warnings
 2019-07-15 18:32 UTC 

[PATCH] powerpc: remove meaningless KBUILD_ARFLAGS addition
 2019-07-15 18:16 UTC  (9+ messages)

[PATCH 1/4] powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()
 2019-07-15 17:03 UTC  (5+ messages)
` [PATCH 2/4] powerpc/32: activate ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHE

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-07-15 14:35 UTC  (13+ messages)

[PATCH 1/2] arch: mark syscall number 435 reserved for clone3
 2019-07-15 14:29 UTC  (3+ messages)

[PATCH kernel v4 0/4 repost] powerpc/ioda2: Yet another attempt to allow DMA masks between 32 and 59
 2019-07-15 12:39 UTC  (12+ messages)
` [PATCH kernel v4 1/4] powerpc/powernv/ioda: Fix race in TCE level allocation
` [PATCH kernel v4 2/4] powerpc/iommu: Allow bypass-only for DMA
` [PATCH kernel v4 3/4] powerpc/powernv/ioda2: Allocate TCE table levels on demand for default DMA window
` [PATCH kernel v4 4/4] powerpc/powernv/ioda2: Create bigger default window with 64k IOMMU pages

[PATCH v3 00/11] mm/memory_hotplug: Factor out memory block devicehandling
 2019-07-15 11:10 UTC  (21+ messages)
` [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 06/11] mm/memory_hotplug: Allow arch_remove_pages() without CONFIG_MEMORY_HOTREMOVE
` [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

Misc EEH fixes
 2019-07-15  8:56 UTC  (6+ messages)
` [PATCH 1/5] powerpc/eeh_cache: Don't use pci_dn when inserting new ranges
` [PATCH 2/5] powerpc/eeh_sysfs: Fix incorrect comment
` [PATCH 3/5] powerpc/eeh_sysfs: ifdef pseries sr-iov sysfs properties
` [PATCH 4/5] powerpc/eeh_sysfs: Remove double pci_dn lookup
` [PATCH 5/5] powerpc/eeh_sysfs: Make clearing EEH_DEV_SYSFS saner

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

[PATCH v3 0/7] kexec: add generic support for elf kernel images
 2019-07-15  7:24 UTC  (6+ messages)
` [PATCH v3 5/7] kexec_elf: remove elf_addr_to_cpu macro

[PATCH kernel v2] powerpc/xive: Drop deregistered irqs
 2019-07-15  7:11 UTC 

[PATCH v3] powerpc/setup_64: fix -Wempty-body warnings
 2019-07-15  6:27 UTC  (3+ messages)

[PATCH] powerpc/eeh: Handle hugepages in ioremap space
 2019-07-15  5:24 UTC  (2+ messages)

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

[PATCH v4 0/8] kvmppc: Paravirtualize KVM to support ultravisor
 2019-07-15  4:46 UTC  (23+ 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 6/8] KVM: PPC: Ultravisor: Restrict LDBAR access
        `  "
` [PATCH v4 7/8] KVM: PPC: Ultravisor: Enter a secure guest

[RFC PATCH kernel] powerpc/xive: Drop deregistered irqs
 2019-07-15  2:27 UTC  (10+ messages)

[PATCH 1/3] KVM: PPC: Book3S HV: Always save guest pmu for guest capable of nesting
 2019-07-15  2:23 UTC  (4+ messages)

[PATCH] powerpc: mm: Limit rma_size to 1TB when running without HV mode
 2019-07-15  2:23 UTC  (4+ messages)

[PATCH] powerpc/kmcent2: update the ethernet devices' phy properties
 2019-07-14 20:05 UTC 

[PATCH 01/12] Documentation: move architectures together
 2019-07-14 15:21 UTC  (14+ messages)
` [PATCH 02/12] Documentation/arm: repointer docs to Documentation/arch/arm
` [PATCH 03/12] Documentation/ia64: repointer docs to Documentation/arch/ia64
` [PATCH 04/12] Documentation/m68k: repointer docs to Documentation/arch/
` [PATCH 05/12] Documentation/s390: "
` [PATCH 06/12] Documentation/mips: "
` [PATCH 07/12] Documentation/parisc: "
` [PATCH 08/12] Dcumentation/powerpc: "
` [PATCH 09/12] Dcumentation/sh: "
` [PATCH 10/12] Documentation/sparc: "
` [PATCH 11/12] Documentation/x86: "
` [PATCH 12/12] Documentation/xtensa: "

[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-14 14:36 UTC  (25+ messages)
` [PATCH v9 01/10] namei: obey trailing magic-link DAC permissions
` [PATCH v9 04/10] namei: split out nd->dfd handling to dirfd_path_init
` [PATCH v9 05/10] namei: O_BENEATH-style path resolution flags

[Bug 200055] WARNING: CPU: 0 PID: 1 at kernel/locking/lockdep.c:3214 .__lockdep_init_map+0x260/0x270
 2019-07-14 10:49 UTC  (4+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.3-1 tag
 2019-07-13 23:15 UTC  (2+ messages)

[PATCH] cpufreq: Make cpufreq_generic_init() return void
 2019-07-13 14:36 UTC  (2+ messages)
` [PATCH V2] "

[PATCH v2 00/13] Secure Virtual Machine Enablement
 2019-07-13  6:00 UTC  (14+ messages)
` [PATCH v2 01/13] powerpc/pseries: Introduce option to build secure virtual machines
` [RFC PATCH v2 02/13] powerpc: Add support for adding an ESM blob to the zImage wrapper
` [PATCH v2 03/13] powerpc/prom_init: Add the ESM call to prom_init
` [PATCH v2 04/13] powerpc/pseries/svm: Add helpers for UV_SHARE_PAGE and UV_UNSHARE_PAGE
` [PATCH v2 05/13] powerpc/pseries: Add and use LPPACA_SIZE constant
` [PATCH v2 06/13] powerpc/pseries/svm: Use shared memory for LPPACA structures
` [PATCH v2 07/13] powerpc/pseries/svm: Use shared memory for Debug Trace Log (DTL)
` [PATCH v2 08/13] powerpc/pseries/svm: Unshare all pages before kexecing a new kernel
` [PATCH v2 09/13] powerpc/pseries/svm: Export guest SVM status to user space via sysfs
` [PATCH v2 10/13] powerpc/pseries/svm: Disable doorbells in SVM guests
` [PATCH v2 11/13] powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests
` [PATCH v2 12/13] powerpc/pseries/svm: Force SWIOTLB for "
` [PATCH v2 13/13] powerpc/configs: Enable secure guest support in pseries and ppc64 defconfigs

[Bug 204125] New: FTBFS on ppc64 big endian and gcc9 because of -mcall-aixdesc and missing __linux__
 2019-07-12 15:36 UTC  (4+ messages)
` [Bug 204125] "

[PATCH] treewide: Rename rcu_dereference_raw_notrace to _check
 2019-07-12 15:34 UTC  (3+ messages)

[PATCH] powerpc/powernv: fix a W=1 compilation warning
 2019-07-12 15:29 UTC  (2+ messages)

[PATCH v2] powerpc/book3s/mm: Update Oops message to print the correct translation in use
 2019-07-12 12:25 UTC  (6+ messages)

[PATCH V2] mm/ioremap: Probe platform for p4d huge map support
 2019-07-12  9:58 UTC  (6+ messages)

[PATCH v4 0/3] Forced-wakeup for stop states on Powernv
 2019-07-12  7:04 UTC  (4+ messages)
` [PATCH v4 1/3] cpuidle-powernv : forced wakeup for stop states
` [RFC v4 2/3] cpuidle : Add callback whenever a state usage is enabled/disabled
` [RFC v4 3/3] cpuidle-powernv : Recompute the idle-state timeouts when "

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

[RFC PATCH] Docs: move more driver, device related docs into drivers dir follows kernel source
 2019-07-12  6:10 UTC 

[PATCH v6] cpufreq/pasemi: fix an use-after-free in pas_cpufreq_cpu_init()
 2019-07-12  4:32 UTC  (3+ messages)
  ` [PATCH v6] cpufreq/pasemi: fix an use-after-free inpas_cpufreq_cpu_init()


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