linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-13 06:40:15 to 2016-09-16 10:12:51 UTC [more...]

[PATCH 00/13] powerpc: "paca->soft_enabled" based local atomic operation implementation
 2016-09-16 10:12 UTC  (22+ messages)
` [PATCH 01/13] powerpc: Add #defs for paca->soft_enabled flags
` [PATCH 02/13] powerpc: Cleanup to use IRQ_DISABLE_MASK_* macros for paca->soft_enabled update
` [PATCH 03/13] powerpc: move set_soft_enabled() and rename
` [PATCH 04/13] powerpc: Use soft_enabled_set api to update paca->soft_enabled
` [PATCH 05/13] powerpc: Add soft_enabled manipulation functions
` [PATCH 06/13] powerpc: reverse the soft_enable logic
` [PATCH 07/13] powerpc: Avoid using EXCEPTION_PROLOG_1 macro in MASKABLE_*
` [PATCH 08/13] powerpc: Add new _EXCEPTION_PROLOG_1 macro
` [PATCH 09/13] powerpc: Introduce new mask bit for soft_enabled
` [PATCH 10/13] powerpc: Add "bitmask" paramater to MASKABLE_* macros
` [PATCH 11/13] powerpc: Add support to mask perf interrupts and replay them
` [PATCH 12/13] powerpc: Add a Kconfig and a functions to set new soft_enabled mask
` [PATCH 13/13] powerpc: rewrite local_t using soft_irq

powerpc: Discard ffs() function and use builtin_ffs instead
 2016-09-16 10:01 UTC  (3+ messages)

[PATCH 0/2] powernv: Implement lite variant of stop with ESL=EC=0
 2016-09-16  9:47 UTC  (3+ messages)
` [PATCH 1/2] powernv:idle: Add IDLE_STATE_ENTER_SEQ_NORET macro
` [PATCH 2/2] powernv:idle:Implement lite variant of power_enter_stop

[PATCH][RFC] Implement arch primitives for busywait loops
 2016-09-16  8:57 UTC 

i2c i2c-3: i2c-powermac: modalias failure on /uni-n@f8000000/i2c@f8001000/cereal@1c0
 2016-09-16  8:53 UTC 

[PATCH v2] powerpc/8xx: add dedicated machine check handler
 2016-09-16  8:23 UTC 

[PATCH v2 0/3] powerpc: implementation of huge pages for 8xx
 2016-09-16  7:40 UTC  (4+ messages)
` [PATCH v2 1/3] powerpc: port 64 bits pgtable_cache to 32 bits
` [PATCH v2 2/3] powerpc: get hugetlbpage handling more generic
` [PATCH v2 3/3] powerpc/8xx: Implement support of hugepages

[PATCH v2 03/11] tracing/syscalls: add compat syscall metadata
 2016-09-16  7:11 UTC  (2+ messages)
` [PATCH v2 08/11] powerpc/tracing: fix compat syscall handling

[PATCH v2] Remove duplicate setting of the B field in tlbie
 2016-09-16  7:25 UTC 

[PATCH] MAINTAINERS: Update cxl maintainers
 2016-09-16  7:21 UTC  (3+ messages)

[PATCH RESEND] powerpc: fix usage of _PAGE_RO in hugepage
 2016-09-16  6:34 UTC 

[PATCH v2 0/3] Optimisation on 8xx prior to hugepage implementation
 2016-09-16  6:42 UTC  (4+ messages)
` [PATCH v2 1/3] powerpc/8xx: use r3 to scratch CR in ITLBmiss
` [PATCH v2 2/3] powerpc/8xx: Move additional DTLBMiss handlers out of exception area
` [PATCH v2 3/3] powerpc/8xx: make user addr DTLB miss the short path

[V2] powerpc/Kconfig: Update config option based on page size
 2016-09-16  6:03 UTC  (5+ messages)

[PATCH] powerpc: do not use kprobe section to exempt exception handlers
 2016-09-16  3:45 UTC  (2+ messages)

[PATCH v21 00/20] perf, tools: Add support for PMU events in JSON format
 2016-09-15 22:24 UTC  (20+ messages)
` [PATCH v21 01/19] perf, tools: Add jsmn `jasmine' JSON parser
` [PATCH v21 02/19] perf, tools, jevents: Program to convert JSON file to C style file
` [PATCH v21 03/19] perf, tools: Use pmu_events table to create aliases
` [PATCH v21 04/19] perf, tools: Support CPU ID matching for Powerpc
` [PATCH v21 05/19] perf, tools: Support CPU id matching for x86 v2
` [PATCH v21 06/19] perf, tools: Support alias descriptions
` [PATCH v21 07/19] perf, tools: Query terminal width and use in perf list
` [PATCH v21 08/19] perf, tools: Add a --no-desc flag to "
` [PATCH v21 09/19] perf, tools: Add override support for event list CPUID
` [PATCH v21 10/19] perf, tools, jevents: Add support for long descriptions
` [PATCH v21 11/19] perf, tools: Add alias "
` [PATCH v21 12/19] perf, tools: Support long descriptions with perf list
` [PATCH v21 13/19] perf, tools: Add support for event list topics
` [PATCH v21 14/19] perf, tools, jevents: Handle header line in mapfile
` [PATCH v21 15/19] perf, tools: Add README for info on parsing JSON/map files
` [PATCH v21 16/19] perf, tools: Make alias matching case-insensitive
` [PATCH v21 17/19] perf, tools, pmu-events: Fix fixed counters on Intel
` [PATCH v21 18/19] perf, tools, pmu-events: Add Skylake frontend MSR support
` [PATCH v21 19/19] perf, tools: Allow period= in perf stat CPU event descriptions

[PATCH] powerpc/powernv: Fix the state of root PE
 2016-09-15 22:07 UTC  (2+ messages)
`  "

[PATCH] powerpc/powernv/pci: Fix missed TCE invalidations that should fallback to OPAL
 2016-09-15 22:07 UTC  (2+ messages)
`  "

[PATCH] powerpc/powernv: Detach from PE on releasing PCI device
 2016-09-15 22:07 UTC  (2+ messages)
`  "

+ powerpc-add-purgatory-for-kexec_file_load-implementation-fix.patch added to -mm tree
 2016-09-15 17:01 UTC 

[PATCH v5 0/5] kexec_file: Add buffer hand-over for the next kernel
 2016-09-15 15:55 UTC  (9+ messages)
` [PATCH v5 1/5] kexec_file: Include the purgatory segment in the kexec image checksum
` [PATCH v5 2/5] kexec_file: Add buffer hand-over support for the next kernel
` [PATCH v5 3/5] powerpc: "
` [PATCH v5 4/5] kexec_file: Add mechanism to update kexec segments
` [PATCH v5 5/5] IMA: Demonstration code for kexec buffer passing

[PATHC v2 0/9] ima: carry the measurement list across kexec
 2016-09-15 15:44 UTC  (4+ messages)

[PATCH v2 0/3] powerpc/mm: movable hotplug memory nodes
 2016-09-15 14:31 UTC  (6+ messages)
` [PATCH v2 1/3] drivers/of: recognize status property of dt "
` [PATCH v2 2/3] powerpc/mm: allow memory hotplug into a memoryless node
` [PATCH v2 3/3] mm: enable CONFIG_MOVABLE_NODE on powerpc

[PATCH v4 0/9] ima: carry the measurement list across kexec
 2016-09-15 11:26 UTC  (10+ messages)
` [PATCH v4 1/9] ima: on soft reboot, restore the measurement list
` [PATCH v4 2/9] ima: permit duplicate measurement list entries
` [PATCH v4 3/9] ima: maintain memory size needed for serializing the measurement list
` [PATCH v4 4/9] ima: serialize the binary_runtime_measurements
` [PATCH v4 5/9] ima: on soft reboot, save the measurement list
` [PATCH v4 6/9] ima: store the builtin/custom template definitions in a list
` [PATCH v4 7/9] ima: support restoring multiple template formats
` [PATCH v4 8/9] ima: define a canonical binary_runtime_measurements list format
` [PATCH v4 9/9] ima: platform-independent hash value

Linux 4.8: Reported regressions as of Sunday, 2016-08-28
 2016-09-15  9:37 UTC  (2+ messages)

[PATCH][RFC] powerpc/64: exception exit do not reload SRR[01] if unchanged
 2016-09-15  9:09 UTC 

[PATCH] powerpc/64s: exception optimise MSR handling
 2016-09-15  9:04 UTC 

[PATCH] powerpc/64s: optimise syscall entry for virtual, relocatable case
 2016-09-15  9:03 UTC 

[PATCH 0/3] corenet: Add power/reset support to Cyrus
 2016-09-15  8:08 UTC  (11+ messages)
` [PATCH 2/3] corenet: Support gpio power/reset for corenet
` [PATCH 3/3] Cyrus: create a defconfig

[PATCH] powerpc: Ensure .mem(init|exit).text are within _stext/_etext
 2016-09-15  5:28 UTC  (2+ messages)

[PATCH] powerpc/64: whitelist unresolved modversions CRCs
 2016-09-15  4:54 UTC  (4+ messages)

[PATCH 0/2] Enable MSR_TM lazily
 2016-09-15  3:59 UTC  (9+ messages)
` [PATCH 1/2] powerpc: tm: Add TM Unavailable Exception
` [PATCH 2/2] powerpc: tm: Enable transactional memory (TM) lazily for userspace

[PATCH] powerpc: Don't change the section in _GLOBAL()
 2016-09-15  3:54 UTC  (2+ messages)

[PATCH 0/4] powerpc/powernv: PCI Surprise Hotplug Support
 2016-09-15  2:07 UTC  (5+ messages)
` [PATCH 1/4] powerpc/eeh: Allow to freeze PE in eeh_pe_set_option()
` [PATCH 2/4] powerpc/eeh: Export eeh_pe_state_mark()
` [PATCH 3/4] powerpc/powernv: Unfreeze PE on allocation
` [PATCH 4/4] drivers/pci/hotplug: Support surprise hotplug

[PATCH V5 8/8] powerpc: Enable support for new DRC devtree properties
 2016-09-14 20:05 UTC 

[PATCH V5 7/8] powerpc: Check arch.vec earlier during boot for memory features
 2016-09-14 20:05 UTC 

[PATCH V5 6/8] hotplug/drc-info: Add code to search new devtree properties
 2016-09-14 20:05 UTC 

[PATCH V5 5/8] pseries/drc-info: Search new DRC properties for CPU indexes
 2016-09-14 20:04 UTC 

[PATCH V5 4/8] pseries/hotplug init: Convert new DRC memory property for hotplug runtime
 2016-09-14 20:04 UTC 

[PATCH V5 2/8] powerpc/memory: Parse new memory property to register blocks
 2016-09-14 20:04 UTC 

[PATCH V5 3/8] powerpc/memory: Parse new memory property to initialize structures
 2016-09-14 20:04 UTC 

[PATCH V5 1/8] powerpc/firmware: Add definitions for new firmware features
 2016-09-14 20:04 UTC 

[Patch V5 0/8] powerpc/devtree: Add support for 2 new DRC properties
 2016-09-14 20:04 UTC 

[PATCH 0/6] cxlflash: Miscellaneous fixes
 2016-09-14 16:48 UTC  (3+ messages)
` [PATCH 3/6] cxlflash: Fix to avoid EEH and host reset collisions

[PATCH V2 1/7] dt-bindings: Update QorIQ TMU thermal bindings
 2016-09-14 16:40 UTC  (3+ messages)

[PATCH] drivers/dma: NO_IRQ removal from powerpc-only drivers
 2016-09-14 13:28 UTC  (2+ messages)

[PATCH] powernv/pci: Fix m64 checks for SR-IOV and window alignment
 2016-09-14 11:30 UTC  (4+ messages)

[PATCH v14 00/15] selftests/powerpc: Add ptrace tests for ppc registers
 2016-09-14  7:06 UTC  (17+ messages)
` [PATCH v14 01/15] selftests/powerpc: Add more SPR numbers, TM & VMX instructions to 'reg.h'
` [PATCH v14 04/15] selftests/powerpc: Add ptrace tests for GPR/FPR registers
` [PATCH v14 05/15] selftests/powerpc: Add ptrace tests for GPR/FPR registers in TM
` [PATCH v14 07/15] selftests/powerpc: Add ptrace tests for TAR, PPR, DSCR registers
` [PATCH v14 13/15] selftests/powerpc: Add ptrace tests for TM SPR registers
` [PATCH v14 15/15] selftests/powerpc: Fix a build issue

[PATCH v20 00/20] perf, tools: Add support for PMU events in JSON format
 2016-09-14  5:45 UTC  (8+ messages)

[RFC] KVM: PPC: Book3S HV: Fall back to same size HPT in allocation ioctl
 2016-09-14  5:28 UTC  (11+ messages)

[PATCH] powerpc/powernv: Initialise nest mmu
 2016-09-14  5:02 UTC  (2+ messages)

[PATCH] powerpc/64: syscall ABI
 2016-09-14  3:21 UTC 

[PATCH] powerpc/64: replay hypervisor maintenance priority
 2016-09-14  3:01 UTC 

[PATCH v2 2/5] firmware: annotate thou shalt not request fw on init or probe
 2016-09-14  2:38 UTC  (8+ messages)
            ` [RFC] fs: add userspace critical mounts event support

[PATCH] hwrng: pasemi-rng - Use linux/io.h instead of asm/io.h
 2016-09-14  1:54 UTC  (4+ messages)
`  "

[PATCH v2 1/5] powerpc/cell: drop unused iic_get_irq_host()
 2016-09-14  0:11 UTC  (5+ messages)
` [PATCH v2 2/5] powerpc/sparse: Make a bunch of things static
  ` [v2,2/5] "
` [v2,1/5] powerpc/cell: drop unused iic_get_irq_host()

[v11, 0/8] Fix eSDHC host version register bug
 2016-09-13 22:24 UTC  (7+ messages)
` [v11, 5/8] soc: fsl: add GUTS driver for QorIQ platforms

[PATCH] net: Remove NO_IRQ from powerpc-only network drivers
 2016-09-13 15:41 UTC  (2+ messages)

[PATCH] powerpc: set used_vsr/used_vr/used_spe in sigreturn path when MSR bits are active
 2016-09-13 12:16 UTC  (2+ messages)
`  "

[PATCH] powerpc/ps3: fix spelling mistake in function name
 2016-09-13 12:16 UTC  (2+ messages)
`  "

[PATCH v2] powerpc/ptrace: Fix cppcheck issue in gpr32_set_common/gpr32_get_common()
 2016-09-13 12:16 UTC  (2+ messages)
` [v2] "

[PATCH] powerpc/xmon: Don't use ld on 32-bit
 2016-09-13 12:16 UTC  (2+ messages)
`  "

[PATCH] powerpc/32: add missing \n at end of printk warning message
 2016-09-13 12:16 UTC  (2+ messages)
`  "

[PATCH] cxl: Fix informational message
 2016-09-13 12:16 UTC  (2+ messages)
`  "

[PATCH v2 5/5] powerpc/sparse: Add more assembler prototypes
 2016-09-13 12:16 UTC  (2+ messages)
` [v2,5/5] "

[PATCH v2 4/5] powerpc/fadump: Make ELF eflags depend on endian
 2016-09-13 12:16 UTC  (2+ messages)
` [v2,4/5] "

[PATCH 2/3] powerpc/mm: Preserve CFAR value on SLB miss caused by access to bogus address
 2016-09-13 12:16 UTC  (2+ messages)
` [2/3] "

[PATCH 2/2] powerpc/64: Do load of PACAKBASE in LOAD_HANDLER
 2016-09-13 12:16 UTC  (2+ messages)
` [2/2] "

[PATCH 1/5] powerpc/Makefile: CROSS32AS is unused, remove it
 2016-09-13 12:16 UTC  (2+ messages)
` [1/5] "

[PATCH 1/4] powerpc/book3s: Add a cpu table entry for different POWER9 revs
 2016-09-13 12:16 UTC  (2+ messages)
` [1/4] "

[ RFC PATCH 1/3] powerpc/pasemi: Add Nemo motherboard config option
 2016-09-13 12:16 UTC  (2+ messages)
` [RFC,1/3] "

[PATCH 1/2] powerpc/64: Correct comment on LOAD_HANDLER()
 2016-09-13 12:16 UTC  (2+ messages)
` [1/2] "

[PATCH 0/4] ipmi: Allow dynamic device IDs
 2016-09-13 10:14 UTC  (4+ messages)
` [PATCH 3/4] ipmi: allow dynamic BMC version information
  ` [Openipmi-developer] "

[PATCH 3/8] powerpc/pseries: exception vector macros
 2016-09-13  9:22 UTC  (3+ messages)

linux-next: manual merge of the kbuild tree with Linus' tree
 2016-09-13  9:12 UTC  (3+ messages)

[PATCH v5 0/4] PCI: Introduce a way to enforce all MMIO BARs not to share PAGE_SIZE
 2016-09-13  9:00 UTC  (5+ messages)
` [PATCH v5 1/4] PCI: Ignore enforced alignment when kernel uses existing firmware setup
` [PATCH v5 2/4] PCI: Ignore enforced alignment to VF BARs
` [PATCH v5 3/4] PCI: Add a new option for resource_alignment to reassign alignment
` [PATCH v5 4/4] PCI: Add a macro to set default alignment for all PCI devices

[PATCH v2] Fix __tlbiel in hash_native_64
 2016-09-13  6:40 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).