linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-23 13:04:28 to 2015-06-30 13:56:43 UTC [more...]

[PATCH 0/2] powerpc32: Optimise csum_partial()
 2015-06-30 13:56 UTC  (3+ messages)
` [PATCH 1/2] powerpc32: optimise a few instructions in csum_partial()
` [PATCH 2/2] powerpc32: optimise csum_partial() loop

[PATCH v2] powerpc32: rearrange instructions order in ip_fast_csum()
 2015-06-30 13:51 UTC 

[PATCH SLOF v3 0/5] GPT fixes/cleanup and LVM support with FAT
 2015-06-30 12:24 UTC  (8+ messages)
` [PATCH SLOF v3 1/5] disk-label: simplify gpt-prep-partition? routine
` [PATCH SLOF v3 2/5] introduce 8-byte LE helpers
` [PATCH SLOF v3 3/5] disk-label: rename confusing "block" word
` [PATCH SLOF v3 4/5] disk-label: introduce helper to check fat filesystem
` [PATCH SLOF v3 5/5] disk-label: add support for booting from GPT FAT partition

[PATCH] Update kernel math-emu code from current glibc soft-fp
 2015-06-30 10:48 UTC  (5+ messages)
` [PATCH RESEND] "
  ` Ping "

[PATCH V10 0/8] powerpc/perf: Enable SW branch filters
 2015-06-30  8:34 UTC  (9+ messages)
` [PATCH V10 1/8] powerpc/perf: Restore privilege level filter support for BHRB
` [PATCH V10 2/8] powerpc/perf: Re organize BHRB processing
` [PATCH V10 3/8] powerpc/perf: Change the name of HW PMU branch filter tracking variable
` [PATCH V10 4/8] powerpc/lib: Add new branch analysis support functions
` [PATCH V10 5/8] powerpc/perf: Enable SW filtering in branch stack sampling framework
` [PATCH V10 6/8] powerpc/perf: Change POWER8 PMU configuration to work with SW filters
` [PATCH V10 7/8] powerpc/perf: Enable privilege mode SW branch filters
` [PATCH V10 8/8] selftests/powerpc: Add test for BHRB branch filters (HW & SW)

[PATCH 0/5] BHRB fixes, improvements and cleanups
 2015-06-30  8:20 UTC  (6+ messages)
` [PATCH 1/5] powerpc/perf: Drop the branch sample when 'from' cannot be fetched
` [PATCH 2/5] powerpc/perf: Change type of the bhrb_users variable
` [PATCH 3/5] powerpc/perf: Replace last usage of get_cpu_var with this_cpu_ptr
` [PATCH 4/5] powerpc/perf: Change name & type of 'pred' in power_pmu_bhrb_read
` [PATCH 5/5] powerpc/perf: Re organize PMU branch filter processing on POWER8

[PATCH] macintosh: Delete an unnecessary check before the function call "of_node_put"
 2015-06-30  8:13 UTC  (2+ messages)

[PATCH 0/2] Consolidate redundant register/stack access code
 2015-06-30  3:29 UTC  (13+ messages)
` [PATCH 1/2] Move the pt_regs_offset struct definition from arch to common include file

[PATCH 1/1] cxl/vphb.c: Use phb pointer after NULL check
 2015-06-30  3:27 UTC  (3+ messages)

[PATCH] Fix pSeries boot failure, by returning interrupt controller node when an interrupt-map property doesn't exist
 2015-06-30  3:23 UTC  (2+ messages)

[PATCH] powerpc: Remove redundant breaks
 2015-06-29 21:30 UTC 

powerpc/iommu: Support "hybrid" iommu/direct DMA ops for coherent_mask < dma_mask
 2015-06-29 19:38 UTC  (4+ messages)

[PATCH SLOF v2 0/5] GPT fixes/cleanup and LVM support with FAT
 2015-06-29 11:13 UTC  (10+ messages)
` [PATCH SLOF v2 1/5] disk-label: simplify gpt-prep-partition? routine
` [PATCH SLOF v2 2/5] introduce 8-byte LE helpers
` [PATCH SLOF v2 3/5] disk-label: rename confusing "block" word
` [PATCH SLOF v2 4/5] disk-label: introduce helper to check fat filesystem
` [PATCH SLOF v2 5/5] disk-label: add support for booting from GPT FAT partition

[RFC v3 00/24] Re-use nvram module
 2015-06-29  7:26 UTC  (27+ messages)
` [RFC v3 01/24] scsi/atari_scsi: Dont select CONFIG_NVRAM
` [RFC v3 02/24] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
` [RFC v3 03/24] m68k/atari: Replace nvram_{read, write}_byte with arch_nvram_ops
` [RFC v3 04/24] char/nvram: Re-order functions to remove forward declarations and #ifdefs
` [RFC v3 05/24] char/nvram: Adopt arch_nvram_ops
` [RFC v3 06/24] x86/thinkpad_acpi: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC v3 07/24] char/nvram: Allow the set_checksum and initialize ioctls to be omitted
` [RFC v3 08/24] char/nvram: Implement NVRAM read/write methods
` [RFC v3 09/24] char/nvram: Use generic fixed_size_llseek()
` [RFC v3 10/24] m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC v3 11/24] char/nvram: Add "devname:nvram" module alias
` [RFC v3 12/24] powerpc: Cleanup nvram includes
` [RFC v3 13/24] powerpc: Add missing ppc_md.nvram_size for CHRP and PowerMac
` [RFC v3 14/24] powerpc: Implement arch_nvram_ops.get_size() and remove old nvram_* exports
` [RFC v3 15/24] powerpc: Implement nvram sync ioctl
` [RFC v3 16/24] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC v3 17/24] nvram: Drop nvram_* symbol exports and prototypes
` [RFC v3 18/24] powerpc: Remove CONFIG_GENERIC_NVRAM and adopt CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC v3 19/24] char/generic_nvram: Remove as unused
` [RFC v3 20/24] powerpc: Adopt nvram module for PPC64
` [RFC v3 21/24] m68k/mac: Adopt naming and calling conventions for PRAM routines
` [RFC v3 22/24] m68k/mac: Use macros for RTC accesses not magic numbers
` [RFC v3 23/24] m68k/mac: Fix PRAM accessors
` [RFC v3 24/24] m68k: Dispatch nvram_ops calls to Atari or Mac functions

[RESEND PATCH] powerpc/powernv: Fix vma page prot flags in opal-prd driver
 2015-06-29  5:20 UTC  (2+ messages)

[v2,9/9] fsl/fman: Add FMan MAC driver
 2015-06-29  1:55 UTC  (7+ messages)

[PATCH 3/6] ASoC: fsl_ssi: enable AC'97 asymmetric rates
 2015-06-28 19:12 UTC  (3+ messages)

[PATCH 6/6] ASoC: fsl_ssi: adjust set DAI format in AC'97 mode
 2015-06-28 13:49 UTC 

[PATCH 5/6] ASoC: fsl_ssi: instantiate AC'97 CODEC
 2015-06-28 13:48 UTC 

[PATCH 4/6] ASoC: fsl_ssi: add AC'97 ops setting check and cleanup
 2015-06-28 13:47 UTC 

[PATCH 2/6] ASoC: fsl_ssi: AC'97 DAI driver needs probe method too
 2015-06-28 13:45 UTC 

[PATCH 1/6] ASoC: fsl_ssi: enable IPG clock during AC'97 reg access
 2015-06-28 13:44 UTC 

[PATCH] ASoC: fsl_ssi: fix AC'97 mode
 2015-06-28 13:29 UTC  (7+ messages)

[v2,8/9] fsl/fman: Add FMan Port Support
 2015-06-28  8:08 UTC  (4+ messages)

[PATCH] udc:Make the function txcomplete have a return type of void
 2015-06-28  1:48 UTC 

[PATCH] udc:Make various functions have a return type of void in the file fsl_qe_udc.c
 2015-06-27 20:48 UTC 

pSeries boot failure due to wrong interrupt controller
 2015-06-26 22:38 UTC  (4+ messages)

[RESEND PATCH v8] powerpc/powernv: Add poweroff (EPOW, DPO) events support for PowerNV platform
 2015-06-26 16:30 UTC  (3+ messages)

[PATCH] tick/idle/powerpc: Do not register idle states with CPUIDLE_FLAG_TIMER_STOP set in periodic mode
 2015-06-26 14:23 UTC  (8+ messages)

[PATCH v8 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller
 2015-06-26 13:33 UTC  (3+ messages)
` [PATCH v8 1/2] arm64: dts: Add the arasan mmc nodes in apm-storm.dtsi

[PATCH v5] powerpc/rcpm: add RCPM driver
 2015-06-26  7:44 UTC 

[RFC PATCH] powerpc/numa: initialize distance lookup table from drconf path
 2015-06-26  6:45 UTC  (5+ messages)

[PATCH v4 0/3] LED interface for PowerNV platform
 2015-06-26  5:17 UTC  (8+ messages)
` [PATCH v4 1/3] powerpc/powernv: Add OPAL interfaces for accessing and modifying system LED states
` [PATCH v4 2/3] powerpc/powernv: Create LED platform device
` [PATCH v4 3/3] leds/powernv: Add driver for PowerNV platform

[PATCH v4] powerpc/rcpm: add RCPM driver
 2015-06-26  4:16 UTC  (2+ messages)

[v2,5/9] fsl/fman: Add Frame Manager support
 2015-06-26  3:54 UTC  (4+ messages)

[v2,4/9] fsl/fman: Add FMan MURAM support
 2015-06-26  1:59 UTC  (2+ messages)

[v2,3/9] fsl/fman: Add the FMan MAC FLIB
 2015-06-26  1:55 UTC  (2+ messages)

[v2,1/9] fsl/fman: Add the FMan FLIB
 2015-06-26  1:26 UTC  (2+ messages)

[PATCH 8/8]powerpc/perf: cleanup in perf_event_print_debug()
 2015-06-25 22:37 UTC  (2+ messages)
` [8/8] powerpc/perf: "

powerpc,numa: Memory hotplug to memory-less nodes ?
 2015-06-25 15:33 UTC  (4+ messages)

[RESEND PATCH V2 0/3] Allow user to request memory to be locked on page fault
 2015-06-25 14:46 UTC  (20+ messages)
` [RESEND PATCH V2 1/3] Add mmap flag to request pages are locked after "

[GIT PULL 00/13] perf/core improvements and fixes
 2015-06-25 13:48 UTC  (6+ messages)
` [PATCH 05/13] perf pmu: Use __weak definition from <linux/compiler.h>
` [PATCH 06/13] perf pmu: Split perf_pmu__new_alias()
` [PATCH 07/13] perf tools: Allow events with dot

[RFC] powerpc, tm: Drop tm_orig_msr from thread_struct
 2015-06-25 13:42 UTC  (3+ messages)

[PATCH V9 00/13] powerpc, perf: Enable SW branch filters
 2015-06-25 12:52 UTC  (15+ messages)
` [PATCH V9 02/13] powerpc, perf: Change type of the bhrb_users variable
` [PATCH V9 04/13] powerpc, perf: Restore privilege level filter support for BHRB
` [PATCH V9 05/13] powerpc, perf: Change name & type of 'pred' in power_pmu_bhrb_read
` [PATCH V9 06/13] powerpc, perf: Re organize BHRB processing

[PATCH v3 0/7]powerpc/powernv: Nest Instrumentation support
 2015-06-25  9:56 UTC  (8+ messages)
` [PATCH v3 1/7]powerpc/powernv: Data structure and macros definition
` [PATCH v3 2/7]powerpc/powernv: Add OPAL support for Nest PMU
` [PATCH v3 3/7]powerpc/powernv: Nest PMU detection and device tree parser
` [PATCH v3 4/7]powerpc/powernv: detect supported nest pmus and its events
` [PATCH v3 5/7]powerpc/powernv: add event attribute and group to nest pmu
` [PATCH v3 6/7]powerpc/powernv: generic nest pmu event functions
` [PATCH v3 7/7]powerpc/powernv: nest pmu cpumask and cpu hotplug support

[PATCH] powerpc/powernv: Fix vma page prot flags in opal-prd driver
 2015-06-25  7:43 UTC  (3+ messages)

[PATCH] powerpc/eeh: Clear the EEH_DEV_NO_HANDLER flag when connecting edev with pdev
 2015-06-25  1:37 UTC 

[v2,2/9] fsl/fman: Add the FMan port FLIB
 2015-06-24 19:33 UTC 

[v2,0/9] Freescale DPAA FMan
 2015-06-24 19:32 UTC 

[v2,7/9] fsl/fman: Add FMan SP support
 2015-06-24 19:37 UTC 

[v2,6/9] fsl/fman: Add FMan MAC support
 2015-06-24 19:36 UTC 

[PATCH v2] powerpc/pseries: Ratelimit EPOW event warnings
 2015-06-24 19:18 UTC  (2+ messages)

[PATCH] ASoC: fsl: Add dedicated DMA buffer size for each cpu dai
 2015-06-24 12:34 UTC  (3+ messages)

[v3] powerpc/configs: enable RTC class support
 2015-06-24  7:45 UTC  (2+ messages)

[PATCH v2 0/7]powerpc/powernv: Nest Instrumentation support
 2015-06-24  6:46 UTC  (8+ messages)
` [PATCH v2 6/7]powerpc/powernv: generic nest pmu event functions
` [PATCH v2 7/7]powerpc/powernv: nest pmu cpumask and cpu hotplug support

[PATCH SLOF 0/5] GPT fixes/cleanup and LVM support with FAT
 2015-06-24  5:34 UTC  (9+ messages)
` [PATCH SLOF 4/5] disk-label: add support for booting from GPT FAT partition
` [PATCH SLOF 5/5] disk-label: make gpt detection code more robust

[PATCH 3/3] powerpc/iommu: Support "hybrid" iommu/direct DMA ops for coherent_mask < dma_mask
 2015-06-24  5:25 UTC 

[PATCH 2/3] powerpc/iommu: Cleanup setting of DMA base/offset
 2015-06-24  5:25 UTC 

[PATCH 1/3] powerpc/iommu: Remove dma_data union
 2015-06-24  5:25 UTC 

[PATCH] powerpc: Set the correct kernel taint on machine check errors
 2015-06-24  5:08 UTC  (3+ messages)

[PATCH 2/3] powerpc/iommu: Cleanup setting of DMA base/offset
 2015-06-23 23:28 UTC  (2+ messages)
` [2/3] "

[PATCH v2 1/1] net: fs_enet: Fix NETIF_F_SG feature for Freescale MPC5121
 2015-06-23 13:39 UTC  (2+ messages)


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