linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-04 06:22:10 to 2019-02-07 07:13:38 UTC [more...]

[PATCH v3 0/5] powerpc/perf: IMC trace-mode support
 2019-02-07  7:03 UTC  (6+ messages)
` [PATCH v3 1/5] powerpc/include: Add data structures and macros for IMC trace mode
` [PATCH v3 2/5] powerpc/perf: Rearrange setting of ldbar for thread-imc
` [PATCH v3 3/5] powerpc/perf: Add privileged access check for thread_imc
` [PATCH v3 4/5] powerpc/perf: Trace imc events detection and cpuhotplug
` [PATCH v3 5/5] powerpc/perf: Trace imc PMU functions

[PATCH 1/2] powerpc/64s: Work around spurious warning on old gccs with -fsanitize-coverage
 2019-02-07  6:59 UTC  (4+ messages)
` [PATCH 2/2] powerpc: Enable kcov

[PATCH 0/1] Start conversion of PowerPC docs
 2019-02-07  6:03 UTC  (2+ messages)
` [PATCH 1/1] docs: powerpc: Convert to RST format

[PATCH] powerpc/powernv/idle: Restore IAMR after idle
 2019-02-07  6:33 UTC  (5+ messages)

[PATCH v16 00/21] powerpc: Switch to CONFIG_THREAD_INFO_IN_TASK
 2019-02-07  6:07 UTC  (32+ messages)
` [PATCH v16 01/21] powerpc/irq: use memblock functions returning virtual address
` [PATCH v16 02/21] powerpc/32: Fix CONFIG_VIRT_CPU_ACCOUNTING_NATIVE for 40x/booke
` [PATCH v16 03/21] powerpc: Avoid circular header inclusion in mmu-hash.h
` [PATCH v16 04/21] powerpc: Only use task_struct 'cpu' field on SMP
` [PATCH v16 05/21] powerpc: prep stack walkers for THREAD_INFO_IN_TASK
` [PATCH v16 06/21] powerpc: Rename THREAD_INFO to TASK_STACK
` [PATCH v16 07/21] powerpc: call_do_[soft]irq() takes a pointer to the stack
` [PATCH v16 08/21] powerpc: Don't use CURRENT_THREAD_INFO to find "
` [PATCH v16 09/21] powerpc: Replace current_thread_info()->task with current
` [PATCH v16 10/21] powerpc: Update comments in preparation for THREAD_INFO_IN_TASK
` [PATCH v16 11/21] powerpc/64: Use task_stack_page() to initialise paca->kstack
` [PATCH v16 12/21] powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMIT
` [PATCH v16 13/21] powerpc: Use linux/thread_info.h in processor.h
` [PATCH v16 14/21] powerpc: Use task_stack_page() in current_pt_regs()
` [PATCH v16 15/21] powerpc/idle/6xx: Use r1 with CURRENT_THREAD_INFO()
` [PATCH v16 16/21] powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
` [PATCH v16 17/21] powerpc: regain entire stack space
` [PATCH v16 18/21] powerpc: 'current_set' is now a table of task_struct pointers
` [PATCH v16 19/21] powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU
` [PATCH v16 20/21] powerpc/64: Replace CURRENT_THREAD_INFO with PACA_CURRENT_TI
` [PATCH v16 21/21] powerpc: clean stack pointers naming

[PATCH] powerpc/44x: Force PCI on for CURRITUCK
 2019-02-07  5:37 UTC  (2+ messages)

[PATCH 1/2] powerpc/32: Add ppc_defconfig
 2019-02-07  5:16 UTC  (2+ messages)
` [PATCH 2/2] powerpc: Fix defconfig choice logic when cross compiling

[PATCH v2] powerpc/mm: move a KERN_WARNING message to pr_debug()
 2019-02-07  4:33 UTC  (3+ messages)

[PATCH v3 1/2] mm: add probe_user_read()
 2019-02-07  5:04 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Optimise mmio emulation for devices on FAST_MMIO_BUS
 2019-02-07  4:56 UTC 

[PATCH v03] powerpc/numa: Perform full re-add of CPU for PRRN/VPHN topology update
 2019-02-07  4:48 UTC  (2+ messages)

use generic DMA mapping code in powerpc V4
 2019-02-07  4:34 UTC  (17+ messages)

[PATCH 00/19] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-02-07  2:51 UTC  (66+ messages)
` [PATCH 03/19] KVM: PPC: Book3S HV: check the IRQ controller type
` [PATCH 05/19] KVM: PPC: Book3S HV: add a new KVM device for the XIVE native exploitation mode
` [PATCH 06/19] KVM: PPC: Book3S HV: add a GET_ESB_FD control to the XIVE native device
` [PATCH 08/19] KVM: PPC: Book3S HV: add a VC_BASE "
` [PATCH 09/19] KVM: PPC: Book3S HV: add a SET_SOURCE "
` [PATCH 12/19] KVM: PPC: Book3S HV: record guest queue page address
` [PATCH 13/19] KVM: PPC: Book3S HV: add a SYNC control for the XIVE native migration
` [PATCH 14/19] KVM: PPC: Book3S HV: add a control to make the XIVE EQ pages dirty
` [PATCH 15/19] KVM: PPC: Book3S HV: add get/set accessors for the source configuration
` [PATCH 16/19] KVM: PPC: Book3S HV: add get/set accessors for the EQ configuration
` [PATCH 17/19] KVM: PPC: Book3S HV: add get/set accessors for the VP XIVE state

BUG: memcmp(): Accessing invalid memory location
 2019-02-07  2:13 UTC  (8+ messages)

[PATCH net] net: fsl_ucc_hdlc: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
 2019-02-07  1:43 UTC  (2+ messages)

[PATCH v4 0/2] add qixis driver
 2019-02-06 22:26 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: soc: fsl: Document Qixis FPGA usage
` [PATCH v4 2/2] drivers: soc: fsl: add qixis driver

[PATCH] powerpc/64: Fix memcmp reading past the end of src/dest
 2019-02-06 13:27 UTC 

[PATCH v2] powerpc/perf: Use PVR rather than oprofile field to determine CPU version
 2019-02-06 12:11 UTC  (2+ messages)

[PATCH net-next v5 00/12] net: y2038-safe socket timestamps
 2019-02-06 11:58 UTC  (5+ messages)
` [PATCH net-next v5 11/12] socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes
` [PATCH net-next v5 12/12] sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW

[PATCH] powerpc/prom_init: add __init markers to all functions
 2019-02-06 11:37 UTC  (4+ messages)

[PATCH 0/4] powerpc/livepatch: reliable stack unwinder fixes
 2019-02-06  8:45 UTC  (8+ messages)
` [PATCH 1/4] powerpc/64s: Clear on-stack exception marker upon exception return

[PATCH] powerpc/perf: Use PVR rather than oprofile field to determine CPU version
 2019-02-06  5:40 UTC 

linux-next: manual merge of the akpm-current tree with the powerpc-fixes tree
 2019-02-06  5:15 UTC 

[PATCH] powerpc/powernv/npu: Remove redundant change_pte() hook
 2019-02-06  2:55 UTC  (4+ messages)

[PATCH] mtd: powernv: SPDX and comment fixups
 2019-02-06  1:08 UTC  (2+ messages)

[PATCH] powerpc/mm: move a KERN_WARNING message to KERN_DEBUG
 2019-02-05 18:11 UTC  (2+ messages)

[PATCHv6 1/4] dt-bindings: add DT binding for the layerscape PCIe controller with EP mode
 2019-02-05 18:02 UTC  (2+ messages)

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-02-05 16:13 UTC  (11+ messages)

[RFC PATCH] powerpc: fix get_arch_dma_ops() for NTB devices
 2019-02-05 16:13 UTC  (5+ messages)

[PATCH 2/8] perf mem/c2c: Fix perf_mem_events to support powerpc
 2019-02-05 15:07 UTC 

[RFC/WIP] powerpc: Fix 32-bit handling of MSR_EE on exceptions
 2019-02-05 12:19 UTC  (7+ messages)

[PATCH] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-02-05 11:35 UTC  (3+ messages)

[PATCH] powerpc/papr_scm: Use the correct bind address
 2019-02-05 11:25 UTC  (2+ messages)
`  "

[PATCH] arch/powerpc/radix: Fix kernel crash with mremap
 2019-02-05 11:25 UTC  (2+ messages)
`  "

[PATCH v02] powerpc/pseries: Check for ceded CPU's during LPAR migration
 2019-02-05 10:24 UTC  (8+ messages)

[PATCH v2] powerpc: drop page_is_ram() and walk_system_ram_range()
 2019-02-05 10:04 UTC  (4+ messages)

[PATCH] scsi: cxlflash: Prevent deadlock when adapter probe fails
 2019-02-05  3:24 UTC  (2+ messages)

[PATCH 00/17] powerpc/64s: tidy and gasify exception handler code, round 1
 2019-02-04 23:32 UTC  (20+ messages)
` [PATCH 01/17] powerpc/64s/exception: fix some line wrap and semicolon inconsistencies in macros
` [PATCH 02/17] powerpc/64s/exception: remove H concatenation for EXC_HV variants
` [PATCH 03/17] powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variant
` [PATCH 04/17] powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variants
` [PATCH 05/17] powerpc/64s/exception: remove the "extra" macro parameter
` [PATCH 06/17] powerpc/64s/exception: consolidate maskable and non-maskable prologs
` [PATCH 07/17] powerpc/64s/exception: merge KVM handler and skip variants
` [PATCH 08/17] powerpc/64s/exception: KVM handler can set the HSRR trap bit
` [PATCH 09/17] powerpc/64s/exception: Make EXCEPTION_PROLOG_0 a gas macro for consistency with others
` [PATCH 10/17] powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into callers
` [PATCH 11/17] powerpc/64s/exception: Move EXCEPTION_COMMON additions "
` [PATCH 12/17] powerpc/64s/exception: unwind exception-64s.h macros
` [PATCH 13/17] powerpc/64s/exception: move EXCEPTION_PROLOG_2* to a more logical place
` [PATCH 14/17] powerpc/64s/exception: remove STD_EXCEPTION_COMMON variants
` [PATCH 15/17] powerpc/64s/exception: move KVM related code together
` [PATCH 16/17] powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it is used
` [PATCH 17/17] powerpc/64s/exception: move head-64.h "

[PATCH v2 00/21] Refine memblock API
 2019-02-04 23:08 UTC  (6+ messages)
` [PATCH v2 10/21] memblock: refactor internal allocation functions

[PATCH] soc: fsl: dpio: Use after free in dpaa2_dpio_remove()
 2019-02-04 20:59 UTC  (2+ messages)

[PATCH v3 0/2] add qixis driver
 2019-02-04 20:12 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: soc: fsl: Document Qixis FPGA usage
` [PATCH v3 2/2] drivers: soc: fsl: add qixis driver

[PATCH RFC v3 00/21] PCI: Allow BAR movement during hotplug
 2019-02-04 15:36 UTC  (5+ messages)
` [PATCH RFC v3 02/21] PCI: Fix race condition in pci_enable/disable_device()
` [PATCH RFC v3 05/21] PCI: hotplug: Add a flag for the movable BARs feature
` [PATCH RFC v3 06/21] PCI: Pause the devices with movable BARs during rescan
` [PATCH RFC v3 21/21] powerpc/pci: Fix crash with enabled movable BARs

[PATCH] powerpc/64s: Remove MSR_RI optimisation in system_call_exit()
 2019-02-04 12:15 UTC  (3+ messages)

[PATCH v15 00/13] powerpc: Switch to CONFIG_THREAD_INFO_IN_TASK
 2019-02-04 11:20 UTC  (2+ messages)

Applied "ASoC: fsl-asoc-card: fix object reference leaks in fsl_asoc_card_probe" to the asoc tree
 2019-02-04  9:07 UTC 

[PATCH] dmaengine: fsldma: Add 64-bit I/O accessors for powerpc64
 2019-02-04  7:27 UTC  (7+ 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).