linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-02-13 17:00:39 to 2013-02-19 18:31:38 UTC [more...]

[PATCH v5 00/45] CPU hotplug: stop_machine()-free CPU hotplug
 2013-02-19 18:29 UTC  (27+ messages)
` [PATCH v5 29/45] x86/xen: Use get/put_online_cpus_atomic() to prevent CPU offline

PS3: Strange issue with kexec and FreeBSD loader
 2013-02-19 18:40 UTC  (8+ messages)

[PATCH] bsc9131:l2sram: Add compatible string for BSC9131 platform
 2013-02-19 17:18 UTC  (2+ messages)

[PATCH] bsc9131/dts: Correct typo in SDHC device node
 2013-02-19 17:18 UTC  (2+ messages)

[git pull] Please pull powerpc.git next branch
 2013-02-19 17:18 UTC 

[PATCH] bsc913x:defconfig: Add new defconfig file for BSC913x platforms
 2013-02-19 16:01 UTC  (2+ messages)

[PATCH] powerpc/85xx: dts - add ranges property for SEC
 2013-02-19 16:01 UTC  (2+ messages)

[PATCH 0/6 v8] iommu/fsl: Freescale PAMU driver and IOMMU API implementation
 2013-02-19 15:59 UTC  (10+ messages)
` [PATCH 1/6 v8] iommu/fsl: Store iommu domain information pointer in archdata
` [PATCH 2/6] powerpc/fsl_pci: Store the platform device information corresponding to the pci controller
` [PATCH 3/6] powerpc/fsl_pci: Added defines for the FSL PCI controller BRR1 register
` [PATCH 4/6] iommu/fsl: Add window permission flags for iommu_domain_window_enable API
` [PATCH 5/6 v8] iommu/fsl: Add addtional attributes specific to the PAMU driver
` [PATCH 6/6 v8] iommu/fsl: Freescale PAMU driver and IOMMU API implementation

[PATCH v6 00/46] CPU hotplug: stop_machine()-free CPU hotplug
 2013-02-19 10:58 UTC  (65+ messages)
` [PATCH v6 01/46] percpu_rwlock: Introduce the global reader-writer lock backend
` [PATCH v6 02/46] percpu_rwlock: Introduce per-CPU variables for the reader and the writer
` [PATCH v6 03/46] percpu_rwlock: Provide a way to define and init percpu-rwlocks at compile time
` [PATCH v6 04/46] percpu_rwlock: Implement the core design of Per-CPU Reader-Writer Locks
` [PATCH v6 05/46] percpu_rwlock: Make percpu-rwlocks IRQ-safe, optimally
` [PATCH v6 06/46] percpu_rwlock: Rearrange the read-lock code to fastpath nested percpu readers
` [PATCH v6 07/46] percpu_rwlock: Allow writers to be readers, and add lockdep annotations
` [PATCH v6 08/46] CPU hotplug: Provide APIs to prevent CPU offline from atomic context
` [PATCH v6 09/46] CPU hotplug: Convert preprocessor macros to static inline functions
` [PATCH v6 10/46] smp, cpu hotplug: Fix smp_call_function_*() to prevent CPU offline properly
` [PATCH v6 11/46] smp, cpu hotplug: Fix on_each_cpu_*() "
` [PATCH v6 12/46] sched/timer: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v6 13/46] sched/migration: Use raw_spin_lock/unlock since interrupts are already disabled
` [PATCH v6 14/46] sched/rt: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v6 15/46] tick: "
` [PATCH v6 16/46] time/clocksource: "
` [PATCH v6 17/46] clockevents: Use get/put_online_cpus_atomic() in clockevents_notify()
` [PATCH v6 18/46] softirq: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v6 19/46] irq: "
` [PATCH v6 20/46] net: "
` [PATCH v6 21/46] block: "
` [PATCH v6 22/46] crypto: pcrypt - Protect access to cpu_online_mask with get/put_online_cpus()
` [PATCH v6 23/46] infiniband: ehca: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v6 24/46] [SCSI] fcoe: "
` [PATCH v6 25/46] staging: octeon: "
` [PATCH v6 26/46] x86: "
` [PATCH v6 27/46] perf/x86: "
` [PATCH v6 28/46] KVM: Use get/put_online_cpus_atomic() to prevent CPU offline from atomic context
` [PATCH v6 29/46] kvm/vmx: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v6 30/46] x86/xen: "
` [PATCH v6 31/46] alpha/smp: "
` [PATCH v6 32/46] blackfin/smp: "
` [PATCH v6 33/46] cris/smp: "
` [PATCH v6 34/46] hexagon/smp: "
` [PATCH v6 35/46] ia64: "
` [PATCH v6 36/46] m32r: "
` [PATCH v6 37/46] MIPS: "
` [PATCH v6 38/46] mn10300: "
` [PATCH v6 39/46] parisc: "
` [PATCH v6 40/46] powerpc: "
` [PATCH v6 41/46] sh: "
` [PATCH v6 42/46] sparc: "
` [PATCH v6 43/46] tile: "
` [PATCH v6 44/46] cpu: No more __stop_machine() in _cpu_down()
` [PATCH v6 45/46] CPU hotplug, stop_machine: Decouple CPU hotplug from stop_machine() in Kconfig
` [PATCH v6 46/46] Documentation/cpu-hotplug: Remove references to stop_machine()

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

Accumulating PPC_FEATURE_ARCH bits
 2013-02-18 17:06 UTC 

[PATCH] i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
 2013-02-18 12:17 UTC  (5+ 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 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

[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  (28+ messages)
` [PATCH 06/17] powerpc: Add transactional memory paca scratch register to show_regs
` [PATCH 08/17] powerpc: Add FP/VSX and VMX register load functions for transactional memory
` [PATCH 15/17] powerpc: Add config option "
  ` [PATCH 01/17] powerpc: Add new CPU feature bit "
  ` [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 07/17] powerpc: Add helper functions for transactional memory context switching
  ` [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 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  (3+ messages)

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

[PATCH] Enhanced support for MPC8xx/8xxx watchdog
 2013-02-13 15:19 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).