linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-02 07:16:34 to 2019-09-04 11:45:08 UTC [more...]

[PATCH v5 00/31] Add FADump support on PowerNV platform
 2019-09-04 11:42 UTC  (31+ 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 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 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 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 v3 0/4] powerpc: expose secure variables to the kernel and userspace
 2019-09-04 11:36 UTC  (12+ messages)
` [PATCH v3 2/4] powerpc: expose secure variables to userspace via sysfs
      ` [PATCH] sysfs: add BIN_ATTR_WO() macro
` [PATCH v3 3/4] x86/efi: move common keyring handler functions to new file
` [PATCH v3 4/4] powerpc: load firmware trusted keys/hashes into kernel keyring

[PATCH v5 00/23] PCI: Allow BAR movement during hotplug
 2019-09-04 11:22 UTC  (6+ messages)
` [PATCH v5 16/23] PCI: hotplug: movable BARs: Don't reserve IO/mem bus space
` [PATCH v5 18/23] powerpc/pci: Handle BAR movement

[PATCH] KVM: PPC: Book3S HV: Delete an unnecessary check before kfree() in __kvmhv_nested_page_fault()
 2019-09-04  9:12 UTC 

[PATCH v3 0/3] Powerpc64/Watchpoint: Few important fixes
 2019-09-04  9:10 UTC  (4+ messages)
` [PATCH v3 3/3] Powerpc64/Watchpoint: Rewrite ptrace-hwbreak.c selftest

[PATCH] powerpc: Avoid clang warnings around setjmp and longjmp
 2019-09-04  8:16 UTC  (10+ messages)

[PATCH 0/2] ftrace: two fixes with func_probes handling
 2019-09-04  8:07 UTC  (4+ messages)
` [PATCH 1/2] ftrace: Fix NULL pointer dereference in t_probe_next()

[PATCH v2] powerpc: dump kernel log before carrying out fadump or kdump
 2019-09-04  7:59 UTC 

[PATCH v2 1/2] powerpc/nvdimm: Use HCALL error as the return value
 2019-09-04  6:59 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/nvdimm: use H_SCM_QUERY hcall on H_OVERLAP error

linux-next: build warnings after merge of the kbuild tree
 2019-09-04  6:22 UTC  (3+ messages)

[PATCH 0/1] mm/debug: Add tests for architecture exported page table helpers
 2019-09-04  6:14 UTC  (4+ messages)
` [PATCH 1/1] mm/pgtable/debug: Add test validating architecture "

[PATCH] powerpc: Perform a bounds check in arch_add_memory
 2019-09-04  5:25 UTC  (7+ messages)

[PATCH 1/3] powerpc/tm: Fix FP/VMX unavailable exceptions inside a transaction
 2019-09-04  4:59 UTC  (8+ messages)
` [PATCH 2/3] powerpc/tm: Fix restoring FP/VMX facility incorrectly on interrupts
` [PATCH 3/3] powerpc/tm: Add tm-poison test
` [PATCH v2 1/3] powerpc/tm: Fix FP/VMX unavailable exceptions inside a transaction
  ` [PATCH v2 2/3] powerpc/tm: Fix restoring FP/VMX facility incorrectly on interrupts
  ` [PATCH v2 3/3] powerpc/tm: Add tm-poison test

[PATCH v2 0/6] powerpc: convert cache asm to C
 2019-09-04  4:11 UTC  (25+ messages)
` [PATCH v2 1/6] powerpc: Allow flush_icache_range to work across ranges >4GB
` [PATCH v2 2/6] powerpc: define helpers to get L1 icache sizes
` [PATCH v2 3/6] powerpc: Convert flush_icache_range & friends to C
` [PATCH v2 4/6] powerpc: Chunk calls to flush_dcache_range in arch_*_memory
` [PATCH v2 5/6] powerpc: Remove 'extern' from func prototypes in cache headers
` [PATCH v2 6/6] powerpc: Don't flush caches when adding memory

[RFC PATCH 00/11] Secure Virtual Machine Enablement
 2019-09-04  2:48 UTC  (2+ messages)

[PATCH v7 0/5] kasan: support backing vmalloc space with real shadow memory
 2019-09-03 23:41 UTC  (8+ messages)
` [PATCH v7 1/5] "
` [PATCH v7 2/5] kasan: add test for vmalloc
` [PATCH v7 3/5] fork: support VMAP_STACK with KASAN_VMALLOC
` [PATCH v7 4/5] x86/kasan: support KASAN_VMALLOC
` [PATCH v7 5/5] kasan debug: track pages allocated for vmalloc shadow

[PATCH 1/2] powerpc/memcpy: Fix stack corruption for smaller sizes
 2019-09-03 21:43 UTC  (2+ messages)
` [PATCH 2/2] seltests/powerpc: Add a selftest for memcpy_mcsafe

[PATCH v4 1/6] x86, s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/Kconfig
 2019-09-03 18:53 UTC  (3+ messages)

[PATCH v4 02/16] powerpc/pseries: Introduce option to build secure virtual machines
 2019-09-03 18:53 UTC  (3+ messages)

[PATCH v2] platform/powernv: Avoid re-registration of imc debugfs directory
 2019-09-03 17:53 UTC 

[PATCH] powerpc/powernv: remove the unused pnv_npu_try_dma_set_bypass function
 2019-09-03 16:51 UTC 

[PATCH AUTOSEL 4.19 035/167] KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switch
 2019-09-03 16:25 UTC  (6+ messages)
` [PATCH AUTOSEL 4.19 043/167] powerpc/pkeys: Fix handling of pkey state across fork()
` [PATCH AUTOSEL 4.19 075/167] powerpc/kvm: Save and restore host AMR/IAMR/UAMOR
` [PATCH AUTOSEL 4.19 136/167] KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
` [PATCH AUTOSEL 4.19 137/167] KVM: PPC: Book3S HV: Fix CR0 setting in TM emulation
` [PATCH AUTOSEL 4.19 149/167] powerpc/mm: Limit rma_size to 1TB when running without HV mode

[PATCH v2 0/9] check the node id consistently across different arches
 2019-09-03 14:28 UTC  (18+ messages)
` [PATCH v2 2/9] x86: numa: check the node id consistently for x86
              ` [PATCH] x86/mm: Fix cpumask_of_node() error condition

[PATCH v6 1/3] PM: wakeup: Add routine to help fetch wakeup source object
 2019-09-03 14:12 UTC  (4+ messages)
` [PATCH v6 3/3] soc: fsl: add RCPM driver

EEH + hotplug fixes
 2019-09-03 14:09 UTC  (16+ messages)
` [PATCH 01/14] powerpc/eeh: Clean up EEH PEs after recovery finishes
` [PATCH 02/14] powerpc/eeh: Fix race when freeing PDNs
` [PATCH 03/14] powerpc/eeh: Make permanently failed devices non-actionable
` [PATCH 04/14] powerpc/eeh: Check slot presence state in eeh_handle_normal_event()
` [PATCH 05/14] powerpc/eeh: Defer printing stack trace
` [PATCH 06/14] powerpc/eeh: Remove stale CAPI comment
` [PATCH 07/14] powernv/eeh: Use generic code to handle hot resets
` [PATCH 08/14] pci-hotplug/pnv_php: Add a reset_slot() callback
` [PATCH 09/14] pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBs
` [PATCH 10/14] pci-hotplug/pnv_php: Add attention indicator support
` [PATCH 11/14] powerpc/eeh: Set attention indicator while recovering
` [PATCH 12/14] powerpc/eeh: Add debugfs interface to run an EEH check
` [PATCH 13/14] powerpc/eeh: Add a eeh_dev_break debugfs interface
` [PATCH 14/14] selftests/powerpc: Add basic EEH selftest

[PATCH] powerpc/powernv: fix a W=1 compilation warning
 2019-09-03 13:52 UTC  (4+ messages)

[RFC PATCH 1/3] mm/powerpc/book3s64/radix: Remove unused code
 2019-09-03 12:40 UTC  (3+ messages)
` [RFC PATCH 2/3] powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_all
` [RFC PATCH 3/3] powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is set

[mainline][BUG][PPC][btrfs][bisected 00801a] kernel BUG at fs/btrfs/locking.c:71!
 2019-09-03 12:38 UTC  (3+ messages)

[PATCH v7 0/6] Disable compat cruft on ppc64le v7
 2019-09-03  5:21 UTC  (13+ messages)
` [PATCH v7 3/6] powerpc/perf: consolidate read_user_stack_32
` [PATCH v7 5/6] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default

[PATCH v3 00/11] *** SUBJECT HERE ***
 2019-09-03  3:43 UTC  (24+ messages)
` [PATCH v3 01/11] PCI: designware-ep: Add multiple PFs support for DWC
` [PATCH v3 04/11] PCI: designware-ep: Modify MSI and MSIX CAP way of finding
` [PATCH v3 05/11] dt-bindings: pci: layerscape-pci: add compatible strings for ls1088a and ls2088a
` [PATCH v3 07/11] PCI: layerscape: Modify the way of getting capability with different PEX
` [PATCH v3 08/11] PCI: layerscape: Modify the MSIX to the doorbell mode
` [PATCH v3 09/11] PCI: layerscape: Add EP mode support for ls1088a and ls2088a
` [PATCH v3 10/11] arm64: dts: layerscape: Add PCIe EP node for ls1088a
` [PATCH v3 11/11] misc: pci_endpoint_test: Add LS1088a in pci_device_id table

[PATCH 0/6] Making tlbie optional for radix
 2019-09-03  2:52 UTC  (9+ messages)
` [PATCH 1/6] powerpc/64s: remove register_process_table callback
` [PATCH 2/6] powerpc/64s/radix: tidy up TLB flushing code
` [PATCH 3/6] powerpc/64s: make mmu_partition_table_set_entry TLB flush optional
` [PATCH 4/6] powerpc/64s/pseries: radix flush translations before MMU is enabled at boot
` [PATCH 5/6] powerpc/64s: remove unnecessary translation cache flushes "
` [PATCH 6/6] powerpc/64s/radix: introduce options to disable use of the tlbie instruction

[PATCH v2 01/10] PCI: designware-ep: Add multiple PFs support for DWC
 2019-09-03  2:11 UTC  (8+ messages)
` [PATCH v2 06/10] PCI: layerscape: Modify the way of getting capability with different PEX

[PATCH v2] powerpc/64: system call implement the bulk of the logic in C
 2019-09-02 22:58 UTC 

[PATCH v2 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2019-09-02 15:18 UTC  (13+ messages)
            ` microblaze HAVE_MEMBLOCK_NODE_MAP dependency (was Re: [PATCH v2 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA)

[PATCH v2 7/9] sparc64: numa: check the node id consistently for sparc64
 2019-09-02 15:17 UTC  (4+ messages)

[PATCH v6 0/5] kasan: support backing vmalloc space with real shadow memory
 2019-09-02 14:54 UTC  (9+ messages)
` [PATCH v6 1/5] "
` [PATCH v6 2/5] kasan: add test for vmalloc
` [PATCH v6 3/5] fork: support VMAP_STACK with KASAN_VMALLOC
` [PATCH v6 4/5] x86/kasan: support KASAN_VMALLOC
` [PATCH v6 5/5] kasan debug: track pages allocated for vmalloc shadow

Oops (request_key_auth_describe) while running cve-2016-7042 from LTP
 2019-09-02 11:40 UTC  (4+ messages)

linux-next: build failure after merge of the powerpc tree
 2019-09-02 11:52 UTC  (2+ messages)

[PATCH v5 0/2] powerpc: Enabling IMA arch specific secure boot policies
 2019-09-02 11:52 UTC  (5+ 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

[RFC PATCH] powerpc: Convert ____flush_dcache_icache_phys() to C
 2019-09-02 11:11 UTC  (6+ messages)

linux-next: manual merge of the powerpc tree with the arm64 tree
 2019-09-02 10:25 UTC  (5+ messages)

[PATCH v2 4/4] powerpc/64: system call implement the bulk of the logic in C
 2019-09-02 10:20 UTC  (4+ messages)

[PATCH] powerpc: Add barrier_nospec to raw_copy_in_user()
 2019-09-02  8:47 UTC  (2+ messages)
` [PATCH] Revert "powerpc: Add barrier_nospec to raw_copy_in_user()"

[PATCH v7 0/7] KVMPPC driver to manage secure guest pages
 2019-09-02  7:53 UTC  (5+ messages)
` [PATCH v7 1/7] kvmppc: Driver to manage pages of secure guest


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