linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-01-11 13:57:41 to 2016-01-14 09:24:15 UTC [more...]

[PATCH v3 11/41] mips: reuse asm-generic/barrier.h
 2016-01-14  9:24 UTC  (17+ messages)
` [v3,11/41] "

[PATCH 2/3] [v2] powerpc: fsl: update fman dt binding for PCS PHY
 2016-01-14  8:27 UTC 

[PATCH 1/3][v2] net: phy: introduce 1000BASE-KX and 10GBASE-KR
 2016-01-14  8:23 UTC 

[PATCH] cxl: Fix DSI misses when the context owning task exits
 2016-01-14  7:50 UTC  (5+ messages)
`  "

[PATCH v7 49/50] drivers/of: Export OF changeset functions
 2016-01-14  7:28 UTC  (6+ messages)
` [v7,49/50] "

[PATCH] powerpc: Wire up copy_file_range() syscall
 2016-01-14  4:10 UTC  (3+ messages)

[PATCH 1/3] Powernv: Remove the usage of PACAR1 from opal wrappers
 2016-01-14  3:15 UTC  (3+ messages)
` [PATCH 2/3] powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt
` [PATCH 3/3] KVM: PPC: Book3S HV: Fix soft lockups in KVM on HMI for time base errors

[PATCH v3] perf/probe: Search both .eh_frame and .debug_frame sections for probe location
 2016-01-14  1:32 UTC  (2+ messages)

[PATCH v3 1/2] KVM: PPC: New capability to control MCE behaviour
 2016-01-14  0:06 UTC  (5+ messages)
` [PATCH v3 2/2] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

[PATCH V2] powerpc/powernv: Remove support for p5ioc2
 2016-01-13 23:05 UTC  (2+ messages)

[PATCH 2/5] misc: cxl: use kobj_to_dev()
 2016-01-13 23:00 UTC  (3+ messages)

[PATCH] powerpc/eeh: Validate arch in eeh_add_device_early()
 2016-01-13 21:25 UTC  (6+ messages)

[PATCH] powerpc: Wire up sys_copy_file_range()
 2016-01-13 14:21 UTC  (2+ messages)

[PATCH 0/2] ASoC: fsl: make snd-soc-imx-sgtl5000 driver useable on i.MX6UL
 2016-01-13 14:10 UTC  (10+ messages)
` [PATCH 1/2] ASoC: fsl: imx-sgtl5000: make audmux optional for imx sound driver
  ` [PATCH 2/2] ASoC: fsl: select SND_SOC_FSL_SAI or SND_SOC_FSL_SSI depending on SoC type
    ` [alsa-devel] "

[PATCH] powerpc/powernv: Fix OPAL_CONSOLE_FLUSH prototype and usages
 2016-01-13 13:09 UTC  (3+ messages)
`  "

[PATCH 1/2] scripts/recordmcount.pl: support data in text section on powerpc
 2016-01-13 13:09 UTC  (6+ messages)
` [PATCH 2/2] powerpc/module: Handle R_PPC64_ENTRY relocations
  ` [2/2] "
` [1/2] scripts/recordmcount.pl: support data in text section on powerpc

[PATCH v2] perf/probe: Search both .eh_frame and .debug_frame sections for probe location
 2016-01-13  9:59 UTC  (3+ messages)

[RFC PATCH V1 00/33] Book3s abstraction in preparation for new MMU model
 2016-01-13  8:52 UTC  (43+ messages)
` [RFC PATCH V1 01/33] powerpc/mm: add _PAGE_HASHPTE similar to 4K hash
` [RFC PATCH V1 02/33] powerpc/mm: Split pgtable types to separate header
` [RFC PATCH V1 03/33] powerpc/mm: Switch book3s 64 with 64K page size to 4 level page table
` [RFC PATCH V1 04/33] powerpc/mm: Copy pgalloc (part 1)
` [RFC PATCH V1 05/33] powerpc/mm: Copy pgalloc (part 2)
` [RFC PATCH V1 06/33] powerpc/mm: Copy pgalloc (part 3)
` [RFC PATCH V1 07/33] mm: arch hook for vm_get_page_prot
` [RFC PATCH V1 08/33] mm: Some arch may want to use HPAGE_PMD related values as variables
` [RFC PATCH V1 09/33] powerpc/mm: Hugetlbfs is book3s_64 and fsl_book3e (32 or 64)
` [RFC PATCH V1 10/33] powerpc/mm: free_hugepd_range split to hash and nonhash
` [RFC PATCH V1 11/33] powerpc/mm: Use helper instead of opencoding
` [RFC PATCH V1 12/33] powerpc/mm: Move hash64 specific defintions to seperate header
` [RFC PATCH V1 13/33] powerpc/mm: Move swap related definition ot hash64 header
` [RFC PATCH V1 14/33] powerpc/mm: Use helper for finding pte bits mapping I/O area
` [RFC PATCH V1 15/33] powerpc/mm: Use helper for finding pte filter mask for gup
` [RFC PATCH V1 16/33] powerpc/mm: Move hash page table related functions to pgtable-hash64.c
` [RFC PATCH V1 17/33] mm: Change pmd_huge_pte type in mm_struct
` [RFC PATCH V1 18/33] powerpc/mm: Add helper for update page flags during ioremap
` [RFC PATCH V1 19/33] powerpc/mm: Rename hash specific page table bits (_PAGE* -> H_PAGE*)
` [RFC PATCH V1 20/33] powerpc/mm: Use flush_tlb_page in ptep_clear_flush_young
` [RFC PATCH V1 21/33] powerpc/mm: THP is only available on hash64 as of now
` [RFC PATCH V1 22/33] powerpc/mm: Use generic version of pmdp_clear_flush_young
` [RFC PATCH V1 23/33] powerpc/mm: Create a new headers for tlbflush for hash64
` [RFC PATCH V1 24/33] powerpc/mm: Hash linux abstraction for page table accessors
` [RFC PATCH V1 25/33] powerpc/mm: Hash linux abstraction for functions in pgtable-hash.c
` [RFC PATCH V1 26/33] powerpc/mm: Hash linux abstraction for mmu context handling code
` [RFC PATCH V1 27/33] powerpc/mm: Move hash related mmu-*.h headers to book3s/
` [RFC PATCH V1 28/33] powerpc/mm: Hash linux abstractions for early init routines
` [RFC PATCH V1 29/33] powerpc/mm: Hash linux abstraction for THP
` [RFC PATCH V1 30/33] powerpc/mm: Hash linux abstraction for HugeTLB
` [RFC PATCH V1 31/33] powerpc/mm: Hash linux abstraction for page table allocator
` [RFC PATCH V1 32/33] powerpc/mm: Hash linux abstraction for tlbflush routines
` [RFC PATCH V1 33/33] powerpc/mm: Hash linux abstraction for pte swap encoding

[PATCH] dts/spi: Change compatible to use right device name
 2016-01-13  7:54 UTC 

linux-next: build failure after merge of the powerpc tree
 2016-01-13  7:44 UTC  (5+ messages)

[PATCH] powerpc/powernv: Remove support for p5ioc2
 2016-01-13  6:46 UTC  (3+ messages)

[RFC PATCH kernel] powerpc/ioda: Set "read" permission when "write" is set
 2016-01-13  2:24 UTC  (3+ messages)

[PATCH v3 00/41] arch: barrier cleanup + barriers for virt
 2016-01-12 18:40 UTC  (11+ messages)
` [PATCH v3 01/41] lcoking/barriers, arch: Use smp barriers in smp_store_release()
` [PATCH v3 05/41] powerpc: reuse asm-generic/barrier.h
` [PATCH v3 13/41] x86: "
` [PATCH v3 27/41] x86: define __smp_xxx

[PATCH 0/2] clk: imx6: add kpp clock for i.MX6UL
 2016-01-12 17:29 UTC  (3+ messages)
` [PATCH 1/2] clk: imx: whitespace cleanup; no functional change
  ` [PATCH 2/2] clk: imx: add kpp clock for i.MX6UL

[PATCH] Add hwcap2 bits for POWER9
 2016-01-12 17:45 UTC  (6+ messages)

[PATCH] powerpc/powernv: Remove misleading comment in pci.c
 2016-01-12 12:32 UTC  (2+ messages)
`  "

[RFC][PATCH] ppc: Implement save_stack_trace_regs()
 2016-01-12 12:32 UTC  (9+ messages)
            ` powerpc: Implement save_stack_trace_regs() to enable kprobe stack tracing (was [RFC] ppc: Implement save_stack_trace_regs())

[PATCH] powerpc: Add HWCAP bits for Power9
 2016-01-12 12:32 UTC  (3+ messages)
`  "

[PATCH] platforms/powernv: Fix update of NVLink DMA mask
 2016-01-12 12:32 UTC  (2+ messages)
`  "

[PATCH next] powerpc/mm: fix _PAGE_SWP_SOFT_DIRTY breaking swapoff
 2016-01-12 12:32 UTC  (3+ messages)
` [next] "

[PATCH V2] mm/powerpc: Fix _PAGE_PTE breaking swapoff
 2016-01-12 12:32 UTC  (4+ messages)
` [V2] "

[PATCH] cxl: Enable PCI device ID for future IBM CXL adapter
 2016-01-12 12:32 UTC  (2+ messages)
`  "

[PATCH 2/2] powerpc/powernv: Reserve PE#0 on NPU
 2016-01-12 12:32 UTC  (2+ messages)
` [2/2] "

[PATCH v2 2/2] cxl: use -Werror only with CONFIG_PPC_WERROR
 2016-01-12 12:32 UTC  (2+ messages)
` [v2,2/2] "

[PATCH v2 1/2] cxl: fix build for GCC 4.6.x
 2016-01-12 12:32 UTC  (2+ messages)
` [v2,1/2] "

[PATCH 1/2] powerpc/powernv: Change NPU PE# assignment
 2016-01-12 12:32 UTC  (2+ messages)
` [1/2] "

[V3] powerpc/powernv: Add a kmsg_dumper that flushes console output on panic
 2016-01-12 12:05 UTC  (4+ messages)

[PATCH v3 1/2] tracing: introduce TRACE_EVENT_FN_COND macro
 2016-01-12 11:53 UTC  (5+ messages)
` [PATCH v3 2/2] powerpc: tracing: don't trace hcalls on offline CPUs

[PATCH RESEND v4 0/4] cpufreq: powernv: Redesign the presentation of throttle notification
 2016-01-12 11:13 UTC  (8+ messages)
` [PATCH RESEND v4 1/4] cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
` [PATCH RESEND v4 2/4] cpufreq: powernv/tracing: Add powernv_throttle tracepoint
` [PATCH RESEND v4 3/4] cpufreq: powernv: Add a trace print for the throttle event
` [PATCH RESEND v4 4/4] cpufreq: powernv: Add sysfs attributes to show throttle stats

[PATCH v3 0/2] cpufreq: powernv: Redesign the presentation of throttle notification
 2016-01-12  2:32 UTC  (8+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 1/4] cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
  ` [PATCH v4 2/4] cpufreq: powernv/tracing: Add powernv_throttle tracepoint
  ` [PATCH v4 3/4] cpufreq: powernv: Add a trace print for the throttle event
  ` [PATCH v4 4/4] cpufreq: powernv: Add sysfs attributes to show throttle stats

[PATCH 3/3] ASoC: fsl_ssi: remove register defaults
 2016-01-12  1:53 UTC  (13+ messages)

p4080ds IRQ vector number for he External IRQ4 and IRQ5
 2016-01-12  0:24 UTC  (2+ messages)

simple_alloc space tramples initrd
 2016-01-11 23:37 UTC  (6+ messages)

[PATCH 1/2] powerpc/perf: Remove PME_ prefix for power7 events
 2016-01-11 22:55 UTC  (2+ messages)
` [PATCH 2/2] powerpc/perf: Export Power8 generic and cache events to sysfs

[PATCH v4 0/3] checkpatch: handling of memory barriers
 2016-01-11 21:45 UTC  (2+ messages)

[PATCH V3] cpufreq: qoriq: Register cooling device based on device tree
 2016-01-11 21:13 UTC  (6+ messages)
    ` 答复: "

[PATCH RESEND] kvm:powerpc:Fix incorrect return statement in the function mpic_set_default_irq_routing
 2016-01-11 16:44 UTC 

[PATCH 1/3] ASoC: fsl_ssi: mark SACNT register volatile
 2016-01-11 15:52 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).