LinuxPPC-Dev Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-01 23:32:09 to 2016-02-04 21:01:21 UTC [more...]

[PATCH v2 0/4] lib: add "on" and "off" to strtobool
 2016-02-04 21:00 UTC  (5+ messages)
` [PATCH v2 1/4] lib: move strtobool to kstrtobool
` [PATCH v2 2/4] lib: update single-char callers of strtobool
` [PATCH v2 3/4] lib: add "on"/"off" support to kstrtobool
` [PATCH v2 4/4] param: convert some "on"/"off" users to strtobool

[PATCH 0/6] ibmvscsi: code cleanup
 2016-02-04 19:55 UTC  (15+ messages)
` [PATCH 1/6] ibmvscsi: Correct values for several viosrp_crq_format enums
` [PATCH 2/6] ibmvscsi: Add and use enums for valid CRQ header values
` [PATCH 3/6] ibmvscsi: Replace magic values in set_adpater_info() with defines
` [PATCH 4/6] ibmvscsi: Use of_root to access OF device tree root node
` [PATCH 5/6] ibmvscsi: Remove unsupported host config MAD and sysfs interface
` [PATCH 6/6] ibmvscsi: Add endian conversions to sysfs attribute show functions

[PATCH 0/3] lib: add "on" and "off" to strtobool
 2016-02-04 18:56 UTC  (4+ messages)
` [PATCH 1/3] lib: fix callers of strtobool to use char array

[PATCH v7 00/10] ftrace with regs + live patching for ppc64 LE (ABI v2)
 2016-02-04 14:29 UTC  (11+ messages)
` [PATCH v7 01/10] ppc64 (le): prepare for -mprofile-kernel
` [PATCH v7 02/10] ppc64le FTRACE_WITH_REGS implementation
` [PATCH v7 03/10] ppc use ftrace_modify_all_code default
` [PATCH v7 04/10] ppc64 ftrace_with_regs configuration variables
` [PATCH v7 05/10] ppc64 ftrace_with_regs: spare early boot and low level
` [PATCH v7 06/10] ppc64 ftrace: disable profiling for some functions
` [PATCH v7 07/10] ppc64 ftrace: disable profiling for some files
` [PATCH v7 08/10] Implement kernel live patching for ppc64le (ABIv2)
` [PATCH v7 09/10] Enable LIVEPATCH to be configured on ppc64le and add livepatch.o if it is selected
` [PATCH v7 10/10] livepatch: Detect offset for the ftrace location during build

[PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig
 2016-02-04 14:35 UTC  (26+ messages)
` [PATCH] powerpc/85xx: disable IDE subsystem in ksi8560_defconfig
` [RFT PATCH] powerpc/85xx: convert mpc85xx_cds_defconfig to use libata PATA drivers
` [PATCH] powerpc/85xx: disable IDE subsystem in stx_gp3_defconfig
` [RFT PATCH] powerpc/85xx: convert tqm8540_defconfig to use libata PATA drivers
` [RFT PATCH] powerpc/85xx: convert tqm8541_defconfig "
` [RFT PATCH] powerpc/85xx: convert tqm8555_defconfig "
` [RFT PATCH] powerpc/85xx: convert tqm8560_defconfig "
` [RFT PATCH] powerpc/86xx: convert gef_ppc9a_defconfig "
` [RFT PATCH] powerpc/86xx: convert gef_sbc310_defconfig "
` [PATCH] powerpc/86xx: disable IDE subsystem in mpc8610_hpcd_defconfig
` [RFT PATCH] powerpc: convert amigaone_defconfig to use libata PATA drivers
` [RFT PATCH] powerpc: convert cell_defconfig "
` [RFT PATCH] powerpc: convert chrp32_defconfig "
` [RFT PATCH] powerpc: convert g5_defconfig "
` [RFT PATCH] powerpc: convert maple_defconfig "
` [PATCH] powerpc: disable IDE subsystem in pasemi_defconfig
` [RFT PATCH] powerpc: convert pmac32_defconfig to use libata PATA drivers
` [RFT PATCH] powerpc: convert ppc64_defconfig "
` [RFT PATCH] powerpc: convert ppc64e_defconfig "
` [RFT PATCH] powerpc: convert ppc6xx_defconfig "
` [PATCH] powerpc: disable IDE subsystem in pq2fads_defconfig
` [RFT PATCH] powerpc: convert pseries_defconfig to use libata PATA drivers
` [RFT PATCH] powerpc: convert storcenter_defconfig "

Question about 86xx
 2016-02-04 14:26 UTC  (5+ messages)

Question about code which uses MPIC_NO_RESET on 85XX
 2016-02-04 13:56 UTC 

[PATCH v5 00/23] powerpc/8xx: Use large pages for RAM and IMMR and other improvments
 2016-02-04 13:42 UTC  (27+ messages)
` [PATCH v5 01/23] powerpc/8xx: Save r3 all the time in DTLB miss handler
` [PATCH v5 02/23] powerpc/8xx: Map linear kernel RAM with 8M pages
` [PATCH v5 03/23] powerpc: Update documentation for noltlbs kernel parameter
` [PATCH v5 04/23] powerpc/8xx: move setup_initial_memory_limit() into 8xx_mmu.c
` [PATCH v5 05/23] powerpc32: Fix pte_offset_kernel() to return NULL for bad pages
` [PATCH v5 06/23] powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() together
` [PATCH v5 07/23] powerpc/8xx: Fix vaddr for IMMR early remap
` [PATCH v5 08/23] powerpc/8xx: Map IMMR area with 512k page at a fixed address
` [PATCH v5 09/23] powerpc/8xx: CONFIG_PIN_TLB unneeded for CONFIG_PPC_EARLY_DEBUG_CPM
` [PATCH v5 10/23] powerpc/8xx: map more RAM at startup when needed
` [PATCH v5 11/23] powerpc32: Remove useless/wrong MMU:setio progress message
` [PATCH v5 12/23] powerpc32: remove ioremap_base
` [PATCH v5 13/23] powerpc/8xx: Add missing SPRN defines into reg_8xx.h
` [PATCH v5 14/23] powerpc/8xx: Handle CPU6 ERRATA directly in mtspr() macro
` [PATCH v5 15/23] powerpc/8xx: remove special handling of CPU6 errata in set_dec()
` [PATCH v5 16/23] powerpc/8xx: rewrite set_context() in C
` [PATCH v5 17/23] powerpc/8xx: rewrite flush_instruction_cache() "
` [PATCH v5 18/23] powerpc: add inline functions for cache related instructions
` [PATCH v5 19/23] powerpc32: Remove clear_pages() and define clear_page() inline
` [PATCH v5 20/23] powerpc32: move xxxxx_dcache_range() functions inline
` [PATCH v5 21/23] powerpc: Simplify test in __dma_sync()
` [PATCH v5 22/23] powerpc32: small optimisation in flush_icache_range()
` [PATCH v5 23/23] powerpc32: Remove one insn in mulhdu

[PATCH v10 0/8] arm64, numa: Add numa support for arm64 platforms
 2016-02-04 11:15 UTC  (12+ messages)
` [PATCH v10 1/8] arm64, numa: adding "
` [PATCH v10 2/8] Documentation, dt, numa: dt bindings for numa
` [PATCH v10 3/8] dt, numa: adding numa dt binding implementation
` [PATCH v10 4/8] arm64, numa : Enable numa dt for arm64 platforms
` [PATCH v10 5/8] arm64, dt, thunderx: Add initial dts for Cavium Thunderx in 2 node topology
` [PATCH v10 6/8] arm64, mm, numa: Adding numa balancing support for arm64
` [PATCH v10 7/8] topology, cleanup: Avoid redefinition of cpumask_of_pcibus in asm header files
` [PATCH v10 8/8] numa, mm, cleanup: remove redundant NODE_DATA macro from "

[RFCv2 0/9] PAPR hash page table resizing (guest side)
 2016-02-04 11:11 UTC  (18+ messages)
` [RFCv2 3/9] arch/powerpc: Handle removing maybe-present bolted HPTEs
` [RFCv2 4/9] arch/powerpc: Clean up memory hotplug failure paths
` [RFCv2 5/9] arch/powerpc: Split hash page table sizing heuristic into a helper
` [RFCv2 6/9] pseries: Add hypercall wrappers for hash page table resizing

[PATCH v6 0/9] ftrace with regs + live patching for ppc64 LE (ABI v2)
 2016-02-04 11:02 UTC  (15+ messages)
` [PATCH v6 1/9] ppc64 (le): prepare for -mprofile-kernel
` [PATCH v6 8/9] Implement kernel live patching for ppc64le (ABIv2)

[PATCH v6 00/23] powerpc/8xx: Use large pages for RAM and IMMR and other improvments
 2016-02-04 10:33 UTC  (24+ messages)
` [PATCH v6 01/23] powerpc/8xx: Save r3 all the time in DTLB miss handler
` [PATCH v6 02/23] powerpc/8xx: Map linear kernel RAM with 8M pages
` [PATCH v6 03/23] powerpc: Update documentation for noltlbs kernel parameter
` [PATCH v6 04/23] powerpc/8xx: move setup_initial_memory_limit() into 8xx_mmu.c
` [PATCH v6 05/23] powerpc32: Fix pte_offset_kernel() to return NULL for bad pages
` [PATCH v6 06/23] powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() together
` [PATCH v6 07/23] powerpc/8xx: Fix vaddr for IMMR early remap
` [PATCH v6 08/23] powerpc/8xx: Map IMMR area with 512k page at a fixed address
` [PATCH v6 09/23] powerpc/8xx: CONFIG_PIN_TLB unneeded for CONFIG_PPC_EARLY_DEBUG_CPM
` [PATCH v6 10/23] powerpc/8xx: map more RAM at startup when needed
` [PATCH v6 11/23] powerpc32: Remove useless/wrong MMU:setio progress message
` [PATCH v6 12/23] powerpc32: remove ioremap_base
` [PATCH v6 13/23] powerpc/8xx: Add missing SPRN defines into reg_8xx.h
` [PATCH v6 14/23] powerpc/8xx: Handle CPU6 ERRATA directly in mtspr() macro
` [PATCH v6 15/23] powerpc/8xx: remove special handling of CPU6 errata in set_dec()
` [PATCH v6 16/23] powerpc/8xx: rewrite set_context() in C
` [PATCH v6 17/23] powerpc/8xx: rewrite flush_instruction_cache() "
` [PATCH v6 18/23] powerpc: add inline functions for cache related instructions
` [PATCH v6 19/23] powerpc32: Remove clear_pages() and define clear_page() inline
` [PATCH v6 20/23] powerpc32: move xxxxx_dcache_range() functions inline
` [PATCH v6 21/23] powerpc: Simplify test in __dma_sync()
` [PATCH v6 22/23] powerpc32: small optimisation in flush_icache_range()
` [PATCH v6 23/23] powerpc32: Remove one insn in mulhdu

[PATCH] powerpc/885: set SDCR to 0x40
 2016-02-04 10:07 UTC 

[PATCH 0/2] Two patches regarding EEH availability checks - DLPAR/DDW
 2016-02-04  5:30 UTC  (9+ messages)
` [PATCH 1/2] powerpc/eeh: Check for EEH availability in eeh_add_device_early()
` [PATCH 2/2] powerpc/pseries: Check if EEH is enabled on DDW mechanism code

[PATCH v8 0/6] cpufreq: powernv: Redesign the presentation of throttle notification and solve bug-fixes in the driver
 2016-02-04  1:51 UTC  (17+ messages)
` [PATCH v8 1/6] cpufreq: powernv: Free 'chips' on module exit
` [PATCH v8 2/6] cpufreq: powernv: Hot-plug safe the kworker thread
` [PATCH v8 3/6] cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
` [PATCH v8 4/6] cpufreq: powernv/tracing: Add powernv_throttle tracepoint
` [PATCH v8 5/6] cpufreq: powernv: Replace pr_info with trace print for throttle event
` [PATCH v8 6/6] cpufreq: powernv: Add sysfs attributes to show throttle stats

commit 9178ba294b6839eeff1a91bed95515d783f3ee6c an A-Eon Tabor Board
 2016-02-03 23:08 UTC  (7+ messages)

[PATCH] powerpc/fsl-pci: Correct the comparison of the LTSSM
 2016-02-03 23:03 UTC  (5+ messages)

[PATCH] powerpc/8xx: CONFIG_DEBUG_PAGEALLOC requires ITLBmiss for kernel addresses
 2016-02-03 22:34 UTC 

[PATCH 3/3] perf probe: Search both .eh_frame and .debug_frame sections for probe location
 2016-02-03 17:04 UTC 

[GIT PULL 00/16] perf/core improvements and fixes
 2016-02-03 10:02 UTC  (2+ messages)

[PATCH] mtd/ifc: Add support for IFC controller version 2.0
 2016-02-03  6:36 UTC 

Failure on latest GIT - appletouch fails to register
 2016-02-03  1:56 UTC  (2+ messages)

[PATCH v3 0/3] Optimize CONFIG_DEBUG_PAGEALLOC
 2016-02-03  0:13 UTC  (11+ messages)
` [PATCH v3 2/3] x86: query dynamic DEBUG_PAGEALLOC setting

[PATCH 1/2] powerpc/perf/hv-24x7: Fix usage with chip events
 2016-02-02 20:23 UTC  (4+ messages)
` [PATCH 2/2] powerpc/perf/hv-24x7: Display change in counter values

Failure on latest GIT - implicit declaration of function ‘pte_swp_clear_soft_dirty’
 2016-02-02 17:55 UTC  (5+ messages)

[PATCH v4] perf/probe: Search both .eh_frame and .debug_frame sections for probe location
 2016-02-02 15:26 UTC 

[PATCH] ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is about to hit
 2016-02-02 15:01 UTC  (3+ messages)

Problems with Kernels 3.17-rc1 and onwards on Acube Sam460 AMCC 460ex board
 2016-02-02 13:54 UTC  (7+ messages)
          ` commit 9178ba294b6839eeff1a91bed95515d783f3ee6c

[PATCH v2] ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is about to hit
 2016-02-02 13:58 UTC 

[PATCH 1/2] powerpc/mm: Enable HugeTLB page migration
 2016-02-02  6:19 UTC  (4+ messages)

[PATCH] powerpc/powernv: Remove support for p5ioc2
 2016-02-02  4:57 UTC  (2+ messages)

[PATCH] Fix kgdb on little endian ppc64le
 2016-02-01 23:31 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 read-only IMAP folder(s) and NNTP newsgroup(s).