linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-31 01:17:01 to 2015-06-03 13:15:26 UTC [more...]

[PATCH] ppc64 ftrace: mark data_access callees "notrace" (pt.1)
 2015-06-03 13:15 UTC  (11+ messages)
            ` [PATCH 0/4] ppc64 ftrace implementation
              ` [PATCH 1/4] "
              ` [PATCH 2/4] ppc64 ftrace configuration
              ` [PATCH 3/4] ppc64 ftrace: spare early boot and low level code

[PATCH V13 00/14] perf, tools: Add support for PMU events in JSON format
 2015-06-03 12:57 UTC  (31+ messages)
` [PATCH v13 01/14] perf, tools: Add jsmn `jasmine' JSON parser
` [PATCH v13 02/14] perf, tools, jevents: Program to convert JSON file to C style file
` [PATCH v13 03/14] perf, tools: Use pmu_events_map table to create event aliases
` [PATCH v13 04/14] perf, tools: Allow events with dot
` [PATCH v13 05/14] perf, tools: Support CPU id matching for x86 v2
` [PATCH v13 06/14] perf, tools: Support alias descriptions
` [PATCH v13 07/14] perf, tools: Query terminal width and use in perf list
` [PATCH v13 08/14] perf, tools: Add a --no-desc flag to "
` [PATCH v13 09/14] perf, tools: Group alias perf list by section
` [PATCH v13 10/14] perf, tools: Add override support for event list CPUID
` [PATCH v13 11/14] perf, tools: Support long descriptions with perf list -v
` [PATCH v13 12/14] perf, tools: Add support for event list topics
` [PATCH v13 13/14] perf, tools: Handle header line in mapfile
` [PATCH v13 14/14] perf, tools: Add README for the JSON/map files parsing

[PATCH kernel v11 00/34] powerpc/iommu/vfio: Enable Dynamic DMA windows
 2015-06-03 11:40 UTC  (49+ messages)
` [PATCH kernel v11 01/34] powerpc/eeh/ioda2: Use device::iommu_group to check IOMMU group
` [PATCH kernel v11 02/34] powerpc/iommu/powernv: Get rid of set_iommu_table_base_and_group
` [PATCH kernel v11 03/34] powerpc/powernv/ioda: Clean up IOMMU group registration
` [PATCH kernel v11 04/34] powerpc/iommu: Put IOMMU group explicitly
` [PATCH kernel v11 05/34] powerpc/iommu: Always release iommu_table in iommu_free_table()
` [PATCH kernel v11 09/34] vfio: powerpc/spapr: Move locked_vm accounting to helpers
` [PATCH kernel v11 16/34] powerpc/spapr: vfio: Replace iommu_table with iommu_table_group
` [PATCH kernel v11 17/34] powerpc/spapr: vfio: Switch from iommu_table to new iommu_table_group
` [PATCH kernel v11 18/34] vfio: powerpc/spapr/iommu/powernv/ioda2: Rework IOMMU ownership control
` [PATCH kernel v11 20/34] powerpc/powernv/ioda2: Move TCE kill register address to PE
` [PATCH kernel v11 21/34] powerpc/powernv/ioda2: Add TCE invalidation for all attached groups
` [PATCH kernel v11 23/34] powerpc/iommu/powernv: Release replaced TCE
` [PATCH kernel v11 25/34] powerpc/powernv/ioda2: Introduce helpers to allocate TCE pages
` [PATCH kernel v11 26/34] powerpc/powernv/ioda2: Introduce pnv_pci_ioda2_set_window
` [PATCH kernel v11 27/34] powerpc/powernv: Implement multilevel TCE tables
` [PATCH kernel v11 28/34] vfio: powerpc/spapr: powerpc/powernv/ioda: Define and implement DMA windows API
` [PATCH kernel v11 29/34] powerpc/powernv/ioda2: Use new helpers to do proper cleanup on PE release
` [PATCH kernel v11 30/34] powerpc/iommu/ioda2: Add get_table_size() to calculate the size of future table
` [PATCH kernel v11 31/34] vfio: powerpc/spapr: powerpc/powernv/ioda2: Use DMA windows API in ownership control
` [PATCH kernel v11 32/34] powerpc/mmu: Add userspace-to-physical addresses translation cache
` [PATCH kernel v11 33/34] vfio: powerpc/spapr: Register memory and define IOMMU v2
` [PATCH kernel v11 34/34] vfio: powerpc/spapr: Support Dynamic DMA windows

[RFC 00/24] Re-use nvram module
 2015-06-03 10:37 UTC  (30+ messages)
` [RFC 01/24] macintosh/nvram: Remove as unused
` [RFC 02/24] scsi/atari_scsi: Dont select CONFIG_NVRAM
` [RFC 03/24] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
` [RFC 06/24] char/nvram: Adopt arch_nvram_ops
` [RFC 07/24] x86/thinkpad_acpi: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC 08/24] char/nvram: Allow the set_checksum and initialize ioctls to be omitted
` [RFC 09/24] char/nvram: Implement NVRAM read/write methods
` [RFC 10/24] char/nvram: Use generic fixed_size_llseek()
` [RFC 11/24] m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC 14/24] powerpc: Add missing ppc_md.nvram_size for CHRP and PowerMac
` [RFC 15/24] powerpc: Implement arch_nvram_ops.get_size() and remove old nvram_* exports
` [RFC 16/24] powerpc: Implement nvram sync ioctl
` [RFC 17/24] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC 18/24] nvram: Drop nvram_* symbol exports and prototypes
` [RFC 19/24] powerpc: Remove CONFIG_GENERIC_NVRAM and adopt CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC 20/24] char/generic_nvram: Remove as unused
` [RFC 21/24] powerpc: Adopt nvram module for PPC64
` [RFC 23/24] m68k/mac: Fix PRAM accessors
` [RFC 24/24] m68k: Dispatch nvram_ops calls to Atari or Mac functions

[PATCH V5 00/13] POWER DSCR fixes, improvements, docs and tests
 2015-06-03  8:44 UTC  (3+ messages)
` [PATCH V5 12/13] selftests, powerpc: Add thread based stress test for DSCR sysfs interfaces

[PATCH] of: clean-up unnecessary libfdt include paths
 2015-06-03  8:26 UTC  (2+ messages)

[PATCH] rtc/rtc-opal: Disable rtc-alarms when opal doesn't support tpo
 2015-06-03  5:34 UTC  (2+ messages)

[PATCH V6 00/10] VF EEH on Power8
 2015-06-03  5:14 UTC  (23+ messages)
` [PATCH V7 "
  ` [PATCH V7 01/10] PCI/IOV: Rename and export virtfn_add/virtfn_remove
  ` [PATCH V7 03/10] powerpc/pci: Remove VFs prior to PF
  ` [PATCH V7 04/10] powerpc/eeh: Trace first 7 BARs in address cache
  ` [PATCH V7 06/10] powerpc/eeh: Create PE for VFs
  ` [PATCH V7 08/10] powerpc/powernv: Support PCI config restore "

[PATCH v5] powerpc/powernv: Poweroff (EPOW, DPO) events support for PowerNV platform
 2015-06-03  5:13 UTC  (7+ messages)
` [PATCH v5] powerpc/powernv: Add poweroff "
  ` [v5] "

[PATCH] powerpc/eeh: Fix trivial error in eeh_restore_dev_state()
 2015-06-03  4:58 UTC  (2+ messages)

[PATCH v4 00/25] Convert the posix_clock_operations and k_clock structure to ready for 2038
 2015-06-03  2:13 UTC  (4+ messages)

[PATCH v1 0/9]powerpc/powernv: Nest Instrumentation support
 2015-06-03  1:06 UTC  (18+ messages)
` [PATCH v1 1/9]powerpc/powernv: Data structure and macros definition
` [PATCH v1 2/9]powerpc/powernv: nest pmu init function with cpumask attr
` [PATCH v1 3/9]powerpc/powernv: Add cpu hotplug support
` [PATCH v1 4/9]powerpc/powernv: Add generic nest pmu ops
` [PATCH v1 5/9]powerpc/powernv: nest pmu feature detection support
` [PATCH v1 6/9]powerpc/powernv: dt parser function for nest pmu and its events
` [PATCH v1 7/9]powerpc/powernv: Event attr creation and PMU registration
` [PATCH v1 8/9] powerpc/powernv: Add OPAL support for Nest PMU
` [PATCH v1 9/9]powerpc/powernv: Makefile changes to include nest pmu

[PATCH V2 0/3] Allow user to request memory to be locked on page fault
 2015-06-02 18:13 UTC  (3+ messages)
` [PATCH V2 1/3] Add mmap flag to request pages are locked after "
` [PATCH V2 2/3] Add mlockall flag for locking pages on fault

[RESEND PATCH 0/3] Allow user to request memory to be locked on page fault
 2015-06-02 14:25 UTC  (3+ messages)

[PATCH] Fix function keys sequence on USB
 2015-06-02 11:17 UTC  (7+ messages)

[RFC v1 04/25] powerpc, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
 2015-06-02  9:58 UTC  (2+ messages)
` [RFC, v1, "

[tip:core/rcu] powerpc: Fix smp_mb__before_spinlock()
 2015-06-02  7:52 UTC 

[PATCH 0/5] Remove s390 sw-emulated hugepages and cleanup
 2015-06-02  7:46 UTC  (3+ messages)

[RFC PATCH] powerpc/pseries: Ratelimit EPOW event warnings
 2015-06-02  7:01 UTC  (4+ messages)

[Patch v3 24/36] powerpc, irq: Use access helper irq_data_get_affinity_mask()
 2015-06-02  5:46 UTC  (4+ messages)
` [Patch v3 33/36] genirq: Use helper function to access irq_data->msi_desc
  ` [v3, "

[PATCH v2] powerpc/pseries: Ratelimit EPOW event warnings
 2015-06-02  5:18 UTC 

[PATCH V3] drivers/mtd: add powernv flash MTD abstraction driver
 2015-06-02  5:14 UTC  (2+ messages)

[PATCH V3] drivers/mtd: add powernv flash MTD abstraction driver
 2015-06-02  3:58 UTC  (5+ messages)
    ` [V3] "

[PATCH v5] QE: Move QE from arch/powerpc to drivers/soc
 2015-06-02  3:09 UTC  (3+ messages)

[PATCH] cxl: Set up and enable PSL Timebase
 2015-06-02  0:36 UTC  (7+ messages)

[PATCH v3] powerpc/defconfig: new way of writing defconfig
 2015-06-01 21:58 UTC  (4+ messages)

[PATCH v4] QE: Move QE from arch/powerpc to drivers/soc
 2015-06-01 22:06 UTC  (4+ messages)
` [v4] "

[PATCH 2/4 v3] powerpc/fsl-booke: Add T1024 QDS board support
 2015-06-01 22:00 UTC  (4+ messages)
` [2/4,v3] "

[v2] powerpc/fsl: Add FMan Port 10G compatibles
 2015-06-01 12:06 UTC 

[PATCH v4 23/25] cputime:Introduce the cputime_to_timespec64/timespec64_to_cputime function
 2015-06-01 12:07 UTC 

[PATCH] powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOC
 2015-06-01 11:14 UTC 

[PATCH v3] powerpc/configs: enable RTC class support
 2015-06-01 10:48 UTC 

[PATCH v2] powerpc/perf: Fix book3s kernel to userspace backtraces
 2015-06-01 10:45 UTC 

Build regressions/improvements in v4.1-rc6
 2015-06-01 10:13 UTC 

[PATCH 0/10] perf: Add support for PMU events in JSON format
 2015-06-01 10:01 UTC  (7+ messages)
` [PATCH 04/10] perf, tools: Handle header line in mapfile

[PATCH] selftests/powerpc: Add install support to more powerpc tests
 2015-06-01  9:44 UTC 

incompatible type for argument 1 of 'htab_convert_pte_flags'
 2015-06-01  8:53 UTC 

[PATCH RESEND v7 0/2] Add SDHCI support for APM X-Gene SoC using ARASAN SDHCI controller
 2015-06-01  8:08 UTC  (5+ messages)
` [PATCH RESEND v7 2/2] mmc: host: sdhci: Add support to disable SDR104/SDR50/DDR50 based on capability register 0

[PATCH] powerpc: Fix duplicate const clang warning in user access code
 2015-06-01  6:37 UTC 

[PATCH 00/11] Replace module_init with an alternate initcall in non modules
 2015-06-01  0:54 UTC  (3+ messages)
` [PATCH 05/11] powerpc: use subsys_initcall for Freescale Local Bus
` [PATCH 06/11] powerpc: don't use module_init for non-modular core hugetlb code

[RFC] sound: ppc: keywest: check if DEQ was already instantiated
 2015-05-31 23:30 UTC  (8+ messages)
  ` [alsa-devel] "

[PATCH 0/4] perf: Add support for PMU events in JSON format
 2015-05-31 16:07 UTC  (11+ messages)
` [PATCH 2/4] perf: jevents: Program to convert JSON file to C style file

[PATCH] cpuidle: powernv/pseries: Decrease the snooze residency
 2015-05-31  1:38 UTC  (4+ 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).