linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-22 00:34:44 to 2016-11-24 05:49:08 UTC [more...]

[PATCH kernel v6 0/7] powerpc/spapr/vfio: Put pages on VFIO container shutdown
 2016-11-24  5:48 UTC  (8+ messages)
` [PATCH kernel v6 1/7] powerpc/iommu: Pass mm_struct to init/cleanup helpers
` [PATCH kernel v6 2/7] powerpc/iommu: Stop using @current in mm_iommu_xxx
` [PATCH kernel v6 3/7] vfio/spapr: Postpone allocation of userspace version of TCE table
` [PATCH kernel v6 4/7] vfio/spapr: Add a helper to create default DMA window
` [PATCH kernel v6 5/7] vfio/spapr: Postpone default window creation
` [PATCH kernel v6 6/7] vfio/spapr: Reference mm in tce_container
` [PATCH kernel v6 7/7] powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown

[RFC][PATCH] powerpc/64be: use ELFv2 ABI for big endian kernels
 2016-11-24  5:37 UTC  (5+ messages)

[PATCH v3 2/3] powerpc: get hugetlbpage handling more generic
 2016-11-24  5:23 UTC  (2+ messages)
` [v3,2/3] "

[RFC][PATCH] Update ppc disassembly in xmon
 2016-11-24  5:14 UTC  (2+ messages)

[PATCH kernel v5 0/6] powerpc/spapr/vfio: Put pages on VFIO container shutdown
 2016-11-24  4:08 UTC  (13+ messages)
` [PATCH kernel v5 4/6] vfio/spapr: Postpone default window creation
` [PATCH kernel v5 5/6] vfio/spapr: Reference mm in tce_container

linux-next: build failure after merge of the akpm-current tree
 2016-11-24  5:01 UTC 

[PATCH V2 10/68] powerpc/mm: Update _PAGE_KERNEL_RO
 2016-11-24  4:04 UTC  (4+ messages)
` [V2,10/68] "

[PATCH 0/2] Preliminary cleanups for HPT resizing
 2016-11-24  3:37 UTC  (4+ messages)
` [PATCH 1/2] kvm: Move KVM_PPC_PVINFO_FLAGS_EV_IDLE definition next to its structure
` [PATCH 2/2] powerpc/kvm: Corectly report KVM_CAP_PPC_ALLOC_HTAB

[PATCH] cxl: drop duplicate header sched.h
 2016-11-24  3:24 UTC  (3+ messages)

Locking API testsuite output mangled
 2016-11-24  3:11 UTC  (3+ messages)

linux-next: manual merge of the kvm-ppc-paulus tree with the powerpc tree
 2016-11-24  2:53 UTC 

linux-next: manual merge of the kvm-ppc-paulus tree with the powerpc tree
 2016-11-24  2:48 UTC 

linux-next: manual merge of the kvm-ppc-paulus tree with the powerpc-fixes tree
 2016-11-24  2:42 UTC 

linux-next: manual merge of the powerpc tree with the powerpc-fixes tree
 2016-11-24  2:40 UTC  (2+ messages)

[PATCH v2 1/2] powerpc: remove extraneous header from asm-prototypes.h
 2016-11-24  2:10 UTC  (7+ messages)
` [PATCH v2 2/2] powerpc: kprobes: invoke handlers directly

[PATCH v8] QE: remove PPCisms for QE
 2016-11-24  1:30 UTC 

[PATCH 00/11] KVM: PPC: Book3S HV: Support KVM guests on POWER9
 2016-11-23 23:03 UTC  (14+ messages)
` [PATCH v2 01/11] KVM: PPC: Book3S HV: Adapt to new HPTE format "
` [PATCH v2 02/11] KVM: PPC: Book3S HV: Set partition table rather than SDR1 "
` [PATCH v2 03/11] KVM: PPC: Book3S HV: Adjust host/guest context switch for POWER9
` [PATCH v2 04/11] KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRs
` [PATCH v2 05/11] KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9
` [PATCH v2 06/11] KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores "
` [PATCH v2 07/11] KVM: PPC: Book3S HV: Use OPAL XICS emulation "
` [PATCH v2 08/11] KVM: PPC: Book3S HV: Use stop instruction rather than nap "
` [PATCH v2 09/11] KVM: PPC: Book3S HV: Enable hypervisor virtualization interrupts while in guest
` [PATCH v2 10/11] KVM: PPC: Book3S HV: Treat POWER9 CPU threads as independent subcores
` [PATCH v2 11/11] KVM: PPC: Book3S HV: Update kvmppc_set_arch_compat() for ISA v3.00

[PATCH 0/3] minor build fixes
 2016-11-24  1:04 UTC  (6+ messages)
` [PATCH 1/3] powerpc/64e: convert cmpi to cmpwi in head_64.S
` [PATCH 2/3] powerpc: allow compilation on cross-endian toolchain
` [PATCH 3/3] powerpc/64e: don't branch to dot symbols

[PATCH] powerpc/eeh/of: use builtin_platform_driver
 2016-11-24  0:52 UTC  (2+ messages)

[PATCH] scsi/ipr: Fix runaway IRQs when falling back from MSI to LSI
 2016-11-24  0:24 UTC 

[PATCH v3 0/2] Disable VF's memory space on updating IOV BARs
 2016-11-23 23:49 UTC  (2+ messages)

[PATCH] fsl_pamu: erratum a007907 should be applied on all versions of E6500 chips
 2016-11-23 19:14 UTC  (4+ messages)
`  "

[powerpc:next 81/84] arch/powerpc/include/asm/cmpxchg.h:484:37: warning: passing argument 1 of '__cmpxchg' discards 'volatile' qualifier from pointer target type
 2016-11-23 18:29 UTC 

[PATCH v5 1/7] powerpc/mm: update ptep_set_access_flag to not do full mm tlb flush
 2016-11-23 15:21 UTC  (14+ messages)
` [PATCH v5 2/7] powerpc/mm: Rename hugetlb-radix.h to hugetlb.h
` [PATCH v5 3/7] powerpc/mm/hugetlb: Handle hugepage size supported by hash config
` [PATCH v5 4/7] powerpc/mm/hugetlb: Make copy of huge_ptep_get_and_clear to different platform headers
` [PATCH v5 5/7] powerpc/mm/hugetlb: Switch hugetlb update to use huge_pte_update
` [PATCH v5 6/7] powerpc/mm: update pte_update to not do full mm tlb flush
` [PATCH v5 7/7] powerpc/mm: Batch tlb flush when invalidating pte entries

[PATCH] soc/fsl/qe: use builtin_platform_driver
 2016-11-23 15:04 UTC 

[PATCH] powerpc: sysdev: use builtin_platform_driver
 2016-11-23 15:02 UTC 

[PATCH] powerpc: platforms: 83xx: use builtin_platform_driver
 2016-11-23 15:00 UTC 

[mm v2 0/3] Support memory cgroup hotplug
 2016-11-23 13:22 UTC  (11+ messages)
` [mm v2 1/3] mm: Add basic infrastructure for memcg hotplug support
` [mm v2 2/3] mm: Move operations to hotplug callbacks
` [mm v2 3/3] powerpc/mm: fix node_possible_map limitations

[PATCH v2] powerpc: split ftrace bits into a separate file
 2016-11-23 12:07 UTC  (3+ messages)

[RFC] [PATCH] Trace TLBIE's
 2016-11-23 11:40 UTC  (3+ messages)

[PATCH v4 1/7] powerpc/mm: update ptep_set_access_flag to not do full mm tlb flush
 2016-11-23 10:32 UTC  (8+ messages)
` [PATCH v4 2/7] powerpc/mm: Rename hugetlb-radix.h to hugetlb.h
` [PATCH v4 3/7] powerpc/mm/hugetlb: Handle hugepage size supported by hash config
` [PATCH v4 4/7] powerpc/mm/hugetlb: Make copy of huge_ptep_get_and_clear to different platform headers
` [PATCH v4 5/7] powerpc/mm/hugetlb: Switch hugetlb update to use huge_pte_update
` [PATCH v4 6/7] powerpc/mm: update pte_update to not do full mm tlb flush
` [PATCH v4 7/7] powerpc/mm: Batch tlb flush when invalidating pte entries

[PATCH v3 0/3] powernv:stop: Use psscr_val,mask provided by firmware
 2016-11-23  9:51 UTC  (5+ messages)
` [PATCH v3 2/3] cpuidle:powernv: Add helper function to populate powernv idle states
` [PATCH v3 3/3] powernv: Pass PSSCR value and mask to power9_idle_stop

[PATCH v10 00/10] kexec_file_load implementation for PowerPC
 2016-11-23  8:45 UTC  (11+ messages)
` [PATCH v10 04/10] kexec_file: Add support for purgatory built as PIE

[PATCH] fsl/usb: Add FSL USB Gadget entry in platform device id table
 2016-11-23  7:20 UTC 

[PATCH v7] QE: remove PPCisms for QE
 2016-11-23  7:35 UTC  (2+ messages)
` [v7] "

[PATCH] cxl: fix coccinelle warnings
 2016-11-23  7:32 UTC  (6+ messages)

[PATCH v3] Fix loading of module radeonfb on PowerMac
 2016-11-23  7:26 UTC 

[PATCH V3 1/2] powerpc/mpc85xx: Update TMU device tree node for T1040/T1042
 2016-11-23  7:14 UTC  (3+ messages)

[PATCH v2 1/3] cyrus: Add poweroff/reset support
 2016-11-23  7:00 UTC  (2+ messages)
` [v2,1/3] "

linux-next: manual merge of the kvm-ppc-paulus tree with the powerpc-fixes tree
 2016-11-23  3:33 UTC 

[PATCH RFC] powerpc/powernv: sysfs entry to force full IPL reboot
 2016-11-23  3:19 UTC  (5+ messages)

[PATCH] powerpc/boot: fix the early OPAL console wrappers
 2016-11-23  2:55 UTC 

linux-next: build failure after merge of the powerpc tree
 2016-11-23  2:02 UTC  (3+ messages)

[PATCH 2/4] powerpc/64: Provide functions for accessing POWER9 partition table
 2016-11-23  0:35 UTC  (4+ messages)

[PATCH] powernv: Clear SPRN_PSSCR when a POWER9 CPU comes online
 2016-11-23  0:32 UTC  (4+ messages)

[PATCH] powerpc/xmon: Add support for dump in reverse
 2016-11-23  0:11 UTC  (4+ messages)

[PATCH] powerpc/powernv: Define and set POWER9 HFSCR doorbell bit
 2016-11-22 23:44 UTC 

[PATCH v2] cpufreq, powernv: Disable preemption while checking CPU throttling state throttling state
 2016-11-22 22:44 UTC  (2+ messages)

[PATCH v2 2/4] usb: dwc2: Add binding for AHB burst
 2016-11-22 21:46 UTC  (4+ messages)

[RFC/PATCH] powernv: Handle wakeup from stop due to SRESET
 2016-11-22 21:18 UTC  (3+ messages)
` [PATCH v2] powernv: Handle wakeup from idle "

[PATCH 0/2] Add device-specific VPD timeout
 2016-11-22 17:41 UTC  (10+ messages)
` [PATCH 1/2] PCI: Add pci_set_vpd_timeout() to set VPD access timeout
` [PATCH 2/2] cxl: Set VPD timeout to avoid access failures

[PATCH] powerpc: split ftrace bits into a separate file
 2016-11-22 16:35 UTC  (5+ messages)

Application code deadlock observed
 2016-11-22 13:45 UTC 

[PATCH] powerpc/xmon: Fix data-breakpoint
 2016-11-22 11:50 UTC  (3+ messages)

[PATCH v2] powerpc/32: Discard ffs() function and use builtin_ffs instead
 2016-11-22 11:44 UTC 

[PATCH 0/2] powerpc: stack protector (-fstack-protector) support
 2016-11-22 10:51 UTC  (4+ messages)
` [PATCH 1/2] powerpc: initial "

[Patch v7 0/7] microblaze/PowerPC: Move irq-xilinx to irqchip
 2016-11-22 11:10 UTC  (3+ messages)

[PATCH v2 0/2] powerpc: stack protector (-fstack-protector) support
 2016-11-22 10:49 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc: initial "
` [PATCH v2 2/2] powerpc/32: stack protector: change the canary value per task

[RFC] powerpc: xmon: Add address lookup for percpu symbols
 2016-11-22  9:20 UTC  (2+ messages)
` [RFC v2] "

[PATCH] fsldma: t4240qds: drop "SG" CAP for DMA3
 2016-11-22  7:25 UTC  (2+ messages)
`  "

[PATCH 1/3] powerpc: Stop passing ARCH=ppc64 to boot Makefile
 2016-11-22  6:06 UTC  (4+ messages)
` [PATCH 2/3] powerpc/boot: All uses of if_changed should depend on FORCE

[PATCH v3 1/6] powerpc/mm: update ptep_set_access_flag to not do full mm tlb flush
 2016-11-22  5:57 UTC  (8+ messages)
` [PATCH v3 4/6] powerpc/mm/hugetlb: Switch hugetlb update to use huge_pte_update
` [PATCH v3 6/6] powerpc/mm: Batch tlb flush when invalidating pte entries

[PATCH 0/7] build updates
 2016-11-22  5:56 UTC  (5+ messages)
` [PATCH 4/7] powerpc/64: tool to check head sections location sanity

[PATCH] cpuidle/powernv: staticise powernv_idle_driver
 2016-11-22  5:08 UTC 

[PATCH] powerpc: add more asm-prototypes.h declarations for asm exports
 2016-11-22  3:52 UTC 

[PATCH] powerpc/mm: Update hid register on secondaries too
 2016-11-22  0:38 UTC  (2+ messages)
`  "

[PATCH v3] powerpc/mm/radix: Invalidate ERAT on tlbiel for POWER9 DD1
 2016-11-22  0:38 UTC  (2+ messages)
` [v3] "

[PATCH] powerpc/oops: fix pr_cont() issues in instruction dump
 2016-11-22  0:38 UTC  (2+ 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).