linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-23 13:56:36 to 2017-08-28 04:52:45 UTC [more...]

[PATCH v7 00/12] Enable VAS
 2017-08-28  4:52 UTC  (26+ messages)
` [PATCH v7 01/12] powerpc/vas: Define macros, register fields and structures
` [PATCH v7 02/12] Move GET_FIELD/SET_FIELD to vas.h
` [PATCH v7 03/12] powerpc/vas: Define vas_init() and vas_exit()
` [PATCH v7 04/12] powerpc/vas: Define helpers to access MMIO regions
` [PATCH v7 05/12] powerpc/vas: Define helpers to init window context
` [PATCH v7 06/12] powerpc/vas: Define helpers to alloc/free windows
` [PATCH v7 07/12] powerpc/vas: Define vas_win_paste_addr()
` [PATCH v7 08/12] powerpc/vas: Define vas_win_id()
` [PATCH v7 09/12] powerpc/vas: Define vas_rx_win_open() interface
` [PATCH v7 10/12] powerpc/vas: Define vas_win_close() interface
` [PATCH v7 11/12] powerpc/vas: Define vas_tx_win_open()
` [PATCH v7 12/12] powerpc/vas: Define copy/paste interfaces

[PATCH] fix memory leak on kvm_vm_ioctl_create_spapr_tce
 2017-08-28  4:38 UTC  (9+ messages)
    `  "
      `  "

[PATCH] KVM: PPC: Book3S HV: Protect updates to spapr_tce_tables list
 2017-08-28  4:42 UTC 

[PATCH] powerpc/64: Fix watchdog configuration regressions
 2017-08-28  4:27 UTC 

[PATCH] cxl: Set the valid bit in PE for dedicated mode
 2017-08-28  4:25 UTC  (2+ messages)

[RFC] cxl: Enable use of custom PE-id for contexts
 2017-08-28  4:15 UTC 

[PATCH] leds-PowerNV: Delete an error message for a failed memory allocation in powernv_led_create()
 2017-08-27 20:10 UTC 

refactor dma_cache_sync
 2017-08-27 16:10 UTC  (13+ messages)
` [PATCH 01/12] floppy: consolidate the dummy fd_cacheflush definition
` [PATCH 02/12] mips: don't use dma_cache_sync to implement fd_cacheflush
` [PATCH 03/12] frv: make dma_cache_sync a no-op
` [PATCH 04/12] x86: "
` [PATCH 05/12] ia64: "
` [PATCH 06/12] microblaze: "
` [PATCH 07/12] mn10300: "
` [PATCH 08/12] powerpc: "
` [PATCH 09/12] unicore32: "
` [PATCH 10/12] xtensa: "
` [PATCH 11/12] sh: "
` [PATCH 12/12] dma-mapping: turn dma_cache_sync into a dma_map_ops method

[PATCH v4 0/7] Add RSS to DPAA 1.x Ethernet driver
 2017-08-27 13:13 UTC  (8+ messages)
` [PATCH v4 1/7] fsl/fman: move struct fman to header file
` [PATCH v4 2/7] fsl/fman: enable FMan Keygen
` [PATCH v4 3/7] dpaa_eth: use multiple Rx frame queues
` [PATCH v4 4/7] dpaa_eth: enable Rx hashing control
` [PATCH v4 5/7] dpaa_eth: add NETIF_F_RXHASH
` [PATCH v4 6/7] Documentation: networking: add RSS information
` [PATCH v4 7/7] dpaa_eth: check allocation result

[PATCH] powerpc/44x: mask and shift to zero bug
 2017-08-27  4:56 UTC  (2+ messages)

[PATCH v2 00/20] Speculative page faults
 2017-08-27  0:18 UTC  (10+ messages)
` [PATCH v2 14/20] mm: Provide speculative fault infrastructure
` [PATCH v2 18/20] perf tools: Add support for the SPF perf event

[PATCH v2 0/10] powerpc: Beef up single-stepping/instruction emulation infrastructure
 2017-08-26 14:56 UTC  (12+ messages)
` [PATCH v2 01/10] powerpc: Handle most loads and stores in instruction emulation code
` [PATCH v2 02/10] powerpc: Change analyse_instr so it doesn't modify *regs
` [PATCH v2 03/10] powerpc: Fix emulation of the isel instruction
` [PATCH v2 04/10] powerpc: Add emulation for the addpcis instruction
` [PATCH v2 05/10] powerpc: Make load/store emulation use larger memory accesses
` [PATCH v2 06/10] powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not live
` [PATCH v2 07/10] powerpc: Handle vector element load/stores in emulation code
` [PATCH v2 08/10] powerpc: Emulate load/store floating double pair instructions
` [PATCH v2 09/10] powerpc: Handle opposite-endian processes in emulation code
` [PATCH v2 10/10] powerpc/64: Fix update forms of loads and stores to write 64-bit EA

[PATCH 0/3] cxlflash: Miscellaneous fixes
 2017-08-25 22:24 UTC  (5+ messages)
` [PATCH 1/3] cxlflash: Remove unnecessary existence check
` [PATCH 2/3] cxlflash: Avoid double mutex unlock
` [PATCH 3/3] cxlflash: Fix vlun resize failure in the shrink path

[PATCH v2 1/1] futex: remove duplicated code and fix UB
 2017-08-25 20:43 UTC  (3+ messages)

[PATCH 2/2] of: Restrict DMA configuration
 2017-08-25 14:54 UTC  (4+ messages)

[RFC Part1 PATCH v3 00/17] x86: Secure Encrypted Virtualization (AMD)
 2017-08-25 12:54 UTC  (5+ messages)
` [RFC Part1 PATCH v3 14/17] x86/boot: Add early boot support when running with SEV active

[bug report] powerpc/mm/cxl: Add the fault handling cpu to mm cpumask
 2017-08-25 12:28 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-4.13-8 tag
 2017-08-25 11:20 UTC 

[PATCH 1/6] powerpc/mm: Move pgdir setting into a helper
 2017-08-25  8:03 UTC  (10+ messages)
` [PATCH 5/6] powerpc/mm: Optimize detection of thread local mm's
` [1/6] powerpc/mm: Move pgdir setting into a helper

[PATCH v3 0/7] Add RSS to DPAA 1.x Ethernet driver
 2017-08-25  5:50 UTC  (11+ messages)
` [PATCH v3 1/7] fsl/fman: move struct fman to header file
` [PATCH v3 2/7] fsl/fman: enable FMan Keygen
` [PATCH v3 3/7] dpaa_eth: use multiple Rx frame queues
` [PATCH v3 4/7] dpaa_eth: enable Rx hashing control
` [PATCH v3 5/7] dpaa_eth: add NETIF_F_RXHASH
` [PATCH v3 6/7] Documentation: networking: add RSS information
` [PATCH v3 7/7] dpaa_eth: check allocation result

[PATCH v3 0/4] powerpc/64s: idle POWER9 stop improvements
 2017-08-25  4:30 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: PPC: Book3S HV: POWER9 does not require secondary thread management
` [PATCH v3 2/4] powerpc/64s: idle POWER9 can execute stop without a sync sequence
` [PATCH v3 3/4] powerpc/64s: idle POWER9 can execute stop in virtual mode
` [PATCH v3 4/4] powerpc/64s: idle ESL=0 stop can avoid MSR and save/restore overhead

[PATCH really v2] KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
 2017-08-25  1:43 UTC  (4+ messages)

[PATCH] powerpc: powernv: Fix build error on const discarding
 2017-08-25  1:26 UTC  (4+ messages)

[PATCH 0/4] powerpc/32: memset() optimisations
 2017-08-25  0:15 UTC  (8+ messages)
` [PATCH 1/4] powerpc/32: add memset16()
` [PATCH 2/4] powerpc: fix location of two EXPORT_SYMBOL
` [PATCH 3/4] powerpc/32: optimise memset()
` [PATCH 4/4] powerpc/32: remove a NOP from memset()

[PATCH v2 0/5] Removing full paths from DT full_name
 2017-08-25  0:10 UTC  (5+ messages)
` [PATCH v2 2/5] powerpc: pseries: vio: match parent nodes with of_find_node_by_path

[PATCH V10 0/2] powerpc/dlpar: Correct display of hot-add/hot-remove CPUs and memory
 2017-08-24 22:07 UTC  (3+ messages)
` [PATCH V10 1/2] powerpc/numa: Update CPU topology when VPHN enabled
` [PATCH V10 2/2] powerpc/nodes: Ensure enough nodes avail for operations

[v4 00/11] soc/fsl/qbman: Enable QBMan on ARM Platforms
 2017-08-24 20:37 UTC  (12+ messages)
` [v4 01/11] soc/fsl/qbman: Use shared-dma-pool for BMan private memory allocations
` [v4 02/11] soc/fsl/qbman: Use shared-dma-pool for QMan "
` [v4 03/11] dt-bindings: soc/fsl: Update reserved memory binding for QBMan
` [v4 04/11] soc/fsl/qbman: Drop set/clear_bits usage
` [v4 05/11] soc/fsl/qbman: Drop L1_CACHE_BYTES compile time check
` [v4 06/11] soc/fsl/qbman: Fix ARM32 typo
` [v4 07/11] soc/fsl/qbman: Rework portal mapping calls for ARM/PPC
` [v4 08/11] soc/fsl/qbman: add QMAN_REV32
` [v4 09/11] soc/fsl/qbman: different register offsets on ARM
` [v4 10/11] soc/fsl/qbman: Add missing headers "
` [v4 11/11] fsl/soc/qbman: Enable FSL_LAYERSCAPE config "

[PATCH] powerpc/pseries: Don't attempt to acquire drc during memory hot add for assigned lmbs
 2017-08-24 14:46 UTC  (4+ messages)

[PATCH v2 0/1] Split VGA default nomination out from VGA arbiter
 2017-08-24 13:57 UTC  (9+ messages)
` [PATCH v2 1/1] Split VGA default device handler out of "

[PATCH 1/2] powerpc/workqueue: update list of possible CPUs
 2017-08-24 13:51 UTC  (8+ messages)

[PATCH] powerpc/powernv/idle: Round up latency and residency values
 2017-08-24 13:07 UTC  (4+ messages)

[PATCH v2 00/14] idle and soft-irq improvements and POWER9 idle optimisation
 2017-08-24 12:53 UTC  (7+ messages)
` [PATCH v2 10/14] KVM: PPC: Book3S HV: POWER9 does not require secondary thread management
` [PATCH v2 12/14] KVM: PPC: Book3S HV: POWER9 can execute stop without a sync sequence

[PATCH] powerpc/vio: Use device_type to detect family
 2017-08-24 12:37 UTC  (2+ messages)
`  "

[PATCH] powerpc/64s: Fix replay interrupt return label name
 2017-08-24 12:37 UTC  (2+ messages)
`  "

[PATCH v2 3/5] powerpc: pseries: remove dlpar_attach_node dependency on full path
 2017-08-24 12:37 UTC  (2+ messages)
` [v2, "

[PATCH v2 1/5] powerpc: Convert to using %pOF instead of full_name
 2017-08-24 12:37 UTC  (2+ messages)
` [v2,1/5] "

[PATCH v2 01/14] powerpc/64s: masked interrupt avoid branch
 2017-08-24 12:37 UTC  (2+ messages)
` [v2,01/14] "

[PATCH v7 1/4] powerpc/fadump: reduce memory consumption for capture kernel
 2017-08-24 12:17 UTC  (7+ messages)
` [PATCH v7 3/4] lib/cmdline.c Remove quotes symmetrically
` [PATCH v7 4/4] boot/param: add pointer to next argument to unknown parameter callback

[PATCH] rapidio: remove global irq spinlocks from the subsystem
 2017-08-24 11:30 UTC 

[PATCH V9 1/2] powerpc/numa: Update CPU topology when VPHN enabled
 2017-08-24 10:56 UTC  (4+ messages)

[PATCH] powerpc: Fix DAR reporting when alignment handler faults
 2017-08-24 10:49 UTC 

[PATCH v2] KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
 2017-08-24  9:13 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()
 2017-08-24  8:14 UTC  (4+ messages)

[PATCH 10/10] powerpc/xive: fix the size of the cpumask used in xive_find_target_in_mask()
 2017-08-24  7:37 UTC  (4+ messages)

[PATCH] cxl: Add support for POWER9 DD2
 2017-08-24  7:23 UTC  (5+ messages)

[PATCH] powerpc/xive: Fix the size of the cpumask used in xive_find_target_in_mask()
 2017-08-24  5:49 UTC 

[PATCH kernel 0/5] powerpc/eeh: Some cleanups
 2017-08-24  5:29 UTC  (10+ messages)
` [PATCH kernel 3/5] powerpc/eeh: Remove unnecessary pointer to phb from eeh_dev
  ` [PATCH kernel 1/5] powerpc/pci: Remove unused parameter from add_one_dev_pci_data()
  ` [PATCH kernel 2/5] powerpc/eeh: Reduce to one the number of places where edev is allocated
  ` [PATCH kernel 4/5] powerpc/eeh: Remove unnecessary config_addr from eeh_dev
  ` [PATCH kernel 5/5] powerpc/eeh: Remove unnecessary node from pci_dn

[PATCH 00/11] ASoC: make snd_soc_platform_driver const
 2017-08-23 19:33 UTC  (3+ messages)
` [PATCH 06/11] ASoC: pxa: "

[PATCH V9 2/2] powerpc/nodes: Ensure enough nodes avail for operations
 2017-08-23 16:04 UTC  (3+ messages)

[PATCH] tpm: vtpm: constify vio_device_id
 2017-08-23 14:06 UTC  (6+ messages)

[PATCH 1/5] powerpc/oops: Fix the oops markers to use pr_cont()
 2017-08-23 13:56 UTC  (4+ messages)
` [PATCH 3/5] powerpc/oops: Use IS_ENABLED() for oops markers
` [PATCH 4/5] powerpc/oops: Print CR/XER on same line as MSR
` [PATCH 5/5] powerpc/oops: Line up NIP & MSR with other rows


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