LinuxPPC-Dev Archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-03 23:29:20 to 2016-02-08 09:21:34 UTC [more...]

[PATCH V2 00/29] Book3s abstraction in preparation for new MMU model
 2016-02-08  9:20 UTC  (18+ messages)
` [PATCH V2 01/29] powerpc/mm: add _PAGE_HASHPTE similar to 4K hash
` [PATCH V2 02/29] powerpc/mm: Split pgtable types to separate header
` [PATCH V2 03/29] powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table
` [PATCH V2 04/29] powerpc/mm: Copy pgalloc (part 1)
` [PATCH V2 05/29] powerpc/mm: Copy pgalloc (part 2)
` [PATCH V2 06/29] powerpc/mm: Copy pgalloc (part 3)
` [PATCH V2 07/29] mm: Make vm_get_page_prot arch specific
` [PATCH V2 08/29] mm: Some arch may want to use HPAGE_PMD related values as variables
` [PATCH V2 09/29] powerpc/mm: Hugetlbfs is book3s_64 and fsl_book3e (32 or 64)
` [PATCH V2 10/29] powerpc/mm: free_hugepd_range split to hash and nonhash
` [PATCH V2 11/29] powerpc/mm: Use helper instead of opencoding
` [PATCH V2 12/29] powerpc/mm: Move hash64 specific defintions to seperate header
` [PATCH V2 13/29] powerpc/mm: Move swap related definition ot hash64 header
` [PATCH V2 14/29] powerpc/mm: Move hash page table related functions to pgtable-hash64.c
` [PATCH V2 15/29] powerpc/mm: Rename hash specific page table bits (_PAGE* -> H_PAGE*)
` [PATCH V2 16/29] powerpc/mm: Use flush_tlb_page in ptep_clear_flush_young
` [PATCH V2 17/29] powerpc/mm: THP is only available on hash64 as of now

[PATCH 0/4] powerpc/ps3: gelic_udbg: drop local versions of network data structs
 2016-02-08  8:31 UTC  (7+ messages)
` [PATCH 1/4] powerpc/ps3: gelic_udbg: use struct ethhdr from <linux/if_ether.h>
` [PATCH 2/4] powerpc/ps3: gelic_udbg: use struct vlan_hdr from <linux/if_vlan.h>
` [PATCH 3/4] powerpc/ps3: gelic_udbg: use struct iphdr from <linux/ip.h>
` [PATCH 4/4] powerpc/ps3: gelic_udbg: use struct udphdr from <linux/udp.h>

[PATCH V2] powerpc/mm: Fix Multi hit ERAT cause by recent THP update
 2016-02-08  7:52 UTC  (2+ messages)

[PATCH V3] powerpc/powernv: Remove support for p5ioc2
 2016-02-08  7:19 UTC  (3+ messages)

[RFCv2 0/9] PAPR hash page table resizing (guest side)
 2016-02-08  6:01 UTC  (26+ 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

[PATCH 1/2] powerpc/powernv: Simplify definitions of EEH debugfs handlers
 2016-02-08  5:55 UTC  (3+ messages)
` [PATCH 2/2] powerpc/eeh: Reworked eeh_pe_bus_get()

[PATCH] powerpc/mm: Fix Multi hit ERAT cause by recent THP update
 2016-02-08  5:54 UTC  (3+ messages)

[PATCH] powerpc/eeh: fix incorrect function name in comment
 2016-02-08  3:49 UTC  (2+ messages)

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

[PATCH v5 06/23] powerpc32: refactor x_mapped_by_bats() and x_mapped_by_tlbcam() together
 2016-02-07  9:42 UTC  (2+ messages)

[PATCH v10 8/8] numa, mm, cleanup: remove redundant NODE_DATA macro from asm header files
 2016-02-07  8:40 UTC  (2+ messages)

[PATCH] powerpc: fix dedotify for binutils >= 2.26
 2016-02-06 23:45 UTC  (2+ messages)

[PATCH v7 00/10] ftrace with regs + live patching for ppc64 LE (ABI v2)
 2016-02-06 10:32 UTC  (16+ 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

Bisected Regression 4.3.5 => 4.4.1 booting HP ZBook in EFI mode
 2016-02-06  4:03 UTC  (5+ messages)

[PATCH 16/30] powerpc/fsl_rio: changes to mport registration
 2016-02-05 23:19 UTC 

[PATCH v2 0/4] lib: add "on" and "off" to strtobool
 2016-02-05 21:18 UTC  (18+ 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 v3 0/4] lib: add "on" and "off" to strtobool
 2016-02-05 21:12 UTC  (5+ messages)
` [PATCH v3 1/4] lib: move strtobool to kstrtobool
` [PATCH v3 2/4] lib: update single-char callers of strtobool
` [PATCH v3 3/4] lib: add "on"/"off" support to kstrtobool
` [PATCH v3 4/4] param: convert some "on"/"off" users to strtobool

Question about 86xx
 2016-02-05 20:42 UTC  (6+ messages)

PowerPC agpmode issues
 2016-02-05 20:10 UTC  (12+ messages)

[PATCH] mtd/ifc: Add support for IFC controller version 2.0
 2016-02-05 20:08 UTC  (6+ messages)

[RFC PATCH] PPC32: Fix build failure caused by missing dirty pte handlers
 2016-02-05 16:03 UTC  (2+ messages)

[PATCH v3 1/2] tracing: introduce TRACE_EVENT_FN_COND macro
 2016-02-05 14:48 UTC  (7+ messages)
` [PATCH v3 2/2] powerpc: tracing: don't trace hcalls on offline CPUs

[PATCH] QE: Use GFP_ATOMIC under spin lock
 2016-02-05 13:52 UTC 

[PATCH v6 0/9] ftrace with regs + live patching for ppc64 LE (ABI v2)
 2016-02-05 10:22 UTC  (10+ messages)
` [PATCH v6 1/9] ppc64 (le): prepare for -mprofile-kernel

powerpc/86xx: Consolidate common platform code
 2016-02-05  8:58 UTC 

[PATCH 0/6] ibmvscsi: code cleanup
 2016-02-05  8:34 UTC  (17+ 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 v5 00/23] powerpc/8xx: Use large pages for RAM and IMMR and other improvments
 2016-02-05  7:56 UTC  (6+ messages)
` [PATCH v5 21/23] powerpc: Simplify test in __dma_sync()

[PATCH] powerpc: Fix incorrect PPC32 PAMU dependency
 2016-02-05  2:16 UTC 

[PATCH][v2] drivers/memory: Add deep sleep support for IFC
 2016-02-04 23:24 UTC  (3+ messages)

[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] powerpc/83xx: disable IDE subsystem in mpc834x_itx_defconfig
 2016-02-04 14:35 UTC  (4+ messages)
` [RFT PATCH] powerpc: convert amigaone_defconfig to use libata PATA drivers

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

[PATCH v10 0/8] arm64, numa: Add numa support for arm64 platforms
 2016-02-04 11:15 UTC  (4+ messages)
` [PATCH v10 3/8] dt, numa: adding numa dt binding implementation

[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 v5 08/23] powerpc/8xx: Map IMMR area with 512k page at a fixed address
 2016-02-04  9:58 UTC  (2+ messages)

[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  (9+ messages)
` [PATCH v8 6/6] cpufreq: powernv: Add sysfs attributes to show throttle stats


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