linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-12 05:40:04 to 2019-11-13 10:12:28 UTC [more...]

[PATCH 00/33] exception cleanup, syscall in C and !COMPAT
 2019-11-13 10:04 UTC  (37+ messages)
` [PATCH 01/33] powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generation
` [PATCH 02/33] powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parameters
` [PATCH 03/33] powerpc/64s/exception: Add GEN_KVM "
` [PATCH 04/33] powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macros
` [PATCH 05/33] powerpc/64s/exception: Move all interrupt handlers to new style code gen macros
` [PATCH 06/33] powerpc/64s/exception: Remove old INT_ENTRY macro
` [PATCH 07/33] powerpc/64s/exception: Remove old INT_COMMON macro
` [PATCH 08/33] powerpc/64s/exception: Remove old INT_KVM_HANDLER
` [PATCH 09/33] powerpc/64s/exception: Add ISIDE option
` [PATCH 10/33] powerpc/64s/exception: move real->virt switch into the common handler
` [PATCH 11/33] powerpc/64s/exception: move soft-mask test to common code
` [PATCH 12/33] powerpc/64s/exception: move KVM "
` [PATCH 13/33] powerpc/64s/exception: remove confusing IEARLY option
` [PATCH 14/33] powerpc/64s/exception: remove the SPR saving patch code macros
` [PATCH 15/33] powerpc/64s/exception: trim unused arguments from KVMTEST macro
` [PATCH 16/33] powerpc/64s/exception: hdecrementer avoid touching the stack
` [PATCH 17/33] powerpc/64s/exception: re-inline some handlers
` [PATCH 18/33] powerpc/64s/exception: Clean up SRR specifiers
` [PATCH 19/33] powerpc/64s/exception: add more comments for interrupt handlers
` [PATCH 20/33] powerpc/64s/exception: only test KVM in SRR interrupts when PR KVM is supported
` [PATCH 21/33] powerpc/64s/exception: soft nmi interrupt should not use ret_from_except
` [PATCH 22/33] powerpc/64: system call remove non-volatile GPR save optimisation
` [PATCH 23/33] powerpc/64: system call implement the bulk of the logic in C
` [PATCH 24/33] powerpc/64s: interrupt return "
` [PATCH 25/33] powerpc/64s/exception: remove lite interrupt return
` [PATCH 26/33] powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro
` [PATCH 27/33] powerpc: move common register copy functions from signal_32.c to signal.c
` [PATCH 28/33] powerpc/perf: consolidate read_user_stack_32
` [PATCH 29/33] powerpc/perf: consolidate valid_user_sp
` [PATCH 30/33] powerpc/perf: remove current_is_64bit()
` [PATCH 31/33] powerpc/64: make buildable without CONFIG_COMPAT
` [PATCH 32/33] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default
` [PATCH 33/33] powerpc/perf: split callchain.c by bitness

[RESEND PATCH] selftests/powerpc: Handle Makefile for unrecognized option
 2019-11-13  9:42 UTC 

[PATCH 00/50] Add log level to show_stack()
 2019-11-13  8:47 UTC  (20+ messages)

[PATCH] powerpc/powernv: Disable native PCIe port management
 2019-11-13  9:40 UTC 

Pull request: scottwood/linux.git next
 2019-11-13  9:23 UTC  (2+ messages)

[PATCH v3 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-13  9:02 UTC  (26+ messages)
` [PATCH v3 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v3 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v3 11/23] IB/{core, hw, umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
  ` [PATCH v3 11/23] IB/{core,hw,umem}: "

[PATCH v15 0/9] open: introduce openat2(2) syscall
 2019-11-13  7:52 UTC  (38+ messages)
` [PATCH v15 2/9] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v15 3/9] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v15 4/9] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v15 5/9] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v15 6/9] namei: LOOKUP_{IN_ROOT, BENEATH}: permit limited ".." resolution
  ` [PATCH v15 6/9] namei: LOOKUP_{IN_ROOT,BENEATH}: "
` [PATCH v15 7/9] open: introduce openat2(2) syscall

unify the dma_capable definition
 2019-11-13  7:35 UTC  (4+ messages)
` [PATCH 1/3] dma-direct: unify the dma_capable definitions
` [PATCH 2/3] dma-direct: avoid a forward declaration for phys_to_dma
` [PATCH 3/3] powerpc: remove support for NULL dev in __phys_to_dma / __dma_to_phys

[PATCH v4 00/47] QUICC Engine support on ARM and ARM64
 2019-11-13  7:26 UTC  (12+ messages)
` [PATCH v4 04/47] soc: fsl: qe: introduce qe_io{read,write}* wrappers
  ` [PATCH v4 04/47] soc: fsl: qe: introduce qe_io{read, write}* wrappers
` [PATCH v4 34/47] soc: fsl: qe: change return type of cpm_muram_alloc() to s32
` [PATCH v4 47/47] soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE

[PATCH v3] libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h
 2019-11-13  7:12 UTC 

[PATCH v4 0/3] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-11-13  6:39 UTC  (2+ messages)

[PATCH v10 0/8] KVM: PPC: Driver to manage pages of secure guest
 2019-11-13  6:32 UTC  (12+ messages)
` [PATCH v10 6/8] KVM: PPC: Support reset "
` [PATCH v10 7/8] KVM: PPC: Implement H_SVM_INIT_ABORT hcall

[PATCH v4 00/23] mm/gup: track dma-pinned pages: FOLL_PIN, FOLL_LONGTERM
 2019-11-13  4:32 UTC  (25+ messages)
` [PATCH v4 01/23] mm/gup: pass flags arg to __gup_device_* functions
` [PATCH v4 02/23] mm/gup: factor out duplicate code from four routines
` [PATCH v4 03/23] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v4 04/23] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v4 05/23] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v4 06/23] IB/umem: use get_user_pages_fast() to pin DMA pages
` [PATCH v4 07/23] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v4 08/23] vfio, mm: fix get_user_pages_remote() and FOLL_LONGTERM
` [PATCH v4 09/23] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v4 10/23] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v4 11/23] IB/{core, hw, umem}: set FOLL_PIN, FOLL_LONGTERM via pin_longterm_pages*()
` [PATCH v4 12/23] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v4 13/23] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v4 14/23] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v4 15/23] net/xdp: "
` [PATCH v4 16/23] mm/gup: track FOLL_PIN pages
` [PATCH v4 17/23] media/v4l2-core: pin_longterm_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v4 18/23] vfio, mm: "
` [PATCH v4 19/23] powerpc: book3s64: convert to pin_longterm_pages() and put_user_page()
` [PATCH v4 20/23] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v4 21/23] mm/gup_benchmark: support pin_user_pages() and related calls
` [PATCH v4 22/23] selftests/vm: run_vmtests: invoke gup_benchmark with basic FOLL_PIN coverage
` [PATCH v4 23/23] mm/gup: remove support for gup(FOLL_LONGTERM)

[PATCH RFC 00/15] powerpc/eeh: Synchronize access to struct eeh_pe
 2019-11-13  2:32 UTC  (3+ messages)
` [PATCH RFC 02/15] powerpc/eeh: Rename eeh_pe_get() to eeh_pe_find()

[PATCH AUTOSEL 4.4 14/48] powerpc/pseries: Fix DTL buffer registration
 2019-11-13  2:01 UTC  (3+ messages)
` [PATCH AUTOSEL 4.4 15/48] powerpc/pseries: Fix how we iterate over the DTL entries
` [PATCH AUTOSEL 4.4 21/48] KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LR

[PATCH AUTOSEL 4.9 19/68] powerpc/pseries: Fix DTL buffer registration
 2019-11-13  1:59 UTC  (4+ messages)
` [PATCH AUTOSEL 4.9 20/68] powerpc/pseries: Fix how we iterate over the DTL entries
` [PATCH AUTOSEL 4.9 29/68] KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LR
` [PATCH AUTOSEL 4.9 65/68] misc: cxl: Fix possible null pointer dereference

[PATCH AUTOSEL 4.14 022/115] KVM: PPC: Inform the userspace about TCE update failures
 2019-11-13  1:56 UTC  (8+ messages)
` [PATCH AUTOSEL 4.14 031/115] powerpc/pseries: Fix DTL buffer registration
` [PATCH AUTOSEL 4.14 032/115] powerpc/pseries: Fix how we iterate over the DTL entries
` [PATCH AUTOSEL 4.14 033/115] powerpc/xive: Move a dereference below a NULL test
` [PATCH AUTOSEL 4.14 048/115] powerpc/time: Use clockevents_register_device(), fixing an issue with large decrementer
` [PATCH AUTOSEL 4.14 055/115] KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LR
` [PATCH AUTOSEL 4.14 106/115] misc: cxl: Fix possible null pointer dereference
` [PATCH AUTOSEL 4.14 114/115] powerpc/time: Fix clockevent_decrementer initalisation for PR KVM

[PATCH AUTOSEL 4.19 042/209] KVM: PPC: Inform the userspace about TCE update failures
 2019-11-13  1:50 UTC  (10+ messages)
` [PATCH AUTOSEL 4.19 055/209] powerpc/pseries: Fix DTL buffer registration
` [PATCH AUTOSEL 4.19 056/209] powerpc/pseries: Fix how we iterate over the DTL entries
` [PATCH AUTOSEL 4.19 057/209] powerpc/xive: Move a dereference below a NULL test
` [PATCH AUTOSEL 4.19 084/209] powerpc/time: Use clockevents_register_device(), fixing an issue with large decrementer
` [PATCH AUTOSEL 4.19 085/209] powerpc/64s/radix: Explicitly flush ERAT with local LPID invalidation
` [PATCH AUTOSEL 4.19 095/209] KVM: PPC: Book3S PR: Exiting split hack mode needs to fixup both PC and LR
` [PATCH AUTOSEL 4.19 122/209] soc: fsl: bman_portals: defer probe after bman's probe
` [PATCH AUTOSEL 4.19 196/209] misc: cxl: Fix possible null pointer dereference
` [PATCH AUTOSEL 4.19 207/209] powerpc/time: Fix clockevent_decrementer initalisation for PR KVM

use generic DMA mapping code in powerpc V4
 2019-11-12 22:58 UTC  (10+ messages)
        ` Bug 205201 - overflow of DMA mask and bus mask

[PATCH v2 00/29] vmlinux.lds.h: Refactor EXCEPTION_TABLE and NOTES
 2019-11-12 20:55 UTC  (8+ messages)
` [PATCH v2 11/29] vmlinux.lds.h: Replace RODATA with RO_DATA

[PATCH] powerpc/kmcent2: add ranges to the pci bridges
 2019-11-12 19:56 UTC 

net-next branch fails to build on my P8 CI system
 2019-11-12 18:17 UTC  (2+ messages)

[PATCH 00/11] opencapi: enable card reset and link retraining
 2019-11-12 17:38 UTC  (6+ messages)
` [PATCH 01/11] powerpc/powernv/ioda: Fix ref count for devices with their own PE

[PATCH] KVM: PPC: Book3S HV: XIVE: Free previous EQ page when setting up a new one
 2019-11-12 12:01 UTC  (3+ messages)

[PATCH] powerpc/xive: Prevent page fault issues in the machine crash handler
 2019-11-12 12:48 UTC  (3+ messages)

[PATCH v1 0/7] PCI: dt: Remove magic numbers for legacy PCI IRQ interrupts
 2019-11-12 12:48 UTC  (5+ messages)
` [PATCH v1 5/7] powerpc: dts: fsl: Use IRQ flags "
` [PATCH v1 6/7] powerpc: dts: "

[PATCH 03/34] powerpc: Use CONFIG_PREEMPTION
 2019-11-12 12:38 UTC  (6+ messages)
      ` [PATCH 03/34 v2] "
        ` [PATCH 03/34 v3] "

[PATCH v1 00/12] powerpc/pseries: CMM: Implement balloon compaction and remove isolate notifier
 2019-11-12 11:12 UTC  (5+ messages)
` [PATCH v1 08/12] powerpc/pseries: CMM: Implement balloon compaction

[PATCH v2 0/9] Fixes and Enablement of ibm,drc-info property
 2019-11-12 10:50 UTC  (2+ messages)

[PATCH v5 0/6] powerpc: convert cache asm to C
 2019-11-12 10:49 UTC  (3+ messages)
` [PATCH v5 4/6] powerpc: Convert flush_icache_range & friends "

[4.4] Backport request: powerpc: Fix compiling a BE kernel with a powerpc64le toolchain
 2019-11-12  8:52 UTC 

[PATCH stable 4.4] powerpc/boot: Request no dynamic linker for boot wrapper
 2019-11-12  6:59 UTC 

[PATCH V9] mm/debug: Add tests validating architecture page table helpers
 2019-11-12  6:52 UTC  (3+ messages)

[PATCH 00/10] Add support for OpenCAPI SCM devices
 2019-11-12  5:41 UTC  (5+ messages)
` [PATCH 08/10] nvdimm: Add driver for OpenCAPI Storage Class Memory


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