linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-14 15:51:47 to 2013-01-22 07:42:56 UTC [more...]

[PATCH v5 00/45] CPU hotplug: stop_machine()-free CPU hotplug
 2013-01-22  7:40 UTC  (30+ messages)
` [PATCH v5 01/45] percpu_rwlock: Introduce the global reader-writer lock backend
` [PATCH v5 02/45] percpu_rwlock: Introduce per-CPU variables for the reader and the writer
` [PATCH v5 03/45] percpu_rwlock: Provide a way to define and init percpu-rwlocks at compile time
` [PATCH v5 04/45] percpu_rwlock: Implement the core design of Per-CPU Reader-Writer Locks
` [PATCH v5 05/45] percpu_rwlock: Make percpu-rwlocks IRQ-safe, optimally
` [PATCH v5 06/45] percpu_rwlock: Allow writers to be readers, and add lockdep annotations
` [PATCH v5 07/45] CPU hotplug: Provide APIs to prevent CPU offline from atomic context
` [PATCH v5 08/45] CPU hotplug: Convert preprocessor macros to static inline functions
` [PATCH v5 09/45] smp, cpu hotplug: Fix smp_call_function_*() to prevent CPU offline properly
` [PATCH v5 10/45] smp, cpu hotplug: Fix on_each_cpu_*() "
` [PATCH v5 11/45] sched/timer: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 12/45] sched/migration: Use raw_spin_lock/unlock since interrupts are already disabled
` [PATCH v5 13/45] sched/rt: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 14/45] rcu, CPU hotplug: Fix comment referring to stop_machine()
` [PATCH v5 15/45] tick: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 16/45] time/clocksource: "
` [PATCH v5 17/45] softirq: "
` [PATCH v5 18/45] irq: "
` [PATCH v5 19/45] net: "
` [PATCH v5 20/45] block: "
` [PATCH v5 21/45] crypto: pcrypt - Protect access to cpu_online_mask with get/put_online_cpus()
` [PATCH v5 22/45] infiniband: ehca: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 23/45] [SCSI] fcoe: "
` [PATCH v5 24/45] staging: octeon: "
` [PATCH v5 25/45] x86: "
` [PATCH v5 26/45] perf/x86: "
` [PATCH v5 27/45] KVM: Use get/put_online_cpus_atomic() to prevent CPU offline from atomic context
` [PATCH v5 28/45] kvm/vmx: Use get/put_online_cpus_atomic() to prevent CPU offline
` [PATCH v5 29/45] x86/xen: "

[PATCH] powerpc/pasemi: Fix crash on reboot
 2013-01-22  7:01 UTC  (2+ messages)

[PATCH 1/2] powerpc/mpic: allow coreint to be determined by MPIC version
 2013-01-22  1:59 UTC  (5+ messages)
` [PATCH 1/2] powerpc/mpic: make distribute_irqs obey MPIC_SINGLE_DEST_CPU
` [PATCH 2/2] powerpc/e500/qemu-e500: enable coreint
` [PATCH 2/2] powerpc/fsl: remove CONFIG_IRQ_ALL_CPUS from mpc85xx/mpc86xx defconfig

[PATCH] perf: Fix compile warnings in tests/attr.c
 2013-01-21 21:38 UTC  (3+ messages)

Anyone have a PrPmc 280/2800 handy?
 2013-01-21 18:30 UTC  (3+ messages)

[RFC PATCH 0/6] USB: Add multiple PHYs of same type
 2013-01-21 14:24 UTC  (26+ messages)
` [RFC PATCH 1/6] usb: otg: Add an API to bind the USB controller and PHY
` [RFC PATCH 2/6] ARM: OMAP: USB: Add phy binding information
` [RFC PATCH 3/6] usb: otg: utils: change the phy lib to support multiple PHYs of same type
` [RFC PATCH 4/6] ARM: dts: OMAP: Add phandle to bind PHY with USB controller
` [RFC PATCH 5/6] usb: otg: add device tree support to otg library
` [RFC PATCH 6/6] USB: MUSB: OMAP: get PHY by phandle for dt boot

[PATCH 8/15] arch/powerpc/platforms/85xx/p1022_ds.c: adjust duplicate test
 2013-01-21 13:02 UTC 

[v2][PATCH 0/6] powerpc/book3e: make kgdb to work well
 2013-01-21  7:44 UTC  (7+ messages)
` [v2][PATCH 1/6] powerpc/book3e: load critical/machine/debug exception stack
` [v2][PATCH 2/6] powerpc/book3e: store critical/machine/debug exception thread info
` [v2][PATCH 3/6] book3e/kgdb: update thread's dbcr0
` [v2][PATCH 4/6] book3e/kgdb: Fix a single stgep case of lazy IRQ
` [v2][PATCH 5/6] powerpc/book3e: support kgdb for kernel space
` [v2][PATCH 6/6] kgdb/kgdbts: support ppc64

ml510 booting problem
 2013-01-19 10:41 UTC 

[PATCH] powerpc/85xx: dts - add ranges property for SEC
 2013-01-18 20:40 UTC  (2+ messages)

[PATCH 1/6][v3] perf/Power7: Use macros to identify perf events
 2013-01-18 19:20 UTC  (9+ messages)
` [PATCH 6/6][v3] perf: Document the ABI of perf sysfs entries

[PATCH] pseries/iommu: ensure TCEs are cleared with non-huge DDW
 2013-01-18 19:17 UTC 

[PATCH] pseries/iommu: Fix iteration in DDW TCE clearrange
 2013-01-18 19:16 UTC 

[PATCH v3 0/2] memory-hotplug: introduce CONFIG_HAVE_BOOTMEM_INFO_NODE and revert register_page_bootmem_info_node() when platform not support
 2013-01-18  7:58 UTC  (8+ messages)
` [PATCH v3 1/2] "
` [PATCH 2/2] memory-hotplug: cleanup: removing the arch specific functions without any implementation

[PATCH 00/16] powerpc: Hardware transactional memory support for POWER8
 2013-01-18  5:48 UTC  (19+ messages)
` [PATCH 00/17] "
  ` [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: Assembler 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 v7 0/3] Fix the Build error for fsl_mxc_udc.c
 2013-01-18  2:45 UTC  (6+ messages)
` [PATCH v7 1/3] usb: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_id
` [PATCH v7 2/3] usb: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap
` [PATCH v7 3/3] ARM: i.MX clock: Change the connection-id for fsl-usb2-udc

[PATCH v6 0/3] *** SUBJECT HERE ***
 2013-01-18  1:51 UTC  (8+ messages)
` [PATCH v6 1/3] usb: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_id
` [PATCH v6 2/3] usb: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap
` [PATCH v6 3/3] ARM: i.MX clock: Change the connection-id for fsl-usb2-udc

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

therm_pm72 units, interface
 2013-01-17 23:38 UTC  (4+ messages)

[PATCH] [v2] powerpc/fsl: remove extraneous DIU platform functions
 2013-01-17 23:26 UTC 

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

[RFC PATCH v2 00/12] System device hot-plug framework
 2013-01-17 17:59 UTC  (17+ messages)
` [RFC PATCH v2 01/12] Add sys_hotplug.h for system device hotplug framework
` [RFC PATCH v2 02/12] ACPI: "

[PATCH] perf: Fix PMU format parsing test failure
 2013-01-17 17:58 UTC  (2+ messages)

[PATCH v6 0/3] Fix the Build error for fsl_mxc_udc.c
 2013-01-17 11:01 UTC  (6+ messages)
` [PATCH v6 1/3] usb: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_id
` [PATCH v6 2/3] usb: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap
` [PATCH v6 3/3] ARM: i.MX clock: Change the connection-id for fsl-usb2-udc

[PATCH v5 0/3] Fix the Build error for fsl_mxc_udc.c
 2013-01-17  9:32 UTC  (9+ messages)
` [PATCH v5 1/3] usb: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_id
` [PATCH v5 2/3] usb: fsl_mxc_udc: replace MX35_IO_ADDRESS to ioremap
` [PATCH v5 3/3] ARM: i.MX clock: Change the connection-id for fsl-usb2-udc

[PATCH] KVM: PPC: add paravirt idle loop for 64-bit book E
 2013-01-16 17:44 UTC  (2+ messages)

SD Card over SPI, not working for MPC8313
 2013-01-16 13:30 UTC 

[v1][PATCH 1/1] ppc64: max next_tb to prevent from replaying timer interrupt
 2013-01-16  3:01 UTC 

[RFC][v0][PATCH 1/1] ppc64: ignore interrupts while offline
 2013-01-16  3:00 UTC  (2+ messages)

[BUG Fix Patch 0/6] Bug fix for physical memory hot-remove
 2013-01-16  2:12 UTC  (9+ messages)
` [BUG Fix Patch 1/6] Bug fix: Hold spinlock across find|remove /sys/firmware/memmap/X operation
` [BUG Fix Patch 2/6] Bug fix: Do not calculate direct mapping pages when freeing vmemmap pagetables
` [BUG Fix Patch 3/6] Bug fix: Do not free direct mapping pages twice
` [BUG Fix Patch 4/6] Bug fix: Do not free page split from hugepage one by one
` [BUG Fix Patch 5/6] Bug fix: Fix the wrong comments of map_entries
` [BUG Fix Patch 6/6] Bug fix: Reuse the storage of /sys/firmware/memmap/X/ allocated by bootmem

[PATCH] powerpc/fsl: remove extraneous DIU platform functions
 2013-01-15 20:04 UTC 

[PATCH] powerpc: added DSCR support to ptrace
 2013-01-15 18:17 UTC  (2+ messages)

Issue with USB Mass storage on P5020
 2013-01-15 13:04 UTC 

device tree entry for tsi148
 2013-01-15  9:32 UTC  (2+ messages)

[PATCH 0/3] Enable multiple MSI feature in pSeries
 2013-01-15  7:38 UTC  (4+ messages)
` [PATCH 1/3] irq: Set multiple MSI descriptor data for multiple IRQs
` [PATCH 2/3] irq: Add hw continuous IRQs map to virtual continuous IRQs support
` [PATCH 3/3] powerpc/pci: Enable pSeries multiple MSI feature

3.7-rc7: BUG: MAX_STACK_TRACE_ENTRIES too low!
 2013-01-15  6:59 UTC  (5+ messages)

[PATCH v3 1/3] usb: fsl-mxc-udc: replace cpu_is_xxx() with platform_device_id
 2013-01-15  1:31 UTC  (14+ messages)

PS3 platform is broken on Linux 3.7.0
 2013-01-14 23:37 UTC  (4+ messages)

[PATCH 1/4] powerpc/mpc5121: add common .dtsi and use it in mpc5121ads.dts
 2013-01-14 20:34 UTC  (4+ messages)
` [PATCH 2/4] powerpc/mpc5121: pdm360ng.dts: use common mpc5121.dtsi
` [PATCH 3/4] mpc5121: remove obsolete cell-index property from PSC clock code
` [PATCH 4/4] mpc5121: don't check PSC ac97 using node name

[PATCH] powerpc: kernel/kgdb.c: fix memory leakage
 2013-01-14 17:26 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).