linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-12 01:23:44 to 2018-09-14 21:12:55 UTC [more...]

[PATCH v2 0/5] powerpc/powernv/pci: Discover surprise-hotplugged PCIe devices during rescan
 2018-09-14 21:12 UTC  (6+ messages)
` [PATCH v2 5/5] PCI/powerpc/eeh: Add pcibios hooks for preparing to rescan

[PATCH v2 0/5] powerpc: Clang build fixes
 2018-09-14 21:08 UTC  (14+ messages)
` [PATCH v2 1/5] powerpc/Makefiles: Fix clang/llvm build
` [PATCH v2 2/5] powerpc/boot: Fix crt0.S syntax for clang
` [PATCH v2 3/5] powerpc/boot: Ensure _zimage_start is a weak symbol
` [PATCH v2 4/5] powerpc: Fix duplicate const clang warning in user access code
` [PATCH v2 5/5] powerpc: Remove -mno-sched-epilog

[PATCH 0/5] powerpc/pci/hotplug: Discover surprise-hotplugged PCIe devices during rescan
 2018-09-14 20:54 UTC  (8+ 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 v2 03/17] compat_ioctl: use correct compat_ptr() translation in drivers
 2018-09-14 20:35 UTC  (11+ messages)
` [PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg

[PATCH v3 0/6] powerpc/powernv/pci: Discover surprise-hotplugged PCIe devices during rescan
 2018-09-14 20:42 UTC  (3+ messages)

[GIT PULL] Devicetree fix for 4.19-rc
 2018-09-14 19:25 UTC 

[PATCH v2 1/3] watchdog: mpc8xxx: use dev_xxxx() instead of pr_xxxx()
 2018-09-14 17:35 UTC  (6+ messages)
` [PATCH v2 2/3] watchdog: mpc8xxx: provide boot status
` [PATCH v2 3/3] dt-bindings: watchdog: add mpc8xxx-wdt support

KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds
 2018-09-14 17:04 UTC 

[PATCH] powerpc/fadump: re-register firmware-assisted dump if already registered
 2018-09-14 15:38 UTC  (3+ messages)

[PATCH 00/12] SLB miss conversion to C, and SLB optimisations
 2018-09-14 15:30 UTC  (13+ messages)
` [PATCH 01/12] powerpc/64s/hash: Fix stab_rr off by one initialization
` [PATCH 02/12] powerpc/64s/hash: avoid the POWER5 < DD2.1 slb invalidate workaround on POWER8/9
` [PATCH 03/12] powerpc/64s/hash: move POWER5 < DD2.1 slbie workaround where it is needed
` [PATCH 04/12] powerpc/64s/hash: remove the vmalloc segment from the bolted SLB
` [PATCH 05/12] powerpc/64s/hash: Use POWER6 SLBIA IH=1 variant in switch_slb
` [PATCH 06/12] powerpc/64s/hash: Use POWER9 SLBIA IH=3 "
` [PATCH 07/12] powerpc/64s/hash: convert SLB miss handlers to C
` [PATCH 08/12] powerpc/64s/hash: remove user SLB data from the paca
` [PATCH 09/12] powerpc/64s/hash: SLB allocation status bitmaps
` [PATCH 10/12] powerpc/64s: xmon do not dump hash fields when using radix mode
` [PATCH 11/12] powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setup
` [PATCH 12/12] powerpc/64s/hash: Add a SLB preload cache

[PATCH] watchdog: mpc8xxx: provide boot status
 2018-09-14 13:48 UTC  (3+ messages)

[PATCH] kdb: use correct pointer when 'btc' calls 'btt'
 2018-09-14 12:35 UTC 

[PATCH 00/30] mm: remove bootmem allocator
 2018-09-14 12:10 UTC  (31+ messages)
` [PATCH 01/30] mips: switch to NO_BOOTMEM
` [PATCH 02/30] mm: remove CONFIG_NO_BOOTMEM
` [PATCH 03/30] mm: remove CONFIG_HAVE_MEMBLOCK
` [PATCH 04/30] mm: remove bootmem allocator implementation
` [PATCH 05/30] mm: nobootmem: remove dead code
` [PATCH 06/30] memblock: rename memblock_alloc{_nid, _try_nid} to memblock_phys_alloc*
` [PATCH 07/30] memblock: remove _virt from APIs returning virtual address
` [PATCH 08/30] memblock: replace alloc_bootmem_align with memblock_alloc
` [PATCH 09/30] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [PATCH 10/30] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic
` [PATCH 11/30] memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic
` [PATCH 12/30] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [PATCH 13/30] memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
` [PATCH 14/30] memblock: add align parameter to memblock_alloc_node()
` [PATCH 15/30] memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
` [PATCH 16/30] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
` [PATCH 17/30] memblock: replace alloc_bootmem_node with memblock_alloc_node
` [PATCH 18/30] memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
` [PATCH 19/30] memblock: replace alloc_bootmem_pages with memblock_alloc
` [PATCH 20/30] memblock: replace __alloc_bootmem with memblock_alloc_from
` [PATCH 21/30] memblock: replace alloc_bootmem with memblock_alloc
` [PATCH 22/30] mm: nobootmem: remove bootmem allocation APIs
` [PATCH 23/30] memblock: replace free_bootmem{_node} with memblock_free
` [PATCH 24/30] memblock: replace free_bootmem_late with memblock_free_late
` [PATCH 25/30] memblock: rename free_all_bootmem to memblock_free_all
` [PATCH 26/30] memblock: rename __free_pages_bootmem to memblock_free_pages
` [PATCH 27/30] mm: remove nobootmem
` [PATCH 28/30] memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
` [PATCH 29/30] mm: remove include/linux/bootmem.h
` [PATCH 30/30] docs/boot-time-mm: remove bootmem documentation

[PATCH] serial: cpm_uart: return immediately from console poll
 2018-09-14 10:32 UTC 

[PATCH 0/3] System call table generation support
 2018-09-14 10:01 UTC  (5+ messages)
` [PATCH 1/3] powerpc: Replace NR_syscalls macro from asm/unistd.h
` [PATCH 2/3] powerpc: Add system call table generation support
` [PATCH 3/3] powerpc: uapi header and system call table file generation

[PATCH v2 0/5] arm64: dts: NXP: add basic dts file for LX2160A SoC
 2018-09-13 20:37 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: arm64: add compatible for LX2160A
` [PATCH v2 2/5] soc/fsl/guts: Add compatible string "
` [PATCH v2 3/5] drivers: clk-qoriq: Add clockgen support for lx2160a
` [PATCH v2 4/5] arm64: dts: add QorIQ LX2160A SoC support
` [PATCH v2 5/5] arm64: dts: add LX2160ARDB board support

[PATCH v4] powerpc: Avoid code patching freed init sections
 2018-09-14  5:32 UTC  (3+ messages)

[PATCH 0/3] -mno-sched-epilog removal
 2018-09-14  5:08 UTC  (4+ messages)
` [PATCH 1/3] powerpc: remove old GCC version checks
` [PATCH 2/3] powerpc: consolidate -mno-sched-epilog into FTRACE flags
` [PATCH 3/3] powerpc: avoid -mno-sched-epilog on GCC 4.9 and newer

[PATCH] Correct PowerPC VDSO call frame info
 2018-09-14  3:40 UTC  (4+ messages)
  ` [PATCH] PowerPC/VDSO: Correct call frame information

[PATCH 0/2] powerpc: Clang build fixes
 2018-09-14  2:55 UTC  (4+ messages)
` [PATCH 1/2] powerpc/boot: Fix crt0.S syntax for clang

[PATCH v4] powerpc/64s: reimplement book3s idle code in C
 2018-09-14  1:52 UTC 

[PATCH] MAINTAINERS: Add PPC contacts for PCI core error handling
 2018-09-14  0:05 UTC  (6+ messages)

[PATCH 1/3] libfdt: Ensure INT_MAX is defined in libfdt_env.h
 2018-09-13 20:28 UTC  (3+ messages)
` [PATCH 2/3] scripts/dtc: Add yamltree.c to dtc sources
` [PATCH 3/3] scripts/dtc: Update to upstream version v1.4.7-14-gc86da84d30e4

[PATCH v2 00/24] ban the use of _PAGE_XXX flags outside platform specific code
 2018-09-13 17:02 UTC  (27+ 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 v3 0/9] Devicetree build consolidation
 2018-09-13 15:51 UTC  (5+ messages)
` [PATCH v3 6/9] kbuild: consolidate Devicetree dtb build rules

[PATCH 4.18 124/197] powerpc/platforms/85xx: fix t1042rdb_diu.c build errors & warning
 2018-09-13 13:31 UTC 

[PATCH 4.14 074/115] powerpc/platforms/85xx: fix t1042rdb_diu.c build errors & warning
 2018-09-13 13:31 UTC 

[PATCH 0/2] sriov enablement on s390
 2018-09-13 12:41 UTC  (5+ messages)
    ` [PATCH 1/2] pci: provide add_vfs/del_vfs callbacks
    ` [PATCH 2/2] s390/pci: handle function enumeration after sriov enablement

MPC83xx reset status register (RSR, offset 0x910)
 2018-09-13  8:21 UTC  (6+ messages)

[PATCH v3] powerpc: Avoid code patching freed init sections
 2018-09-13  5:51 UTC  (2+ messages)

[PATCH v2] powerpc: Avoid code patching freed init sections
 2018-09-13  5:48 UTC  (7+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds
 2018-09-13  5:33 UTC 

[PATCH 0/7 v7] Support for fsl-mc bus and its devices in SMMU
 2018-09-13  5:01 UTC  (3+ messages)

[PATCH] selftests/powerpc: Do not fail on TM_CAUSE_RESCHED
 2018-09-12 20:31 UTC  (2+ messages)
` [PATCH v2] selftests/powerpc: Do not fail with reschedule

[RFC PATCH 00/11] New TM Model
 2018-09-12 19:40 UTC  (12+ 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
` [RFC PATCH 11/11] selftests/powerpc: Adapt the test

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

[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 00/25] Change tty_port(standard)_install's return type
 2018-09-12 14:41 UTC  (2+ messages)

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

[PATCH 00/14] EEH refactoring 3
 2018-09-12  1:23 UTC  (6+ messages)
` [PATCH 04/14] powerpc/eeh: Cleanup EEH_POSTPONED_PROBE
` [PATCH 06/14] powerpc/eeh: Cleanup eeh_add_virt_device()
` [PATCH 08/14] powerpc/eeh: Cleanup field names in eeh_rmv_data
` [PATCH 13/14] powerpc/eeh: Cleanup eeh_ops.wait_state()
` [PATCH 14/14] powerpc/eeh: Cleanup control flow in eeh_handle_normal_event()


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