linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-02-11 12:01:14 to 2013-02-18 10:58:53 UTC [more...]

[PATCH v5 01/45] percpu_rwlock: Introduce the global reader-writer lock backend
 2013-02-18 10:58 UTC  (26+ messages)
` [PATCH v5 00/45] CPU hotplug: stop_machine()-free CPU hotplug
  ` [PATCH v5 04/45] percpu_rwlock: Implement the core design of Per-CPU Reader-Writer Locks

[PATCH] i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
 2013-02-18 10:35 UTC  (4+ messages)

[RFC PATCH 00/17] THP support for PPC64
 2013-02-18 10:28 UTC  (18+ messages)
` [RFC PATCH 01/17] powerpc: Don't hard code the size of pte page
` [RFC PATCH 02/17] arch/powerpc: Reduce the PTE_INDEX_SIZE
` [RFC PATCH 03/17] powerpc: Reduce PTE table memory wastage
` [RFC PATCH 04/17] mm/THP: Add pmd args to pgtable deposit and withdraw APIs
` [RFC PATCH 05/17] powerpc: Add size argument to pgtable_cache_add
` [RFC PATCH 06/17] powerpc/mm: Decode the pte-lp-encoding bits correctly
` [RFC PATCH 07/17] powerpc: Update tlbie/tlbiel as per ISA doc
` [RFC PATCH 08/17] powerpc: print both base and actual page size on hash failure
` [RFC PATCH 09/17] powerpc/mm: Use encode avpn where we need only avpn values
` [RFC PATCH 10/17] powerpc/mm: Fix hpte_decode to use the correct decoding for page sizes
` [RFC PATCH 11/17] powerpc: Print page size info during boot
` [RFC PATCH 12/17] powerpc/THP: Implement transparent huge pages for ppc64
` [RFC PATCH 13/17] powerpc/THP: Add code to handle HPTE faults for large pages
` [RFC PATCH 14/17] powerpc: support for zerout withdraw
` [RFC PATCH 15/17] powerpc: hypervisor require few WIMG bit set
` [RFC PATCH 16/17] powerpc: get_user_pages_fast changes
` [RFC PATCH 17/17] powerpc: Save DAR and DSISR in pt_regs on MCE

[PATCH 1/4] powerpc: lookup_linux_pte has been made public
 2013-02-18  8:14 UTC  (9+ messages)
` [PATCH 2/4] powerpc kvm: added multiple TCEs requests support
` [PATCH 3/4] powerpc: preparing to support real mode optimization
` [PATCH 4/4] vfio powerpc: added real mode support

[PATCH][UPSTEAM] powerpc/mpic: add irq_set_wake support
 2013-02-18  2:52 UTC  (2+ messages)

[PATCH 1/2] powerpc/5200: Fix size to request_mem_region() call
 2013-02-17 13:18 UTC  (7+ messages)
` [PATCH 2/2] of: use platform_device_add

PS3: Strange issue with kexec and FreeBSD loader
 2013-02-17 12:40 UTC  (7+ messages)

[PATCH] arch/powerpc/kernel: using %12.12s instead of %12s for avoiding memory overflow
 2013-02-17  4:00 UTC  (2+ messages)

[PATCH] powerpc/85xx: dts - add ranges property for SEC
 2013-02-17  2:40 UTC  (4+ messages)

[RFC PATCH 0/5] powerpc: Support context tracking for Power pSeries
 2013-02-16  9:41 UTC  (4+ messages)
` [RFC PATCH 2/5] powerpc: Exception hooks for context tracking subsystem

[PATCH 1/2] powerpc/mpic: allow coreint to be determined by MPIC version
 2013-02-15 20:14 UTC  (4+ messages)
` [PATCH 2/2] powerpc/e500/qemu-e500: enable coreint

[linuxppc-dev][PATCH] powerpc/fsl_pci: Store the pci controller device pointer in the pci controller structure
 2013-02-15 20:14 UTC  (2+ messages)

[PATCH v3 1/1] powerpc/85xx: Board support for ppa8548
 2013-02-15 20:03 UTC  (3+ messages)

[PATCH] [v2] powerpc/fsl: remove extraneous DIU platform functions
 2013-02-15 20:05 UTC  (2+ messages)

[PATCH 8/15] arch/powerpc/platforms/85xx/p1022_ds.c: adjust duplicate test
 2013-02-15 20:02 UTC  (2+ messages)

[PATCH -V2 1/2] powerpc: Make VSID_BITS* dependency explicit
 2013-02-15 16:52 UTC  (3+ messages)
` [PATCH -V2 2/2] powerpc: Update kernel VSID range

[PATCH][RFC] Replaced tlbilx with tlbwe in the initialization code
 2013-02-15 15:16 UTC  (3+ messages)

[PATCH 1/4] powerpc: Make VSID_BITS* dependency explicit
 2013-02-15  4:46 UTC  (7+ messages)
  ` [PATCH 2/4] powerpc: Update kernel VSID range
  ` [PATCH 3/4] powerpc: Don't update r10 early in the call
  ` [PATCH 4/4] powerpc: Add vm debug code to catch errors

[PATCH] powerpc: added DSCR support to ptrace
 2013-02-15  3:44 UTC  (2+ messages)
` [PATCH] powerpc: fixing ptrace_get_reg to return an error

[PATCH 0/4] PS3 patches for 3.9
 2013-02-14  3:06 UTC  (5+ messages)
` [PATCH 1/4] powerpc/ps3: Add macro PS3_VERBOSE_RESULT
` [PATCH 2/4] powerpc/ps3: Increase verbosity of htab errors
` [PATCH 4/4] powerpc: Move boot_paca into early_setup
` [PATCH 3/4] powerpc/ps3: Refresh ps3_defconfig

[PATCH 00/17] powerpc: Hardware transactional memory support for POWER8
 2013-02-14  2:21 UTC  (43+ messages)
  ` [PATCH 01/17] powerpc: Add new CPU feature bit for transactional memory
  ` [PATCH 02/17] powerpc: Add new instructions "
  ` [PATCH 03/17] powerpc: Add additional state needed for transactional memory to thread struct
  ` [PATCH 04/17] powerpc: New macros for transactional memory support
  ` [PATCH 05/17] powerpc: Register defines for various transactional memory registers
  ` [PATCH 06/17] powerpc: Add transactional memory paca scratch register to show_regs
  ` [PATCH 07/17] powerpc: Add helper functions for transactional memory context switching
  ` [PATCH 08/17] powerpc: Add FP/VSX and VMX register load functions for transactional memory
  ` [PATCH 09/17] powerpc: Add reclaim and recheckpoint functions for context switching transactional memory processes
  ` [PATCH 10/17] powerpc: Add transactional memory unavaliable execption handler
  ` [PATCH 11/17] powerpc: Routines for FP/VSX/VMX unavailable during a transaction
  ` [PATCH 12/17] powerpc: Hook in new transactional memory code
  ` [PATCH 13/17] powerpc: Add new transactional memory state to the signal context
  ` [PATCH 14/17] powerpc: Add transactional memory to POWER8 cpu features
  ` [PATCH 15/17] powerpc: Add config option for transactional memory
  ` [PATCH 16/17] powerpc: Add transactional memory to pseries and ppc64 defconfigs
  ` [PATCH 17/17] powerpc: Documentation for transactional memory on powerpc

[PATCH] powerpc: Apply early paca fixups to boot_paca and the boot cpu's paca
 2013-02-14  0:57 UTC  (2+ messages)

[PATCH] powerpc: Mark low level irq handlers NO_THREAD
 2013-02-13 22:38 UTC 

PS3 platform is broken on Linux 3.7.0
 2013-02-13 22:37 UTC  (12+ messages)
    ` Re[2]: "
      ` Re[3]: "
    ` Re[5]: "

[PATCH 1/2] powerpc: Make VSID_BITS* dependency explicit
 2013-02-13 20:09 UTC  (11+ messages)
` [PATCH 2/2] powerpc: Make context bits depend on virtual addr size
          ` Re[2]: "

BOOKE KVM calling load_up_fpu from C?
 2013-02-13 17:37 UTC  (13+ messages)

[PATCH] Enhanced support for MPC8xx/8xxx watchdog
 2013-02-13 15:19 UTC 

[PATCH v2 1/1] powerpc/85xx: Board support for ppa8548
 2013-02-13 14:03 UTC  (4+ messages)

[PATCH v3] net: fec_mpc52xx: Read MAC address from device-tree
 2013-02-12 21:16 UTC  (2+ messages)

[PATCH v2] net: fec_mpc52xx: Read MAC address from device-tree
 2013-02-12 21:15 UTC  (8+ messages)

[PATCH 1/4] powerpc/fsl: msi: sparse fixes
 2013-02-12 20:07 UTC  (3+ messages)

[PATCHv1] crypto: caam - Added property fsl, sec-era in SEC4.0 device tree binding
 2013-02-12 20:04 UTC  (2+ messages)

[PATCH -next] powerpc/85xx: use for_each_compatible_node() macro
 2013-02-12 20:02 UTC  (2+ messages)

[PATCH 0/4] powerpc: update sbc8548 flash/mtd settings
 2013-02-12 20:01 UTC  (3+ messages)
` [PATCH 1/4] powerpc: split sbc8548 dts file into pre and post chunks

[PATCH 1/2] powerpc/85xx: fix various PCI node compatible strings
 2013-02-12 20:01 UTC  (4+ messages)
` [PATCH 2/2] powerpc/85xx: describe the PAMU topology in the device tree

[PATCH 1/5] powerpc/82xx: fix checkpatch warnings for km82xx.c
 2013-02-12 20:00 UTC  (2+ messages)

[PATCH] Centralise CONFIG_ARCH_NO_VIRT_TO_BUS
 2013-02-12 12:04 UTC  (5+ messages)

[BUG] irq_dispose_mapping after irq request failure
 2013-02-12  8:53 UTC  (6+ messages)

[PATCH 0/2] vfio on power
 2013-02-12  0:25 UTC  (9+ messages)
` [PATCH 1/2] vfio powerpc: enabled on powernv platform
` [PATCH 2/2] vfio powerpc: implemented IOMMU driver for VFIO

[PATCH RESEND] net: fec_mpc52xx: Read MAC address from device-tree
 2013-02-11 18:50 UTC  (2+ messages)

[PATCH 0/4] powerpc iommu: extending real mode support
 2013-02-11 12:12 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).