linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-04 15:45:50 to 2019-02-07 20:49:17 UTC [more...]

[PATCH-tip 00/22] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2019-02-07 20:08 UTC  (21+ messages)
` [PATCH-tip 01/22] locking/qspinlock_stat: Introduce a generic lockevent counting APIs
` [PATCH-tip 02/22] locking/lock_events: Make lock_events available for all archs & other locks
` [PATCH-tip 03/22] locking/rwsem: Relocate rwsem_down_read_failed()
` [PATCH-tip 04/22] locking/rwsem: Remove arch specific rwsem files
` [PATCH-tip 05/22] locking/rwsem: Move owner setting code from rwsem.c to rwsem.h
` [PATCH-tip 06/22] locking/rwsem: Rename kernel/locking/rwsem.h
` [PATCH-tip 07/22] locking/rwsem: Move rwsem internal function declarations to rwsem-xadd.h
` [PATCH-tip 08/22] locking/rwsem: Add debug check for __down_read*()
` [PATCH-tip 09/22] locking/rwsem: Enhance DEBUG_RWSEMS_WARN_ON() macro
` [PATCH-tip 10/22] locking/rwsem: Enable lock event counting
` [PATCH-tip 11/22] locking/rwsem: Implement a new locking scheme
` [PATCH-tip 12/22] locking/rwsem: Implement lock handoff to prevent lock starvation
` [PATCH-tip 13/22] locking/rwsem: Remove rwsem_wake() wakeup optimization
` [PATCH-tip 14/22] locking/rwsem: Add more rwsem owner access helpers
` [PATCH-tip 15/22] locking/rwsem: Merge owner into count on x86-64

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

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

[PATCH v2] powerpc/64: Fix memcmp reading past the end of src/dest
 2019-02-07 12:52 UTC  (2+ messages)

[PATCH v3 1/7] dump_stack: Support adding to the dump stack arch description
 2019-02-07 12:46 UTC  (7+ messages)
` [PATCH v3 2/7] powerpc: Add PVR & CPU name to "
` [PATCH v3 3/7] powerpc/64: Add logical PVR to the "
` [PATCH v3 4/7] powerpc: Add device-tree model to "
` [PATCH v3 5/7] powerpc: Add ppc_md.name "
` [PATCH v3 6/7] powerpc/powernv: Add opal details "
` [PATCH v3 7/7] powerpc/pseries: Add firmware "

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

[PATCH] mtd: powernv: SPDX and comment fixups
 2019-02-07  8:37 UTC  (3+ messages)

[PATCH v2] powerpc/mm: move a KERN_WARNING message to pr_debug()
 2019-02-07  9:25 UTC  (5+ messages)

[PATCH 00/19] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-02-07  9:13 UTC  (59+ messages)
` [PATCH 05/19] KVM: PPC: Book3S HV: add a new KVM device for the "
` [PATCH 06/19] KVM: PPC: Book3S HV: add a GET_ESB_FD control to the XIVE native device
` [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

[PATCH] powerpc/44x: Force PCI on for CURRITUCK
 2019-02-07  8:18 UTC  (3+ messages)

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

[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 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 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] 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  (15+ messages)

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] 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 12/17] powerpc/64s/exception: unwind exception-64s.h macros
 2019-02-04 23:32 UTC  (2+ messages)

[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 02/17] powerpc/64s/exception: remove H concatenation for EXC_HV variants
 2019-02-04 21:55 UTC  (2+ messages)

[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  (3+ messages)
` [PATCH v3 1/2] dt-bindings: soc: fsl: Document Qixis FPGA usage

[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


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