linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-05 11:52:06 to 2019-02-08 13:11:03 UTC [more...]

[RFC PATCH v1 00/16] powerpc/32: Implement fast syscall entry
 2019-02-08 12:52 UTC  (4+ messages)
` [PATCH v1 01/16] powerpc: CONFIG_THREAD_INFO_IN_TASK series
` [PATCH v1 02/16] powerpc/32: Refactor EXCEPTION entry macros for head_8xx.S and head_32.S
` [PATCH v1 03/16] powerpc/32: move LOAD_MSR_KERNEL() into head_32.h and use it

[PATCH 1/7] powerpc/eeh: Use debugfs_create_u32 for eeh_max_freezes
 2019-02-08 12:50 UTC  (14+ messages)
` [PATCH 2/7] powerpc/eeh_cache: Add pr_debug() prints for insert/remove
` [PATCH 3/7] powerpc/eeh_cache: Add a way to dump the EEH address cache
` [PATCH 4/7] powerpc/eeh_cache: Bump log level of eeh_addr_cache_print()
` [PATCH 5/7] powerpc/pci: Add pci_find_hose_for_domain()
` [PATCH 6/7] powerpc/eeh: Allow disabling recovery
` [PATCH 7/7] powerpc/eeh: Add eeh_force_recover to debugfs

[PATCH] powerpc: Make PPC_64K_PAGES depend on only 44x or PPC_BOOK3S_64
 2019-02-08 12:34 UTC 

[PATCH] powerpc/44x: Force PCI on for CURRITUCK
 2019-02-08 11:46 UTC  (4+ messages)

[PATCH v2] powerpc/powernv/idle: Restore IAMR after idle
 2019-02-08 11:11 UTC 

use generic DMA mapping code in powerpc V4
 2019-02-08 10:59 UTC  (18+ messages)

[PATCH 00/19] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-02-08  7:58 UTC  (50+ messages)
` [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 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 v2] powerpc/64: Fix memcmp reading past the end of src/dest
 2019-02-08  6:12 UTC  (3+ messages)

[PATCH v03] powerpc/numa: Perform full re-add of CPU for PRRN/VPHN topology update
 2019-02-08  5:44 UTC  (3+ messages)

[PATCH 0/1] Start conversion of PowerPC docs
 2019-02-08  3:40 UTC  (5+ messages)
` [PATCH 1/1] docs: powerpc: Convert to RST format

[PATCH 1/2] powerpc/64s: Work around spurious warning on old gccs with -fsanitize-coverage
 2019-02-08  3:11 UTC  (8+ messages)
` [PATCH 2/2] powerpc: Enable kcov

[PATCH v3 1/2] mm: add probe_user_read()
 2019-02-08  3:01 UTC  (6+ messages)

[PATCH v3 1/7] dump_stack: Support adding to the dump stack arch description
 2019-02-08  2:01 UTC  (8+ 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] powerpc/powernv/idle: Restore IAMR after idle
 2019-02-08  1:04 UTC  (8+ messages)

[PATCH-tip 00/22] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2019-02-07 20:54 UTC  (32+ 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-tip 16/22] locking/rwsem: Remove redundant computation of writer lock word
` [PATCH-tip 17/22] locking/rwsem: Recheck owner if it is not on cpu
` [PATCH-tip 18/22] locking/rwsem: Make rwsem_spin_on_owner() return a tri-state value
` [PATCH-tip 19/22] locking/rwsem: Enable readers spinning on writer
` [PATCH-tip 20/22] locking/rwsem: Enable count-based spinning on reader
` [PATCH-tip 21/22] locking/rwsem: Wake up all readers in wait queue
` [PATCH-tip 22/22] locking/rwsem: Ensure an RT task will not spin on reader

[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 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 v16 00/21] powerpc: Switch to CONFIG_THREAD_INFO_IN_TASK
 2019-02-07  6:07 UTC  (27+ messages)
` [PATCH v16 01/21] powerpc/irq: use memblock functions returning virtual address
` [PATCH v16 05/21] powerpc: prep stack walkers for THREAD_INFO_IN_TASK
` [PATCH v16 08/21] powerpc: Don't use CURRENT_THREAD_INFO to find the stack
` [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 

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

[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  (9+ 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  (6+ messages)

[PATCH] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-02-05 11:35 UTC  (3+ 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).