linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-17 01:49:26 to 2018-04-20 10:37:11 UTC [more...]

[PATCH 0/4] LD_DEAD_CODE_DATA_ELIMINATION fixes and enabling for powerpc
 2018-04-20 10:36 UTC  (10+ messages)
` [PATCH 1/4] kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATION
` [PATCH 2/4] kbuild: LD_DEAD_CODE_DATA_ELIMINATION no -ffunction-sections/-fdata-sections for module build
` [PATCH 3/4] kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabled
` [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected

[PATCH v3 00/17] y2038: Convert IPC syscalls
 2018-04-20  8:54 UTC  (25+ messages)
` [PATCH v3 01/17] y2038: asm-generic: Extend sysvipc data structures
` [PATCH v3 02/17] y2038: alpha: Remove unneeded ipc uapi header files
` [PATCH v3 03/17] y2038: ia64: "
` [PATCH v3 04/17] y2038: s390: "
` [PATCH v3 05/17] y2038: arm64: Extend sysvipc compat data structures
` [PATCH v3 06/17] y2038: mips: Extend sysvipc "
` [PATCH v3 07/17] y2038: x86: "
` [PATCH v3 08/17] y2038: parisc: "
` [PATCH v3 09/17] y2038: sparc: "
` [PATCH v3 10/17] y2038: powerpc: "
` [PATCH v3 11/17] y2038: xtensa: "
` [PATCH v3 12/17] y2038: ipc: Use ktime_get_real_seconds consistently
` [PATCH v3 13/17] y2038: ipc: Report long times to user space
` [PATCH v3 14/17] y2038: ipc: Use __kernel_timespec
` [PATCH v3 15/17] y2038: ipc: Enable COMPAT_32BIT_TIME
` [PATCH v3 16/17] y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedop
` [PATCH v3 17/17] y2038: compat: Move common compat types to asm-generic/compat.h

[PATCH 0/7] ocxl: Implement Power9 as_notify/wait for OpenCAPI
 2018-04-20  8:43 UTC  (26+ messages)
` [PATCH 1/7] powerpc: Add TIDR CPU feature for Power9
` [PATCH 2/7] powerpc: Use TIDR CPU feature to control TIDR allocation
` [PATCH 3/7] powerpc: use task_pid_nr() for TID allocation
` [PATCH 4/7] ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
` [PATCH 5/7] ocxl: Expose the thread_id needed for wait on p9
` [PATCH 6/7] ocxl: Add an IOCTL so userspace knows which platform the kernel requires
` [PATCH 7/7] ocxl: Document new OCXL IOCTLs
` [PATCH v2 0/7] ocxl: Implement Power9 as_notify/wait for OpenCAPI
  ` [PATCH v2 1/7] powerpc: Add TIDR CPU feature for Power9
  ` [PATCH v2 2/7] powerpc: Use TIDR CPU feature to control TIDR allocation
  ` [PATCH v2 3/7] powerpc: use task_pid_nr() for TID allocation
  ` [PATCH v2 4/7] ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
  ` [PATCH v2 5/7] ocxl: Expose the thread_id needed for wait on p9
  ` [PATCH v2 6/7] ocxl: Add an IOCTL so userspace knows what CPU features are available
  ` [PATCH v2 7/7] ocxl: Document new OCXL IOCTLs

[PATCH v5 00/10] powerpc64/ftrace: Add support for ftrace_modify_call() and a few other fixes
 2018-04-20  6:31 UTC  (14+ messages)
` [PATCH v5 01/10] powerpc64/ftrace: Add a field in paca to disable ftrace in unsafe code paths
` [PATCH v5 02/10] powerpc64/ftrace: Rearrange #ifdef sections in ftrace.h
` [PATCH v5 03/10] powerpc64/ftrace: Add helpers to hard disable ftrace
` [PATCH v5 04/10] powerpc64/ftrace: Delay enabling ftrace on secondary cpus
` [PATCH v5 05/10] powerpc64/ftrace: Disable ftrace during hotplug
` [PATCH v5 06/10] powerpc64/ftrace: Disable ftrace during kvm entry/exit
` [PATCH v5 07/10] powerpc64/kexec: Hard disable ftrace before switching to the new kernel
` [PATCH v5 08/10] powerpc64/module: Tighten detection of mcount call sites with -mprofile-kernel
` [PATCH v5 09/10] powerpc64/ftrace: Use the generic version of ftrace_replace_code()
` [PATCH v5 10/10] powerpc64/ftrace: Implement support for ftrace_regs_caller()

[PATCH v4 0/7] powerpc/fadump: Improvements and fixes for firmware-assisted dump
 2018-04-20  5:05 UTC  (8+ messages)
` [PATCH v4 1/7] powerpc/fadump: Move the metadata region to start of the reserved area
` [PATCH v4 2/7] powerpc/fadump: Update documentation to reflect the metadata region movement
` [PATCH v4 3/7] powerpc/fadump: un-register fadump on kexec path
` [PATCH v4 4/7] powerpc/fadump: Reservationless firmware assisted dump
` [PATCH v4 5/7] powerpc/fadump: Update documentation to reflect CMA reservation
` [PATCH v4 6/7] powerpc/fadump: throw proper error message on fadump registration failure
` [PATCH v4 7/7] powerpc/fadump: Do not allow hot-remove memory from fadump reserved area

[PATCH 1/2] powernv/npu: Do a PID GPU TLB flush when invalidating a large address range
 2018-04-20  3:51 UTC  (6+ messages)
` [PATCH 2/2] powernv/npu: Add a debugfs setting to change ATSD threshold

[PATCH 1/2] powernv/npu: Add lock to prevent race in concurrent context init/destroy
 2018-04-20  3:51 UTC  (4+ messages)
` [PATCH 2/2] powernv/npu: Prevent overwriting of pnv_npu2_init_contex() callback parameters

[REVIEW][PATCH 13/17] signal/powerpc: Replace FPE_FIXME with FPE_FLTUNK
 2018-04-20  1:04 UTC  (3+ messages)
` [REVIEW][PATCH 15/17] signal: Add TRAP_UNK si_code for undiagnosted trap exceptions
` [REVIEW][PATCH 17/17] signal/powerpc: Replace TRAP_FIXME with TRAP_UNK

sparc/ppc/arm compat siginfo ABI regressions: sending SIGFPE via kill() returns wrong values in si_pid and si_uid
 2018-04-19 14:40 UTC  (22+ messages)
                    ` [RFC PATCH 0/3] Dealing with the aliases of SI_USER
                      ` [RFC PATCH 1/3] signal: Ensure every siginfo we send has all bits initialized

[PATCH 00/61] tree-wide: simplify getting .drvdata
 2018-04-19 14:05 UTC  (2+ messages)
` [PATCH 07/61] dma: "

[PATCH] kvm: Change return type to vm_fault_t
 2018-04-19 13:56 UTC  (2+ messages)

[PATCH] powerpc/kvm: Fix lockups when running KVM guests on Power8
 2018-04-19 13:42 UTC  (2+ messages)
`  "

[PATCH 1/3] powerpc/xive: Fix trying to "push" an already active pool VP
 2018-04-19 13:42 UTC  (2+ messages)
` [1/3] "

[PATCH] powerpc/eeh: Fix enabling bridge MMIO windows
 2018-04-19 13:42 UTC  (3+ messages)
`  "

[PATCH] powerpc64s: Print exception vector name alongside the trap number
 2018-04-19  6:56 UTC  (3+ messages)

[PATCH] powerpc: Allow selection of CONFIG_LD_DEAD_CODE_DATA_ELIMINATION
 2018-04-19  5:10 UTC  (9+ messages)

[PATCH] powerpc: platform: cell: spufs: Change return type to vm_fault_t
 2018-04-18 19:38 UTC  (7+ messages)

[RFC] virtio: Use DMA MAP API for devices without an IOMMU
 2018-04-18 16:20 UTC  (12+ messages)

[PATCH v2 1/2] powerpc: fix vmlinux.lds to build with CONFIG_LD_DEAD_CODE_DATA_ELIMINATION
 2018-04-18 13:36 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc: Allow selection of CONFIG_LD_DEAD_CODE_DATA_ELIMINATION

[PATCH 0/6] Support for fsl-mc bus and its devices in SMMU
 2018-04-18  6:21 UTC  (11+ messages)
` [PATCH 0/6 v2] "
  ` [PATCH 1/6 v2] Docs: dt: add fsl-mc iommu-map device-tree binding
  ` [PATCH 2/6 v2] iommu: of: make of_pci_map_rid() available for other devices too
  ` [PATCH 3/6 v2] iommu: support iommu configuration for fsl-mc devices
  ` [PATCH 4/6 v2] iommu: arm-smmu: Add support for the fsl-mc bus
  ` [PATCH 5/6 v2] bus: fsl-mc: supoprt dma configure for devices on "
  ` [PATCH 6/6 v2] arm64: dts: ls208xa: comply with the iommu map binding for fsl_mc

[PATCH V1 00/11] powerpc/mm/book3s64: Support for split pmd ptlock
 2018-04-18  5:42 UTC  (5+ messages)
` [PATCH] powerpc/8xx: Build fix with Hugetlbfs enabled

[PATCH] misc: cxl: Change return type to vm_fault_t
 2018-04-17 23:51 UTC  (2+ messages)

[PATCH v2 1/2] powerpc: avoid an unnecessary test and branch in longjmp()
 2018-04-17 17:08 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/32be: use stmw/lmw for registers save/restore in asm

[PATCH] powerpc/modules: Fix crashes by adding CONFIG_RELOCATABLE to vermagic
 2018-04-17 14:42 UTC  (5+ messages)
`  "

[PATCH v10 00/25] Speculative page faults
 2018-04-17 14:33 UTC  (26+ messages)
` [PATCH v10 01/25] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v10 02/25] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v10 03/25] powerpc/mm: set ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v10 04/25] mm: prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v10 05/25] mm: introduce pte_spinlock "
` [PATCH v10 06/25] mm: make pte_unmap_same compatible with SPF
` [PATCH v10 07/25] mm: introduce INIT_VMA()
` [PATCH v10 08/25] mm: VMA sequence count
` [PATCH v10 09/25] mm: protect VMA modifications using "
` [PATCH v10 10/25] mm: protect mremap() against SPF hanlder
` [PATCH v10 11/25] mm: protect SPF handler against anon_vma changes
` [PATCH v10 12/25] mm: cache some VMA fields in the vm_fault structure
` [PATCH v10 13/25] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
` [PATCH v10 14/25] mm: introduce __lru_cache_add_active_or_unevictable
` [PATCH v10 15/25] mm: introduce __vm_normal_page()
` [PATCH v10 16/25] mm: introduce __page_add_new_anon_rmap()
` [PATCH v10 17/25] mm: protect mm_rb tree with a rwlock
` [PATCH v10 18/25] mm: provide speculative fault infrastructure
` [PATCH v10 19/25] mm: adding speculative page fault failure trace events
` [PATCH v10 20/25] perf: add a speculative page fault sw event
` [PATCH v10 21/25] perf tools: add support for the SPF perf event
` [PATCH v10 22/25] mm: speculative page fault handler return VMA
` [PATCH v10 23/25] mm: add speculative page fault vmstats
` [PATCH v10 24/25] x86/mm: add speculative pagefault handling
` [PATCH v10 25/25] powerpc/mm: add speculative page fault

[PATCH] powerpc/time: remove to_tm and use RTC_LIB
 2018-04-17 13:02 UTC 

[PATCH] powerpc/8xx: Remove RTC clock on 88x
 2018-04-17 12:47 UTC 

[PATCH] powerpc/boot: remove unused variable in mpc8xx
 2018-04-17 12:36 UTC 

[PATCH] powerpc/misc: merge reloc_offset() and add_reloc_offset()
 2018-04-17 11:23 UTC 

[PATCH 1/5] powerpc/lib: Fix off-by-one in alternate feature patching
 2018-04-17 10:13 UTC  (2+ messages)
` [1/5] "

[PATCH] powerpc/64s: Default l1d_size to 64K in RFI fallback flush
 2018-04-17 10:13 UTC  (2+ messages)
`  "

[RESEND PATCH 1/3] powerpc: dts: use 'atmel' as at24 anufacturer for pdm360ng
 2018-04-17  9:40 UTC  (3+ messages)
` [RESEND PATCH 2/3] powerpc: dts: use 'atmel' as at24 manufacturer for kmcent2
` [RESEND PATCH 3/3] powerpc: dts: use a correct at24 compatible fallback in ac14xx

[PATCH] powerpc/misc: get rid of add_reloc_offset()
 2018-04-17  9:30 UTC  (2+ messages)

[PATCH 1/7] powerpc/lib: move PPC32 specific functions out of string.S
 2018-04-17  7:38 UTC  (7+ messages)
` [PATCH 2/7] powerpc/lib: inline memcmp() NUL size verification
` [PATCH 3/7] powerpc/lib: optimise PPC32 memcmp
` [PATCH 4/7] powerpc/lib: inline memcmp() for small constant sizes
` [PATCH 5/7] powerpc/lib: optimise 32 bits __clear_user()
` [PATCH 6/7] powerpc/lib: inline more NUL size verifications
` [PATCH 7/7] powerpc/lib: Remove .balign inside string functions for PPC32

[PATCH] cxl: Configure PSL to not use APC virtual machines
 2018-04-17  5:17 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).