linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-09 15:26:47 to 2020-09-14 02:25:06 UTC [more...]

[PATCH v1 1/5] powerpc/mm: sanity_check_fault() should work for all, not only BOOK3S
 2020-09-14  2:23 UTC  (5+ messages)
` [PATCH v1 4/5] powerpc/fault: Avoid heavy search_exception_tables() verification

[PATCH] spi: fsl-espi: Only process interrupts for expected events
 2020-09-13 22:03 UTC  (2+ messages)

[PATCH] powerpc/papr_scm: Support dynamic enable/disable of performance statistics
 2020-09-13 21:21 UTC 

[PATCH] powerpc/papr_scm: Add PAPR command family to pass-through command-set
 2020-09-13 21:19 UTC 

[PATCH v5 00/10] Coregroup support on Powerpc
 2020-09-13 17:42 UTC  (8+ messages)
` [PATCH v5 05/10] powerpc/smp: Dont assume l2-cache to be superset of sibling

[PATCHv7 00/12]PCI: dwc: Add the multiple PF support for DWC and Layerscape
 2020-09-13 17:24 UTC  (13+ messages)
` [PATCHv7 02/12] PCI: designware-ep: Add the doorbell mode of MSI-X in EP mode
` [PATCHv7 04/12] PCI: designware-ep: Modify MSI and MSIX CAP way of finding
` [PATCHv7 10/12] arm64: dts: layerscape: Add PCIe EP node for ls1088a
` [PATCHv7 12/12] misc: pci_endpoint_test: Add driver data for Layerscape PCIe controllers

[PATCH v4 00/13] mm/debug_vm_pgtable fixes
 2020-09-13 13:42 UTC  (6+ messages)
` [PATCH v4 13/13] mm/debug_vm_pgtable: Avoid none pte in pte_clear_test
` [PATCH] mm/debug_vm_pgtable: Avoid doing memory allocation with pgtable_t mapped

[PATCH] selftests/seccomp: fix ptrace tests on powerpc
 2020-09-13 12:34 UTC  (4+ messages)

[PATCH v2] selftests/seccomp: fix ptrace tests on powerpc
 2020-09-13  7:35 UTC  (4+ messages)

[PATCH v5 00/23] Kernel userspace access/execution prevention with hash translation
 2020-09-12 11:54 UTC  (3+ messages)
` [PATCH v5 20/23] powerpc/book3s64/hash/kuap: Enable kuap on hash

[PATCH 00/15] selftests/seccomp: Refactor change_syscall()
 2020-09-12 11:08 UTC  (16+ messages)
` [PATCH 01/15] selftests/seccomp: Refactor arch register macros to avoid xtensa special case
` [PATCH 02/15] selftests/seccomp: Provide generic syscall setting macro
` [PATCH 03/15] selftests/seccomp: mips: Define SYSCALL_NUM_SET macro
` [PATCH 04/15] selftests/seccomp: arm: "
` [PATCH 05/15] selftests/seccomp: arm64: "
` [PATCH 06/15] selftests/seccomp: mips: Remove O32-specific macro
` [PATCH 07/15] selftests/seccomp: Remove syscall setting #ifdefs
` [PATCH 08/15] selftests/seccomp: Convert HAVE_GETREG into ARCH_GETREG/ARCH_SETREG
` [PATCH 09/15] selftests/seccomp: Convert REGSET calls "
` [PATCH 10/15] selftests/seccomp: Avoid redundant register flushes
` [PATCH 11/15] selftests/seccomp: Remove SYSCALL_NUM_RET_SHARE_REG in favor of SYSCALL_RET_SET
` [PATCH 12/15] selftests/seccomp: powerpc: Fix seccomp return value testing
` [PATCH 13/15] selftests/seccomp: powerpc: Set syscall return during ptrace syscall exit
` [PATCH 14/15] selftests/clone3: Avoid OS-defined clone_args
` [PATCH 15/15] selftests/seccomp: Use __NR_mknodat instead of __NR_mknod

[PATCH] powerpc/papr_scm: Fix warning triggered by perf_stats_show()
 2020-09-12  8:27 UTC  (5+ messages)

[PATCH v2] powerpc/papr_scm: Fix warning triggered by perf_stats_show()
 2020-09-12  8:14 UTC 

[PATCH] serial: ucc_uart: make qe_uart_set_mctrl() static
 2020-09-12  3:38 UTC 

[RFC PATCH v2 0/3] mm/gup: fix gup_fast with dynamic page table folding
 2020-09-11 20:36 UTC  (38+ messages)
` [RFC PATCH v2 1/3] "
                            ` [PATCH] "
                                  ` [PATCH v2] "

[PATCH] ibmvfc: Avoid link down on FS9100 canister reboot
 2020-09-11 21:28 UTC 

[PATCH] powerpc/boot/dts: Fix dtc "pciex" warnings
 2020-09-11 21:09 UTC  (5+ messages)

[PATCH v2 00/14] DDW Indirect Mapping
 2020-09-11 17:07 UTC  (15+ messages)
` [PATCH v2 01/14] powerpc/pseries/iommu: Replace hard-coded page shift
` [PATCH v2 02/14] powerpc/pseries/iommu: Makes sure IOMMU_PAGE_SIZE <= PAGE_SIZE
` [PATCH v2 03/14] powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEs
` [PATCH v2 04/14] powerpc/kernel/iommu: Use largepool as a last resort when !largealloc
` [PATCH v2 05/14] powerpc/kernel/iommu: Add new iommu_table_in_use() helper
` [PATCH v2 06/14] powerpc/pseries/iommu: Add iommu_pseries_alloc_table() helper
` [PATCH v2 07/14] powerpc/pseries/iommu: Add ddw_list_new_entry() helper
` [PATCH v2 08/14] powerpc/pseries/iommu: Allow DDW windows starting at 0x00
` [PATCH v2 09/14] powerpc/pseries/iommu: Add ddw_property_create() and refactor enable_ddw()
` [PATCH v2 10/14] powerpc/pseries/iommu: Reorganize iommu_table_setparms*() with new helper
` [PATCH v2 11/14] powerpc/pseries/iommu: Update remove_dma_window() to accept property name
` [PATCH v2 12/14] powerpc/pseries/iommu: Find existing DDW with given "
` [PATCH v2 13/14] powerpc/pseries/iommu: Make use of DDW for indirect mapping
` [PATCH v2 14/14] powerpc/pseries/iommu: Rename "direct window" to "dma window"

[PATCH] powerpc/traps: fix recoverability of machine check handling on book3s/32
 2020-09-11 13:23 UTC  (4+ messages)

[PATCH v1] pseries/hotplug-memory: hot-add: skip redundant LMB lookup
 2020-09-11 13:15 UTC  (4+ messages)

[PATCH] powerpc/powermac: Fix low_sleep_handler with KUAP and KUEP
 2020-09-11 13:06 UTC  (4+ messages)

[PATCH] KVM: PPC: Don't return -ENOTSUPP to userspace in ioctls
 2020-09-11 12:08 UTC  (2+ messages)

[PATCH v4 4/8] mm/memory_hotplug: prepare passing flags to add_memory() and friends
 2020-09-11 10:34 UTC 

[PATCH v2] powerpc/powermac: Fix low_sleep_handler with KUAP and KUEP
 2020-09-11 10:29 UTC 

[PATCH 0/7] powerpc: Fix a few W=1 compile warnings
 2020-09-11  9:10 UTC  (20+ messages)
` [PATCH 1/7] powerpc/sysfs: Fix W=1 compile warning
` [PATCH 2/7] powerpc/prom: "
` [PATCH 3/7] powerpc/sstep: "
` [PATCH 4/7] powerpc/xive: "
` [PATCH 5/7] powerpc/powernv/pci: "
` [PATCH 6/7] powerpc/perf: "
` [PATCH 7/7] powerpc/32: "

[PATCH] KVM: PPC: Book3S HV: Do not allocate HPT for a nested guest
 2020-09-11  8:17 UTC  (5+ messages)

[PATCH] powerpc/kasan: Fix CONFIG_KASAN_VMALLOC for 8xx
 2020-09-11  5:05 UTC 

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-11  4:19 UTC  (14+ messages)

[PATCH] powerpc/ps3: make two symbols static
 2020-09-11  2:01 UTC 

[PATCH] kbuild: preprocess module linker script
 2020-09-10 19:45 UTC  (2+ messages)

remove the last set_fs() in common code, and remove it for x86 and powerpc v3
 2020-09-10 17:15 UTC  (14+ messages)

[PATCH v3] pseries/drmem: don't cache node id in drmem_lmb struct
 2020-09-10 18:28 UTC  (3+ messages)

[PATCH] soc: fsl: dpio: remove set but not used 'addr_cena'
 2020-09-10 14:04 UTC 

[PATCH v2] powerpc/papr_scm: Limit the readability of 'perf_stats' sysfs attribute
 2020-09-10 12:55 UTC  (2+ messages)

[PATCH kernel] powerpc/dma: Fix dma_map_ops::get_required_mask
 2020-09-10 12:55 UTC  (2+ messages)

[PATCH v2] cpuidle-pseries: Fix CEDE latency conversion from tb to us
 2020-09-10 12:55 UTC  (2+ messages)

[PATCH v3 3/7] mm/memory_hotplug: prepare passing flags to add_memory() and friends
 2020-09-10  9:53 UTC  (2+ messages)

[PATCH v2] powerpc: Warn about use of smt_snooze_delay
 2020-09-10  7:39 UTC  (3+ messages)

[PATCH] powerpc/pseries: explicitly reschedule during drmem_lmb list traversal
 2020-09-10  7:37 UTC  (3+ messages)

EEH cleanups and reworks
 2020-09-10  5:45 UTC  (10+ messages)
` [PATCH 1/9] powerpc/eeh: Rework EEH initialisation
` [PATCH 2/9] powerpc/powernv: Stop using eeh_ops->init()
` [PATCH 3/9] powerpc/pseries: "
` [PATCH 4/9] powerpc/eeh: Delete eeh_ops->init
` [PATCH 5/9] powerpc/eeh: Move EEH initialisation to an arch initcall
` [PATCH 6/9] powerpc/pseries/eeh: Clean up pe_config_addr lookups
` [PATCH 7/9] powerpc/pseries/eeh: Rework device EEH PE determination
` [PATCH 8/9] powerpc/pseries/eeh: Allow zero to be a valid PE configuration address
` [PATCH 9/9] powerpc/eeh: Clean up PE addressing

[PATCH] scsi: ibmvfc: Fix error return in ibmvfc_probe()
 2020-09-10  2:11 UTC  (3+ messages)

[powerpc:merge] BUILD SUCCESS 4b552a4cbf286ff9dcdab19153f3c1c7d1680fab
 2020-09-10  1:18 UTC 

[powerpc:next-test] BUILD SUCCESS a24f73a061494d718b254ec7814cd10010ac2ec3
 2020-09-10  1:18 UTC 

[powerpc:fixes-test] BUILD SUCCESS 0460534b532e5518c657c7d6492b9337d975eaa3
 2020-09-10  1:12 UTC 

[PATCH v3] powerpc/pseries: explicitly reschedule during drmem_lmb list traversal
 2020-09-09 13:40 UTC  (2+ messages)

[PATCH 0/5] powerpc: Remove five unused variables
 2020-09-09 13:37 UTC  (2+ messages)

[PATCH v2 0/4] ocxl: Cleanup AFU interrupt allocation
 2020-09-09 13:37 UTC  (2+ messages)

[PATCH] powerpc: hwrng; fix missing of_node_put()
 2020-09-09 13:37 UTC  (2+ messages)

[PATCH] powerpc: icp-hv: fix missing of_node_put in success path
 2020-09-09 13:37 UTC  (2+ messages)

Clean up W=1 for the powernv platform
 2020-09-09 13:37 UTC  (3+ messages)
` [PATCH 1/6] powerpc/powernv/smp: Fix spurious DBG() warning

[PATCH] cxl: Rework error message for incompatible slots
 2020-09-09 13:37 UTC  (2+ messages)

[PATCH] powerpc/oprofile: fix spelling mistake "contex" -> "context"
 2020-09-09 13:37 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).