linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-03 20:50:49 to 2018-09-06 10:05:36 UTC [more...]

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

[RFC PATCH v1 00/17] ban the use of _PAGE_XXX flags outside platform specific code
 2018-09-06  9:58 UTC  (21+ messages)
` [RFC PATCH v1 01/17] powerpc/32: Add ioremap_wt()
` [RFC PATCH v1 02/17] powerpc/mm: remove direct use of flags related to cache
` [RFC PATCH v1 03/17] powerpc/mm: dont't use _PAGE_EXEC in book3s/32
` [RFC PATCH v1 04/17] powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.h
` [RFC PATCH v1 05/17] powerpc/mm: add pte helpers to query and change pte flags
` [RFC PATCH v1 06/17] powerpc/mm: use pte helpers in generic code
` [RFC PATCH v1 07/17] powerpc/mm: Split dump_pagelinuxtables flag_array table
` [RFC PATCH v1 08/17] powerpc/mm: drop unused page flags
` [RFC PATCH v1 09/17] powerpc/mm: move __P and __S tables in the common pgtable.h
` [RFC PATCH v1 10/17] powerpc/book3s/32: do not include pte-common.h
` [RFC PATCH v1 11/17] powerpc/mm: Move pte_user() into nohash/pgtable.h
` [RFC PATCH v1 12/17] powerpc/mm: Distribute platform specific PAGE and PMD flags and definitions
` [RFC PATCH v1 13/17] powerpc/nohash/64: do not include pte-common.h
` [RFC PATCH v1 14/17] powerpc/mm: Allow platforms to redefine some helpers
` [RFC PATCH v1 15/17] powerpc/mm: Define platform default caches related flags
` [RFC PATCH v1 16/17] powerpc/mm: Get rid of pte-common.h
` [RFC PATCH v1 17/17] powerpc/8xx: change name of a few page flags to avoid confusion

[PATCH kernel] KVM: PPC: Remove redundand permission bits removal
 2018-09-06  9:51 UTC 

[RFC PATCH kernel v2] KVM: PPC: Avoid marking DMA-mapped pages dirty in real mode
 2018-09-06  9:49 UTC 

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

[PATCH 1/2] powerpc/process: fix nested output in show_user_instructions()
 2018-09-06  9:04 UTC  (3+ messages)

[PATCH v2 1/2] powerpc/process: fix interleaved output in show_user_instructions()
 2018-09-06  8:51 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/process: Constify the number of insns printed by show instructions functions

[PATCH v2] powerpc/Makefiles: Fix clang/llvm build
 2018-09-06  7:07 UTC 

[RFC PATCH V2 1/4] mm: Export alloc_migrate_huge_page
 2018-09-06  5:43 UTC  (4+ messages)
` [RFC PATCH V2 2/4] mm: Add get_user_pages_cma_migrate
` [RFC PATCH V2 3/4] powerpc/mm/iommu: Allow large IOMMU page size only for hugetlb backing
` [RFC PATCH V2 4/4] powerpc/mm/iommu: Allow migration of cma allocated pages during mm_iommu_get

[PATCH 0/3] mm: dirty/accessed pte optimisations
 2018-09-06  0:36 UTC  (5+ messages)
` [PATCH 3/3] mm: optimise pte dirty/accessed bit setting by demand based pte insertion

[PATCH 00/21] DT cpu node iterator
 2018-09-05 19:37 UTC  (4+ messages)
` [PATCH 11/21] powerpc: use for_each_of_cpu_node iterator
` [PATCH 12/21] powerpc: 4xx: get cpu node with of_get_cpu_node
` [PATCH 13/21] powerpc: 8xx: "

[PATCH 0/3] tty: hvc: latency break regression fixes
 2018-09-05 18:50 UTC  (5+ messages)
` [PATCH 1/3] tty: hvc: hvc_poll() fix read loop hang
` [PATCH 2/3] tty: hvc: hvc_poll() fix read loop batching
` [PATCH 3/3] tty: hvc: hvc_write() fix break condition

FSL/NXP P5020: USB problems with the latest Git kernels
 2018-09-05 18:39 UTC  (6+ messages)

[PATCH 0/5] powerpc/pci/hotplug: Discover surprise-hotplugged PCIe devices during rescan
 2018-09-05 15:40 UTC  (6+ messages)
` [PATCH 1/5] powerpc/pci: Access PCI config space directly w/o pci_dn
` [PATCH 2/5] powerpc/pci: Create pci_dn on demand
` [PATCH 3/5] powerpc/pci: Use DT to create pci_dn for root bridges only
` [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] powerpc64s: Print exception vector name alongside the trap number
 2018-09-05 13:57 UTC  (2+ messages)

[PATCH 0/6] powerpc sstep: Extend instruction emulation support
 2018-09-05 11:53 UTC  (10+ messages)
` [PATCH 1/6] powerpc sstep: Add maddhd, maddhdu, maddld instruction emulation
` [PATCH 3/6] powerpc sstep: Add cnttzw, cnttzd "
` [PATCH 6/6] powerpc sstep: Add modsd, modud "

[PATCH] [RFC v2] Drop all 00-INDEX files from Documentation/
 2018-09-05 11:42 UTC  (8+ messages)

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-08-31  4:49 UTC  (5+ messages)

[PATCH v2] powerpc/powernv: Make possible for user to force a full ipl cec reboot
 2018-09-05  6:32 UTC  (4+ messages)

[PATCH 00/25] Change tty_port(standard)_install's return type
 2018-09-05  5:57 UTC  (29+ messages)
` [PATCH 01/25] tty: Change return type to void
` [PATCH 02/25] isdn: i4l: isdn_tty: "
` [PATCH 03/25] s390: char: con3215: "
` [PATCH 04/25] s390: char: tty3270: "
` [PATCH 05/25] tty: hvc: hvc_console: "
` [PATCH 06/25] tty: hvc: hvcs: "
` [PATCH 07/25] tty: mips_ejtag_fdc: "
` [PATCH 08/25] tty: n_gsm: "
` [PATCH 09/25] tty: serial: kgdb_nmi: "
` [PATCH 10/25] tty: synclink: "
` [PATCH 11/25] tty: synclinkmp: "
` [PATCH 12/25] tty: vt: "
` [PATCH 13/25] usb: xhci: dbc: "
` [PATCH 14/25] Bluetooth: "
` [PATCH 15/25] um: "
` [PATCH 16/25] isdn: capi: "
` [PATCH 17/25] misc: pti: "
` [PATCH 18/25] mmc: core: sdio_uart: "
` [PATCH 19/25] staging: fwserial: "
` [PATCH 20/25] staging: gdm724x: gdm_tty: "
` [PATCH 21/25] staging: greybus: uart: "
` [PATCH 22/25] tty: nozomi: "
` [PATCH 23/25] tty: vcc: "
` [PATCH 24/25] usb: cdc-acm: "
` [PATCH 25/25] usb: usb-serial: "

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

Regression from patch 'tty: hvc: hvc_poll() break hv read loop'
 2018-09-05  4:42 UTC  (5+ messages)

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

[PATCH v2] tty: Change tty_{port|standard}_install() return type to void
 2018-09-05  2:50 UTC 

[PATCH 0/2] Remove Variable Length Arrays from powerpc code
 2018-09-05  2:09 UTC  (3+ messages)
` [PATCH 1/2] powerpc/prom: Remove VLA in prom_check_platform_support()
` [PATCH 2/2] powerpc/pseries: Remove VLA from lparcfg_write()

[PATCH v3] macintosh: Convert to using %pOFn instead of device_node.name
 2018-09-04 21:27 UTC 

[PATCH v2] macintosh: Convert to using %pOFn instead of device_node.name
 2018-09-04 18:43 UTC 

[PATCH] powerpc/pseries: Export VPA related data
 2018-09-04  9:30 UTC 

[RFC PATCH 0/3] Add support for compound page migration in mm_iommu_get
 2018-09-04  8:42 UTC  (7+ messages)
` [RFC PATCH 1/3] mm: Export alloc_migrate_huge_page
` [RFC PATCH 2/3] powerpc/mm/iommu: Allow large IOMMU page size only for hugetlb backing

[PATCH 1/6] net/wan/fsl_ucc_hdlc: allow ucc index up to 4
 2018-09-04  5:14 UTC  (3+ messages)
` [PATCH v3 0/6] Ethernet over hdlc

[PATCH 0/5] arm64: dts: NXP: add basic dts file for LX2160A SoC
 2018-09-04  3:08 UTC  (11+ messages)
` [PATCH 3/5] drivers: clk-qoriq: Add clockgen support for lx2160a

[PATCH v2] sound: Convert to using %pOFn instead of device_node.name
 2018-09-03 21:45 UTC  (2+ messages)
  ` [alsa-devel] "

[PATCH 3.18 12/56] usb/phy: fix PPC64 build errors in phy-fsl-usb.c
 2018-09-03 16:49 UTC 

[PATCH 4.14 024/165] usb/phy: fix PPC64 build errors in phy-fsl-usb.c
 2018-09-03 16:55 UTC 

[PATCH 4.9 012/107] usb/phy: fix PPC64 build errors in phy-fsl-usb.c
 2018-09-03 16:55 UTC 

[PATCH 4.4 14/80] usb/phy: fix PPC64 build errors in phy-fsl-usb.c
 2018-09-03 16:48 UTC 

[PATCH 0/9] PCI hotplug diet
 2018-09-03 17:54 UTC  (5+ messages)
` [PATCH 8/9] PCI: hotplug: Embed hotplug_slot
` [PATCH 7/9] PCI: hotplug: Drop hotplug_slot_info


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