linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-25 00:41:37 to 2019-11-26 21:24:10 UTC [more...]

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

[PATCH v2] of: unittest: fix memory leak in attach_node_and_children
 2019-11-26 19:23 UTC  (2+ messages)

[PATCH v2] dma-mapping: treat dev->bus_dma_mask as a DMA limit
 2019-11-26 18:51 UTC  (5+ messages)

[PATCH 1/1] powerpc/kvm/book3s: Fixes possible 'use after release' of kvm
 2019-11-26 18:14 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/hw_breakpoints: Rewrite 8xx breakpoints to allow any address range size
 2019-11-26 17:43 UTC  (2+ messages)
` [PATCH v2 2/2] selftests/powerpc: enable range tests on 8xx in ptrace-hwbreak.c selftest

Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2019-11-26 16:40 UTC  (15+ messages)

[PATCH] powernv/opal-sensor-groups: Add documentation for the sysfs interfaces
 2019-11-26 13:51 UTC 

[PATCH v2] powerpc/8xx: Fix permanently mapped IMMR region
 2019-11-26 13:16 UTC 

[PATCH v4 00/16] Enable CONFIG_VMAP_STACK on PPC32
 2019-11-26 12:36 UTC  (17+ messages)
` [PATCH v4 01/16] powerpc/32: replace MTMSRD() by mtmsr
` [PATCH v4 02/16] powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.h
` [PATCH v4 03/16] powerpc/32: save DEAR/DAR before calling handle_page_fault
` [PATCH v4 04/16] powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0
` [PATCH v4 05/16] powerpc/32: add a macro to get and/or save DAR and DSISR on stack
` [PATCH v4 06/16] powerpc/32: prepare for CONFIG_VMAP_STACK
` [PATCH v4 07/16] powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACK
` [PATCH v4 08/16] powerpc/32: Add early stack overflow detection with VMAP stack
` [PATCH v4 09/16] powerpc/8xx: Use alternative scratch registers in DTLB miss handler
` [PATCH v4 10/16] powerpc/8xx: drop exception entries for non-existing exceptions
` [PATCH v4 11/16] powerpc/8xx: move DataStoreTLBMiss perf handler
` [PATCH v4 12/16] powerpc/8xx: split breakpoint exception
` [PATCH v4 13/16] powerpc/8xx: Enable CONFIG_VMAP_STACK
` [PATCH v4 14/16] powerpc/32s: reorganise DSI handler
` [PATCH v4 15/16] powerpc/32s: avoid crossing page boundary while changing SRR0/1
` [PATCH v4 16/16] powerpc/32s: Activate CONFIG_VMAP_STACK

[PATCH v2] powerpc/kernel/sysfs: Add PMU_SYSFS config option to enable PMU SPRs sysfs file creation
 2019-11-26 11:39 UTC  (3+ messages)

[PATCH v3 00/15] Enable CONFIG_VMAP_STACK on PPC32
 2019-11-26  9:01 UTC  (4+ messages)
` [PATCH v3 15/15] powerpc/32s: Activate CONFIG_VMAP_STACK

loop nesting in alignment exception and machine check
 2019-11-26  8:13 UTC  (4+ messages)
      ` 答复: 答复: "

[PATCH] powerpc/8xx: Fix permanently mapped IMMR region
 2019-11-26  8:01 UTC  (3+ messages)

[PATCH 00/18] Initial Prefixed Instruction support
 2019-11-26  5:21 UTC  (19+ messages)
` [PATCH 01/18] powerpc: Enable Prefixed Instructions
` [PATCH 02/18] powerpc: Add BOUNDARY SRR1 bit for future ISA version
` [PATCH 03/18] powerpc: Add PREFIXED "
` [PATCH 04/18] powerpc: Rename Bit 35 of SRR1 to indicate new purpose
` [PATCH 05/18] powerpc sstep: Prepare to support prefixed instructions
` [PATCH 06/18] powerpc sstep: Add support for prefixed integer load/stores
` [PATCH 07/18] powerpc sstep: Add support for prefixed floating-point load/stores
` [PATCH 08/18] powerpc sstep: Add support for prefixed VSX load/stores
` [PATCH 09/18] powerpc sstep: Add support for prefixed fixed-point arithmetic
` [PATCH 10/18] powerpc: Support prefixed instructions in alignment handler
` [PATCH 11/18] powerpc/traps: Check for prefixed instructions in facility_unavailable_exception()
` [PATCH 12/18] powerpc/xmon: Add initial support for prefixed instructions
` [PATCH 13/18] powerpc/xmon: Dump "
` [PATCH 14/18] powerpc/kprobes: Support kprobes on "
` [PATCH 15/18] powerpc/uprobes: Add support for "
` [PATCH 16/18] powerpc/hw_breakpoints: Initial "
` [PATCH 17/18] powerpc: Add prefix support to mce_find_instr_ea_and_pfn()
` [PATCH 18/18] powerpc/fault: Use analyse_instr() to check for store with updates to sp

[PATCH][v2] powerpc: Set right value of Speculation_Store_Bypass in /proc/<pid>/status
 2019-11-26  2:28 UTC  (2+ messages)

[PATCH v2] powerpc: Fix Kconfig indentation
 2019-11-26  1:13 UTC  (2+ messages)

[PATCH v5 1/3] powerpc: Don't add -mabi= flags when building with Clang
 2019-11-26  1:13 UTC  (2+ messages)

[PATCH v1 1/4] powerpc/fixmap: don't clear fixmap area in paging_init()
 2019-11-26  1:13 UTC  (2+ messages)

[PATCH net 0/4] ibmvnic: Harden device commands and queries
 2019-11-25 23:12 UTC  (9+ messages)
      ` [PATCH net v2 "
        ` [PATCH net v2 1/4] ibmvnic: Fix completion structure initialization
        ` [PATCH net v2 2/4] ibmvnic: Terminate waiting device threads after loss of service
        ` [PATCH net v2 3/4] ibmvnic: Bound waits for device queries
        ` [PATCH net v2 4/4] ibmvnic: Serialize "

[PATCH v2 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-25 23:10 UTC  (20+ messages)
` [PATCH v2 01/19] mm/gup: factor out duplicate code from four routines
` [PATCH v2 02/19] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH v2 03/19] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH v2 04/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH v2 05/19] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH v2 06/19] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH v2 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH v2 08/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH v2 09/19] IB/{core, hw, umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH v2 10/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH v2 11/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH v2 12/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH v2 13/19] net/xdp: "
` [PATCH v2 14/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH v2 15/19] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH v2 16/19] vfio, mm: "
` [PATCH v2 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH v2 18/19] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH v2 19/19] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH 00/19] pin_user_pages(): reduced-risk series for Linux 5.5
 2019-11-25 20:46 UTC  (25+ messages)
` [PATCH 01/19] mm/gup: factor out duplicate code from four routines
` [PATCH 02/19] mm/gup: move try_get_compound_head() to top, fix minor issues
` [PATCH 03/19] mm: Cleanup __put_devmap_managed_page() vs ->page_free()
` [PATCH 04/19] goldish_pipe: rename local pin_user_pages() routine
` [PATCH 05/19] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
` [PATCH 06/19] vfio: fix FOLL_LONGTERM use, simplify get_user_pages_remote() call
` [PATCH 07/19] mm/gup: introduce pin_user_pages*() and FOLL_PIN
` [PATCH 08/19] goldish_pipe: convert to pin_user_pages() and put_user_page()
` [PATCH 09/19] IB/{core, hw, umem}: set FOLL_PIN via pin_user_pages*(), fix up ODP
` [PATCH 10/19] mm/process_vm_access: set FOLL_PIN via pin_user_pages_remote()
` [PATCH 11/19] drm/via: set FOLL_PIN via pin_user_pages_fast()
` [PATCH 12/19] fs/io_uring: set FOLL_PIN via pin_user_pages()
` [PATCH 13/19] net/xdp: "
` [PATCH 14/19] media/v4l2-core: set pages dirty upon releasing DMA buffers
` [PATCH 15/19] media/v4l2-core: pin_user_pages (FOLL_PIN) and put_user_page() conversion
` [PATCH 16/19] vfio, mm: "
` [PATCH 17/19] powerpc: book3s64: convert to pin_user_pages() and put_user_page()
` [PATCH 18/19] mm/gup_benchmark: use proper FOLL_WRITE flags instead of hard-coding "1"
` [PATCH 19/19] mm, tree-wide: rename put_user_page*() to unpin_user_page*()

[PATCH v4 0/3] LLVM/Clang fixes for pseries_defconfig
 2019-11-25 20:15 UTC  (3+ messages)
` [PATCH v5 0/3] LLVM/Clang fixes for a few defconfigs

[PATCH] powerpc/mpc85xx: also write addr_h to spin table for 64bit boot entry
 2019-11-25 15:15 UTC 

[PATCH v4 1/2] powerpc/irq: bring back ksp_limit management in C functions
 2019-11-25 14:25 UTC  (6+ messages)
` [PATCH v4 2/2] powerpc/irq: inline call_do_irq() and call_do_softirq()

[PATCH v17 00/13] open: introduce openat2(2) syscall
 2019-11-25 13:21 UTC  (8+ messages)
` [PATCH v17 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT, BENEATH}: permit limited ".." resolution
  ` [PATCH v17 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: "

lockdep warning while booting POWER9 PowerNV
 2019-11-25 12:49 UTC  (6+ messages)

[PATCH v2 00/14] Convert cpu_up/down to device_online/offline
 2019-11-25 11:27 UTC  (2+ messages)
` [PATCH v2 06/14] powerpc: Replace cpu_up/down with device_online/offline

[PATCH] selftests/powerpc: spectre_v2 test must be built 64-bit
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH v2] powerpc/powernv: Disable native PCIe port management
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH] powerpc/sysdev: drop simple gpio
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH v4 1/2] powerpc/32: Split kexec low level code out of misc_32.S
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH v3 1/2] powerpc/32s: automatically allocate BAT in setbat()
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH v1 4/4] powerpc/ioremap: warn on early use of ioremap()
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH v1 3/4] powerpc: Add support for GENERIC_EARLY_IOREMAP
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH v1 2/4] powerpc/fixmap: Use __fix_to_virt() instead of fix_to_virt()
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH] powerpc/8xx: use the fixmapped IMMR in cpm_reset()
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH] powerpc/8xx: add __init to cpm1 init functions
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH v3 1/2] powerpc: permanently include 8xx registers in reg.h
 2019-11-25 10:47 UTC  (2+ messages)

[PATCH] powerpc/reg: use ASM_FTR_IFSET() instead of opencoding fixup
 2019-11-25 10:46 UTC  (2+ messages)

[PATCH] powerpc/32: Don't populate page tables for block mapped pages except on the 8xx
 2019-11-25 10:46 UTC  (2+ messages)

[PATCH] powerpc/mm: tell if a bad page fault on data is read or write
 2019-11-25 10:46 UTC  (2+ messages)

[PATCH] powerpc/mm: drop #ifdef CONFIG_MMU in is_ioremap_addr()
 2019-11-25 10:46 UTC  (2+ messages)

[PATCH 2/3] powerpc: refactoring BUG/WARN macros
 2019-11-25 10:46 UTC  (2+ messages)

[PATCH] powerpc/32: drop unused ISA_DMA_THRESHOLD
 2019-11-25  9:20 UTC 

PCIPOCALYPSE
 2019-11-25  5:00 UTC  (20+ messages)
` [Very RFC 06/46] powerpc/iov: Move VF pdev fixup into pcibios_fixup_iov()
` [Very RFC 18/46] powernv/pci: Add pci_bus_to_pnvhb() helper
` [Very RFC 19/46] powernv/eeh: Use standard PCI capability lookup functions
` [Very RFC 20/46] powernv/eeh: Look up device info from pci_dev
` [Very RFC 21/46] powernv/eeh: Rework finding an existing edev in probe_pdev()
` [Very RFC 22/46] powernv/eeh: Allocate eeh_dev's when needed
` [Very RFC 23/46] powerpc/eeh: Moving finding the parent PE into the platform

[PATCH V10] mm/debug: Add tests validating architecture page table helpers
 2019-11-25  4:28 UTC  (2+ messages)

[PATCH v11 0/7] KVM: PPC: Driver to manage pages of secure guest
 2019-11-25  3:09 UTC  (9+ messages)
` [PATCH v11 1/7] mm: ksm: Export ksm_madvise()
` [PATCH v11 2/7] KVM: PPC: Support for running secure guests
` [PATCH v11 3/7] KVM: PPC: Shared pages support for "
` [PATCH v11 4/7] KVM: PPC: Radix changes for secure guest
` [PATCH v11 5/7] KVM: PPC: Handle memory plug/unplug to secure VM
` [PATCH v11 6/7] KVM: PPC: Support reset of secure guest
` [PATCH v11 7/7] KVM: PPC: Ultravisor: Add PPC_UV config option

[PATCH v3] libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h
 2019-11-25  1:35 UTC  (2+ messages)

[PATCH v7 00/24] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-11-25  0:53 UTC  (7+ messages)
` [PATCH v7 07/24] IB/umem: use get_user_pages_fast() to pin DMA pages


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