linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-09 11:29:10 to 2018-09-12 19:41:06 UTC [more...]

[RFC PATCH 00/11] New TM Model
 2018-09-12 19:40 UTC  (11+ messages)
` [RFC PATCH 01/11] powerpc/tm: Reclaim transaction on kernel entry
` [RFC PATCH 02/11] powerpc/tm: Reclaim on unavailable exception
` [RFC PATCH 03/11] powerpc/tm: Recheckpoint when exiting from kernel
` [RFC PATCH 04/11] powerpc/tm: Always set TIF_RESTORE_TM on reclaim
` [RFC PATCH 05/11] powerpc/tm: Function that updates the failure code
` [RFC PATCH 06/11] powerpc/tm: Refactor the __switch_to_tm code
` [RFC PATCH 07/11] powerpc/tm: Do not recheckpoint at sigreturn
` [RFC PATCH 08/11] powerpc/tm: Do not reclaim on ptrace
` [RFC PATCH 09/11] powerpc/tm: Do not restore default DSCR
` [RFC PATCH 10/11] powerpc/tm: Set failure summary

[PATCH v2 03/17] compat_ioctl: use correct compat_ptr() translation in drivers
 2018-09-12 18:13 UTC  (7+ messages)
` [PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg

[PATCH] powerpc/pseries: Track LMB nid instead of using device tree
 2018-09-12 16:45 UTC 

[PATCH] MAINTAINERS: Add PPC contacts for PCI core error handling
 2018-09-12 16:58 UTC  (2+ messages)

[PATCH 0/7 v7] Support for fsl-mc bus and its devices in SMMU
 2018-09-12 16:58 UTC  (9+ messages)
` [PATCH 1/7 v7] Documentation: fsl-mc: add iommu-map device-tree binding for fsl-mc bus
` [PATCH 2/7 v7] iommu/of: make of_pci_map_rid() available for other devices too
` [PATCH 3/7 v7] iommu/of: support iommu configuration for fsl-mc devices
` [PATCH 4/7 v7] iommu/arm-smmu: Add support for the fsl-mc bus
` [PATCH 5/7 v7] bus/fsl-mc: support dma configure for devices on "
` [PATCH 6/7 v7] bus/fsl-mc: set coherent dma mask "
` [PATCH 7/7 v7] arm64: dts: ls208xa: comply with the iommu map binding for fsl_mc

[PATCH 0/2] sriov enablement on s390
 2018-09-12 14:40 UTC  (2+ messages)

[RFC PATCH v1 00/17] ban the use of _PAGE_XXX flags outside platform specific code
 2018-09-12 16:07 UTC  (6+ messages)

[PATCH v2 00/24] ban the use of _PAGE_XXX flags outside platform specific code
 2018-09-12 15:59 UTC  (25+ messages)
` [PATCH v2 01/24] powerpc/32: Add ioremap_wt() and ioremap_coherent()
` [PATCH v2 02/24] drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()
` [PATCH v2 03/24] drivers/block/z2ram: use ioremap_wt() instead of __ioremap(_PAGE_WRITETHRU)
` [PATCH v2 04/24] soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0)
` [PATCH v2 05/24] powerpc: don't use ioremap_prot() nor __ioremap() unless really needed
` [PATCH v2 06/24] powerpc/mm: properly set PAGE_KERNEL flags in ioremap()
` [PATCH v2 07/24] powerpc: handover page flags with a pgprot_t parameter
` [PATCH v2 08/24] powerpc/mm: don't use _PAGE_EXEC in book3s/32
` [PATCH v2 09/24] powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.h
` [PATCH v2 10/24] powerpc/mm: add pte helpers to query and change pte flags
` [PATCH v2 11/24] powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()
` [PATCH v2 12/24] powerpc/mm: use pte helpers in generic code
` [PATCH v2 13/24] powerpc/mm: Split dump_pagelinuxtables flag_array table
` [PATCH v2 14/24] powerpc/mm: drop unused page flags
` [PATCH v2 15/24] powerpc/mm: move __P and __S tables in the common pgtable.h
` [PATCH v2 16/24] powerpc/book3s/32: do not include pte-common.h
` [PATCH v2 17/24] powerpc/mm: Move pte_user() into nohash/pgtable.h
` [PATCH v2 18/24] powerpc/mm: Distribute platform specific PAGE and PMD flags and definitions
` [PATCH v2 19/24] powerpc/nohash/64: do not include pte-common.h
` [PATCH v2 20/24] powerpc/mm: Allow platforms to redefine some helpers
` [PATCH v2 21/24] powerpc/mm: Define platform default caches related flags
` [PATCH v2 22/24] powerpc/mm: Get rid of pte-common.h
` [PATCH v2 23/24] powerpc/8xx: change name of a few page flags to avoid confusion
` [PATCH v2 24/24] powerpc/book3s64: Avoid multiple endian conversion in pte helpers

[PATCH 00/25] Change tty_port(standard)_install's return type
 2018-09-12 14:41 UTC  (2+ messages)

[PATCH v2 0/5] powerpc/powernv/pci: Discover surprise-hotplugged PCIe devices during rescan
 2018-09-12 10:39 UTC  (11+ messages)
` [PATCH v2 1/5] powerpc/pci: Access PCI config space directly w/o pci_dn
` [PATCH v2 2/5] powerpc/pci: Create pci_dn on demand
` [PATCH v2 5/5] PCI/powerpc/eeh: Add pcibios hooks for preparing to rescan

[PATCH 0/5] powerpc/pci/hotplug: Discover surprise-hotplugged PCIe devices during rescan
 2018-09-12 10:37 UTC  (7+ messages)
` [PATCH 2/5] powerpc/pci: Create pci_dn on demand
` [PATCH 4/5] powerpc/powernv/pci: Enable reassigning the bus numbers
` [PATCH 5/5] PCI/powerpc/eeh: Add pcibios hooks for preparing to rescan

[PATCH v3 0/6] powerpc/powernv/pci: Discover surprise-hotplugged PCIe devices during rescan
 2018-09-12  9:49 UTC  (8+ messages)
` [PATCH v3 1/6] powerpc/pci: Access PCI config space directly w/o pci_dn
` [PATCH v3 2/6] powerpc/pci: Create pci_dn on demand
` [PATCH v3 3/6] powerpc/pci: Use DT to create pci_dn for root bridges only
` [PATCH v3 4/6] powerpc/powernv/pci: Enable reassigning the bus numbers
` [PATCH v3 5/6] PCI/powerpc/eeh: Add pcibios hooks for preparing to rescan
` [PATCH v3 6/6] powerpc/pci: Reduce code duplication in pci_add_device_node_info

[PATCH net] powerpc: use big endian to hash len and proto in csum_ipv6_magic
 2018-09-12  6:27 UTC  (4+ messages)

[PATCH v2] powerpc: Avoid code patching freed init sections
 2018-09-12  6:23 UTC  (2+ messages)

[PATCH 00/14] EEH refactoring 3
 2018-09-12  1:23 UTC  (15+ messages)
` [PATCH 01/14] powerpc/eeh: Fix possible null deref in eeh_dump_dev_log()
` [PATCH 02/14] powerpc/eeh: Fix null deref for devices removed during EEH
` [PATCH 03/14] powerpc/eeh: Fix use of EEH_PE_KEEP on wrong field
` [PATCH 04/14] powerpc/eeh: Cleanup EEH_POSTPONED_PROBE
` [PATCH 05/14] powerpc/eeh: Cleanup unused field in eeh_dev
` [PATCH 06/14] powerpc/eeh: Cleanup eeh_add_virt_device()
` [PATCH 07/14] powerpc/eeh: Cleanup list_head field names
` [PATCH 08/14] powerpc/eeh: Cleanup field names in eeh_rmv_data
` [PATCH 09/14] powerpc/eeh: Cleanup logic in eeh_rmv_from_parent_pe()
` [PATCH 10/14] powerpc/eeh: Cleanup eeh_enabled()
` [PATCH 11/14] powerpc/eeh: Cleanup unnecessary eeh_pe_state_mark_with_cfg()
` [PATCH 12/14] powerpc/eeh: Cleanup eeh_pe_state_mark()
` [PATCH 13/14] powerpc/eeh: Cleanup eeh_ops.wait_state()
` [PATCH 14/14] powerpc/eeh: Cleanup control flow in eeh_handle_normal_event()

[PATCH v3 0/9] Devicetree build consolidation
 2018-09-12  1:00 UTC  (6+ messages)
` [PATCH v3 1/9] powerpc: build .dtb files in dts directory
` [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules
` [PATCH v3 7/9] powerpc: enable building all dtbs

[PATCH 0/7] Miscellaneous Macintosh fixes and clean up
 2018-09-12  0:18 UTC  (8+ messages)
` [PATCH 6/7] macintosh/via-macii, macintosh/adb-iop: Modernize printk calls
` [PATCH 1/7] macintosh: Use common code to access RTC
` [PATCH 5/7] macintosh/via-macii: Simplify locking
` [PATCH 3/7] macintosh/via-macii: Synchronous bus reset
` [PATCH 7/7] macintosh/via-macii, macintosh/adb-iop: Clean up whitespace
` [PATCH 2/7] macintosh/adb: Rework printk output again
` [PATCH 4/7] macintosh/via-macii: Remove BUG_ON assertions

v4.17 regression: PowerMac G3 won't boot, was Re: [PATCH v5 1/3] of: cache phandle nodes to reduce cost of of_find_node_by_phandle()
 2018-09-12  0:15 UTC  (8+ messages)

[PATCH 1/3] soc: fsl: add Platform PM driver QorIQ platforms
 2018-09-11 22:42 UTC  (19+ messages)
` [PATCH 2/3] Documentation: dt: binding: fsl: update property description for RCPM
` [PATCH 3/3] soc: fsl: add RCPM driver

[PATCH] of: fix phandle cache creation for DTs with no phandles
 2018-09-11 16:02 UTC  (2+ messages)

[PATCH v10 0/5] powerpc/pseries: Machine check handler improvements
 2018-09-11 14:27 UTC  (6+ messages)
` [PATCH v10 1/5] powerpc/pseries: Define MCE error event section
` [PATCH v10 2/5] powerpc/pseries: flush SLB contents on SLB MCE errors
` [PATCH v10 3/5] powerpc/pseries: Display machine check error details
` [PATCH v10 4/5] powerpc/pseries: Dump the SLB contents on SLB MCE errors
` [PATCH v10 5/5] powernv/pseries: consolidate code for mce early handling

[PATCH 0/2] powerpc: Clang build fixes
 2018-09-11 11:32 UTC  (4+ messages)
` [PATCH 1/2] powerpc/boot: Fix crt0.S syntax for clang
` [PATCH 2/2] powerpc/boot: Ensure _zimage_start is a weak symbol

[PATCH v2] KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size
 2018-09-11 10:48 UTC 

[PATCH] KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size
 2018-09-11 10:46 UTC  (3+ messages)

Patch "powerpc/platforms/85xx: fix t1042rdb_diu.c build errors & warning" has been added to the 4.18-stable tree
 2018-09-11 10:14 UTC 

Patch "powerpc/platforms/85xx: fix t1042rdb_diu.c build errors & warning" has been added to the 4.14-stable tree
 2018-09-11 10:14 UTC 

How to handle PTE tables with non contiguous entries ?
 2018-09-11  5:39 UTC  (5+ messages)

[PATCH kernel] powerpc/powernv/ioda2: Reduce upper limit for DMA window size (retry)
 2018-09-11  5:38 UTC 

[PATCH kernel v2 0/6] KVM: PPC: TCE improvements
 2018-09-11  3:15 UTC  (9+ messages)
` [PATCH kernel v2 1/6] KVM: PPC: Avoid marking DMA-mapped pages dirty in real mode
` [PATCH kernel v2 2/6] KVM: PPC: Validate all tces before updating tables
` [PATCH kernel v2 3/6] KVM: PPC: Inform the userspace about TCE update failures
` [PATCH kernel v2 4/6] KVM: PPC: Validate TCEs against preregistered memory page sizes
` [PATCH kernel v2 5/6] KVM: PPC: Propagate errors to the guest when failed instead of ignoring
` [PATCH kernel v2 6/6] KVM: PPC: Remove redundand permission bits removal

[PATCH] powerpc/tm: Fix HFSCR bit for no suspend case
 2018-09-11  3:07 UTC 

[PATCH] powerpc/mpc85xx: fix issues in clock node
 2018-09-11  2:12 UTC 

[PATCH] powerpc: Avoid code patching freed init sections
 2018-09-10 22:38 UTC  (8+ messages)

MPC83xx reset status register (RSR, offset 0x910)
 2018-09-10 22:17 UTC  (5+ messages)

[PATCH 0/5] introduce setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64 functions
 2018-09-10 18:53 UTC  (10+ messages)
` [PATCH 1/5] powerpc: rename setbits32/clrbits32 to setbits32_be/clrbits32_be
` [PATCH 2/5] include: add setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64 in linux/setbits.h

[PATCH v2 0/3] tty: hvc: latency break regression fixes
 2018-09-10 16:04 UTC  (2+ messages)

[PATCH v5 0/2] powerpc/pseries: Improve serialization of PRRN events
 2018-09-10 14:57 UTC  (3+ messages)
` [PATCH v5 1/2] powerpc/pseries: Remove prrn_work workqueue
` [PATCH v5 2/2] powerpc/pseries:Remove unneeded uses of dlpar work queue

Conflict between sparse and commit cafa0010cd51f ("Raise the minimum required gcc version to 4.6")
 2018-09-10 15:15 UTC  (6+ messages)

[PATCH v2 0/9] Devicetree build consolidation
 2018-09-10 14:35 UTC  (4+ messages)
` [PATCH v2 6/9] kbuild: consolidate Devicetree dtb build rules

[PATCH] powerpc: fix csum_ipv6_magic() on little endian platforms
 2018-09-10 14:28 UTC  (2+ messages)

[PATCH v2 0/3] powerpc/pseries: use H_BLOCK_REMOVE
 2018-09-10 13:38 UTC  (2+ messages)

[PATCH 1/2] sched/topology: Set correct numa topology type
 2018-09-10 10:06 UTC  (2+ messages)
` [tip:sched/core] sched/topology: Set correct NUMA "

[RFC 0/4] Virtio uses DMA API for all devices
 2018-09-10  8:53 UTC  (12+ messages)

[PATCH 4.4.y] crypto: vmx - Fix sleep-in-atomic bugs
 2018-09-10  7:47 UTC  (2+ messages)

[PATCH] powerpc/powernv: Make possible for user to force a full ipl cec reboot
 2018-09-10  6:00 UTC  (3+ messages)

[PATCH kernel] KVM: PPC: Remove redundand permission bits removal
 2018-09-10  4:50 UTC  (2+ messages)

[PATCH] [RFC v2] Drop all 00-INDEX files from Documentation/
 2018-09-09 21:12 UTC  (2+ messages)

[PATCH RFC 3/5] coccinelle: add xxxsetbitsXX converting spatch
 2018-09-09 11:13 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).