linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-24 08:44:26 to 2016-03-30 09:08:29 UTC [more...]

[PATCH] perf jit: genelf makes assumptions about endian
 2016-03-30  9:08 UTC  (9+ messages)
` mailman From rewriting [was perf jit: genelf makes assumptions about endian]

[PATCH 1/5] fsl/qe: add rx_sync and tx_sync for TDM mode
 2016-03-30  8:50 UTC  (5+ messages)
` [PATCH 2/5] fsl/qe: setup clock source "
` [PATCH 3/5] fsl/qe: Make regs resouce_size_t
` [PATCH 4/5] fsl/qe: Add QE TDM lib
` [PATCH 5/5] drivers/net: support hdlc function for QE-UCC

[PATCH] Make kretprobe_trampoline symbol look like a function
 2016-03-30  8:46 UTC  (11+ messages)
`  "
  ` [PATCH] Remove kretprobe_trampoline_holder

[PATCH] powerpc: mm: fixup preempt undefflow with huge pages
 2016-03-30  8:17 UTC  (8+ messages)
    ` [PATCH v2] "

[PATCH v2] ppc64/book3s: fix branching to out of line handlers in relocation kernel
 2016-03-30  7:44 UTC  (4+ messages)
` [v2] "

[PATCH 1/2] powerpc/pagetable: Add option to dump the linux pagetables
 2016-03-30  3:32 UTC  (4+ messages)
` [PATCH 2/2] powerpc/pagetable: Add option to dump kernel hashpagetable

[PATCH 01/65] powerpc/mm: Use big endian page table for book3s 64
 2016-03-30  1:01 UTC  (73+ messages)
` [PATCH 02/65] powerpc/mm: use _PAGE_READ to indicate Read access
` [PATCH 03/65] powerpc/mm/subpage: Clear RWX bit to indicate no access
` [PATCH 04/65] powerpc/mm: Use pte_user instead of opencoding
` [PATCH 05/65] powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
` [PATCH 06/65] powerpc/cxl: Use REGION_ID instead of opencoding
` [PATCH 07/65] powerpc/mm: Remove RPN_SHIFT and RPN_SIZE
` [PATCH 08/65] powerpc/mm: Update _PAGE_KERNEL_RO
` [PATCH 09/65] powerpc/mm: Use helper for finding pte bits mapping I/O area
` [PATCH 10/65] powerpc/mm: Drop WIMG in favour of new constants
` [PATCH 11/65] powerpc/mm: Use generic version of pmdp_clear_flush_young
` [PATCH 12/65] powerpc/mm: Use generic version of ptep_clear_flush_young
` [PATCH 13/65] powerpc/mm: Move common data structure between radix and hash to book3s 64 generic headers
` [PATCH 14/65] powerpc/mm/power9: Add partition table format
` [PATCH 15/65] powerpc/mm/hash: Add support for POWER9 hash
` [PATCH 16/65] powerpc/mm: Move hash and no hash code to separate files
` [PATCH 17/65] powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefix
` [PATCH 18/65] powerpc/mm: Handle _PTE_NONE_MASK
` [PATCH 19/65] powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.h
` [PATCH 20/65] powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.h
` [PATCH 21/65] powerpc/mm: Make page table size a variable
` [PATCH 22/65] powerpc/mm: Move page table index and and vaddr to pgtable.h
` [PATCH 23/65] powerpc/mm: Move pte related function together
` [PATCH 24/65] powerpc/mm/radix: Add radix pte defines
` [PATCH 25/65] powerpc/mm/radix: Dummy radix_enabled()
` [PATCH 26/65] powerpc/mm: Add radix callbacks to pte accessors
` [PATCH 27/65] powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.h
` [PATCH 28/65] powerpc/mm/radix: Add radix callback for pmd accessors
` [PATCH 29/65] powerpc/mm: Abstraction for early init routines
` [PATCH 30/65] powerpc/mm/radix: Add radix callback "
` [PATCH 31/65] powerpc/mm: Abstraction for vmemmap and map_kernel_page
` [PATCH 32/65] powerpc/mm/radix: Add radix callback for vmemmap and map_kernel page
` [PATCH 33/65] powerpc/mm: Abstraction for switch_mmu_context
` [PATCH 34/65] powerpc/mm/radix: Add mmu context handling callback for radix
` [PATCH 35/65] powerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.c
` [PATCH 36/65] powerpc/mm: Hash linux abstraction for tlbflush routines
` [PATCH 37/65] powerpc/mm/radix: Add "
` [PATCH 38/65] powerpc/mm/radix: Add MMU_FTR_RADIX
` [PATCH 39/65] powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related code
` [PATCH 40/65] powerpc/mm/radix: Isolate hash table function from pseries guest code
` [PATCH 41/65] powerpc/mm/radix: Add checks in slice code to catch radix usage
` [PATCH 42/65] powerpc/mm/radix: Limit paca allocation in radix
` [PATCH 43/65] powerpc/mm/radix: Pick the address layout for radix config
` [PATCH 44/65] powerpc/mm/radix: Update secondary PTCR
` [PATCH 45/65] powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3s
` [PATCH 46/65] powerpc/mm: revert changes made to generic pgalloc-64.h
` [PATCH 47/65] powerpc/mm: Copy pgalloc (part 2)
` [PATCH 48/65] powerpc/mm: Simplify the code dropping 4 level table #ifdef
` [PATCH 49/65] powerpc/mm: Rename function to indicate we are allocating fragments
` [PATCH 50/65] powerpc/mm: make 4k and 64k use pte_t for pgtable_t
` [PATCH 51/65] powerpc/mm: Add radix pgalloc details
` [PATCH 52/65] powerpc/mm: Update pte filter for radix
` [PATCH 53/65] powerpc/mm: VMALLOC abstraction
` [PATCH 54/65] powerpc/radix: update mmu cache
` [PATCH 55/65] powerpc/mm: pte_frag abstraction
` [PATCH 56/65] powerpc/mm: Fix vma_mmu_pagesize for radix
` [PATCH 57/65] powerpc/mm: Add radix support for hugetlb
` [PATCH 58/65] powerpc/mm/radix: Make sure swapper pgdir is properly aligned
` [PATCH 59/65] powerpc/mm/radix: Add hugetlb support 4K page size
` [PATCH 60/65] powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update
` [PATCH 61/65] powerpc/mm: THP is only available on hash64 as of now
` [PATCH 62/65] powerpc/mm/thp: Abstraction for THP functions
` [PATCH 63/65] powerpc/mm/radix: Add radix THP callbacks
` [PATCH 64/65] powerpc/mm/radix: Add THP support for 4k linux page size
` [PATCH 65/65] powerpc/mm/radix: Cputable update for radix

[PATCH v2 1/2] powerpc: Define PVR value for POWER8NVL processor
 2016-03-30  0:21 UTC  (6+ messages)
` [PATCH v2 2/2] cxl: Configure the PSL for two CAPI ports on POWER8NVL
  ` [v2,2/2] "
` [v2,1/2] powerpc: Define PVR value for POWER8NVL processor

[PATCH V2 1/2] pseries/eeh: Refactor the configure bridge RTAS tokens
 2016-03-29 23:07 UTC  (10+ messages)
` [PATCH V2 2/2] pseries/eeh: Handle RTAS delay requests in configure_bridge

[PATCH] cxl: fix setting of _PAGE_USER bit when handling page faults
 2016-03-29 22:08 UTC  (6+ messages)
`  "

[PATCH 2/3] swiotlb: prefix dma_to_phys and phys_to_dma functions
 2016-03-29 19:32 UTC  (7+ messages)

[PATCH] ppc64/book3s: copy interrupts till __end_handlers marker instead of __end_interrupts
 2016-03-29 18:16 UTC  (3+ messages)
`  "

[PATCH] fsl/qe_ic: move qe_ic to drivers/irqchip
 2016-03-29  6:24 UTC 

[PATCH HACK 1/6] livepatch-test: Add more cases
 2016-03-29  5:45 UTC  (17+ messages)
` [PATCH 2/6] ftrace: Make ftrace_location_range() global
` [PATCH 3/6] livepatch: Allow architectures to specify an alternate ftrace location
` [PATCH 4/6] powerpc/livepatch: Add livepatch header
` [PATCH 5/6] powerpc/livepatch: Add livepatch stack to struct thread_info
` [PATCH 6/6] powerpc/livepatch: Add live patching support on ppc64le

[PATCH RFC] mm: Fix memory corruption caused by deferred page initialization
 2016-03-29  5:13 UTC  (6+ messages)
` [RFC] "

[v2 PATCH 1/2] powerpc/pagetable: Add option to dump the linux pagetables
 2016-03-29  2:37 UTC  (2+ messages)
` [PATCH 2/2] powerpc/pagetable: Add option to dump kernel hashpagetable

[PATCH v2 0/2] Fix regression and performance issue in cxlflash
 2016-03-29  0:55 UTC  (4+ messages)
` [PATCH v2 1/2] cxlflash: Fix regression issue with re-ordering patch
` [PATCH v2 2/2] cxlflash: Move to exponential back-off when cmd_room is not available

[PATCH 0/3] powerpc: remove unused modular code from non-modular drivers
 2016-03-28 14:22 UTC  (6+ messages)
` [PATCH 1/3] powerpc: make cell/spu_base.c explicitly non-modular
` [PATCH 2/3] powerpc: make kernel/nvram_64.c "
` [PATCH 3/3] drivers/cpufreq: make ppc_cbe_cpufreq_pmi driver "

[PATCH 1/1] perf tools: Fix build break on powerpc
 2016-03-28 13:43 UTC  (6+ messages)

[PATCH v4] powerpc/pci: Assign fixed PHB number based on device-tree properties
 2016-03-28 12:36 UTC  (3+ messages)
` [v4] "

[PATCH 09/31] Add powerpc-specific parity functions
 2016-03-27  6:37 UTC 

[PATCH RFC] powerpc/mm: Support bootmem for PPC64 again
 2016-03-26 12:50 UTC  (4+ messages)
` [RFC] "

[PATCH 01/14] powerpc/mm: Use big endian page table for book3s 64
 2016-03-26  6:12 UTC  (7+ messages)
` [PATCH 05/14] powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
` [PATCH 09/14] powerpc/mm: Drop WIMG in favour of new constants

crash in ppc4xx-rng on canyonland
 2016-03-25 18:29 UTC 

[RFC v2] powerpc/devtree: Parse new DRC mem/cpu/dev device tree elements
 2016-03-25 16:35 UTC 

[PATCH] powerpc: correct VSX used_vsr comment
 2016-03-24 17:12 UTC 

[PATCH 3/4] exit_thread: accept a task parameter to be exited
 2016-03-25  8:32 UTC  (5+ messages)
` [3/4] "

[v6, 0/5] Fix eSDHC host version register bug
 2016-03-25  6:44 UTC  (13+ messages)
` [v6, 2/5] soc: fsl: add GUTS driver for QorIQ platforms
` [v6, 3/5] dt: move guts devicetree doc out of powerpc directory
` [v6, 5/5] mmc: sdhci-of-esdhc: fix host version for T4240-R1.0-R2.0

[PATCH/RFC] ppc64 livepatch: frameless klp_return_helper using odd TOC
 2016-03-24 15:58 UTC  (7+ messages)

[PATCH 1/5] selftests/powerpc: Add exec() test to check for spr sanitisation
 2016-03-24  8:44 UTC  (3+ messages)
` [PATCH 3/5] powerpc: Fix TAR leak across exec() syscalls


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