linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-03 04:23:04 to 2018-11-08 17:54:54 UTC [more...]

[PATCH 00/36] Devicetree schema
 2018-11-08 16:10 UTC  (11+ messages)
` [PATCH 12/36] dt-bindings: arm: Convert cpu binding to json-schema
` [PATCH 13/36] dt-bindings: arm: Convert PMU "
` [PATCH 35/36] dt-bindings: arm: Convert Xilinx board/soc bindings "

[PATCH 0/5] Guarded Userspace Access Prevention on Radix
 2018-11-08 17:52 UTC  (5+ messages)

[PATCH] powerpc/xmon: Fix invocation inside lock region
 2018-11-08 17:12 UTC 

[Resend PATCH V5 1/10] KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
 2018-11-08 14:46 UTC  (7+ messages)
` [Resend PATCH V5 2/10] x86/hyper-v: Add HvFlushGuestAddressList hypercall support
` [Resend PATCH V5 3/10] x86/Hyper-v: Add trace in the hyperv_nested_flush_guest_mapping_range()
` [Resend PATCH V5 4/10] KVM/VMX: Add hv tlb range flush support
` [Resend PATCH V5 5/10] KVM/MMU: Add tlb flush with range helper function
` [Resend PATCH V5 6/10] KVM: Replace old tlb flush function with new one to flush a specified range
` [Resend PATCH V5 7/10] KVM: Make kvm_set_spte_hva() return int

[PATCH V5 00/10] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-11-08 14:42 UTC 

[PATCH] powerpc: Mark variable `cpumsr` as unused
 2018-11-08 13:59 UTC  (4+ messages)

[PATCH kernel 0/3] vfio/spapr_tce: Reworks for NVIDIA V100 + P9 passthrough (part 3)
 2018-11-08  7:16 UTC  (7+ messages)
` [PATCH kernel 1/3] vfio_pci: Allow mapping extra regions
` [PATCH kernel 2/3] vfio_pci: Allow regions to add own capabilities

[PATCH v9 0/9] powerpc: Switch to CONFIG_THREAD_INFO_IN_TASK
 2018-11-08 11:17 UTC  (10+ messages)
` [PATCH v9 1/9] book3s/64: avoid circular header inclusion in mmu-hash.h
` [PATCH v9 2/9] powerpc: Only use task_struct 'cpu' field on SMP
` [PATCH v9 3/9] powerpc: Prepare for moving thread_info into task_struct
` [PATCH v9 4/9] powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
` [PATCH v9 5/9] powerpc: regain entire stack space
` [PATCH v9 6/9] powerpc: 'current_set' is now a table of task_struct pointers
` [PATCH v9 7/9] powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU
` [PATCH v9 8/9] powerpc/64: Remove CURRENT_THREAD_INFO
` [PATCH v9 9/9] powerpc: clean stack pointers naming

[PATCH] powerpc: Add CONFIG_NR_CPUS to ppc64_defconfig
 2018-11-08 10:25 UTC 

[PATCH] net/wan/fsl_ucc_hdlc: add BQL support
 2018-11-08  6:21 UTC  (2+ messages)

[PATCH kernel 0/2] powerpc/iommu: Redo iommu groups
 2018-11-08  5:18 UTC  (5+ messages)
` [PATCH kernel 1/2] powerpc/pseries: Remove IOMMU API support for non-LPAR systems
` [PATCH kernel 2/2] powerpc/powernv/pseries: Rework device adding to IOMMU groups

[PATCH kernel 0/5] powerpc/powernv/npu: Reworks for NVIDIA V100 + P9 passthrough (part 2)
 2018-11-08  5:05 UTC  (9+ messages)
` [PATCH kernel 1/5] powerpc/powernv/npu: Add helper to access struct npu for NPU device
` [PATCH kernel 2/5] powerpc/powernv/npu: Collect all static symbols under one struct
` [PATCH kernel 3/5] powerpc/powernv: Detach npu struct from pnv_phb
` [PATCH kernel 4/5] powerpc/powernv/npu: Factor out OPAL calls from context manipulation

[PATCH kernel] powerpc/powernv/ioda1: Remove dead code for a single device PE
 2018-11-08  5:45 UTC  (2+ messages)

[linuxppc-dev][PATCH] powerpc: mm: numa: Suppress "VPHN is not supported. Disabling polling" prints
 2018-11-08  5:17 UTC 

[PATCH] powerpc: Add KVM guest defconfig
 2018-11-08  5:08 UTC 

[PATCH] Documentation: fix spelling mistake, EACCESS -> EACCES
 2018-11-08  0:38 UTC  (3+ messages)

[PATCH v6 00/18] of: overlay: validation checks, subsequent fixes
 2018-11-07 23:48 UTC  (30+ messages)
` [PATCH v6 01/18] of: overlay: add tests to validate kfrees from overlay removal
` [PATCH v6 02/18] of: overlay: add missing of_node_put() after add new node to changeset
` [PATCH v6 03/18] of: overlay: add missing of_node_get() in __of_attach_node_sysfs
` [PATCH v6 04/18] powerpc/pseries: add of_node_put() in dlpar_detach_node()
` [PATCH v6 05/18] of: overlay: use prop add changeset entry for property in new nodes
` [PATCH v6 06/18] of: overlay: do not duplicate properties from overlay for "
` [PATCH v6 07/18] of: dynamic: change type of of_{at, de}tach_node() to void
    ` [PATCH v6 07/18] of: dynamic: change type of of_{at,de}tach_node() "
` [PATCH v6 08/18] of: overlay: reorder fields in struct fragment
` [PATCH v6 09/18] of: overlay: validate overlay properties #address-cells and #size-cells
` [PATCH v6 10/18] of: overlay: make all pr_debug() and pr_err() messages unique
` [PATCH v6 11/18] of: overlay: test case of two fragments adding same node
` [PATCH v6 12/18] of: overlay: check prevents multiple fragments add or delete "
` [PATCH v6 13/18] of: overlay: check prevents multiple fragments touching same property
` [PATCH v6 14/18] of: unittest: remove unused of_unittest_apply_overlay() argument
` [PATCH v6 15/18] of: overlay: set node fields from properties when add new overlay node
` [PATCH v6 16/18] of: unittest: allow base devicetree to have symbol metadata
` [PATCH v6 17/18] of: unittest: find overlays[] entry by name instead of index
` [PATCH v6 18/18] of: unittest: initialize args before calling of_*parse_*()

[PATCH] KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE
 2018-11-07 21:27 UTC  (3+ messages)
`  "

[PATCH 1/3] powerpc/mm/64s: Consolidate SLB assertions
 2018-11-07 21:27 UTC  (5+ messages)
` [PATCH 2/3] powerpc/mm/64s: Use PPC_SLBFEE macro
` [PATCH 3/3] powerpc/mm/64s: Only use slbfee on CPUs that support it
` [1/3] powerpc/mm/64s: Consolidate SLB assertions

[PATCH] powerpc/npu-dma: Remove NPU DMA ops
 2018-11-07 21:27 UTC  (2+ messages)
`  "

[PATCH] lkdtm: print real addresses
 2018-11-07 20:14 UTC 

[PATCH] ASoC: fsl_ssi: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-11-07 19:08 UTC  (2+ messages)
` [alsa-devel] "

[PATCH] selftests/powerpc: Fix wild_bctr test to work on BE
 2018-11-07 17:48 UTC  (2+ messages)

[PATCH v1 1/6] powerpc/mm: Fix reporting of kernel execute faults on the 8xx
 2018-11-07 17:08 UTC  (7+ messages)
` [RFC PATCH v1 2/6] powerpc: Add framework for Kernel Userspace Protection
` [RFC PATCH v1 3/6] powerpc: Add skeleton for Kernel Userspace Execution Prevention
` [RFC PATCH v1 4/6] powerpc/8xx: Add "
` [RFC PATCH v1 5/6] powerpc/mm: Add a framework for Kernel Userspace Access Protection
` [RFC PATCH v1 6/6] powerpc/8xx: Add "

[PATCH trivial] powerpc: Typo s/use use/use/
 2018-11-07 13:49 UTC 

[PATCH 01/24] powerpc/mm: Move exception_enter/exit to a do_page_fault wrapper
 2018-11-07 10:39 UTC  (4+ messages)
` [PATCH 12/24] powerpc/mm: Fix reporting of kernel execute faults

Build regressions/improvements in v4.20-rc1
 2018-11-07  9:41 UTC  (9+ messages)
  ` Build regressions/improvements in v4.20-rc1 (sound/pci/hda/patch_ca0132.c)
      ` [alsa-devel] "

NXP P50XX/e5500: SMP doesn't work anymore with the latest Git kernel
 2018-11-07  6:46 UTC  (7+ messages)
  ` arch/powerpc/kvm/trace.h:9:0: error: "TRACE_INCLUDE_PATH" redefined

[PATCH] powerpc/io: Fix the IO workarounds code to work with Radix
 2018-11-07  5:38 UTC 

[PATCH v2 0/2] kgdb: Fix kgdb_roundup_cpus()
 2018-11-07  1:04 UTC  (6+ messages)
` [PATCH v2 2/2] kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()

[PATCH v3 0/4] kgdb: Fix kgdb_roundup_cpus()
 2018-11-07  1:00 UTC  (3+ messages)
` [PATCH v3 1/4] kgdb: Remove irq flags from roundup
` [PATCH v3 2/4] kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()

System not booting since dm changes? (was Linux 4.20-rc1)
 2018-11-07  0:59 UTC  (5+ messages)

[RFC PATCH v2 00/14] New TM Model
 2018-11-07  0:39 UTC  (18+ messages)
` [RFC PATCH 01/14] powerpc/tm: Reclaim transaction on kernel entry
` [RFC PATCH 02/14] powerpc/tm: Reclaim on unavailable exception
` [RFC PATCH 03/14] powerpc/tm: Recheckpoint when exiting from kernel
` [RFC PATCH 04/14] powerpc/tm: Always set TIF_RESTORE_TM on reclaim
` [RFC PATCH 05/14] powerpc/tm: Refactor the __switch_to_tm code
` [RFC PATCH 06/14] powerpc/tm: Do not recheckpoint at sigreturn
` [RFC PATCH 07/14] powerpc/tm: Do not reclaim on ptrace
` [RFC PATCH 08/14] powerpc/tm: Recheckpoint at exit path
` [RFC PATCH 09/14] powerpc/tm: Warn if state is transactional
` [RFC PATCH 10/14] powerpc/tm: Improve TM debug information
` [RFC PATCH 11/14] powerpc/tm: Save MSR to PACA before RFID
` [RFC PATCH 12/14] powerpc/tm: Restore transactional SPRs
` [RFC PATCH 13/14] powerpc/tm: Do not restore TM without SPRs
` [RFC PATCH 14/14] selftests/powerpc: Adapt tm-syscall test to no suspend

[PATCH v11 00/26] Speculative page faults
 2018-11-06  9:28 UTC  (7+ messages)
` [PATCH v11 10/26] mm: protect VMA modifications using VMA sequence count

[PATCH] powerpc: mark 64-bit PD_HUGE constant as unsigned long
 2018-11-06 14:48 UTC 

[PATCH] powerpc/vas: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-11-06 14:39 UTC 

[PATCH 1/6] arm64: dts: Add the status property disable PCIe
 2018-11-06  6:48 UTC  (11+ messages)
` [PATCH 5/6] pci: layerscape: Add the EP mode support

[PATCH -next 0/3] Add support for fast mremap
 2018-11-06  4:36 UTC  (13+ messages)
` [PATCH -next 1/3] mm: treewide: remove unused address argument from pte_alloc functions (v2)
  ` [PATCH -next v2 1/3] mm: treewide: remove unused address argument from pte_alloc functions
` [PATCH -next 2/3] mm: speed up mremap by 20x on large regions (v4)
` [PATCH -next 3/3] mm: select HAVE_MOVE_PMD in x86 for faster mremap

[PATCH v2 1/2] kbuild: add -no-integrated-as Clang option unconditionally
 2018-11-06  3:04 UTC  (2+ messages)
` [PATCH v2 2/2] kbuild: consolidate Clang compiler flags

[PATCH 0/2] poewrpc/Boot: Fix cross compiling with clang
 2018-11-06  0:36 UTC  (8+ messages)
` [PATCH 1/2] Makefile: Export clang toolchain variables
` [PATCH 2/2] powerpc/boot: Set target when cross-compiling for clang

[PATCH] powerpc/fadump: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-11-06  0:07 UTC  (2+ messages)

[PATCH 1/2 v3] powerpc/fsl: Use new clockgen binding
 2018-11-05 23:20 UTC  (4+ messages)
` [PATCH 2/2 v3] clk: qoriq: add more compatibles strings

[PATCH] powerpc/32: Avoid unsupported flags with clang
 2018-11-05 23:12 UTC  (4+ messages)

[PATCHv2 1/6] arm64: dts: Add the status property disable PCIe
 2018-11-05 22:17 UTC  (7+ messages)
` [PATCHv2 2/6] ARM: dts: ls1021a: "
` [PATCHv2 3/6] PCI: layerscape: Add the EP mode support
` [PATCHv2 4/6] arm64: dts: Add the PCIE EP node in dts
` [PATCHv2 5/6] pci: layerscape: Add the EP mode support
` [PATCHv2 6/6] misc: pci_endpoint_test: Add the layerscape EP device support

[PATCH] KVM: PPC: Book3S HV: Change to use DEFINE_SHOW_ATTRIBUTE macro
 2018-11-05 14:47 UTC 

[PATCH v08 0/5] powerpc/hotplug: Update affinity for migrated CPUs
 2018-11-05 17:50 UTC  (3+ messages)

[RFC PATCH] lib: Introduce generic __cmpxchg_u64() and use it where needed
 2018-11-05 14:24 UTC  (12+ messages)

[PATCH] powerpc: Add some documentation of ISA versions
 2018-11-05  9:01 UTC 

[PATCH] arch/powerpc: Use dma_zalloc_coherent
 2018-11-05  3:28 UTC 

[PATCH] arch/powerpc: Use dma_zalloc_coherent
 2018-11-05  2:22 UTC 

[Skiboot] Important details about race condition in EEH/NVMe-issue on ppc64le
 2018-11-05  4:30 UTC 

[PATCH v2] ppc4xx: ocm: fix errnous "failed to create file" errors
 2018-11-04 15:57 UTC 

[PATCH] ppc4xx: ocm: fix errnous "failed to create file" errors
 2018-11-04 15:57 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).