linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-17 17:42:32 to 2014-11-24 22:38:56 UTC [more...]

[PATCH v1 0/5] powerpc/pci: PCI slot unified reset
 2014-11-24 22:38 UTC  (3+ messages)
` [PATCH 2/5] powerpc/powernv: Refactor ioda_eeh_reset()
` [PATCH 3/5] powerpc/powernv: Avoid do complete reset for twice

[PATCH v2 07/14] of/reconfig: Always use the same structure for notifiers
 2014-11-24 22:33 UTC 

[PATCH 1/3] powerpc/eeh: Fix PE state format
 2014-11-24 22:27 UTC  (3+ messages)
` [PATCH 2/3] powerpc/powernv: Replace OPAL_DEASSERT_RESET with EEH_RESET_DEACTIVATE
` [PATCH 3/3] powerpc/eeh: Fix missed PE#0 on P7IOC

[PATCH v2 0/6] pseries: Move memory hotplug to the kernel
 2014-11-24 22:05 UTC  (19+ messages)
` [PATCH v2 1/6] pseries: Define rtas hotplug event sections
` [PATCH v2 2/6] pseries: Update of_drconf_cell struct for endian-ness
` [PATCH v2 3/6] pseries: Create new device hotplug entry point
` [PATCH v2 4/6] pseries: Export the acquire/release drc index routines
` [PATCH v2 5/6] pseries: Implement memory hotplug add in the kernel
` [PATCH v2 6/6] pseries: Implement memory hotplug remove "

[PATCH] powerpc/powernv: Cleanup unused MCE definitions/declarations
 2014-11-24 16:29 UTC 

[PATCH] pseries/le: Fix endiannes issue in RTAS call from xmon
 2014-11-24 14:07 UTC 

[PATCH V4 0/8] Add new PowerPC specific ELF core notes
 2014-11-24 14:04 UTC  (14+ messages)
` [PATCH V4 1/8] elf: Add new PowerPC specifc core note sections
` [PATCH V4 2/8] powerpc, process: Add functions flush_tm_state, flush_tmregs_to_thread
` [PATCH V4 6/8] powerpc, ptrace: Enable support for transactional memory register sets
` [PATCH V4 7/8] powerpc, ptrace: Enable support for miscellaneous debug registers

[PATCH v2] i2c: Driver to expose PowerNV platform i2c busses
 2014-11-24 12:18 UTC  (3+ messages)

[PATCH v2 0/4] powerpc/mpc85xx: Add FSL QorIQ DPAA B/QMan support to device tree(s)
 2014-11-24 11:07 UTC  (5+ messages)
` [PATCH v2 1/4] powerpc/mpc85xx: Create dts components for the FSL QorIQ DPAA BMan
` [PATCH v2 2/4] powerpc/mpc85xx: Create dts components for the FSL QorIQ DPAA QMan
` [PATCH v2 3/4] powerpc/mpc85xx: Add FSL QorIQ DPAA BMan support to device tree(s)
` [PATCH v2 4/4] powerpc/mpc85xx: Add FSL QorIQ DPAA QMan "

[PATCH 9/9] sound/ppc/snd_ps3.c: fix error return code
 2014-11-23 13:18 UTC  (2+ messages)

[PATCH 1/1] tty-hvsi_lib: Deletion of an unnecessary check before the function call "tty_kref_put"
 2014-11-22 15:26 UTC  (2+ messages)
                                ` [PATCH 1/1] PowerPC-83xx: Deletion of an unnecessary check before the function call "of_node_put"

[PATCH] powerpc/eeh: Dump PHB diag-data early
 2014-11-22 10:58 UTC 

[PATCH] spi: fsl-spi: Don't use cpm_command on CPM1
 2014-11-21 18:12 UTC  (2+ messages)

[PATCH 0/10] Replace _PAGE_NUMA with PAGE_NONE protections v3
 2014-11-21 13:57 UTC  (11+ messages)
` [PATCH 01/10] mm: numa: Do not dereference pmd outside of the lock during NUMA hinting fault
` [PATCH 02/10] mm: Add p[te|md] protnone helpers for use by NUMA balancing
` [PATCH 03/10] mm: Convert p[te|md]_numa users to p[te|md]_protnone_numa
` [PATCH 04/10] ppc64: Add paranoid warnings for unexpected DSISR_PROTFAULT
` [PATCH 05/10] mm: Convert p[te|md]_mknonnuma and remaining page table manipulations
` [PATCH 06/10] mm: Remove remaining references to NUMA hinting bits and helpers
` [PATCH 07/10] mm: numa: Do not trap faults on the huge zero page
` [PATCH 08/10] x86: mm: Restore original pte_special check
` [PATCH 09/10] mm: numa: Add paranoid check around pte_protnone_numa
` [PATCH 10/10] mm: numa: Avoid unnecessary TLB flushes when setting NUMA hinting entries

[RFC PATCH 00/16] Refine PCI host bridge scan interfaces
 2014-11-21  9:53 UTC  (54+ messages)
` [RFC PATCH 01/16] PCI: Enhance pci_scan_root_bus() to support default IO/MEM resources
` [RFC PATCH 02/16] PCI: Use pci_scan_root_bus() instead of pci_scan_bus()
` [RFC PATCH 04/16] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [RFC PATCH 07/16] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [RFC PATCH 08/16] PCI: Introduce pci_scan_host_bridge() and pci_host_info
` [RFC PATCH 14/16] arm/PCI: Introduce pci_get_domain_nr()

[PATCH 0/10] Replace _PAGE_NUMA with PAGE_NONE protections v2
 2014-11-21  9:35 UTC  (18+ messages)
` [PATCH 01/10] mm: numa: Do not dereference pmd outside of the lock during NUMA hinting fault
` [PATCH 02/10] mm: Add p[te|md] protnone helpers for use by NUMA balancing
` [PATCH 03/10] mm: Convert p[te|md]_numa users to p[te|md]_protnone_numa
` [PATCH 04/10] ppc64: Add paranoid warnings for unexpected DSISR_PROTFAULT
` [PATCH 05/10] mm: Convert p[te|md]_mknonnuma and remaining page table manipulations
` [PATCH 06/10] mm: Remove remaining references to NUMA hinting bits and helpers
` [PATCH 07/10] mm: numa: Do not trap faults on the huge zero page
` [PATCH 08/10] x86: mm: Restore original pte_special check
` [PATCH 09/10] mm: numa: Add paranoid check around pte_protnone_numa
` [PATCH 10/10] mm: numa: Avoid unnecessary TLB flushes when setting NUMA hinting entries

[PATCH v3 1/2] cpufreq: qoriq: Make the driver usable on all QorIQ platforms
 2014-11-21  9:22 UTC  (3+ messages)
` [PATCH v2 2/2] cpufreq: qoriq: rename the driver

[PATCH v2 1/2] cpufreq: qoriq: Make the driver usable on all QorIQ platforms
 2014-11-21  9:17 UTC  (6+ messages)
` [PATCH 2/2] cpufreq: qoriq: rename the driver

[PATCH] Powerpc/Oprofile:Disable pagefaults during user stack read
 2014-11-21  3:23 UTC 

[PATCH V9 00/18] Enable SRIOV on PowerNV
 2014-11-21  1:46 UTC  (23+ messages)
` [PATCH V9 01/18] PCI/IOV: Export interface for retrieve VF's BDF
` [PATCH V9 03/18] PCI: Add weak pcibios_iov_resource_size() interface
` [PATCH V9 08/18] powrepc/pci: Refactor pci_dn

[PATCH] [v2] power/fsl: add MDIO dt binding for FMan
 2014-11-20 13:00 UTC  (2+ messages)

Fan management PowerMac7,2
 2014-11-20  9:11 UTC  (3+ messages)

[PATCH] powerpc/powernv: Fix the hmi event version check
 2014-11-20  4:14 UTC 

[PATCH v2 0/3] fix a kernel panic on fsl corenet board when CONFIG_CLK_PPC_CORENET is enabled
 2014-11-20  2:38 UTC  (3+ messages)

[PATCH v2] powerpc: Remove more traces of bootmem
 2014-11-20  2:33 UTC  (2+ messages)

[PATCH] powerpc: Remove more traces of bootmem
 2014-11-19  7:57 UTC  (5+ messages)

[PATCH] cpuidle/powernv: Re-enable fastsleep at boot time
 2014-11-19  7:08 UTC  (3+ messages)

[git pull] Please pull mpe.git for-linus branch (for powerpc)
 2014-11-19  5:21 UTC 

[PATCH v4 17/21] powerpc/8xx: set PTE bit 22 off TLBmiss
 2014-11-18 20:07 UTC  (5+ messages)
` [v4,17/21] "

[PATCH net-next] PPC: bpf_jit_comp: Unify BPF_MOD | BPF_X and BPF_DIV | BPF_X
 2014-11-18 18:20 UTC  (5+ messages)

[RFC 00/11]: powerKVM, release the compute power of secondary hwthread on host
 2014-11-18 17:54 UTC  (20+ messages)
` [RFC 01/11] sched: introduce sys_cpumask in tsk to adapt asymmetric system
` [RFC 03/11] powerpc: kvm: add interface to control kvm function on a core
` [RFC 04/11] powerpc: kvm: introduce a kthread on primary thread to anti tickless
` [RFC 06/11] powerpc: kvm: introduce online in paca to indicate whether cpu is needed by host
` [RFC 09/11] powerpc: kvm: handle time base on secondary hwthread
` [RFC 11/11] powerpc: kvm: Kconfig add an option for enabling "

[RFC PATCH 0/7] Replace _PAGE_NUMA with PAGE_NONE protections
 2014-11-18 17:08 UTC  (4+ messages)

[PATCH] of/base: Fix PowerPC address parsing hack
 2014-11-18 16:52 UTC  (8+ messages)
          ` [PATCH v3] "

[PATCH] of/platform: Move platform devices under /sys/devices/platform
 2014-11-18 16:10 UTC  (3+ messages)

[PATCH] [powerpc] Fix Text randomization
 2014-11-18 10:26 UTC  (5+ messages)

[PATCH powerpc] init nvram_pstore_info's buf_lock
 2014-11-18  6:12 UTC  (3+ messages)
` [powerpc] "

Pull request: scottwood/linux.git next
 2014-11-18  5:20 UTC 

Pull request: scottwood/linux.git master
 2014-11-18  4:39 UTC 

[PATCH] powerpc: mitigate impact of decrementer reset
 2014-11-18  3:08 UTC  (7+ messages)

[PATCH] i2c-qoriq: modified compatibility for correct prescaler
 2014-11-18  1:28 UTC  (7+ messages)

[PATCH 2/2] powerpc/mpc85xx: Add DPAA Q/BMan support to device tree(s)
 2014-11-17 22:13 UTC  (4+ messages)

[PATCH REPOST 0/3] VPHN parsing fixes
 2014-11-17 17:42 UTC  (4+ messages)
` [PATCH REPOST 1/3] powerpc/vphn: clarify the H_HOME_NODE_ASSOCIATIVITY API
` [PATCH REPOST 2/3] powerpc/vphn: simplify the parsing code
` [PATCH REPOST 3/3] powerpc/vphn: move endianness fixing to vphn_unpack_associativity()


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).