linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-22 07:02:21 to 2019-11-26 12:50:00 UTC [more...]

[PATCH v4 00/16] Enable CONFIG_VMAP_STACK on PPC32
 2019-11-26 12:36 UTC  (5+ messages)
` [PATCH v4 01/16] powerpc/32: replace MTMSRD() by mtmsr
` [PATCH v4 02/16] powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.h
` [PATCH v4 03/16] powerpc/32: save DEAR/DAR before calling handle_page_fault
` [PATCH v4 04/16] powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0

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

[PATCH v2] powerpc/kernel/sysfs: Add PMU_SYSFS config option to enable PMU SPRs sysfs file creation
 2019-11-26 11:39 UTC  (3+ messages)

[PATCH v3 00/15] Enable CONFIG_VMAP_STACK on PPC32
 2019-11-26  9:01 UTC  (4+ messages)
` [PATCH v3 15/15] powerpc/32s: Activate CONFIG_VMAP_STACK

loop nesting in alignment exception and machine check
 2019-11-26  8:13 UTC  (4+ messages)
      ` 答复: 答复: "

[PATCH] powerpc/8xx: Fix permanently mapped IMMR region
 2019-11-26  8:01 UTC  (3+ messages)

[PATCH 00/18] Initial Prefixed Instruction support
 2019-11-26  5:21 UTC  (19+ messages)
` [PATCH 01/18] powerpc: Enable Prefixed Instructions
` [PATCH 02/18] powerpc: Add BOUNDARY SRR1 bit for future ISA version
` [PATCH 03/18] powerpc: Add PREFIXED "
` [PATCH 04/18] powerpc: Rename Bit 35 of SRR1 to indicate new purpose
` [PATCH 05/18] powerpc sstep: Prepare to support prefixed instructions
` [PATCH 06/18] powerpc sstep: Add support for prefixed integer load/stores
` [PATCH 07/18] powerpc sstep: Add support for prefixed floating-point load/stores
` [PATCH 08/18] powerpc sstep: Add support for prefixed VSX load/stores
` [PATCH 09/18] powerpc sstep: Add support for prefixed fixed-point arithmetic
` [PATCH 10/18] powerpc: Support prefixed instructions in alignment handler
` [PATCH 11/18] powerpc/traps: Check for prefixed instructions in facility_unavailable_exception()
` [PATCH 12/18] powerpc/xmon: Add initial support for prefixed instructions
` [PATCH 13/18] powerpc/xmon: Dump "
` [PATCH 14/18] powerpc/kprobes: Support kprobes on "
` [PATCH 15/18] powerpc/uprobes: Add support for "
` [PATCH 16/18] powerpc/hw_breakpoints: Initial "
` [PATCH 17/18] powerpc: Add prefix support to mce_find_instr_ea_and_pfn()
` [PATCH 18/18] powerpc/fault: Use analyse_instr() to check for store with updates to sp

[PATCH][v2] powerpc: Set right value of Speculation_Store_Bypass in /proc/<pid>/status
 2019-11-26  2:28 UTC  (2+ messages)

[PATCH v2] of: unittest: fix memory leak in attach_node_and_children
 2019-11-26  1:48 UTC 

[PATCH v2] powerpc: Fix Kconfig indentation
 2019-11-26  1:13 UTC  (2+ messages)

[PATCH v5 1/3] powerpc: Don't add -mabi= flags when building with Clang
 2019-11-26  1:13 UTC  (2+ messages)

[PATCH v1 1/4] powerpc/fixmap: don't clear fixmap area in paging_init()
 2019-11-26  1:13 UTC  (2+ messages)

[PATCH net 0/4] ibmvnic: Harden device commands and queries
 2019-11-25 23:12 UTC  (15+ 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 "
      ` [PATCH net v2 0/4] ibmvnic: Harden device commands and queries
        ` [PATCH net v2 1/4] ibmvnic: Fix completion structure initialization
        ` [PATCH net v2 2/4] ibmvnic: Terminate waiting device threads after loss of service
        ` [PATCH net v2 3/4] ibmvnic: Bound waits for device queries
        ` [PATCH net v2 4/4] ibmvnic: Serialize "

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

[PATCH 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-25 20:46 UTC  (25+ 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*()

[PATCH v4 0/3] LLVM/Clang fixes for pseries_defconfig
 2019-11-25 20:15 UTC  (3+ messages)
` [PATCH v5 0/3] LLVM/Clang fixes for a few defconfigs

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

[PATCH v2] dma-mapping: treat dev->bus_dma_mask as a DMA limit
 2019-11-25 16:33 UTC  (4+ 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  (6+ 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 

PCIPOCALYPSE
 2019-11-25  5:00 UTC  (28+ messages)
` [Very RFC 06/46] powerpc/iov: Move VF pdev fixup into pcibios_fixup_iov()
` [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  (14+ messages)
` [PATCH v7 02/24] mm/gup: factor out duplicate code from four routines
` [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages

[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_* "

[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 076/127] powerpc/83xx: handle machine check caused by watchdog timer
 2019-11-22  5:55 UTC  (3+ messages)
` [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()


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