linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-14 06:27:39 to 2016-10-21 02:45:51 UTC [more...]

[PATCH v6 00/10] ima: carry the measurement list across kexec
 2016-10-21  2:44 UTC  (6+ messages)
` [PATCH v6 01/10] powerpc: ima: Get the kexec buffer passed by the previous kernel
` [PATCH v6 02/10] ima: on soft reboot, restore the measurement list
` [PATCH v6 03/10] ima: permit duplicate measurement list entries
` [PATCH v6 04/10] ima: maintain memory size needed for serializing the measurement list
` [PATCH v6 05/10] powerpc: ima: Send the kexec buffer to the next kernel

[PATCH v9 00/10] kexec_file_load implementation for PowerPC
 2016-10-21  2:40 UTC  (11+ messages)
` [PATCH v9 01/10] kexec_file: Allow arch-specific memory walking for kexec_add_buffer
` [PATCH v9 02/10] kexec_file: Change kexec_add_buffer to take kexec_buf as argument
` [PATCH v9 03/10] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer
` [PATCH v9 04/10] powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead
` [PATCH v9 05/10] powerpc: Factor out relocation code in module_64.c
` [PATCH v9 06/10] powerpc: Implement kexec_file_load
` [PATCH v9 07/10] powerpc: Add functions to read ELF files of any endianness
` [PATCH v9 08/10] powerpc: Add support for loading ELF kernels with kexec_file_load
` [PATCH v9 09/10] powerpc: Add purgatory for kexec_file_load implementation
` [PATCH v9 10/10] powerpc: Enable CONFIG_KEXEC_FILE in powerpc server defconfigs

[PATCH kernel v3 0/4] powerpc/spapr/vfio: Put pages on VFIO container shutdown
 2016-10-21  1:47 UTC  (12+ messages)
` [PATCH kernel v3 1/4] powerpc/iommu: Pass mm_struct to init/cleanup helpers
` [PATCH kernel v3 2/4] powerpc/iommu: Stop using @current in mm_iommu_xxx
` [PATCH kernel v3 3/4] vfio/spapr: Cache mm in tce_container
` [PATCH kernel v3 4/4] powerpc/mm/iommu, vfio/spapr: Put pages on VFIO container shutdown

[PATCH v5 0/9] implement vcpu preempted check
 2016-10-21  1:42 UTC  (12+ messages)
` [PATCH v5 1/9] kernel/sched: introduce vcpu preempted check interface
` [PATCH v5 2/9] locking/osq: Drop the overload of osq_lock()
` [PATCH v5 3/9] kernel/locking: Drop the overload of {mutex, rwsem}_spin_on_owner
` [PATCH v5 4/9] powerpc/spinlock: support vcpu preempted check
` [PATCH v5 5/9] x86, paravirt: Add interface to support kvm/xen "
` [PATCH v5 6/9] x86, kvm: support "
` [PATCH v5 7/9] x86, xen: "
` [PATCH v5 8/9] s390/spinlock: Provide vcpu_is_preempted
` [PATCH v5 9/9] Documentation: virtual: kvm: Support vcpu preempted check

[PATCH] kernel: irq: fix build failure
 2016-10-21  1:00 UTC  (3+ messages)

[PATCH] powerpc/book3s64: Always build for power4 or later
 2016-10-21  0:01 UTC 

[PATCH v6] powerpc: Do not make the entire heap executable
 2016-10-20 22:45 UTC  (5+ messages)

[PATCH 00/10] mm: adjust get_user_pages* functions to explicitly pass FOLL_* flags
 2016-10-20 19:26 UTC  (36+ messages)
` [PATCH 01/10] mm: remove write/force parameters from __get_user_pages_locked()
` [PATCH 02/10] mm: remove write/force parameters from __get_user_pages_unlocked()
` [PATCH 03/10] mm: replace get_user_pages_unlocked() write/force parameters with gup_flags
` [PATCH 04/10] mm: replace get_user_pages_locked() "
` [PATCH 05/10] mm: replace get_vaddr_frames() "
` [PATCH 06/10] mm: replace get_user_pages() "
` [PATCH 07/10] mm: replace get_user_pages_remote() "
` [PATCH 08/10] mm: replace __access_remote_vm() write parameter "
` [PATCH 10/10] mm: replace access_process_vm() "

[PATCH v4 0/5] powerpc/mm: movable hotplug memory nodes
 2016-10-20 14:38 UTC  (4+ messages)
` [PATCH v4 3/5] powerpc/mm: allow memory hotplug into a memoryless node

[RFC][PATCH] powerpc/pseries: implement NMI IPIs with H_SIGNAL_SYS_RESET hcall
 2016-10-20  9:08 UTC 

[RFC] ppc64le: Enable emulation support for simple Load/Store instructions
 2016-10-20  8:15 UTC  (2+ messages)

[PATCH] cpufreq: powernv: Use node ID in init_chip_info
 2016-10-20  7:03 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix build error when SMP=n
 2016-10-20  3:57 UTC 

[PATCH 0/7] build updates
 2016-10-20  3:48 UTC  (16+ messages)
` [PATCH 1/7] powerpc: use the new post-link pass to check relocations
` [PATCH 2/7] powerpc: add arch/powerpc/tools directory
` [PATCH 3/7] powerpc/64s: tool to flag direct branches from unrelocated interrupt vectors
` [PATCH 4/7] powerpc/64: tool to check head sections location sanity
` [PATCH 5/7] powerpc/64: handle linker stubs in low .text code
` [PATCH 6/7] powerpc: switch to using thin archives if COMPILE_TEST is set
` [PATCH 7/7] powerpc/64: allow CONFIG_RELOCATABLE if COMPILE_TEST

[PATCH v4 0/5] implement vcpu preempted check
 2016-10-19 18:45 UTC  (12+ messages)
` [PATCH v4 1/5] kernel/sched: introduce vcpu preempted check interface
` [PATCH v4 2/5] locking/osq: Drop the overload of osq_lock()
` [PATCH v4 3/5] kernel/locking: Drop the overload of {mutex, rwsem}_spin_on_owner
` [PATCH v4 4/5] powerpc/spinlock: support vcpu preempted check
` [PATCH v4 5/5] x86, kvm: "

Oops on Power8 (was Re: [PATCH v2 1/7] workqueue: make workqueue available early during boot)
 2016-10-19 16:15 UTC  (19+ messages)
                        ` [PATCH wq/for-4.10] workqueue: move wq_numa_init() to workqueue_init()

[RFC PATCH 1/3] cxl: Split _CXL_LOOP_HCALL9 out into a separate macro
 2016-10-19 14:38 UTC  (7+ messages)
` [RFC PATCH 2/3] powerpc/pseries: Define & use a type for the plpar_hcall() retvals
` [RFC PATCH 3/3] powerpc/pseries: Define & use a type for the plpar_hcall9() retvals

[PATCH] net: fs_enet: Use net_device_stats from struct net_device
 2016-10-19 14:37 UTC  (2+ messages)

[PATCH] powerpc: link error on orphan sections
 2016-10-19 12:36 UTC  (5+ messages)

[PATCH v2] powerpc/hash64: Be more careful when generating tlbiel
 2016-10-19 12:27 UTC  (2+ messages)

[Patch v5 00/12] microblaze/MIPS/PowerPC: Xilinx intc
 2016-10-19 11:53 UTC  (14+ messages)
` [Patch v5 01/12] microblaze: irqchip: Move intc driver to irqchip
` [Patch v5 02/12] irqchip: xilinx: Clean up irqdomain argument and read/write
` [Patch v5 03/12] irqchip: xilinx: Rename get_irq to xintc_get_irq
` [Patch v5 04/12] irqchip: xilinx: Add support for parent intc
` [Patch v5 05/12] irqchip: xilinx: Try to fall back if xlnx, kind-of-intr not provided
` [Patch v5 06/12] powerpc/virtex: Use generic xilinx irqchip driver
` [Patch v5 07/12] MIPS: xilfpga: Use irqchip instead of the legacy way
` [Patch v5 08/12] MIPS: xilfpga: Use Xilinx Interrupt Controller
` [Patch v5 09/12] MIPS: xilfpga: Update DT node and specify uart irq
` [Patch v5 10/12] MIPS: xilfpga: Add DT node for AXI I2C
` [Patch v5 11/12] MIPS: xilfpga: Add DT node for AXI emaclite
` [Patch v5 12/12] MIPS: xilfpga: Update defconfig

[v12, 0/8] Fix eSDHC host version register bug
 2016-10-19  8:27 UTC  (5+ messages)

[PATCH v2] powernv: Simplify searching for compatible device nodes
 2016-10-19  5:58 UTC  (2+ messages)

[PATCH] mm/hugetlb: Use the right pte val for compare in hugetlb_cow
 2016-10-19  5:11 UTC  (4+ messages)

[PATCH] MAINTAINERS: Update powerpc website & add selftests
 2016-10-19  2:17 UTC  (2+ messages)
`  "

[PATCH] selftests/powerpc: Fix build break caused by EXPORT_SYMBOL changes
 2016-10-19  2:17 UTC  (2+ messages)
`  "

ppc64 qemu test failure since commit f9aa67142 ("powerpc/64s: Consolidate Alignment 0x600 interrupt")
 2016-10-19  2:17 UTC  (2+ messages)

[PATCH] MAINTAINERS: Drop separate pseries entry
 2016-10-19  2:17 UTC  (2+ messages)
`  "

[PATCH] powerpc/pseries: Fix stack corruption in htpe code
 2016-10-19  2:17 UTC  (2+ messages)
`  "

[PATCH] powerpc/mm/hash64: Fix might_have_hea() check
 2016-10-19  2:17 UTC  (2+ messages)
`  "

[PATCH] powerpc/64: Fix incorrect return value from __copy_tofrom_user
 2016-10-19  2:17 UTC  (2+ messages)
`  "

[PATCH v2] console: Don't prefer first registered if DT specifies stdout-path
 2016-10-18 18:58 UTC  (6+ messages)
        ` [PATCH] console: use first console if stdout-path device doesn't appear

[PATCH v6 0/3] powerpc/pseries: Implement indexed-count memory hotplug
 2016-10-18 17:21 UTC  (4+ messages)
` [PATCH v6 1/3] powerpc/pseries: Correct possible read beyond dlpar sysfs buffer
` [PATCH v6 2/3] powerpc/pseries: Implement indexed-count hotplug memory add
` [PATCH v6 3/3] powerpc/pseries: Implement indexed-count hotplug memory remove

[PATCH] powerpc: Fix numa topology console print
 2016-10-18  8:52 UTC 

[PATCH] Setup per-cpu cpu<->node binding early
 2016-10-18  7:10 UTC 

[PATCH] powerpc: ignore the pkey system calls for now
 2016-10-18  7:05 UTC  (2+ messages)

[PATCH kernel 14/15] vfio/spapr_tce: Export container API for external users
 2016-10-18  1:42 UTC  (13+ messages)

[PATCH -next] KVM: PPC: Book3S HV: Use list_move_tail instead of list_del/list_add_tail
 2016-10-17 15:15 UTC 

[PATCH -next] PCI: layerscape: Remove redundant dev_err call in ls_pcie_probe()
 2016-10-17 14:55 UTC 

Build regressions/improvements in v4.9-rc1
 2016-10-17  7:34 UTC 

[PATCH kernel v2 0/2] powerpc/spapr/vfio: Put pages on VFIO container shutdown
 2016-10-17  3:28 UTC  (5+ messages)
` [PATCH kernel v2 1/2] powerpc/iommu: Stop using @current in mm_iommu_xxx

[PATCH 6/7] ASoC: constify snd_soc_ops structures
 2016-10-15 14:55 UTC 

[PATCH] powerpc/mm: simplify loop control in parse_numa_properties()
 2016-10-14 15:43 UTC  (3+ messages)

[PowerPC] Kernel panic while running CPU toggle test on 4.8.0 kernel
 2016-10-14 11:04 UTC  (2+ messages)

[PATCH][RFC] powerpc/64s: Use emergency stack for 0x100 system reset interrupt
 2016-10-14 10:51 UTC  (2+ messages)

[PATCH v2] powerpc/64: option to force run-at-load to test relocation
 2016-10-14 10:49 UTC  (2+ messages)

[RESEND] [PATCH v3] cxl: Prevent adapter reset if an active context exists
 2016-10-14  9:38 UTC 

[PATCH v3] cxl: Prevent adapter reset if an active context exists
 2016-10-14  9:13 UTC  (3+ messages)

[PATCH v4 04/12] tracing/syscalls: add compat syscall metadata
 2016-10-14  8:35 UTC  (2+ messages)
` [PATCH v4 09/12] powerpc/tracing: fix compat syscall handling

[PATCH v3 02/16] scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directly
 2016-10-14  7:38 UTC  (3+ messages)

[PATCH v2] powerpc: link warning for orphan sections
 2016-10-14  7:32 UTC 

[PATCH 0/6] kvm: powerpc halt polling updates
 2016-10-14  6:27 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).