linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-06-22 12:20:46 to 2010-06-28 07:49:42 UTC [more...]

[PATCH 00/26] KVM PPC PV framework
 2010-06-28  7:49 UTC  (65+ messages)
` [PATCH 01/26] KVM: PPC: Introduce shared page
` [PATCH 02/26] KVM: PPC: Convert MSR to "
` [PATCH 03/26] KVM: PPC: Convert DSISR "
` [PATCH 04/26] KVM: PPC: Convert DAR "
` [PATCH 05/26] KVM: PPC: Convert SRR0 and SRR1 "
` [PATCH 06/26] KVM: PPC: Convert SPRG[0-4] "
` [PATCH 07/26] KVM: PPC: Implement hypervisor interface
` [PATCH 08/26] KVM: PPC: Add PV guest critical sections
` [PATCH 09/26] KVM: PPC: Add PV guest scratch registers
` [PATCH 10/26] KVM: PPC: Tell guest about pending interrupts
` [PATCH 11/26] KVM: PPC: Make RMO a define
` [PATCH 12/26] KVM: PPC: First magic page steps
` [PATCH 13/26] KVM: PPC: Magic Page Book3s support
` [PATCH 14/26] KVM: PPC: Magic Page BookE support
` [PATCH 15/26] KVM: PPC: Expose magic page support to guest
` [PATCH 16/26] KVM: Move kvm_guest_init out of generic code
` [PATCH 17/26] KVM: PPC: Generic KVM PV guest support
` [PATCH 18/26] KVM: PPC: KVM PV guest stubs
` [PATCH 19/26] KVM: PPC: PV instructions to loads and stores
` [PATCH 20/26] KVM: PPC: PV tlbsync to nop
` [PATCH 21/26] KVM: PPC: Introduce kvm_tmp framework
` [PATCH 22/26] KVM: PPC: PV assembler helpers
` [PATCH 23/26] KVM: PPC: PV mtmsrd L=1
` [PATCH 24/26] KVM: PPC: PV mtmsrd L=0 and mtmsr
` [PATCH 25/26] KVM: PPC: PV wrteei
` [PATCH 26/26] KVM: PPC: Add Documentation about PV interface

of-flash: Unable to ioremap() both 128MB NOR flashes on 32-bit system with 2GB+ RAM
 2010-06-28  7:18 UTC  (2+ messages)

[PATCH v3 0/2] powerpc: add support for new hcall H_BEST_ENERGY
 2010-06-28  6:11 UTC  (6+ messages)
` [PATCH v3 1/2] powerpc: cleanup APIs for cpu/thread/core mappings
` [PATCH v3 2/2] powerpc: add support for new hcall H_BEST_ENERGY

section .data..init_task
 2010-06-28  4:59 UTC 

[PATCH 1/2] KVM: PPC: Add generic hpte management functions
 2010-06-27 22:10 UTC  (11+ messages)

[PATCH 0/2 v3] mpc5200 ac97 gpio reset
 2010-06-27 22:01 UTC  (4+ messages)

[PATCH] pcf857x: support working w/o platform data
 2010-06-27  6:38 UTC 

JFFS2 corruption when mounting filesystem with filenames oflength> 7
 2010-06-26 13:27 UTC  (2+ messages)

[PATCH] Faster MMU lookups for Book3s
 2010-06-25 23:18 UTC  (4+ messages)
` [PATCH] KVM: PPC: Add generic hpte management functions
` [PATCH] KVM: PPC: Make use of hash based Shadow MMU

[PATCH] KVM: PPC: Book3S_32 MMU debug compile fixes
 2010-06-25 23:11 UTC 

mpc870 support in the powerpc arch?
 2010-06-25 19:39 UTC  (4+ messages)

cpio initrd booting failed on powerpc p4080
 2010-06-25 18:23 UTC 

HWCAP for fsqrt vs PPC64
 2010-06-25 14:51 UTC 

[PATCH] Adjust arch/powerpc inline asms for recent gcc change
 2010-06-25 11:18 UTC  (3+ messages)

[PATCH] kvm/ppc: fix build warning
 2010-06-25  9:40 UTC  (5+ messages)

New P2020-based board (mpc85xx) gets "Processor 1 is stuck" on 2.6.34, not on 2.6.32
 2010-06-25  4:02 UTC 

UCC UART
 2010-06-25  0:49 UTC  (15+ messages)

Continuing UCC UART woes
 2010-06-24 14:44 UTC  (5+ messages)

ftrace syscalls, PowerPC: Various fixes, Compat Syscall support and PowerPC implementation, V2
 2010-06-24 14:37 UTC  (65+ messages)
` [PATCH 01/40] ftrace syscalls: don't add events for unmapped syscalls
` [PATCH 02/40] ftrace syscalls: Make arch_syscall_addr weak
` [PATCH 03/40] ftrace syscalls: Allow arch specific syscall symbol matching
` [PATCH 04/40] trace, powerpc: Implement raw syscall tracepoints on PowerPC
` [PATCH 05/40] x86: add NR_syscalls_compat, make ia32 syscall table visible
` [PATCH 06/40] x86: add arch_compat_syscall_addr()
` [PATCH 07/40] compat: have generic is_compat_task for !CONFIG_COMPAT
` [PATCH 08/40] tracing: remove syscall bitmaps in preparation for compat support
` [PATCH 09/40] tracing: move __start_ftrace_events and __stop_ftrace_events to header file
` [PATCH 10/40] tracing: add tracing support for compat syscalls
` [PATCH 11/40] syscalls: add ARCH_COMPAT_SYSCALL_DEFINE()
` [PATCH 12/40] x86, compat: convert ia32 layer to use
` [PATCH 13/40] syscalls: add new COMPAT_SYSCALL_DEFINE#N() macro
` [PATCH 14/40] compat: convert to use COMPAT_SYSCALL_DEFINE#N()
` [PATCH 15/40] compat: convert fs compat to use COMPAT_SYSCALL_DEFINE#N() macros
` [PATCH 16/40] tags: recognize compat syscalls
` [PATCH 17/40] tracing: make a "compat_syscalls" tracing subsys
` [PATCH 18/40] compat_syscalls: introduce CONFIG_COMPAT_FTRACE_SYSCALLS
` [PATCH 19/40] trace syscalls: Remove redundant syscall_nr checks
` [PATCH 20/40] trace syscalls: Considder compat_syscall_nr when verifying syscall_nr
` [PATCH 21/40] trace syscalls, PPC: Add ftrace compat syscall support for PPC64
` [PATCH 22/40] trace syscalls, PPC: Convert syscalls to SYSCALL_DEFINE
` [PATCH 23/40] trace syscalls, PPC: Convert ppc32 compat syscalls to COMPAT_SYSCALL
` [PATCH 24/40] trace syscalls, PPC: Convert more "
` [PATCH 25/40] trace syscalls: Refactor syscall metadata creation
` [PATCH 26/40] trace syscalls, PPC: Add PPC_REGS_SYSCALL_DEFINE macros
` [PATCH 27/40] trace syscalls: Add COMPAT_SYSCALL_DEFINE0 macro
` [PATCH 28/40] trace syscalls, PPC: Convert syscalls using regs to REGS_SYSCALL_DEFINE macros
` [PATCH 29/40] trace syscalls, PPC: Convert ppc32_ syscalls to ARCH_COMPAT_SYSCALL_DEFINE
` [PATCH 30/40] trace syscalls: Convert remaining kernel/compat.c syscalls to COMPAT_SYSCALL_DEFINE
` [PATCH 31/40] trace syscalls: Convert various generic compat syscalls
` [PATCH 32/40] trace syscalls: Record metadata for syscalls with their own wrappers
` [PATCH 33/40] trace syscalls: Infrastructure for syscalls different return types
` [PATCH 34/40] trace syscalls: Convert generic syscalls without long return type
` [PATCH 35/40] trace syscalls, PPC: Convert PPC syscalls without long return types
` [PATCH 36/40] trace syscalls: Early terminate search for sys_ni_syscall
` [PATCH 37/40] trace syscalls: Print out unmapped syscalls at boot
` [PATCH 38/40] trace syscalls: Remove redundant test for unmapped compat syscalls
` [PATCH 39/40] trace syscalls: Clean confusing {s, r, }name and fix ABI breakage
  ` [PATCH 39/40] trace syscalls: Clean confusing {s,r,}name "
` [PATCH 40/40] trace syscalls, PPC: Convert morphing native/compat syscalls

[PATCH v1]460EX on-chip SATA driver<resubmisison>
 2010-06-24 13:27 UTC 

unsubscribe
 2010-06-23 14:33 UTC 

[PATCH] e500v2 36 bit large physical HID0[EN_MAS7_UPDATE]
 2010-06-22 22:39 UTC  (5+ messages)

[PATCH 0/5] Rework MPC5121 DIU support (for 2.6.35)
 2010-06-22 22:03 UTC  (3+ messages)

[PATCH 1/2] powerpc/mpc512x: Group mpc512x board's selection menu
 2010-06-22 21:39 UTC  (8+ messages)
` [PATCH 2/2] powerpc/mpc5121: add initial support for PDM360NG board

CPM UART on MPC8270
 2010-06-22 21:28 UTC  (3+ messages)

[PATCH 1/2] mtd: m25p80: Rework probing/JEDEC code
 2010-06-22 17:56 UTC  (14+ messages)
  ` [Uclinux-dist-devel] [PATCH 1/2] mtd: m25p80: Reworkprobing/JEDEC code
                    ` [PATCH 1/2] mtd: m25p80: Fix false-positive probing
                    ` [PATCH 2/2] mtd: m25p80: Make jedec_probe() return proper errno values

UCC interactions
 2010-06-22 15:15 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).