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

[PATCH v2] PCI: rpaphp: Avoid a sometimes-uninitialized warning
 2019-08-10 10:20 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.3-4 tag
 2019-08-10 10:11 UTC 

[PATCH v8 0/7] powerpc: implement machine check safe memcpy
 2019-08-10  9:33 UTC  (11+ messages)
` [PATCH v8 1/7] powerpc/mce: Schedule work from irq_work
` [PATCH v8 2/7] powerpc/mce: Make machine_check_ue_event() static
` [PATCH v8 3/7] powerpc/mce: Fix MCE handling for huge pages
` [PATCH v8 4/7] extable: Add function to search only kernel exception table
` [PATCH v8 5/7] powerpc/memcpy: Add memcpy_mcsafe for pmem
` [PATCH v8 6/7] powerpc/mce: Handle UE event for memcpy_mcsafe
` [PATCH v8 7/7] powerpc: add machine check safe copy_to_user

[PATCH] powerpc: workaround clang codegen bug in dcbz
 2019-08-10  9:09 UTC  (12+ messages)
` [PATCH] powerpc: fix inline asm constraints for dcbz
      ` [PATCH v3] Revert "powerpc: slightly improve cache helpers"

[PATCH v4 0/6] Remove x86-specific code from generic headers
 2019-08-10  7:46 UTC  (4+ messages)

[PATCH] powerpc/mm: Use refcount_t for refcount
 2019-08-10  1:25 UTC  (3+ messages)

[Bug 204479] KASAN hit at modprobe zram
 2019-08-09 20:31 UTC  (12+ messages)

[PATCH 1/2] ASoC: fsl_esai: Add compatible string for imx6ull
 2019-08-09 19:58 UTC  (4+ messages)
` [PATCH 2/2] ASoC: fsl_esai: Add new "

[PATCH net-next v2] ibmveth: Allow users to update reported speed and duplex
 2019-08-09 19:47 UTC  (4+ messages)

[PATCH 0/4] powerpc: KASAN for 64-bit Book3S on Radix
 2019-08-09 15:35 UTC  (12+ messages)
` [PATCH 1/4] kasan: allow arches to provide their own early shadow setup
` [PATCH 2/4] kasan: support instrumented bitops with generic non-atomic bitops
` [PATCH 3/4] powerpc: support KASAN instrumentation of bitops
` [PATCH 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH] powerpc/kasan: fix parallele loading of modules
 2019-08-09 14:58 UTC 

[PATCH] powerpc/kasan: fix shadow area set up for modules
 2019-08-09 14:58 UTC 

[PATCH] powerpc/ptdump: fix addresses display on PPC32
 2019-08-09 14:58 UTC 

[RFC V2 0/1] mm/debug: Add tests for architecture exported page table helpers
 2019-08-09 13:52 UTC  (6+ messages)
` [RFC V2 1/1] mm/pgtable/debug: Add test validating architecture "

[PATCH 1/2] powerpc/mm/ptdump: Wrap seq_printf() to handle NULL pointers
 2019-08-09 13:11 UTC  (7+ messages)
` [PATCH 2/2] powerpc/mm: Warn if W+X pages found on boot

[PATCH v5 0/7] kvmppc: Paravirtualize KVM to support ultravisor
 2019-08-09 12:45 UTC  (9+ messages)
` [PATCH v5 1/7] Documentation/powerpc: Ultravisor API
` [PATCH v5 2/7] powerpc/kernel: Add ucall_norets() ultravisor call handler
` [PATCH v5 3/7] powerpc/powernv: Introduce FW_FEATURE_ULTRAVISOR
` [PATCH v5 4/7] powerpc/mm: Use UV_WRITE_PATE ucall to register a PATE
` [PATCH v5 5/7] powerpc/mm: Write to PTCR only if ultravisor disabled
` [PATCH v5 6/7] powerpc/powernv: Access LDBAR "
` [PATCH v5 7/7] powerpc/kvm: Use UV_RETURN ucall to return to ultravisor

[Bug 204371] BUG kmalloc-4k (Tainted: G W ): Object padding overwritten
 2019-08-09 12:31 UTC  (4+ messages)

[Bug 204375] New: kernel 5.2.4 w. KASAN enabled fails to boot on a PowerMac G4 3,6 at very early stage
 2019-08-09 12:25 UTC  (3+ messages)
` [Bug 204375] "

[PATCH v3 38/41] powerpc: convert put_page() to put_user_page*()
 2019-08-09 12:20 UTC  (4+ messages)

[PATCH v6 00/12] implement KASLR for powerpc/fsl_booke/32
 2019-08-09 10:08 UTC  (13+ messages)
` [PATCH v6 01/12] powerpc: unify definition of M_IF_NEEDED
` [PATCH v6 02/12] powerpc: move memstart_addr and kernstart_addr to init-common.c
` [PATCH v6 03/12] powerpc: introduce kernstart_virt_addr to store the kernel base
` [PATCH v6 04/12] powerpc/fsl_booke/32: introduce create_tlb_entry() helper
` [PATCH v6 05/12] powerpc/fsl_booke/32: introduce reloc_kernel_entry() helper
` [PATCH v6 06/12] powerpc/fsl_booke/32: implement KASLR infrastructure
` [PATCH v6 07/12] powerpc/fsl_booke/32: randomize the kernel image offset
` [PATCH v6 08/12] powerpc/fsl_booke/kaslr: clear the original kernel if randomized
` [PATCH v6 09/12] powerpc/fsl_booke/kaslr: support nokaslr cmdline parameter
` [PATCH v6 10/12] powerpc/fsl_booke/kaslr: dump out kernel offset information on panic
` [PATCH v6 11/12] powerpc/fsl_booke/kaslr: export offset in VMCOREINFO ELF notes
` [PATCH v6 12/12] powerpc/fsl_booke/32: Document KASLR implementation

remove default fallbacks in dma_map_ops v3
 2019-08-09  9:35 UTC  (11+ messages)
` [PATCH 1/8] dma-mapping: provide a better default ->get_required_mask
` [PATCH 2/8] dma-mapping: move the dma_get_sgtable API comments from arm to common code
` [PATCH 3/8] dma-mapping: explicitly wire up ->mmap and ->get_sgtable
` [PATCH 4/8] dma-mapping: add a dma_can_mmap helper
` [PATCH 5/8] ALSA: pcm: use dma_can_mmap() to check if a device supports dma_mmap_*
` [PATCH 6/8] arm-nommu: call dma_mmap_from_dev_coherent directly
` [PATCH 7/8] parisc: don't set ARCH_NO_COHERENT_DMA_MMAP
` [PATCH 8/8] dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAP

[PATCH 2/2] powerpc: Convert flush_icache_range to C
 2019-08-09  9:23 UTC  (2+ messages)

[PATCH 1/2] powerpc: Allow flush_icache_range to work across ranges >4GB
 2019-08-09  8:59 UTC  (2+ messages)

[PATCH v6 0/7] KVMPPC driver to manage secure guest pages
 2019-08-09  8:41 UTC  (8+ messages)
` [PATCH v6 1/7] kvmppc: Driver to manage pages of secure guest
` [PATCH v6 2/7] kvmppc: Shared pages support for secure guests
` [PATCH v6 3/7] kvmppc: H_SVM_INIT_START and H_SVM_INIT_DONE hcalls
` [PATCH v6 4/7] kvmppc: Handle memory plug/unplug to secure VM
` [PATCH v6 5/7] kvmppc: Radix changes for secure guest
` [PATCH v6 6/7] kvmppc: Support reset of "
` [PATCH v6 7/7] KVM: PPC: Ultravisor: Add PPC_UV config option

[PATCH v5 0/4] Mark the namespace disabled on pfn superblock mismatch
 2019-08-09  7:45 UTC  (5+ messages)
` [PATCH v5 1/4] nvdimm: Consider probe return -EOPNOTSUPP as success
` [PATCH v5 2/4] mm/nvdimm: Add page size and struct page size to pfn superblock
` [PATCH v5 3/4] mm/nvdimm: Use correct #defines instead of open coding
` [PATCH v5 4/4] mm/nvdimm: Pick the right alignment default when creating dax devices

[PATCH] soc: fsl: dpio: Add support for QBMan ring bulk enqueue
 2019-08-08 20:59 UTC 

[PATCH] powerpc/64e: drop stale call to smp_processor_id() which hangs SMP startup
 2019-08-08 21:12 UTC  (2+ messages)

[PATCH] powerpc/kmcent2: update the ethernet devices' phy properties
 2019-08-08 21:09 UTC  (5+ messages)

[PATCH 0/2] ftrace: two fixes with func_probes handling
 2019-08-08 15:17 UTC  (3+ messages)

SMP lockup at boot on Freescale/NXP T2080 (powerpc 64)
 2019-08-08 13:12 UTC  (8+ messages)

[PATCH v2] powerpc/fadump: sysfs for fadump memory reservation
 2019-08-08 11:17 UTC  (2+ messages)

[PATCH v2 0/3] arm/arm64: Add support for function error injection
 2019-08-08  9:09 UTC  (3+ messages)

[PATCH v4 0/9]
 2019-08-08  9:08 UTC  (12+ messages)
` [PATCH v4 1/9] powerpc/64: Adjust order in pcibios_init()
` [PATCH v4 2/9] powerpc/eeh: Clear stale EEH_DEV_NO_HANDLER flag
` [PATCH v4 3/9] powerpc/eeh: Improve debug messages around device addition
` [PATCH v4 4/9] powerpc/eeh: Initialize EEH address cache earlier
` [PATCH v4 5/9] powerpc/eeh: EEH for pSeries hot plug
` [PATCH v4 6/9] powerpc/eeh: Refactor around eeh_probe_devices()
` [PATCH v4 7/9] powerpc/eeh: Add bdfn field to eeh_dev
` [PATCH v4 8/9] powerpc/eeh: Introduce EEH edev logging macros
` [PATCH v4 9/9] powerpc/eeh: Convert log messages to eeh_edev_* macros

[PATCH v5 00/10] implement KASLR for powerpc/fsl_booke/32
 2019-08-08  8:39 UTC  (27+ messages)
` [PATCH v5 01/10] powerpc: unify definition of M_IF_NEEDED
` [PATCH v5 02/10] powerpc: move memstart_addr and kernstart_addr to init-common.c
` [PATCH v5 03/10] powerpc: introduce kimage_vaddr to store the kernel base
` [PATCH v5 04/10] powerpc/fsl_booke/32: introduce create_tlb_entry() helper
` [PATCH v5 05/10] powerpc/fsl_booke/32: introduce reloc_kernel_entry() helper
` [PATCH v5 06/10] powerpc/fsl_booke/32: implement KASLR infrastructure
` [PATCH v5 07/10] powerpc/fsl_booke/32: randomize the kernel image offset
` [PATCH v5 08/10] powerpc/fsl_booke/kaslr: clear the original kernel if randomized
` [PATCH v5 09/10] powerpc/fsl_booke/kaslr: support nokaslr cmdline parameter
` [PATCH v5 10/10] powerpc/fsl_booke/kaslr: dump out kernel offset information on panic

[PATCH 1/4] powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()
 2019-08-08  6:53 UTC  (3+ messages)
` [PATCH 4/4] powerpc/64: reuse PPC32 static inline flush_dcache_range()
  ` powerpc flush_inval_dcache_range() was buggy until v5.3-rc1 (was Re: [PATCH 4/4] powerpc/64: reuse PPC32 static inline flush_dcache_range())

[PATCH v2 09/44] powerpc/64s/pseries: machine check convert to use common event code
 2019-08-08  5:50 UTC  (3+ messages)

[PATCH] powerpc/fadump: sysfs for fadump memory reservation
 2019-08-08  5:43 UTC  (3+ messages)

[PATCH] scsi: ibmvfc: Mark expected switch fall-throughs
 2019-08-08  1:31 UTC  (2+ messages)

[PATCH] powerpc: convert put_page() to put_user_page*()
 2019-08-07 23:34 UTC  (3+ messages)

[PATCH] nvdimm/of_pmem: Provide a unique name for bus provider
 2019-08-07 15:34 UTC  (7+ messages)

[PATCH] powerpc: use <asm-generic/dma-mapping.h>
 2019-08-07 15:07 UTC 

fix default dma_mmap_* pgprot v2
 2019-08-07 11:45 UTC  (5+ messages)
` [PATCH 1/2] dma-mapping: fix page attributes for dma_mmap_*

fix default dma_mmap_* pgprot v3
 2019-08-07  6:16 UTC  (3+ messages)
` [PATCH 1/2] dma-mapping: fix page attributes for dma_mmap_*
` [PATCH 2/2] MIPS: remove support for DMA_ATTR_WRITE_COMBINE

fix default dma_mmap_* pgprot
 2019-08-07  6:14 UTC  (11+ messages)
` [PATCH] dma-mapping: fix page attributes for dma_mmap_*

[PATCH v4 00/10] implement KASLR for powerpc/fsl_booke/32
 2019-08-07  3:22 UTC  (7+ messages)
` [PATCH v4 07/10] powerpc/fsl_booke/32: randomize the kernel image offset
` [PATCH v4 09/10] powerpc/fsl_booke/kaslr: support nokaslr cmdline parameter

[PATCH v3 00/16] Secure Virtual Machine Enablement
 2019-08-07  1:37 UTC  (4+ messages)
` [PATCH v3 13/16] powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests


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