linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-25 00:16:33 to 2015-09-29 19:20:05 UTC [more...]

[PATCH RFC 0/5] powerpc:numa Add serial nid support
 2015-09-29 19:20 UTC  (20+ messages)
` [PATCH RFC 1/5] powerpc:numa Add numa_cpu_lookup function to update lookup table
` [PATCH RFC 2/5] powerpc:numa Rename functions referring to nid as chipid
` [PATCH RFC 3/5] powerpc:numa create 1:1 mappaing between chipid and nid
` [PATCH RFC 4/5] powerpc:numa Add helper functions to maintain chipid to nid mapping
` [PATCH RFC 5/5] powerpc:numa Use chipid to nid mapping to get serial numa node ids

[PATCH] perf record: Limit --intr-regs to platforms supporting PERF_REGS
 2015-09-29 17:15 UTC  (6+ messages)

[PATCH] powerpc/configs: Re-enable CONFIG_SCSI_DH
 2015-09-29 10:35 UTC 

[PATCH 00/31] powerpc/mm: Update page table format for book3s 64
 2015-09-29  8:13 UTC  (20+ messages)
` [PATCH 18/31] powerpc/mm: Increase the pte frag size
` [PATCH 19/31] powerpc/mm: Convert 4k hash insert to C
` [PATCH 24/31] powerpc/mm: Convert __hash_page_64K "

[PATCH v3 0/3] powerpc/512x: add LocalPlus Bus FIFO device driver
 2015-09-29  6:35 UTC  (14+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] powerpc/512x: add a device tree binding for LocalPlus Bus FIFO
` [PATCH v3 3/3] dmaengine: mpc512x: initialize with subsys_initcall()

[PATCH v4 00/32] cxlflash: Miscellaneous bug fixes and corrections
 2015-09-29  5:40 UTC  (52+ messages)
` [PATCH v4 01/32] cxlflash: Fix to avoid invalid port_sel value
` [PATCH v4 02/32] cxlflash: Replace magic numbers with literals
` [PATCH v4 03/32] cxlflash: Fix read capacity timeout
` [PATCH v4 04/32] cxlflash: Fix potential oops following LUN removal
` [PATCH v4 05/32] cxlflash: Fix data corruption when vLUN used over multiple cards
` [PATCH v4 06/32] cxlflash: Fix to avoid sizeof(bool)
` [PATCH v4 07/32] cxlflash: Fix context encode mask width
` [PATCH v4 08/32] cxlflash: Fix to avoid CXL services during EEH
` [PATCH v4 09/32] cxlflash: Correct naming of limbo state and waitq
` [PATCH v4 10/32] cxlflash: Make functions static
` [PATCH v4 11/32] cxlflash: Refine host/device attributes
` [PATCH v4 12/32] cxlflash: Fix to avoid spamming the kernel log
` [PATCH v4 13/32] cxlflash: Fix to avoid stall while waiting on TMF
` [PATCH v4 14/32] cxlflash: Fix location of setting resid
` [PATCH v4 15/32] cxlflash: Fix host link up event handling
` [PATCH v4 16/32] cxlflash: Fix async interrupt bypass logic
` [PATCH v4 17/32] cxlflash: Remove dual port online dependency
` [PATCH v4 18/32] cxlflash: Fix AFU version access/storage and add check
` [PATCH v4 19/32] cxlflash: Correct usage of scsi_host_put()
` [PATCH v4 20/32] cxlflash: Fix to prevent workq from accessing freed memory
` [PATCH v4 21/32] cxlflash: Correct behavior in device reset handler following EEH
` [PATCH v4 22/32] cxlflash: Remove unnecessary scsi_block_requests
` [PATCH v4 23/32] cxlflash: Fix function prolog parameters and return codes
` [PATCH v4 24/32] cxlflash: Fix MMIO and endianness errors
` [PATCH v4 25/32] cxlflash: Fix to prevent EEH recovery failure
` [PATCH v4 26/32] cxlflash: Correct spelling, grammar, and alignment mistakes
` [PATCH v4 27/32] cxlflash: Fix to prevent stale AFU RRQ
` [PATCH v4 28/32] MAINTAINERS: Add cxlflash driver
` [PATCH v4 29/32] cxlflash: Fix to double the delay each time
` [PATCH v4 30/32] cxlflash: Fix to avoid corrupting adapter fops
` [PATCH v4 31/32] cxlflash: Correct trace string
` [PATCH v4 32/32] cxlflash: Fix to avoid potential deadlock on EEH

[PATCH v11 1/6] genalloc:support memory-allocation with bytes-alignment to genalloc
 2015-09-29  2:09 UTC  (6+ messages)
` [PATCH v11 2/6] genalloc:support allocating specific region
` [PATCH v11 3/6] CPM/QE: use genalloc to manage CPM/QE muram
` [PATCH v11 4/6] QE/CPM: move muram management functions to qe_common
` [PATCH v11 5/6] QE: use subsys_initcall to init qe
` [PATCH v11 6/6] QE: Move QE from arch/powerpc to drivers/soc

[PATCH v17 00/19] perf, tools: Add support for PMU events in JSON format
 2015-09-29  0:50 UTC  (20+ messages)
` [PATCH v17 01/19] perf, tools: Add jsmn `jasmine' JSON parser
` [PATCH v17 02/19] perf, tools, jevents: Program to convert JSON file to C style file
` [PATCH v17 03/19] perf, tools: Use pmu_events table to create aliases
` [PATCH v17 04/19] perf, tools: Support CPU ID matching for Powerpc
` [PATCH v17 05/19] perf, tools: Support CPU id matching for x86 v2
` [PATCH v17 06/19] perf, tools: Support alias descriptions
` [PATCH v17 07/19] perf, tools: Query terminal width and use in perf list
` [PATCH v17 08/19] perf, tools: Add a --no-desc flag to "
` [PATCH v17 09/19] perf, tools: Add override support for event list CPUID
` [PATCH v17 10/19] perf, tools, jevents: Add support for long descriptions
` [PATCH v17 11/19] perf, tools: Add alias "
` [PATCH v17 12/19] perf, tools: Support long descriptions with perf list
` [PATCH v17 13/19] perf, tools, jevents: Add support for event topics
` [PATCH v17 14/19] perf, tools: Add support for event list topics
` [PATCH v17 15/19] perf, tools: Handle header line in mapfile
` [PATCH v17 16/19] perf, tools: Add README for info on parsing JSON/map files
` [PATCH v17 17/19] perf, tools: Make alias matching case-insensitive
` [PATCH v17 18/19] perf, tools, pmu-events: Fix fixed counters on Intel
` [PATCH v17 19/19] perf, tools, pmu-events: Add Skylake frontend MSR support

[PATCH v2 00/25] powerpc/8xx: Use large pages for RAM and IMMR and other improvments
 2015-09-29  0:38 UTC  (29+ messages)
` [PATCH v2 01/25] powerpc/8xx: Save r3 all the time in DTLB miss handler
` [PATCH v2 05/25] powerpc/8xx: Fix vaddr for IMMR early remap
` [PATCH v2 06/25] powerpc32: iounmap() cannot vunmap() area mapped by TLBCAMs either
` [PATCH v2 07/25] powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() together
` [PATCH v2 08/25] powerpc/8xx: Map IMMR area with 512k page at a fixed address
` [PATCH v2 11/25] powerpc/8xx: map 16M RAM at startup
` [PATCH v2 13/25] powerpc/8xx: also use r3 in the ITLB miss in all situations
` [PATCH v2 14/25] powerpc32: remove ioremap_base
` [PATCH v2 15/25] powerpc/8xx: move 8xx SPRN defines into reg_8xx.h and add some missing ones
` [PATCH v2 20/25] powerpc32: Remove clear_pages() and define clear_page() inline
` [PATCH v2 21/25] powerpc: add inline functions for cache related instructions
` [PATCH v2 22/25] powerpc32: move xxxxx_dcache_range() functions inline

[PATCH v8 1/4] perf, kvm/{x86, s390}: Remove dependency on uapi/kvm_perf.h
 2015-09-28 15:21 UTC  (8+ messages)
` [PATCH v8 2/4] perf,kvm/{x86,s390}: Remove const from kvm_events_tp
` [PATCH v8 3/4] perf,kvm/powerpc: Port perf kvm stat to powerpc
` [PATCH v8 4/4] perf,kvm/powerpc: Add support for HCALL reasons
  ` [PATCH v8 1/4] perf,kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h

[PATCH v2 0/2] powerpc: powerpc/vdso: Avoid link stack corruption in __get_datapage()
 2015-09-28  9:56 UTC  (9+ messages)
` [PATCH v2 1/2] powerpc/selftest: Add gettimeofday() benchmark
` [PATCH v2 2/2] powerpc/vdso: Avoid link stack corruption in __get_datapage()

[PATCH v7 1/4] perf, kvm/{x86, s390}: Remove dependency on uapi/kvm_perf.h
 2015-09-28  7:50 UTC  (2+ messages)
` [PATCH v7 1/4] perf,kvm/{x86,s390}: "

-mprofile-kernel vs. notrace in ppc64(le) Linux kernels
 2015-09-28  0:08 UTC  (5+ messages)

[PATCH v2 0/5] drivers/tty: make more bool drivers explicitly non-modular
 2015-09-27 19:42 UTC  (3+ messages)

[RFC v2 0/7] atomics: powerpc: Implement relaxed/acquire/release variants of some atomics
 2015-09-26  2:18 UTC  (12+ messages)
` [RFC v2 3/7] powerpc: atomic: Implement atomic{, 64}_{add, sub}_return_* variants
  ` [RFC v2 3/7] powerpc: atomic: Implement atomic{,64}_{add,sub}_return_* variants

[V5, 2/6] fsl/fman: Add FMan support
 2015-09-25 23:01 UTC 

[PATCH v3 00/32] cxlflash: Miscellaneous bug fixes and corrections
 2015-09-25 22:35 UTC  (26+ messages)
` [PATCH v3 04/32] cxlflash: Fix potential oops following LUN removal
` [PATCH v3 08/32] cxlflash: Fix to avoid CXL services during EEH
` [PATCH v3 11/32] cxlflash: Refine host/device attributes
` [PATCH v3 13/32] cxlflash: Fix to avoid stall while waiting on TMF
` [PATCH v3 19/32] cxlflash: Correct usage of scsi_host_put()
` [PATCH v3 20/32] cxlflash: Fix to prevent workq from accessing freed memory
` [PATCH v3 28/32] cxlflash: Fix to avoid state change collision
` [PATCH v3 29/32] MAINTAINERS: Add cxlflash driver
` [PATCH v3 30/32] cxlflash: Fix to double the delay each time
` [PATCH v3 31/32] cxlflash: Fix to avoid corrupting adapter fops
` [PATCH v3 32/32] cxlflash: Correct trace string

[PATCH v3 0/5] clk: qoriq: Move chip-specific knowledge into driver
 2015-09-25 21:50 UTC  (6+ messages)
` [PATCH v3 5/5] cpufreq: qoriq: Don't look at clock implementation details

[RFC PATCH 1/2] scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target
 2015-09-25 20:46 UTC  (4+ messages)

[v3 0/8] dpaa_eth: Add the Freescale DPAA Ethernet driver
 2015-09-25 19:48 UTC  (3+ messages)
` [v3 2/8] dpaa_eth: add support for DPAA Ethernet

[PATCH] powerpc/eeh: Avoid to handle EEH on a passed Child PE
 2015-09-25  8:19 UTC  (5+ messages)

[PATCH V3] thermal: qoriq: Add thermal management support
 2015-09-25  7:36 UTC  (5+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-4.3-3 tag
 2015-09-25  7:27 UTC 

[PATCH v3 0/9] Phy, mdiobus, and netdev struct device fixes
 2015-09-25  6:05 UTC  (3+ messages)

[PATCH v10 1/5] genalloc:support memory-allocation with bytes-alignment to genalloc
 2015-09-25  5:33 UTC  (12+ messages)
` [PATCH v10 3/5] CPM/QE: use genalloc to manage CPM/QE muram

[PATCH v3 1/2] fsl: Add binding for RCPM
 2015-09-25  2:51 UTC  (7+ messages)

[PATCH] powerpc/ps3: Remove unused os_area_db_id_video_mode
 2015-09-25  2:14 UTC 

[PATCH] cxl: Fix lockdep warning while creating afu_err_buff attribute
 2015-09-25  2:12 UTC  (2+ messages)
`  "

[PATCH 1/1] powerpc: Individual System V IPC system calls
 2015-09-25  0:59 UTC  (3+ 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).