linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-12 03:11:26 to 2016-08-18 02:36:29 UTC [more...]

[PATCH 00/15] Fix issue with KOBJ_ADD uevent versus disk attributes
 2016-08-18  2:36 UTC  (25+ messages)
` [PATCH 01/15] disk: Drop add_disk in favor of device_add_disk
` [PATCH 02/15] genhd: Return error from register_disk()
` [PATCH 03/15] genhd: Return error from blk_register_region
` [PATCH 04/15] block: Return error from blk_integrity_add
` [PATCH 05/15] genhd: Return error from disk_{add,alloc}_events
` [PATCH 06/15] genhd: Add return code to device_add_disk
` [PATCH 07/15] genhd: Add attribute group parameter "
` [PATCH 08/15] nvme: Pass attribute group "
` [PATCH 09/15] virtio-blk: "
` [PATCH 10/15] mtd: "
` [PATCH 11/15] zram: "
` [PATCH 12/15] mtip: "
` [PATCH 13/15] aoeblk: "
` [PATCH 14/15] axonram: "
` [PATCH 15/15] block: Add FIXME comment to handle device_add_disk error

linux-next: build warnings after merge of the kbuild tree
 2016-08-18  1:09 UTC  (3+ messages)

[PATCH kernel 00/15] powerpc/kvm/vfio: Enable in-kernel acceleration
 2016-08-18  0:22 UTC  (39+ messages)
` [PATCH kernel 01/15] Revert "iommu: Add a function to find an iommu group by id"
` [PATCH kernel 05/15] powerpc/iommu: Stop using @current in mm_iommu_xxx
` [PATCH kernel 06/15] powerpc/mm/iommu: Put pages on process exit
` [PATCH kernel 07/15] powerpc/iommu: Cleanup iommu_table disposal
` [PATCH kernel 08/15] powerpc/vfio_spapr_tce: Add reference counting to iommu_table
` [PATCH kernel 09/15] powerpc/mmu: Add real mode support for IOMMU preregistered memory
` [PATCH kernel 10/15] KVM: PPC: Use preregistered memory API to access TCE list
` [PATCH kernel 11/15] powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()
` [PATCH kernel 12/15] KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanently
` [PATCH kernel 13/15] KVM: PPC: Pass kvm* to kvmppc_find_table()
` [PATCH kernel 14/15] vfio/spapr_tce: Export container API for external users

[PATCH 0/6] cxlflash: Improvements and cleanup
 2016-08-17 23:22 UTC  (3+ messages)
` [PATCH 1/6] cxlflash: Avoid mutex when destroying context

[RFC v2 0/2] powerpc/mm: enable memory hotplug on radix
 2016-08-17 15:51 UTC  (3+ messages)
` [RFC v2 1/2] powerpc/mm: refactor {create,remove}_section_mapping()
` [RFC v2 2/2] powerpc/mm: add radix__{create, remove}_section_mapping()

debug problems on ppc 83xx target due to changed struct task_struct
 2016-08-17 15:27 UTC  (13+ messages)

[PATCH] ppc64: allow ptrace to set TM bits
 2016-08-17 14:40 UTC  (3+ messages)

[PATCH] powerpc/powernv/pci: fix iterator signedness
 2016-08-17 10:03 UTC 

[PATCH v6 1/2] tools/perf: Fix the mask in regs_dump__printf and print_sample_iregs
 2016-08-17  9:36 UTC  (2+ messages)
` [PATCH v2 2/2] perf/core: Fix the mask in perf_output_sample_regs

[PATCH V3 1/8] powerpc/firmware: Add definitions for new firmware features
 2016-08-17  7:34 UTC  (2+ messages)

[RFC PATCH 01/10] powerpc: Move ARCH_DLINFO out of uapi
 2016-08-17  5:39 UTC  (10+ messages)
` [RFC PATCH 02/10] powerpc: Move {d, i, u}cache_bsize definitions to a common place
` [RFC PATCH 03/10] powerpc: A new cache shape aux vectors
` [RFC PATCH 04/10] powerpc: Remove obsolete comment about patching instructions
` [RFC PATCH 05/10] powerpc/64: Fix naming of cache block vs. cache line
` [RFC PATCH 06/10] powerpc/64: Retrieve number of L1 cache sets from device-tree
` [RFC PATCH 07/10] powerpc/64: Build L1 cache shape info for userspace
` [RFC PATCH 08/10] powerpc/64: Clean up ppc64_caches using a struct per cache
` [RFC PATCH 09/10] powerpc/64: Add L2 and L3 cache shape info
` [RFC PATCH 10/10] powerpc/64: Hard code cache geometry on POWER8

[PATCH v2 0/6] kexec_file: Add buffer hand-over for the next kernel
 2016-08-17  4:58 UTC  (11+ messages)
` [PATCH v2 1/6] kexec_file: Add buffer hand-over support "
` [PATCH v2 2/6] powerpc: "
` [PATCH v2 3/6] kexec_file: Allow skipping checksum calculation for some segments
` [PATCH v2 4/6] kexec_file: Add mechanism to update kexec segments
` [PATCH v2 5/6] kexec: Share logic to copy segment page contents
` [PATCH v2 6/6] IMA: Demonstration code for kexec buffer passing

[PATCH v3 00/21] Consistent TM structures
 2016-08-17  4:31 UTC  (24+ messages)
` [PATCH v3 01/21] selftests/powerpc: Compile selftests against headers without AT_HWCAP2
` [PATCH v3 02/21] powerpc: Always restore FPU/VEC/VSX if hardware transactional memory in use
` [PATCH v3 03/21] powerpc: Add check_if_tm_restore_required() to giveup_all()
` [PATCH v3 04/21] powerpc: Return the new MSR from msr_check_and_set()
` [PATCH v3 05/21] powerpc: Never giveup a reclaimed thread when enabling kernel {fp, altivec, vsx}
` [PATCH v3 06/21] powerpc: signals: Stop using current in signal code
` [PATCH v3 07/21] selftests/powerpc: Check for VSX preservation across userspace preemption
` [PATCH v3 08/21] selftests/powerpc: Rework FPU stack placement macros and move to header file
` [PATCH v3 09/21] selftests/powerpc: Move VMX stack frame macros "
` [PATCH v3 10/21] selftests/powerpc: Introduce GPR asm helper "
` [PATCH v3 11/21] selftests/powerpc: Add transactional memory defines
` [PATCH v3 12/21] selftests/powerpc: Allow tests to extend their kill timeout
` [PATCH v3 13/21] selftests/powerpc: Add TM tcheck helpers in C
` [PATCH v3 14/21] selftests/powerpc: Check that signals always get delivered
` [PATCH v3 15/21] selftests/powerpc: Add checks for transactional GPRs in signal contexts
` [PATCH v3 16/21] selftests/powerpc: Add checks for transactional FPUs "
` [PATCH v3 17/21] selftests/powerpc: Add checks for transactional VMXs "
` [PATCH v3 18/21] selftests/powerpc: Add checks for transactional VSXs "
` [PATCH v3 19/21] powerpc: tm: Always use fp_state and vr_state to store live registers
` [PATCH v3 20/21] powerpc: tm: Rename transct_(*) to ck(\1)_state
` [PATCH v3 21/21] powerpc: Remove do_load_up_transact_{fpu,altivec}

[PATCH v5 00/13] kexec_file_load implementation for PowerPC
 2016-08-17  2:04 UTC  (13+ messages)
` [PATCH v5 01/13] kexec_file: Allow arch-specific memory walking for kexec_add_buffer
` [PATCH v5 02/13] kexec_file: Change kexec_add_buffer to take kexec_buf as argument
` [PATCH v5 04/13] powerpc: Factor out relocation code from module_64.c to elf_util_64.c

[PATCH] powerpc: migrate exception table users off module.h and onto extable.h
 2016-08-16 14:57 UTC 

[PATCH] powerpc, hotplug: Avoid to touch non-existent cpumasks
 2016-08-16 11:50 UTC 

[PATCH v2] soc: fsl/qe: fix Oops on CPM1 (and likely CPM2)
 2016-08-16  6:26 UTC 

[PATCH] perf/core: Fix the mask in perf_output_sample_regs
 2016-08-16  5:29 UTC  (3+ messages)

[PATCH] powerpc/powernv: Initialise nest mmu
 2016-08-16  4:22 UTC  (4+ messages)

[PATCH v2 0/2] extend kexec_file_load system call
 2016-08-16  0:13 UTC  (5+ messages)
` [PATCH v2 2/2] kexec: "

[PATCH v2 00/20] Consistent TM structures
 2016-08-15 23:03 UTC  (6+ messages)
` [PATCH v2 18/20] powerpc: tm: Always use fp_state and vr_state to store live registers

[PATCH] powerpc: mpc8349emitx: Delete unnecessary assignment for the field "owner"
 2016-08-15 20:42 UTC 

[PATCH] powerpc/512x: Delete unnecessary assignment for the field "owner"
 2016-08-15 20:16 UTC 

[ANN] oldworld-deb: Debian Installer boot floppy for OldWorld PowerMacs
 2016-08-15 17:49 UTC 

[PATCH 0/6] powerpc/8xx: implementation of huge pages
 2016-08-15 10:31 UTC  (16+ messages)
` [PATCH 1/6] powerpc: port 64 bits pgtable_cache to 32 bits
` [PATCH 2/6] powerpc: fix usage of _PAGE_RO in hugepage
` [PATCH 3/6] powerpc/8xx: use r3 to scratch CR in ITLBmiss
` [PATCH 4/6] powerpc/8xx: Move additional DTLBMiss handlers out of exception area
` [PATCH 5/6] powerpc/8xx: make user addr DTLB miss the short path
` [PATCH 6/6] powerpc/8xx: implementation of huge pages

[PATCH] powerpc: populate the default bus with machine_arch_initcall
 2016-08-14 23:54 UTC  (7+ messages)

[PATCH] i2c: don't print error when adding adapter fails
 2016-08-14 22:17 UTC  (2+ messages)

[PATCH] powerpc: cputhreads: Add missing include file
 2016-08-14 20:53 UTC 

[PATCH] drivers/macintosh: Delete owner assignment
 2016-08-14 19:53 UTC 

Linux 4.8: Reported regressions as of Sunday, 2016-08-14
 2016-08-14 15:23 UTC 

Linux 4.7: Reported regressions as of Sunday, 2016-08-14
 2016-08-14 15:21 UTC 

Problem booting Kernel 4.8-rc1 on Sam460ex ( Canyonlands)
 2016-08-14 11:41 UTC  (7+ messages)

[PATCH v3 01/21] powerpc/mm: Add mmu_early_init_devtree()
 2016-08-14  4:44 UTC  (3+ messages)
  ` [PATCH v3 14/21] powerpc: Call jump_label_init() in apply_feature_fixups()

[PATCH RFC] powerpc/pasemi: Remove hardcoded bus numbers on smbus
 2016-08-13 18:42 UTC 

[PATCH] powerpc/32: Remove one insn in __bswapdi2
 2016-08-12 22:49 UTC  (6+ messages)

[PATCH 0/4] powerpc/mm: movable hotplug memory nodes
 2016-08-12 17:24 UTC  (4+ messages)
` [PATCH 3/4] powerpc/mm: allow memory hotplug into a memoryless node

[RFC PATCH] powerpc/Makefile: Add option to build with gold
 2016-08-12 14:30 UTC  (2+ messages)

[RFC PATCH 1/2] powerpc/prom: Define structs for client architecture vectors
 2016-08-12 12:30 UTC  (2+ messages)
` [RFC PATCH 2/2] powerpc/prom: Switch to using structs for ibm_architecture_vec

[pasemi] Internal CompactFlash (CF) card device not recognised after the powerpc-4.8-1 merge
 2016-08-12 12:26 UTC  (4+ messages)

[PATCH] powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-support
 2016-08-12 11:45 UTC 

[PATCH v4] powerpc/pseries: use pci_host_bridge.release_fn() to kfree(phb)
 2016-08-12 11:39 UTC  (6+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-4.8-3 tag
 2016-08-12  9:22 UTC 

[PATCH] soc: fsl/qe: fix Oops on CPM1 (and likely CPM2)
 2016-08-12  6:25 UTC  (3+ messages)

[PATCH v4 0/5] PCI: Introduce a way to enforce all MMIO BARs not to share PAGE_SIZE
 2016-08-12  5:42 UTC  (6+ messages)
` [PATCH v4 1/5] PCI: Ignore enforced alignment when kernel uses existing firmware setup
` [PATCH v4 2/5] PCI: Ignore enforced alignment to VF BARs
` [PATCH v4 3/5] PCI: Do not disable memory decoding in pci_reassigndev_resource_alignment()
` [PATCH v4 4/5] PCI: Add a new option for resource_alignment to reassign alignment
` [PATCH v4 5/5] PCI: Add a macro to set default alignment for all PCI devices

[PATCH 1/1] pci: host: pci-layerscape: add missing of_node_put after calling of_parse_phandle
 2016-08-12  1:34 UTC 

[PATCH 0/2] ibmvfc: FC-TAPE Support
 2016-08-12  3:11 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).