LinuxPPC-Dev Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-29 19:01:15 to 2016-02-03 23:03:24 UTC [more...]

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

commit 9178ba294b6839eeff1a91bed95515d783f3ee6c an A-Eon Tabor Board
 2016-02-03 22:59 UTC  (6+ messages)

[PATCH v5 00/23] powerpc/8xx: Use large pages for RAM and IMMR and other improvments
 2016-02-03 22:54 UTC  (24+ 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] powerpc/8xx: CONFIG_DEBUG_PAGEALLOC requires ITLBmiss for kernel addresses
 2016-02-03 22:34 UTC 

[PATCH] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig
 2016-02-03 21:17 UTC  (25+ 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 "

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

[PATCH v8 0/6] cpufreq: powernv: Redesign the presentation of throttle notification and solve bug-fixes in the driver
 2016-02-03 16:24 UTC  (16+ 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

[PATCH 0/2] Two patches regarding EEH availability checks - DLPAR/DDW
 2016-02-03 12:26 UTC  (8+ 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 v6 0/9] ftrace with regs + live patching for ppc64 LE (ABI v2)
 2016-02-03 11:24 UTC  (13+ messages)
` [PATCH v6 1/9] ppc64 (le): prepare for -mprofile-kernel
` [PATCH v6 8/9] Implement kernel live patching for ppc64le (ABIv2)

[GIT PULL 00/16] perf/core improvements and fixes
 2016-02-03 10:02 UTC  (6+ messages)
` [PATCH 12/16] perf kvm/{x86, s390}: Remove dependency on uapi/kvm_perf.h
` [PATCH 13/16] perf kvm/{x86,s390}: Remove const from kvm_events_tp
` [PATCH 14/16] perf kvm/powerpc: Port perf kvm stat to powerpc
` [PATCH 15/16] perf kvm/powerpc: Add support for HCALL reasons

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

[RFCv2 0/9] PAPR hash page table resizing (guest side)
 2016-02-03  4:31 UTC  (29+ messages)
` [RFCv2 1/9] memblock: Don't mark memblock_phys_mem_size() as __init
` [RFCv2 2/9] arch/powerpc: Clean up error handling for htab_remove_mapping
` [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
` [RFCv2 7/9] pseries: Add support for hash "
` [RFCv2 8/9] pseries: Advertise HPT resizing support via CAS
` [RFCv2 9/9] pseries: Automatically resize HPT for memory hot add/remove

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 v10 0/8] arm64, numa: Add numa support for arm64 platforms
 2016-02-02 23:34 UTC  (11+ 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 "

[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  (6+ 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  (4+ 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)

[PATCH 1/3] driver/memory: Removal of deprecated NO_IRQ
 2016-02-01 22:26 UTC  (6+ messages)
` [PATCH 2/3] driver/memory: Update dependency of IFC for Layerscape
` [PATCH 3/3] mtd/ifc: Segregate IFC fcm and runtime registers

[PATCH] ASoC: fsl_ssi: remove explicit register defaults
 2016-02-01 21:37 UTC  (10+ messages)

[PATCH 1/2] drivers: macintosh: rack-meter: limit idle ticks to total ticks
 2016-02-01 18:43 UTC  (2+ messages)
` [PATCH 2/2] drivers: macintosh: rack-meter: fix bogus memsets

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

[RFC PATCH v3 0/5] vfio-pci: Allow to mmap sub-page MMIO BARs and MSI-X table on PPC64 platform
 2016-02-01  9:13 UTC  (11+ messages)
` [RFC PATCH v3 1/5] PCI: Add support for enforcing all MMIO BARs to be page aligned
` [RFC PATCH v3 3/5] PCI: Add host bridge attribute to indicate filtering of MSIs is supported

[RESEND PATCH] vfio: Enable VFIO device for powerpc
 2016-02-01  0:14 UTC 

[PATCH] powerpc/book3s_32: Fix build error with checkpoint restart
 2016-01-31  8:37 UTC  (2+ messages)
`  "

[PATCH] ASoC: fsl-asoc-card: Don't add DAPM routes for ASRC if it doesn't exist
 2016-01-31  7:07 UTC 

Build failure: -Wno-unused-const-variable DNE on old GCC
 2016-01-30 17:37 UTC  (7+ messages)

[PATCH v2 00/16] cxl: Add support for powerVM guest
 2016-01-30 14:07 UTC  (17+ messages)
` [PATCH v2 01/16] cxl: Move common code away from bare-metal-specific files
` [PATCH v2 02/16] cxl: Move bare-metal specific code to specialized files
` [PATCH v2 03/16] cxl: Introduce implementation-specific API
` [PATCH v2 04/16] cxl: Rename some bare-metal specific functions
` [PATCH v2 05/16] cxl: Isolate a few bare-metal-specific calls
` [PATCH v2 06/16] cxl: Update cxl_irq() prototype
` [PATCH v2 07/16] cxl: IRQ allocation for guests
` [PATCH v2 08/16] cxl: New possible return value from hcall
` [PATCH v2 09/16] cxl: New hcalls to support CAPI adapters
` [PATCH v2 10/16] cxl: Separate bare-metal fields in adapter and AFU data structures
` [PATCH v2 11/16] cxl: Add guest-specific code
` [PATCH v2 12/16] cxl: sysfs support for guests
` [PATCH v2 13/16] cxl: Support to flash a new image on the adapter from a guest
` [PATCH v2 14/16] cxl: Parse device tree and create CAPI device(s) at boot
` [PATCH v2 15/16] cxl: Support the cxl kernel API from a guest
` [PATCH v2 16/16] cxl: Adapter failure handling


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