linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-15 11:26:38 to 2016-09-20 04:29:44 UTC [more...]

[v2] XZ compressed zImage support
 2016-09-20  4:29 UTC  (2+ messages)
` [PATCH v2 1/6] powerpc/boot: add sed script

[PATCH] powerpc/64s: exception optimise MSR handling
 2016-09-20  4:25 UTC  (2+ messages)

[PATCH] powerpc/64s: optimise syscall entry for virtual, relocatable case
 2016-09-20  4:00 UTC  (2+ messages)

PowerPC agpmode issues
 2016-09-20  3:43 UTC  (10+ messages)

[PATCH] powerpc/mm: Update the FORCE_MAX_ZONEORDER range to enable hugetlb
 2016-09-20  3:13 UTC  (4+ messages)

[PATCH v2 0/3] powerpc: implementation of huge pages for 8xx
 2016-09-20  2:45 UTC  (12+ 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 v21 00/20] perf, tools: Add support for PMU events in JSON format
 2016-09-20  0:28 UTC  (26+ 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 v5 1/2] qe: modify get_qe_base function
 2016-09-19 20:13 UTC  (3+ messages)
` [PATCH v5 2/2] QE: remove PPCisms for QE

[PATCH] MAINTAINERS: Update cxl maintainers
 2016-09-19 19:09 UTC  (4+ messages)

[PATCH v6 0/7] perf: Cross arch annotate + few miscellaneous fixes
 2016-09-19 15:44 UTC  (5+ messages)
` [PATCH v6 3/7] perf annotate: Add support for powerpc
` [PATCH v6 4/7] perf annotate: Do not ignore call instruction with indirect target

[PATCH] powerpc/pseries: fix memory leak in queue_hotplug_event() error path
 2016-09-19 15:34 UTC  (2+ messages)

[PATCH v2 0/3] powerpc/mm: movable hotplug memory nodes
 2016-09-19 11:53 UTC  (9+ 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 v2] powerpc: fix usage of _PAGE_RO in hugepage
 2016-09-19 11:05 UTC  (2+ messages)

[PATCH] powernv/pci: Fix m64 checks for SR-IOV and window alignment
 2016-09-19 10:45 UTC  (5+ messages)

[PATCH v7 0/6] Implement qspinlock/pv-qspinlock on ppc
 2016-09-19  9:23 UTC  (9+ messages)
` [PATCH v7 1/6] pv-qspinlock: use cmpxchg_release in __pv_queued_spin_unlock
` [PATCH v7 2/6] powerpc/qspinlock: powerpc support qspinlock
` [PATCH v7 3/6] powerpc: pseries/Kconfig: Add qspinlock build config
` [PATCH v7 4/6] powerpc: lib/locks.c: Add cpu yield/wake helper function
` [PATCH v7 5/6] powerpc/pv-qspinlock: powerpc support pv-qspinlock
` [PATCH v7 6/6] powerpc: pSeries: Add pv-qspinlock build config/make

[PATCH][RFC] Implement arch primitives for busywait loops
 2016-09-19  8:48 UTC  (9+ messages)

[V2] powerpc/Kconfig: Update config option based on page size
 2016-09-19  7:15 UTC  (7+ messages)

[PATCH] perf tests: Add dwarf unwind test for powerpc
 2016-09-19  7:11 UTC  (2+ messages)

[PATCH 00/13] powerpc: "paca->soft_enabled" based local atomic operation implementation
 2016-09-19  6:03 UTC  (44+ 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

[PATCH RESEND] powerpc: fix usage of _PAGE_RO in hugepage
 2016-09-19  6:00 UTC  (2+ messages)

[PATCH 0/2] Enable MSR_TM lazily
 2016-09-19  5:26 UTC  (4+ messages)
` [PATCH 2/2] powerpc: tm: Enable transactional memory (TM) lazily for userspace

Linux 4.8: Reported regressions as of Sunday, 2016-09-18
 2016-09-19  2:44 UTC  (2+ messages)

[PATCH V2 1/7] dt-bindings: Update QorIQ TMU thermal bindings
 2016-09-19  2:44 UTC  (4+ messages)

[PATCH v14 00/15] selftests/powerpc: Add ptrace tests for ppc registers
 2016-09-19  2:33 UTC  (4+ messages)
` [PATCH v14 13/15] selftests/powerpc: Add ptrace tests for TM SPR registers

[PATCH] PCI: Add parameter @mmio_force_on to pci_update_resource()
 2016-09-18 23:53 UTC 

[PATHC v2 0/9] ima: carry the measurement list across kexec
 2016-09-18 21:25 UTC  (9+ messages)

[PATCH] Removed dependency on IDE_GD_ATA if ADB_PMU_LED_DISK is selected
 2016-09-18 11:08 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-4.8-6 tag
 2016-09-17  8:52 UTC 

[PATCH v8 00/13] kexec_file_load implementation for PowerPC
 2016-09-16 23:16 UTC  (3+ messages)
` [PATCH v8 11/13] powerpc: Add support for loading ELF kernels with kexec_file_load

[PATCH 0/3] corenet: Add power/reset support to Cyrus
 2016-09-16 21:05 UTC  (7+ messages)
` [PATCH 2/3] corenet: Support gpio power/reset for corenet

[PATCH v14 02/17] PCI: Let pci_mmap_page_range() take resource address
 2016-09-16 20:02 UTC  (4+ messages)
` [PATCH v14 03/17] PCI: Remove __pci_mmap_make_offset()
` [PATCH v14 10/17] powerpc/PCI: Keep resource idx order with bridge register number
` [PATCH v14 11/17] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing

[PATCH 0/5] Freescale DPAA 1.x QBMan Drivers
 2016-09-16 16:19 UTC  (7+ messages)
` [PATCH 1/5] soc/fsl: Introduce DPAA 1.x BMan device driver
` [PATCH 2/5] soc/fsl: Introduce DPAA 1.x QMan "
` [PATCH 3/5] soc/bman: Add self-test for BMan driver
` [PATCH 4/5] soc/qman: Add self-test for QMan driver
` [PATCH 5/5] arch/powerpc: Add CONFIG_FSL_DPAA to corenetXX_smp_defconfig

[RFC 0/3] powerpc/powernv: support CAPI + kexec
 2016-09-16 10:39 UTC  (4+ messages)
` [RFC 1/3] powerpc/powernv: fix comment style and spelling
` [RFC 2/3] powerpc/powernv: add opal_pci_get_phb_capi_mode() call
` [RFC 3/3] powerpc/powernv: reset any PHBs in CAPI mode during initialisation

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

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

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

[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  (4+ messages)
` [PATCH v5 1/5] kexec_file: Include the purgatory segment in the kexec image checksum

[PATCH v4 0/9] ima: carry the measurement list across kexec
 2016-09-15 11:26 UTC  (9+ messages)
` [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


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