linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-21 14:01:23 to 2019-11-25 19:53:17 UTC [more...]

[PATCH] powerpc/mpc85xx: also write addr_h to spin table for 64bit boot entry
 2019-11-25 15:15 UTC 

[PATCH net 0/4] ibmvnic: Harden device commands and queries
 2019-11-25 19:23 UTC  (10+ messages)
` [PATCH net 1/4] ibmvnic: Fix completion structure initialization
` [PATCH net 2/4] ibmvnic: Terminate waiting device threads after loss of service
` [PATCH net 3/4] ibmvnic: Bound waits for device queries
` [PATCH net 4/4] ibmvnic: Serialize "

Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2019-11-25 16:38 UTC  (13+ messages)

[PATCH v2] dma-mapping: treat dev->bus_dma_mask as a DMA limit
 2019-11-25 16:33 UTC  (13+ messages)

[PATCH v4 1/2] powerpc/irq: bring back ksp_limit management in C functions
 2019-11-25 14:25 UTC  (6+ messages)
` [PATCH v4 2/2] powerpc/irq: inline call_do_irq() and call_do_softirq()

[PATCH v17 00/13] open: introduce openat2(2) syscall
 2019-11-25 13:21 UTC  (10+ messages)
` [PATCH v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT, BENEATH}: permit limited ".." resolution
  ` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: "
` [PATCH v17 11/13] open: introduce openat2(2) syscall

lockdep warning while booting POWER9 PowerNV
 2019-11-25 12:49 UTC  (7+ messages)

[PATCH v2 00/14] Convert cpu_up/down to device_online/offline
 2019-11-25 11:27 UTC  (2+ messages)
` [PATCH v2 06/14] powerpc: Replace cpu_up/down with device_online/offline

[PATCH] selftests/powerpc: spectre_v2 test must be built 64-bit
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH v2] powerpc/powernv: Disable native PCIe port management
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH] powerpc/sysdev: drop simple gpio
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH v4 1/2] powerpc/32: Split kexec low level code out of misc_32.S
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH v3 1/2] powerpc/32s: automatically allocate BAT in setbat()
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH v1 4/4] powerpc/ioremap: warn on early use of ioremap()
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH v1 3/4] powerpc: Add support for GENERIC_EARLY_IOREMAP
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH v1 2/4] powerpc/fixmap: Use __fix_to_virt() instead of fix_to_virt()
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH] powerpc/8xx: use the fixmapped IMMR in cpm_reset()
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH] powerpc/8xx: add __init to cpm1 init functions
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH v3 1/2] powerpc: permanently include 8xx registers in reg.h
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH] powerpc/reg: use ASM_FTR_IFSET() instead of opencoding fixup
 2019-11-25 10:46 UTC  (2+ messages)

[PATCH] powerpc/32: Don't populate page tables for block mapped pages except on the 8xx
 2019-11-25 10:46 UTC  (2+ messages)

[PATCH] powerpc/mm: tell if a bad page fault on data is read or write
 2019-11-25 10:46 UTC  (2+ messages)

[PATCH] powerpc/mm: drop #ifdef CONFIG_MMU in is_ioremap_addr()
 2019-11-25 10:46 UTC  (2+ messages)

[PATCH 2/3] powerpc: refactoring BUG/WARN macros
 2019-11-25 10:46 UTC  (2+ messages)

[PATCH] powerpc/32: drop unused ISA_DMA_THRESHOLD
 2019-11-25  9:20 UTC 

[PATCH 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-25  8:59 UTC  (23+ messages)
` [PATCH 01/19] mm/gup: factor out duplicate code from four routines
` [PATCH 02/19] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH 03/19] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH 04/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH 05/19] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH 06/19] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH 08/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH 09/19] IB/{core, hw, umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH 10/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH 11/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 12/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 13/19] net/xdp: "
` [PATCH 14/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH 15/19] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 16/19] vfio, mm: "
` [PATCH 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH 18/19] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH 19/19] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

PCIPOCALYPSE
 2019-11-25  5:00 UTC  (36+ messages)
` [Very RFC 06/46] powerpc/iov: Move VF pdev fixup into pcibios_fixup_iov()
` [Very RFC 08/46] powerpc/eeh: Calculate VF index rather than looking it up in pci_dn
` [Very RFC 09/46] powerpc/eeh: Pass eeh_dev to eeh_ops->{read|write}_config()
` [Very RFC 11/46] powerpc/eeh: Convert various printfs to use edev, not pci_dn
` [Very RFC 12/46] powerpc/eeh: Split eeh_probe into probe_pdn and probe_pdev
` [Very RFC 14/46] powernv/eeh: Remove un-necessary call to eeh_add_device_early()
` [Very RFC 15/46] powernv/eeh: Use pnv_eeh_*_config() for internal config ops
` [Very RFC 16/46] powernv/eeh: Use eeh_edev_warn() rather than open-coding a BDFN print
` [Very RFC 17/46] powernv/eeh: add pnv_eeh_find_edev()
` [Very RFC 18/46] powernv/pci: Add pci_bus_to_pnvhb() helper
` [Very RFC 19/46] powernv/eeh: Use standard PCI capability lookup functions
` [Very RFC 20/46] powernv/eeh: Look up device info from pci_dev
` [Very RFC 21/46] powernv/eeh: Rework finding an existing edev in probe_pdev()
` [Very RFC 22/46] powernv/eeh: Allocate eeh_dev's when needed
` [Very RFC 23/46] powerpc/eeh: Moving finding the parent PE into the platform

[PATCH V10] mm/debug: Add tests validating architecture page table helpers
 2019-11-25  4:28 UTC  (2+ messages)

[PATCH v11 0/7] KVM: PPC: Driver to manage pages of secure guest
 2019-11-25  3:09 UTC  (9+ messages)
` [PATCH v11 1/7] mm: ksm: Export ksm_madvise()
` [PATCH v11 2/7] KVM: PPC: Support for running secure guests
` [PATCH v11 3/7] KVM: PPC: Shared pages support for "
` [PATCH v11 4/7] KVM: PPC: Radix changes for secure guest
` [PATCH v11 5/7] KVM: PPC: Handle memory plug/unplug to secure VM
` [PATCH v11 6/7] KVM: PPC: Support reset of secure guest
` [PATCH v11 7/7] KVM: PPC: Ultravisor: Add PPC_UV config option

[PATCH v3] libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h
 2019-11-25  1:35 UTC  (2+ messages)

[PATCH v7 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-25  0:53 UTC  (24+ messages)
` [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v7 05/24] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v7 09/24] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM

[PATCH v2] powerpc: Add const qual to local_read() parameter
 2019-11-24 23:18 UTC  (3+ messages)

linux-next: manual merge of the pci tree with the powerpc tree
 2019-11-24 22:39 UTC 

[PATCH v3 0/4] reorganize and add FADump sysfs files
 2019-11-24 18:40 UTC  (6+ messages)
` [PATCH v3 2/4] powerpc/fadump: reorganize /sys/kernel/fadump_* "

[PATCH][v2] powerpc: Set right value of Speculation_Store_Bypass in /proc/<pid>/status
 2019-11-23 23:02 UTC 

[Bug 205201] New: Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2019-11-23 11:28 UTC  (2+ messages)
` [Bug 205201] "

[PATCH] powerpc: Fix issue with missing registers in kdump
 2019-11-22 18:21 UTC 

[PATCH] crypto: vmx - Avoid weird build failures
 2019-11-22 11:11 UTC  (2+ messages)

[PATCH] powerpc/pseries: remove variable 'status' set but not used
 2019-11-22 10:53 UTC  (4+ messages)

[PATCH 4.9 087/222] libfdt: Ensure INT_MAX is defined in libfdt_env.h
 2019-11-22 10:27 UTC 

[PATCH 4.4 062/159] libfdt: Ensure INT_MAX is defined in libfdt_env.h
 2019-11-22 10:27 UTC 

[PATCH v2] powerpc/perf: Disable trace_imc pmu
 2019-11-22  8:03 UTC  (2+ messages)

[PATCH v5 00/48] QUICC Engine support on ARM, ARM64, PPC64
 2019-11-22  7:23 UTC  (4+ messages)
` [PATCH v5 13/48] powerpc/83xx: remove mpc83xx_ipic_and_qe_init_IRQ

[PATCH v3 0/8] powerpc/vdso32 enhancement and optimisation
 2019-11-22  6:38 UTC  (4+ messages)
` [PATCH v3 4/8] powerpc/vdso32: inline __get_datapage()

[PATCH AUTOSEL 4.4 30/68] powerpc/book3s/32: fix number of bats in p/v_block_mapped()
 2019-11-22  6:13 UTC  (6+ messages)
` [PATCH AUTOSEL 4.4 31/68] powerpc/xmon: fix dump_segments()
` [PATCH AUTOSEL 4.4 40/68] powerpc/prom: fix early DEBUG messages
` [PATCH AUTOSEL 4.4 41/68] powerpc/mm: Make NULL pointer deferences explicit on bad page faults
` [PATCH AUTOSEL 4.4 42/68] powerpc/44x/bamboo: Fix PCI range
` [PATCH AUTOSEL 4.4 67/68] powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property()

[PATCH AUTOSEL 4.9 37/91] powerpc/book3s/32: fix number of bats in p/v_block_mapped()
 2019-11-22  6:01 UTC  (10+ messages)
` [PATCH AUTOSEL 4.9 38/91] powerpc/xmon: fix dump_segments()
` [PATCH AUTOSEL 4.9 47/91] powerpc/prom: fix early DEBUG messages
` [PATCH AUTOSEL 4.9 48/91] powerpc/mm: Make NULL pointer deferences explicit on bad page faults
` [PATCH AUTOSEL 4.9 49/91] powerpc/44x/bamboo: Fix PCI range
` [PATCH AUTOSEL 4.9 51/91] powerpc/powernv/eeh/npu: Fix uninitialized variables in opal_pci_eeh_freeze_status
` [PATCH AUTOSEL 4.9 57/91] powerpc/83xx: handle machine check caused by watchdog timer
` [PATCH AUTOSEL 4.9 58/91] powerpc/pseries: Fix node leak in update_lmb_associativity_index()
` [PATCH AUTOSEL 4.9 67/91] net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()
` [PATCH AUTOSEL 4.9 90/91] powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property()

[PATCH AUTOSEL 4.14 053/127] powerpc/book3s/32: fix number of bats in p/v_block_mapped()
 2019-11-22  5:55 UTC  (11+ messages)
` [PATCH AUTOSEL 4.14 054/127] powerpc/xmon: fix dump_segments()
` [PATCH AUTOSEL 4.14 064/127] powerpc/perf: Fix unit_sel/cache_sel checks
` [PATCH AUTOSEL 4.14 065/127] powerpc/prom: fix early DEBUG messages
` [PATCH AUTOSEL 4.14 066/127] powerpc/mm: Make NULL pointer deferences explicit on bad page faults
` [PATCH AUTOSEL 4.14 067/127] powerpc/44x/bamboo: Fix PCI range
` [PATCH AUTOSEL 4.14 069/127] powerpc/powernv/eeh/npu: Fix uninitialized variables in opal_pci_eeh_freeze_status
` [PATCH AUTOSEL 4.14 076/127] powerpc/83xx: handle machine check caused by watchdog timer
` [PATCH AUTOSEL 4.14 077/127] powerpc/pseries: Fix node leak in update_lmb_associativity_index()
` [PATCH AUTOSEL 4.14 090/127] net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()
` [PATCH AUTOSEL 4.14 126/127] powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property()

[PATCH AUTOSEL 4.19 106/219] powerpc/book3s/32: fix number of bats in p/v_block_mapped()
 2019-11-22  5:49 UTC  (13+ messages)
` [PATCH AUTOSEL 4.19 107/219] powerpc/xmon: fix dump_segments()
` [PATCH AUTOSEL 4.19 118/219] powerpc/perf: Fix unit_sel/cache_sel checks
` [PATCH AUTOSEL 4.19 119/219] powerpc/32: Avoid unsupported flags with clang
` [PATCH AUTOSEL 4.19 120/219] powerpc/prom: fix early DEBUG messages
` [PATCH AUTOSEL 4.19 121/219] powerpc/mm: Make NULL pointer deferences explicit on bad page faults
` [PATCH AUTOSEL 4.19 122/219] powerpc/44x/bamboo: Fix PCI range
` [PATCH AUTOSEL 4.19 124/219] powerpc/powernv/eeh/npu: Fix uninitialized variables in opal_pci_eeh_freeze_status
` [PATCH AUTOSEL 4.19 132/219] powerpc/83xx: handle machine check caused by watchdog timer
` [PATCH AUTOSEL 4.19 133/219] powerpc/pseries: Fix node leak in update_lmb_associativity_index()
` [PATCH AUTOSEL 4.19 134/219] powerpc: Fix HMIs on big-endian with CONFIG_RELOCATABLE=y
` [PATCH AUTOSEL 4.19 151/219] net/wan/fsl_ucc_hdlc: Avoid double free in ucc_hdlc_probe()
` [PATCH AUTOSEL 4.19 217/219] powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property()

[PATCH v2 00/11] opencapi: enable card reset and link retraining
 2019-11-22  5:22 UTC  (13+ messages)
` [PATCH v2 03/11] powerpc/powernv/ioda: set up PE on opencapi device when enabling
` [PATCH v2 04/11] powerpc/powernv/ioda: Release opencapi device
` [PATCH v2 05/11] powerpc/powernv/ioda: Find opencapi slot for a device node
` [PATCH v2 06/11] pci/hotplug/pnv-php: Remove erroneous warning
` [PATCH v2 07/11] pci/hotplug/pnv-php: Improve error msg on power state change failure
` [PATCH v2 08/11] pci/hotplug/pnv-php: Register opencapi slots
` [PATCH v2 09/11] pci/hotplug/pnv-php: Relax check when disabling slot
` [PATCH v2 10/11] pci/hotplug/pnv-php: Wrap warnings in macro
` [PATCH v2 11/11] ocxl: Add PCI hotplug dependency to Kconfig

[PATCH v1 1/4] arm64: dts: ls1028a-rdb: enable emmc hs400 mode
 2019-11-22  3:31 UTC  (2+ messages)

[PATCH] drivers: net: Fix Kconfig indentation, continued
 2019-11-21 19:54 UTC  (2+ messages)

generic DMA bypass flag
 2019-11-21 16:44 UTC  (8+ messages)

[PATCH 00/23] y2038 cleanups
 2019-11-21 16:25 UTC  (8+ messages)
` [PATCH 07/23] y2038: vdso: powerpc: avoid timespec references
  ` [Y2038] "
` [PATCH 08/23] y2038: ipc: remove __kernel_time_t reference from headers
  ` [Y2038] "

[PATCH 0/8] y2038: bug fixes from y2038 work
 2019-11-21 15:56 UTC  (7+ messages)
` [PATCH 3/8] powerpc: fix vdso32 for ppc64le
  ` [Y2038] "


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