linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-10-01 06:14:15 to 2015-10-06 13:50:14 UTC [more...]

[PATCH v2 00/25] powerpc/8xx: Use large pages for RAM and IMMR and other improvments
 2015-10-06 13:50 UTC  (7+ messages)
` [PATCH v2 01/25] powerpc/8xx: Save r3 all the time in DTLB miss handler
` [PATCH v2 06/25] powerpc32: iounmap() cannot vunmap() area mapped by TLBCAMs either

Who uses CROSS32_COMPILE ?
 2015-10-06 12:01 UTC  (3+ messages)

[PATCH RFC 0/5] powerpc:numa Add serial nid support
 2015-10-06 11:15 UTC  (3+ messages)

[PATCH v2 1/2] powerpc/xmon: Paged output for paca display
 2015-10-06 11:05 UTC  (2+ messages)
` [v2,1/2] "

[PATCH] powerpc: Kconfig.cputype: Disallow TUNE_CELL on LE systems
 2015-10-06 10:48 UTC  (5+ messages)

[PATCH RFC 1/5] powerpc:numa Add numa_cpu_lookup function to update lookup table
 2015-10-06 10:33 UTC  (3+ messages)
` [RFC, "

[PATCH 0/2] Fix NVMe driver support on Power with 32-bit DMA
 2015-10-06  9:51 UTC  (24+ messages)
` [PATCH 1/2] powerpc/iommu: expose IOMMU page shift
  ` [PATCH 2/2] drivers/nvme: default to the IOMMU page size on Power
` [PATCH 0/5 v2] Fix NVMe driver support on Power with 32-bit DMA
  ` [PATCH 1/5 v2] dma-mapping: add generic dma_get_page_shift API
    ` [PATCH 2/5 v2] powerpc/dma-mapping: override dma_get_page_shift
      ` [PATCH 3/5 v2] powerpc/dma: implement per-platform dma_get_page_shift
        ` [PATCH 4/5 v2] pseries/iommu: implement DDW-aware dma_get_page_shift
          ` [PATCH 5/5 v2] drivers/nvme: default to the IOMMU page size

[PATCH] powerpc: Fix _ALIGN_* errors due to type difference
 2015-10-06  9:48 UTC  (2+ messages)
`  "

[PATCH] cxl: Fix number of allocated pages in SPA
 2015-10-06  9:21 UTC  (4+ messages)

[PATCH 4/5] kernel/cpu.c: eliminate cpu_*_mask
 2015-10-06  6:26 UTC  (2+ messages)

[PATCH v5 00/34] cxlflash: Miscellaneous bug fixes and corrections
 2015-10-06  3:43 UTC  (52+ messages)
` [PATCH v5 01/34] cxlflash: Fix to avoid invalid port_sel value
` [PATCH v5 02/34] cxlflash: Replace magic numbers with literals
` [PATCH v5 03/34] cxlflash: Fix read capacity timeout
` [PATCH v5 04/34] cxlflash: Fix potential oops following LUN removal
` [PATCH v5 05/34] cxlflash: Fix data corruption when vLUN used over multiple cards
` [PATCH v5 06/34] cxlflash: Fix to avoid sizeof(bool)
` [PATCH v5 07/34] cxlflash: Fix context encode mask width
` [PATCH v5 08/34] cxlflash: Fix to avoid CXL services during EEH
` [PATCH v5 09/34] cxlflash: Correct naming of limbo state and waitq
` [PATCH v5 10/34] cxlflash: Make functions static
` [PATCH v5 11/34] cxlflash: Refine host/device attributes
` [PATCH v5 12/34] cxlflash: Fix to avoid spamming the kernel log
` [PATCH v5 13/34] cxlflash: Fix to avoid stall while waiting on TMF
` [PATCH v5 14/34] cxlflash: Fix location of setting resid
` [PATCH v5 15/34] cxlflash: Fix host link up event handling
` [PATCH v5 16/34] cxlflash: Fix async interrupt bypass logic
` [PATCH v5 17/34] cxlflash: Remove dual port online dependency
` [PATCH v5 18/34] cxlflash: Fix AFU version access/storage and add check
` [PATCH v5 19/34] cxlflash: Correct usage of scsi_host_put()
` [PATCH v5 20/34] cxlflash: Fix to prevent workq from accessing freed memory
` [PATCH v5 21/34] cxlflash: Correct behavior in device reset handler following EEH
` [PATCH v5 22/34] cxlflash: Remove unnecessary scsi_block_requests
` [PATCH v5 23/34] cxlflash: Fix function prolog parameters and return codes
` [PATCH v5 24/34] cxlflash: Fix MMIO and endianness errors
` [PATCH v5 25/34] cxlflash: Fix to prevent EEH recovery failure
` [PATCH v5 26/34] cxlflash: Correct spelling, grammar, and alignment mistakes
` [PATCH v5 27/34] cxlflash: Fix to prevent stale AFU RRQ
` [PATCH v5 28/34] MAINTAINERS: Add cxlflash driver
` [PATCH v5 29/34] cxlflash: Fix to double the delay each time
` [PATCH v5 30/34] cxlflash: Fix to avoid corrupting adapter fops
` [PATCH v5 31/34] cxlflash: Correct trace string
` [PATCH v5 32/34] cxlflash: Fix to avoid potential deadlock on EEH
` [PATCH v5 33/34] cxlflash: Fix to avoid leaving dangling interrupt resources
` [PATCH v5 34/34] cxlflash: Fix to escalate to LINK_RESET on login timeout

Missing operand for tlbie instruction on Power7
 2015-10-06  3:35 UTC  (10+ messages)

[RFC v2 0/7] atomics: powerpc: Implement relaxed/acquire/release variants of some atomics
 2015-10-05 16:57 UTC  (20+ messages)
` [RFC v2 4/7] powerpc: atomic: Implement xchg_* and atomic{, 64}_xchg_* variants
  ` [RFC v2 4/7] powerpc: atomic: Implement xchg_* and atomic{,64}_xchg_* variants
` [RFC v2 5/7] powerpc: atomic: Implement cmpxchg{, 64}_* and atomic{, 64}_cmpxchg_* variants
  ` [RFC v2 5/7] powerpc: atomic: Implement cmpxchg{,64}_* and atomic{,64}_cmpxchg_* variants
` [RFC v2 6/7] powerpc: atomic: Make atomic{, 64}_xchg and xchg a full barrier
  ` [RFC v2 6/7] powerpc: atomic: Make atomic{,64}_xchg "

[PATCH v3 0/3] powerpc/512x: add LocalPlus Bus FIFO device driver
 2015-10-05 22:22 UTC  (6+ messages)
` [PATCH v3 1/3] "

[PATCH] cpufreq : powernv: Report Pmax throttling if capped below nominal frequency
 2015-10-05 20:50 UTC  (4+ messages)
` [PATCH v2] "

Time to remove platforms/cell?
 2015-10-05 10:27 UTC  (6+ messages)

[PATCH V11 00/10] powerpc/perf: Enable SW branch filters
 2015-10-05  9:59 UTC  (11+ messages)
` [PATCH V11 01/10] powerpc/perf: Change name & type of 'pred' in power_pmu_bhrb_read
` [PATCH V11 02/10] powerpc/perf: Re organize PMU branch filter processing on POWER8
` [PATCH V11 03/10] powerpc/perf: Restore privilege level filter support for BHRB
` [PATCH V11 04/10] powerpc/perf: Re organize BHRB processing
` [PATCH V11 05/10] powerpc/perf: Change the name of HW PMU branch filter tracking variable
` [PATCH V11 06/10] powerpc/lib: Add new branch analysis support functions
` [PATCH V11 07/10] powerpc/perf: Enable SW filtering in branch stack sampling framework
` [PATCH V11 08/10] powerpc/perf: Change POWER8 PMU configuration to work with SW filters
` [PATCH V11 09/10] powerpc/perf: Enable privilege mode SW branch filters
` [PATCH V11 10/10] selftests/powerpc: Add test for BHRB branch filters (HW & SW)

[PATCH] powerpc/ps3: Remove unused os_area_db_id_video_mode
 2015-10-02 22:53 UTC  (2+ messages)

[PATCH] powerpc/pseries: hibernation/migration should honor topology update policy
 2015-10-02 20:57 UTC 

[PATCH V4 0/6] Redesign SR-IOV on PowerNV
 2015-10-02 10:07 UTC  (12+ messages)
` [PATCH V4 1/6] powerpc/powernv: don't enable SRIOV when VF BAR has non 64bit-prefetchable BAR
` [PATCH V4 2/6] powerpc/powernv: simplify the calculation of iov resource alignment
` [PATCH V4 3/6] powerpc/powernv: use one M64 BAR in Single PE mode for one VF BAR
` [PATCH V4 5/6] powerpc/powernv: boundary the total VF BAR size instead of the individual one
` [PATCH V4 6/6] powerpc/powernv: allocate sparse PE# when using M64 BAR in Single PE mode

[v3 0/8] dpaa_eth: Add the Freescale DPAA Ethernet driver
 2015-10-02  9:16 UTC  (4+ messages)
` [v3 1/8] devres: add devm_alloc_percpu()

[PATCH v3] powerpc: msi: mark bitmap with kmemleak_not_leak()
 2015-10-02  8:50 UTC  (3+ messages)

[PATCH] agp/uninorth: fix a memleak in create_gatt_table
 2015-10-02  8:48 UTC  (8+ messages)

[PATCH v2 2/2] powerpc/vdso: Avoid link stack corruption in __get_datapage()
 2015-10-02  8:24 UTC  (3+ messages)
` [v2, "

[PATCH] powerpc/vdso: Emit GNU & SysV hashes
 2015-10-02  7:47 UTC  (2+ messages)
`  "

[PATCH] powerpc/slb: Use a local to avoid multiple calls to get_slb_shadow()
 2015-10-02  7:47 UTC  (2+ messages)
`  "

[PATCH] powerpc: Kconfig: remove BE-only platforms from LE kernel build
 2015-10-02  7:47 UTC  (2+ messages)
`  "

[PATCH v2] powerpc/slb: Define an enum for the bolted indexes
 2015-10-02  7:47 UTC  (2+ messages)
` [v2] "

[PATCH] powerpc/mm: Add virt_to_pfn and use this instead of opencoding
 2015-10-02  7:47 UTC  (2+ messages)
`  "

[PATCH 2/3] drivers/ps3: Fix ps3-vuart null dereference
 2015-10-02  7:47 UTC  (2+ messages)
` [2/3] "

[PATCH V2 3/3] powerpc/ps3: Refresh ps3_defconfig
 2015-10-02  7:47 UTC  (2+ messages)
` [V2,3/3] "

[RFC PATCH 1/2] scripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target
 2015-10-02  7:47 UTC  (8+ messages)
` [RFC, "

[RFC PATCH 2/2] powerpc: Add ppc64le_defconfig
 2015-10-02  7:47 UTC  (2+ messages)
` [RFC,2/2] "

[PATCH 1/3] drivers/ps3: Fix ps3-lpm white space
 2015-10-02  7:47 UTC  (2+ messages)
` [1/3] "

[PATCH v2 1/2] powerpc/selftest: Add gettimeofday() benchmark
 2015-10-02  7:47 UTC  (2+ messages)
` [v2,1/2] "

[PATCH] cxl: Workaround malformed pcie packets on some cards
 2015-10-02  5:23 UTC 

[PATCH] cxl: Workaround malformed pcie packets on some cards
 2015-10-02  4:45 UTC 

[v5, 0/6] Freescale DPAA FMan
 2015-10-02  3:35 UTC  (3+ messages)
` [v5, 2/6] fsl/fman: Add FMan support

[RFC PATCH 0/8] clk: qoriq: Move chip-specific knowledge into driver
 2015-10-02  0:26 UTC  (4+ messages)

[PATCH] powerpc/iommu: use iommu_num_pages() to calculate the number of iommu page
 2015-10-01 22:51 UTC  (4+ messages)

[PATCH] drivers/macintosh: adb: fix misleading Kconfig help text
 2015-10-01 19:41 UTC 

[PATCH v3 0/5] powerpc/pseries: bug fix and clean up
 2015-10-01 19:26 UTC  (7+ messages)
` [PATCH v3 1/5] powerpc/pseries: extract of_helpers module
` [PATCH v3 2/5] powerpc/pseries: fix a potential memory leak
` [PATCH v3 3/5] powerpc/pseries: replace kmalloc + strlcpy
` [PATCH v3 4/5] powerpc/pseries: handle nodes without '/'
` [PATCH v3 5/5] powerpc/pseries: re-use code from of_helpers module

[PATCH v3 1/2] fsl: Add binding for RCPM
 2015-10-01 17:07 UTC  (3+ messages)

[PATCH v4 00/32] cxlflash: Miscellaneous bug fixes and corrections
 2015-10-01 15:00 UTC  (6+ messages)
` [PATCH v4 17/32] cxlflash: Remove dual port online dependency

[PATCH V2 00/31] powerpc/mm: Update page table format for book3s 64
 2015-10-01 13:49 UTC  (5+ messages)
` [PATCH V2 19/31] powerpc/mm: Convert 4k hash insert to C

[PATCH 3/3] gianfar: Add WAKE_UCAST and "wake-on-filer" support
 2015-10-01 10:10 UTC 

[PATCH 2/3] powerpc: dts: p1022si: Add fsl,wake-on-filer for eTSEC
 2015-10-01 10:10 UTC 

[PATCH 1/3] doc: dt: net: Add fsl,wake-on-filer for eTSEC
 2015-10-01 10:10 UTC 

[v2,5/5] powerpc/pseries: re-use code from of_helpers module
 2015-10-01  9:32 UTC  (6+ messages)

[PATCH v6 40/53] PCI: Unify skip_ioresource_align()
 2015-10-01  8:17 UTC  (2+ messages)

[GIT PULL 00/16] perf/core improvements and fixes
 2015-10-01  7:05 UTC  (2+ messages)

[PATCH 2/3] cxl: fix leak of ctx->irq_bitmap when releasing context via kernel API
 2015-10-01  6:51 UTC  (2+ messages)
` [2/3] "

[PATCH 3/3] cxl: fix leak of ctx->mapping when releasing kernel API contexts
 2015-10-01  6:51 UTC  (2+ messages)
` [3/3] "

[PATCH 1/3] cxl: fix leak of IRQ names in cxl_free_afu_irqs()
 2015-10-01  6:51 UTC  (3+ messages)
` [1/3] "

[PATCH 1/4] powerpc/pseries: Make PCI non-optional
 2015-10-01  6:44 UTC  (4+ messages)
` [PATCH 2/4] powerpc/pseries: Remove use of CONFIG_PCI
` [PATCH 3/4] powerpc/pseries: Move PCI objects to obj-y
` [PATCH 4/4] powerpc/pseries: Drop always true CONFIG_PSERIES_MSI


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