linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-03-20 12:11:14 to 2014-03-26 09:36:11 UTC [more...]

[PATCH 00/33] Build ppc64le kernel using ABIv2
 2014-03-26  9:36 UTC  (36+ messages)
` [PATCH 01/33] powerpc: No need to use dot symbols when branching to a function
` [PATCH 02/33] powerpc: Remove superflous function descriptors in assembly only code
` [PATCH 03/33] powerpc: Don't use a function descriptor for system call table
` [PATCH 04/33] powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC()
` [PATCH 05/33] powerpc: Remove _INIT_GLOBAL(), _STATIC() and _INIT_STATIC()
` [PATCH 06/33] powerpc: Remove dot symbol usage in exception macros
` [PATCH 07/33] powerpc: Create DOTSYM to wrap dot symbol usage
` [PATCH 08/33] powerpc: Remove function descriptors and dot symbols on new ABI
` [PATCH 09/33] powerpc: ABIv2 function calls must place target address in r12
` [PATCH 10/33] powerpc: Ignore TOC relocations
` [PATCH 11/33] powerpc: Add ABIv2 support to ppc_function_entry
` [PATCH 12/33] powerpc: Use ppc_function_entry instead of open coding it
` [PATCH 13/33] powerpc: Fix branch patching code for ABIv2
` [PATCH 14/33] powerpc: Fix kernel thread creation on ABIv2
` [PATCH 15/33] powerpc: Fix ABIv2 issues with stack offsets in assembly code
` [PATCH 16/33] powerpc: Fix unsafe accesses to parameter area in ELFv2
` [PATCH 17/33] powerpc/tm: Use STK_PARAM
` [PATCH 18/33] powerpc/tm: Fix GOT save offset for ABIv2
` [PATCH 19/33] powerpc/tracing: TRACE_WITH_FRAME_BUFFER creates invalid stack frames
` [PATCH 20/33] powerpc: Fix SMP issues with ppc64le ABIv2
` [PATCH 21/33] powerpc: Fix ABIv2 issue with dereference_function_descriptor
` [PATCH 22/33] powerpc: make module stub code endian independent
` [PATCH 23/33] powerpc: modules implement R_PPC64_TOCSAVE relocation
` [PATCH 24/33] powerpc: EXPORT_SYMBOL(.TOC.)
` [PATCH 25/33] powerpc: module: handle MODVERSION for .TOC
` [PATCH 26/33] powerpc: Fix up TOC. for modules
` [PATCH 27/33] powerpc: Handle new ELFv2 module relocations
` [PATCH 28/33] powerpc: modules: comment about de-dotifying symbols when using the ELFv2 ABI
` [PATCH 29/33] powerpc: modules: change r2 save/restore offset for "
` [PATCH 30/33] powerpc: modules: use r12 for stub jump address
` [PATCH 31/33] powerpc: modules: skip r2 setup for ELFv2
` [PATCH 32/33] powerpc: modules: implement stubs for ELFv2 ABI
` [PATCH 33/33] powerpc: Build little endian ppc64 kernel with ABIv2

Build regressions/improvements in v3.14-rc8
 2014-03-26  7:55 UTC 

[PATCH 0/7] DMA: Freescale: driver cleanups and enhancements
 2014-03-26  7:01 UTC  (3+ messages)
` [PATCH 6/7] DMA: Freescale: use spin_lock_bh instead of spin_lock_irqsave

[PATCH] phy/at8031: enable at8031 to work on interrupt mode
 2014-03-26  6:45 UTC 

[RFC PATCH] Remove CONFIG_DCACHE_WORD_ACCESS
 2014-03-26  4:54 UTC  (3+ messages)

Ask for help about fsl ppc toolchian issue "Illegal instruction"
 2014-03-25 23:05 UTC  (3+ messages)

[PATCH 0/5] Convert last few uses of __FUNCTION__ to __func__
 2014-03-25 19:35 UTC  (2+ messages)
` [PATCH 1/5] powerpc: Convert last "

Bug in reclaim logic with exhausted nodes?
 2014-03-25 18:37 UTC  (9+ messages)

[PATCH v4 00/11] powerpc: Add support for Power Hypervisor supplied performance counters
 2014-03-25 18:32 UTC  (5+ messages)
` [PATCH v4 09/11] powerpc/perf: add support for the hv 24x7 interface

[PATCH 0/1] mm: FAULT_AROUND_ORDER patchset performance data for powerpc
 2014-03-25 17:50 UTC  (5+ messages)
` [PATCH 1/1] mm: move FAULT_AROUND_ORDER to arch/

[PATCH] video/fsl: Fix the sleep function for FSL DIU module
 2014-03-25 15:54 UTC  (2+ messages)

[PATCH v3 0/3] Support of the kmcoge4 board
 2014-03-25 13:56 UTC  (5+ messages)
` [PATCH v3 1/3] devicetree: bindings: add Zarlink to the vendor prefixes
` [PATCH v3 2/3] devcietree: bindings: add some MFD Keymile FPGAs
` [PATCH v3 3/3] powerpc/mpc85xx: add support for Keymile's kmcoge4 board

[PATCH 3/3] powerpc: Use PFN_PHYS() to avoid truncating the physical address
 2014-03-25  9:40 UTC 

[PATCH v2] powerpc/powernv: Platform dump interface
 2014-03-25  5:52 UTC  (4+ messages)

on kernel 2.6.34.15, vlan and raw packets can not be received with gfar-enet nic
 2014-03-25  5:08 UTC 

[PATCH] powerpc/85xx: Remove defconfigs
 2014-03-25  1:59 UTC  (4+ messages)

Pull request: scottwood/linux.git next
 2014-03-25  1:09 UTC  (4+ messages)

[PATCH] powerpc/opal: Add missing include
 2014-03-25  0:43 UTC 

powerpc hugepage bug(s) when no valid hstates?
 2014-03-24 23:02 UTC 

[PATCH] i2c-cpm: Fix build by adding of_address.h and of_irq.h
 2014-03-24 13:49 UTC  (2+ messages)

[RFC PATCH 00/18] powerpc/boot: 64bit little endian wrapper for pseries
 2014-03-24 10:22 UTC  (29+ messages)
` [PATCH 00/18] powerpc/boot: 64bit little endian wrapper
` [PATCH 01/18] powerpc/boot: fix do_div for 64bit wrapper
` [PATCH 02/18] powerpc/boot: use a common prom_args struct in oflib
` [PATCH 03/18] powerpc/boot: use prom_arg_t "
` [PATCH 04/18] powerpc/boot: add byteswapping routines "
` [PATCH 05/18] powerpc/boot: add PROM_ERROR define "
` [PATCH 06/18] powerpc/boot: rework of_claim() to make it 64bit friendly
` [PATCH 07/18] powerpc/boot: define typedef ihandle as u32
` [PATCH 08/18] powerpc/boot: fix compile warning in 64bit
` [PATCH 09/18] powerpc/boot: define byteswapping routines for little endian
` [PATCH 10/18] powerpc/boot: add 64bit and little endian support to addnote
` [PATCH 11/18] powerpc/boot: add little endian support to elf utils
` [PATCH 12/18] powerpc/boot: define a routine to enter prom
` [PATCH 13/18] powerpc/boot: modify entry point for 64bit
` [PATCH 14/18] powerpc/boot: modify how we enter kernel on 64bit
` [PATCH 15/18] powerpc/boot: add a global entry point for pseries
` [PATCH 16/18] powerpc/boot: add support for 64bit big endian wrapper
` [PATCH 17/18] powerpc/boot: add support for 64bit little "
` [PATCH 18/18] powerpc/boot: add PPC64_BOOT_WRAPPER config option
        ` [PATCH] powerpc/boot: fix global entry point for pseries

[RESEND][PATCH 0/2] Cleanup asm/scatterlist.h
 2014-03-24 10:45 UTC  (15+ messages)
` [RESEND][PATCH 1/2] lib/scatterlist: Make ARCH_HAS_SG_CHAIN an actual Kconfig

[v3] mtd: m25p80: Modify the name of mtd_info
 2014-03-22  8:55 UTC 

[v2] mtd: m25p80: Modify the name of mtd_info
 2014-03-22  7:58 UTC 

[PATCH v3 0/5] powernv: Enable Dynamic Frequency
 2014-03-22  7:53 UTC  (40+ messages)
` [PATCH v3 1/5] powernv: cpufreq driver for powernv platform
` [PATCH v3 2/5] powernv, cpufreq:Add per-core locking to serialize frequency transitions
` [PATCH v3 3/5] powernv:cpufreq: Create pstate_id_to_freq() helper
` [PATCH v3 4/5] powernv:cpufreq: Export nominal frequency via sysfs
` [PATCH v3 5/5] powernv:cpufreq: Implement the driver->get() method

[PATCH] arch/powerpc: Use RCU_INIT_POINTER(x, NULL) in platforms/cell/spu_syscalls.c
 2014-03-22  6:50 UTC 

Tasks stuck in futex code (in 3.14-rc6)
 2014-03-22  3:36 UTC  (23+ messages)

[RFC][PATCH] perf: Add 'merge-recursive' callchain option
 2014-03-22  2:01 UTC 

[PATCH 1/9] powerpc/fsl: add PVR definition for E500MC and E5500
 2014-03-21 21:16 UTC  (21+ messages)
` [PATCH 9/9] powerpc/pm: support deep sleep feature on T1040

[PATCH 3/4] ARCH: AUDIT: implement syscall_get_arch for all arches
 2014-03-21 19:18 UTC  (4+ messages)
` [PATCH 4/4] ARCH: AUDIT: audit_syscall_entry() should not require the arch

[PATCH] mtd: m25p80: Modify the name of mtd_info
 2014-03-21 17:34 UTC  (2+ messages)

[PATCH RFC/RFT v3 0/9] drivers: cacheinfo support
 2014-03-21 12:04 UTC  (7+ messages)
` [PATCH RFC/RFT v3 6/9] powerpc: move cacheinfo sysfs to generic cacheinfo infrastructure

[PATCH v2 2/2] powerpc/mpc85xx: add support for Keymile's kmcoge4 board
 2014-03-20 21:30 UTC  (4+ messages)
` [v2, "
    ` [v2,2/2] "

[PATCH RFC v10 0/6] MPC512x DMA slave s/g support, OF DMA lookup
 2014-03-20 14:47 UTC  (7+ messages)
` [PATCH RFC v10 1/6] dma: mpc512x: reorder mpc8308 specific instructions
` [PATCH RFC v10 2/6] dma: mpc512x: add support for peripheral transfers
` [PATCH RFC v10 3/6] dma: mpc512x: fix freeing resources in mpc_dma_probe() and mpc_dma_remove()
` [PATCH RFC v10 4/6] dma: of: Add common xlate function for matching by channel id
` [PATCH RFC v10 5/6] dma: mpc512x: add device tree binding document
` [PATCH RFC v10 6/6] dma: mpc512x: register for device tree channel lookup

[PATCH] powerpc: Fix KVM hang with CONFIG_KVM_XICS=n
 2014-03-20 13:03 UTC 


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