linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-19 06:14:02 to 2019-08-21 01:51:22 UTC [more...]

[PATCH] btrfs: fix allocation of bitmap pages
 2019-08-21  1:48 UTC  (6+ messages)

[PATCH v4 0/7] kexec: add generic support for elf kernel images
 2019-08-21  1:13 UTC  (17+ 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 v2 00/12] powerpc/mm: cleanup and refactoring in ioremap
 2019-08-21  0:42 UTC  (18+ messages)
` [PATCH v2 01/12] powerpc: remove the ppc44x ocm.c file
` [PATCH v2 02/12] powerpc/ps3: replace __ioremap() by ioremap_prot()
` [PATCH v2 03/12] powerpc/mm: drop ppc_md.iounmap() and __iounmap()
` [PATCH v2 04/12] powerpc/mm: drop function __ioremap()
` [PATCH v2 05/12] powerpc/mm: rework io-workaround invocation
` [PATCH v2 06/12] powerpc/mm: move common 32/64 bits ioremap functions into ioremap.c
` [PATCH v2 07/12] powerpc/mm: move ioremap_prot() "
` [PATCH v2 08/12] powerpc/mm: make ioremap_bot common to all
` [PATCH v2 09/12] powerpc/mm: Move ioremap functions out of pgtable_32/64.c
` [PATCH v2 10/12] powerpc/mm: refactor ioremap_range() and use ioremap_page_range()
` [PATCH v2 11/12] powerpc/mm: refactor ioremap vm area setup
` [PATCH v2 12/12] powerpc/mm: split out early ioremap path

[PATCH v2] powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GB
 2019-08-21  0:19 UTC 

[PATCH v5 0/7] kvmppc: Paravirtualize KVM to support ultravisor
 2019-08-21  0:04 UTC  (4+ messages)
` [PATCH v5 4/7] powerpc/mm: Use UV_WRITE_PATE ucall to register a PATE

[PATCH] powerpc: Don't add -mabi= flags when building with Clang
 2019-08-20 23:29 UTC  (7+ messages)
` [PATCH v2] "

[PATCH] selftests/powerpc: Retry on host facility unavailable
 2019-08-20 22:54 UTC 

[PATCH 1/2] net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can run
 2019-08-20 21:31 UTC  (2+ messages)
` [PATCH 2/2] net/ibmvnic: prevent more than one thread from running in reset

[PATCH rebased] powerpc/fadump: when fadump is supported register the fadump sysfs files
 2019-08-20 18:12 UTC 

[PATCH v2 1/2] kasan: support instrumented bitops combined with generic bitops
 2019-08-20 16:34 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc: support KASAN instrumentation of bitops

[PATCH] powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GB
 2019-08-20 16:30 UTC  (5+ messages)

[PATCH] powerpc/fadump: when fadump is supported register the fadump sysfs files
 2019-08-20 15:06 UTC 

[PATCH v2 00/11] Raspberry Pi 4 DMA addressing support
 2019-08-20 14:58 UTC  (2+ messages)
` [PATCH v2 09/11] dma-direct: turn ARCH_ZONE_DMA_BITS into a variable

[PATCH v4 1/3] powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macro
 2019-08-20 14:34 UTC  (3+ messages)
` [PATCH v4 2/3] powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()
` [PATCH v4 3/3] powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()

[PATCH v4 1/2] powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64
 2019-08-20 12:42 UTC  (5+ messages)

[bug report] hwmon: (ibmpowernv) Add attributes to enable/disable sensor groups
 2019-08-20 12:34 UTC 

[PATCH v5 00/31] Add FADump support on PowerNV platform
 2019-08-20 12:07 UTC  (32+ messages)
` [PATCH v5 01/31] powerpc/fadump: move internal macros/definitions to a new header
` [PATCH v5 02/31] powerpc/fadump: move internal code to a new file
` [PATCH v5 03/31] powerpc/fadump: Improve fadump documentation
` [PATCH v5 04/31] pseries/fadump: move rtas specific definitions to platform code
` [PATCH v5 05/31] pseries/fadump: introduce callbacks for platform specific operations
` [PATCH v5 06/31] pseries/fadump: define register/un-register callback functions
` [PATCH v5 07/31] powerpc/fadump: release all the memory above boot memory size
` [PATCH v5 08/31] pseries/fadump: move out platform specific support from generic code
` [PATCH v5 09/31] powerpc/fadump: use FADump instead of fadump for how it is pronounced
` [PATCH v5 10/31] opal: add MPIPL interface definitions
` [PATCH v5 11/31] powernv/fadump: add fadump support on powernv
` [PATCH v5 12/31] powernv/fadump: register kernel metadata address with opal
` [PATCH v5 13/31] powernv/fadump: reset metadata address during clean up
` [PATCH v5 14/31] powernv/fadump: define register/un-register callback functions
` [PATCH v5 15/31] powernv/fadump: support copying multiple kernel boot memory regions
` [PATCH v5 16/31] powernv/fadump: process the crashdump by exporting it as /proc/vmcore
` [PATCH v5 17/31] powernv/fadump: Warn before processing partial crashdump
` [PATCH v5 18/31] powernv/fadump: handle invalidation of crashdump and re-registraion
` [PATCH v5 19/31] powerpc/fadump: Update documentation about OPAL platform support
` [PATCH v5 20/31] powerpc/fadump: use smaller offset while finding memory for reservation
` [PATCH v5 21/31] powernv/fadump: process architected register state data provided by firmware
` [PATCH v5 22/31] powerpc/fadump: make crash memory ranges array allocation generic
` [PATCH v5 23/31] powerpc/fadump: consider reserved ranges while releasing memory
` [PATCH v5 24/31] powerpc/fadump: improve how crashed kernel's memory is reserved
` [PATCH v5 25/31] powernv/fadump: add support to preserve crash data on FADUMP disabled kernel
` [PATCH v5 26/31] powerpc/fadump: update documentation about CONFIG_PRESERVE_FA_DUMP
` [PATCH v5 27/31] powernv/opalcore: export /sys/firmware/opal/core for analysing opal crashes
` [PATCH v5 28/31] powernv/opalcore: provide an option to invalidate /sys/firmware/opal/core file
` [PATCH v5 29/31] powerpc/fadump: consider f/w load area
` [PATCH v5 30/31] powernv/fadump: update documentation about option to release opalcore
` [PATCH v5 31/31] powernv/fadump: support holes in kernel boot memory area

[PATCH RESEND v11 0/8] openat2(2)
 2019-08-20  3:34 UTC  (9+ messages)
` [PATCH RESEND v11 1/8] namei: obey trailing magic-link DAC permissions
` [PATCH RESEND v11 2/8] procfs: switch magic-link modes to be more sane
` [PATCH RESEND v11 3/8] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH RESEND v11 4/8] namei: O_BENEATH-style path resolution flags
` [PATCH RESEND v11 5/8] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH RESEND v11 6/8] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH RESEND v11 7/8] open: openat2(2) syscall
` [PATCH RESEND v11 8/8] selftests: add openat2(2) selftests

[PATCH 0/3] Add bad pmem bad blocks to bad range
 2019-08-20  8:41 UTC  (6+ messages)
` [PATCH 1/3] powerpc/mce: Add MCE notification chain
` [PATCH 2/3] of_pmem: Add memory ranges which took a mce to bad range
` [PATCH 3/3] papr/scm: Add bad memory ranges to nvdimm bad ranges

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

[PATCH 1/3] powerpc/64: __ioremap_at clean up in the error case
 2019-08-20  7:44 UTC  (2+ messages)

[PATCH] powerpc/Makefile: Always pass --synthetic to nm if supported
 2019-08-20  7:23 UTC 

[PATCH v2] mm: hwpoison: disable memory error handling on 1GB hugepage
 2019-08-20  7:03 UTC  (6+ messages)

[PATCH v6 0/7] KVMPPC driver to manage secure guest pages
 2019-08-20  6:44 UTC  (5+ messages)
` [PATCH v6 1/7] kvmppc: Driver to manage pages of secure guest

[PATCH 1/2] powerpc/64s: remove support for kernel-mode syscalls
 2019-08-20  5:25 UTC  (3+ messages)
` [PATCH 2/2] powerpc/64s: interrupt entry use isel to prevent untrusted speculative r1 values used by the kernel

[PATCH v1 01/10] powerpc/mm: drop ppc_md.iounmap()
 2019-08-20  5:10 UTC  (9+ messages)
` [PATCH v1 05/10] powerpc/mm: Do early ioremaps from top to bottom on PPC64 too
` [PATCH v1 07/10] powerpc/mm: move iounmap() into ioremap.c and drop __iounmap()
` [PATCH v1 08/10] powerpc/mm: move __ioremap_at() and __iounmap_at() into ioremap.c

[RFC PATCH] powerpc: Convert ____flush_dcache_icache_phys() to C
 2019-08-20  4:36 UTC  (2+ messages)

[PATCH v10 0/7] powerpc: implement machine check safe memcpy
 2019-08-20  3:04 UTC  (9+ messages)
` [PATCH v10 1/7] powerpc/mce: Schedule work from irq_work
` [PATCH v10 2/7] powerpc/mce: Fix MCE handling for huge pages
` [PATCH v10 6/7] powerpc/mce: Handle UE event for memcpy_mcsafe

[PATCH 1/2] kasan: support instrumented bitops combined with generic bitops
 2019-08-20  2:51 UTC  (5+ messages)
` [PATCH 2/2] powerpc: support KASAN instrumentation of bitops

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

[PATCH] powerpc/vdso32: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSE
 2019-08-19 22:34 UTC  (4+ messages)

[PATCH v4 0/3] kasan: support backing vmalloc space with real shadow memory
 2019-08-19 22:20 UTC  (8+ messages)
` [PATCH v4 1/3] "

[PATCH v5 0/4] Mark the namespace disabled on pfn superblock mismatch
 2019-08-19 20:33 UTC  (11+ messages)
` [PATCH v5 1/4] nvdimm: Consider probe return -EOPNOTSUPP as success
` [PATCH v5 3/4] mm/nvdimm: Use correct #defines instead of open coding

[PATCH 1/3] powerpc: don't use __WARN() for WARN_ON()
 2019-08-19 17:29 UTC  (10+ messages)
` [PATCH 2/3] powerpc: refactoring BUG/WARN macros
` [PATCH 3/3] powerpc: use __builtin_trap() in "
  ` Clean up cut-here even harder (was Re: [PATCH 1/3] powerpc: don't use __WARN() for WARN_ON())

[PATCH v4 00/25] Add FADump support on PowerNV platform
 2019-08-19 15:49 UTC  (6+ messages)
` [PATCH v4 11/25] powernv/fadump: register kernel metadata address with opal

[PATCH v3 1/3] powerpc: rewrite LOAD_REG_IMMEDIATE() as an intelligent macro
 2019-08-19 15:05 UTC  (6+ messages)
` [PATCH v3 2/3] powerpc/32: replace LOAD_MSR_KERNEL() by LOAD_REG_IMMEDIATE()
` [PATCH v3 3/3] powerpc/64: optimise LOAD_REG_IMMEDIATE_SYM()

[PATCH 0/6] drm+dma: cache support for arm, etc
 2019-08-19 14:39 UTC  (7+ messages)

remove default fallbacks in dma_map_ops v3
 2019-08-19 14:25 UTC  (5+ messages)
` [PATCH 7/8] parisc: don't set ARCH_NO_COHERENT_DMA_MMAP

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

[PATCH 1/2] powerpc/64s: remplement power4_idle code in C
 2019-08-19 13:07 UTC  (3+ messages)

[PATCH 0/3] series to optionally disable tlbie for 64s/radix
 2019-08-19 13:06 UTC  (4+ messages)
` [PATCH 2/3] powerpc/64s/radix: all CPUs should flush local translation structure before turning MMU on

[PATCH v5 0/2] powerpc: Enabling IMA arch specific secure boot policies
 2019-08-19 12:35 UTC  (3+ messages)
` [PATCH v5 1/2] powerpc: detect the secure boot mode of the system
` [PATCH v5 2/2] powerpc: Add support to initialize ima policy rules

[5.3.0-rc4-next][bisected 882632][qla2xxx] WARNING: CPU: 10 PID: 425 at drivers/scsi/qla2xxx/qla_isr.c:2784 qla2x00_status_entry.isra
 2019-08-19 10:26 UTC  (5+ messages)

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

[PATCH v5 1/3] PM: wakeup: Add routine to help fetch wakeup source object
 2019-08-19  8:54 UTC  (6+ messages)

WARN_ON(1) generates ugly code since commit 6b15f678fb7d
 2019-08-19  8:18 UTC 

[PATCH] powerpc: optimise WARN_ON()
 2019-08-19  7:57 UTC  (4+ messages)

[PATCH] powerpc/603: fix handling of the DIRTY flag
 2019-08-19  6:40 UTC 

[PATCH v6 00/12] implement KASLR for powerpc/fsl_booke/32
 2019-08-19  6:12 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).