linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-06-23 10:04:19 to 2010-06-29 07:37:34 UTC [more...]

[PATCH 00/26] KVM PPC PV framework
 2010-06-29  7:37 UTC  (73+ 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

[PATCH] powerpc: fix feature-fixup tests for gcc 4.5
 2010-06-29  7:08 UTC 

Using devices trees on X86
 2010-06-29  6:02 UTC  (9+ messages)
  ` [PATCH 1/5] microblaze: turn CONFIG_OF into a select
  ` [PATCH 2/5] powerpc: "
  ` [PATCH 3/5] sparc: "
  ` [PATCH 4/5] of: define CONFIG_OF globally so architectures can select it
  ` [PATCH 5/5] of: remove architecture CONFIG_OF definitions

[PATCH] sched: fix spelling of sibling
 2010-06-29  2:02 UTC 

[PATCH]460EX on-chip SATA driver<kernel 2.6.33><resubmission>
 2010-06-29  1:33 UTC  (2+ messages)

ftrace syscalls, PowerPC: Various fixes, Compat Syscall support and PowerPC implementation, V2
 2010-06-29  1:18 UTC  (58+ messages)
` [PATCH 01/40] ftrace syscalls: don't add events for unmapped syscalls
` [PATCH 08/40] tracing: remove syscall bitmaps in preparation for compat support
` [PATCH 10/40] tracing: add tracing support for compat syscalls
` [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 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

JFFS2 corruption when mounting filesystem with filenames oflength> 7
 2010-06-28 22:30 UTC  (4+ messages)
      ` JFFS2 corruption when mounting filesystem with filenamesoflength> 7

BUG: scheduling while atomic: swapper/0/0x00000002
 2010-06-28 21:29 UTC  (5+ messages)

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

[PATCH] Faster MMU lookups for Book3s
 2010-06-28 13:32 UTC  (14+ messages)
` [PATCH] KVM: PPC: Add generic hpte management functions
` [PATCH] KVM: PPC: Make use of hash based Shadow MMU

Fw:Re:Re: PCIe bus seems work while 'dma' can't under linux
 2010-06-28  9:45 UTC 

[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 

[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  (3+ messages)

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

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

unsubscribe
 2010-06-23 14:33 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).