linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-08 11:25:24 to 2017-12-16 07:19:24 UTC [more...]

[PATCH] SB600 for the Nemo board has non-zero devices on non-root bus
 2017-12-16  7:18 UTC  (25+ messages)

[PATCH v3 00/11] ASoC: fsl_ssi: Clean up - coding style level
 2017-12-16  6:56 UTC  (16+ messages)
` [PATCH v3 01/11] ASoC: fsl_ssi: Rename fsl_ssi_private to fsl_ssi
` [PATCH v3 02/11] ASoC: fsl_ssi: Cache pdev->dev pointer
` [PATCH v3 03/11] ASoC: fsl_ssi: Refine all comments
` [PATCH v3 04/11] ASoC: fsl_ssi: Rename registers and fields macros
` [PATCH v3 05/11] ASoC: fsl_ssi: Refine indentations and wrappings
` [PATCH v3 06/11] ASoC: fsl_ssi: Refine printk outputs
` [PATCH v3 07/11] ASoC: fsl_ssi: Rename cpu_dai parameter to dai
` [PATCH v3 08/11] ASoC: fsl_ssi: Rename scr_val to scr
` [PATCH v3 09/11] ASoC: fsl_ssi: Replace fsl_ssi_rxtx_reg_val with fsl_ssi_regvals
` [PATCH v3 10/11] ASoC: fsl_ssi: Rename i2smode to i2s_net
` [PATCH v3 11/11] ASoC: fsl_ssi: Define ternary macros to simplify code

revamp vmem_altmap / dev_pagemap handling V2
 2017-12-16  2:24 UTC  (28+ messages)
` [PATCH 01/17] memremap: provide stubs for vmem_altmap_offset and vmem_altmap_free
` [PATCH 02/17] mm: don't export arch_add_memory
` [PATCH 03/17] mm: don't export __add_pages
` [PATCH 04/17] mm: pass the vmem_altmap to arch_add_memory and __add_pages
` [PATCH 05/17] mm: pass the vmem_altmap to vmemmap_populate
` [PATCH 06/17] mm: pass the vmem_altmap to arch_remove_memory and __remove_pages
` [PATCH 07/17] mm: pass the vmem_altmap to vmemmap_free
` [PATCH 08/17] mm: pass the vmem_altmap to memmap_init_zone
` [PATCH 09/17] mm: split altmap memory map allocation from normal case
` [PATCH 10/17] mm: merge vmem_altmap_alloc into altmap_alloc_block_buf
` [PATCH 11/17] mm: move get_dev_pagemap out of line
` [PATCH 12/17] mm: optimize dev_pagemap reference counting around get_dev_pagemap
` [PATCH 13/17] memremap: remove to_vmem_altmap
` [PATCH 14/17] memremap: simplify duplicate region handling in devm_memremap_pages
` [PATCH 15/17] memremap: drop private struct page_map
` [PATCH 16/17] memremap: change devm_memremap_pages interface to use struct dev_pagemap
` [PATCH 17/17] memremap: merge find_dev_pagemap into get_dev_pagemap

[PATCH v9 0/8] reduce memory consumption for powerpc firmware-assisted capture kernel
 2017-12-15 23:49 UTC  (7+ messages)
` [PATCH v9 1/8] lib/cmdline.c: remove quotes symmetrically
` [PATCH v9 2/8] boot/param: add pointer to current and next argument to unknown parameter callback
    ` [PATCH] Fix parse_args cycle limit check

[PATCH] PCI: Add #defines for Completion Timeout Disable feature
 2017-12-15 22:57 UTC 

[PATCH v9 5/8] lib/cmdline.c: implement single quotes in commandline argument parsing
 2017-12-15 21:49 UTC  (2+ messages)
` [PATCH] Optimize final quote removal

Mac Mini G4 defconfig ?
 2017-12-15 21:01 UTC  (3+ messages)

[PATCH v4 1/2] powerpc/powernv: Enable tunneled operations
 2017-12-15 13:48 UTC  (2+ messages)
` [PATCH v4 2/2] cxl: read PHB indications from the device tree

[mainline] rcu stalls on CPU when unbinding mpt3sas driver
 2017-12-15 12:12 UTC  (2+ messages)

[PATCH v2] kernel/module_64.c: Add REL24 relocation support of livepatch symbols
 2017-12-15  9:40 UTC  (13+ messages)
              ` [PATCH] On ppc64le we HAVE_RELIABLE_STACKTRACE

[PATCH v4 1/2] powerpc/crash: Remove the test for cpu_online in the IPI callback
 2017-12-15  8:54 UTC  (4+ messages)
` [PATCH v4 2/2] powernv/kdump: Fix cases where the kdump kernel can get HMI's

[PATCH v3 1/3] powerpc/crash: Remove the test for cpu_online in the IPI callback
 2017-12-15  4:47 UTC  (9+ messages)
` [PATCH v3 2/3] powerpc/powernv: Identify scom driven system reset
` [PATCH v3 3/3] powernv/kdump: Fix cases where the kdump kernel can get HMI's

[PATCH 1/2] powerpc/crash: Remove the test for cpu_online in the IPI callback
 2017-12-15  2:55 UTC  (8+ messages)
` [PATCH 2/2] powernv/kdump: Fix cases where the kdump kernel can get HMI's

[PATCH] powerpc: dts: Remove leading 0x and 0s from bindings notation
 2017-12-14 16:54 UTC 

[RFC PATCH for 4.16 07/21] powerpc: Add support for restartable sequences
 2017-12-14 16:13 UTC  (3+ messages)
` [RFC PATCH for 4.16 08/21] powerpc: Wire up restartable sequences system call
` [RFC PATCH for 4.16 12/21] powerpc: Wire up cpu_opv "

[PATCH v2] watchdog: core: make sure the watchdog worker always works
 2017-12-14 14:28 UTC  (2+ messages)

[PATCH] powerpc/perf: Dereference bhrb entries safely
 2017-12-14 12:24 UTC  (3+ messages)

[PATCH] cpufreq: powernv: Add support of frequency domain
 2017-12-14  4:42 UTC  (2+ messages)

[PATCH v2] powerpc/npu: Cleanup MMIO ATSD flushing
 2017-12-14  1:10 UTC 

[PATCH v2 00/11] ASoC: fsl_ssi: Clean up - coding style level
 2017-12-13 22:37 UTC  (17+ messages)
` [PATCH v2 01/11] ASoC: fsl_ssi: Rename fsl_ssi_private to fsl_ssi
` [PATCH v2 02/11] ASoC: fsl_ssi: Cache pdev->dev pointer
` [PATCH v2 03/11] ASoC: fsl_ssi: Refine all comments
` [PATCH v2 04/11] ASoC: fsl_ssi: Rename registers and fields macros
` [PATCH v2 05/11] ASoC: fsl_ssi: Refine indentations and wrappings
` [PATCH v2 06/11] ASoC: fsl_ssi: Refine printk outputs
` [PATCH v2 07/11] ASoC: fsl_ssi: Rename cpu_dai parameter to dai
` [PATCH v2 08/11] ASoC: fsl_ssi: Rename scr_val to scr
` [PATCH v2 09/11] ASoC: fsl_ssi: Replace fsl_ssi_rxtx_reg_val with fsl_ssi_regvals
` [PATCH v2 10/11] ASoC: fsl_ssi: Rename i2smode to i2s_net
` [PATCH v2 11/11] ASoC: fsl_ssi: Define ternary macros to simplify code

[PATCH 0/3] SoC/FSL/QE: Adjustments for three function implementations
 2017-12-13 17:36 UTC  (4+ messages)
` [PATCH 1/3] soc/fsl/qe: Delete an error message for a failed memory allocation in three functions
` [PATCH 2/3] soc/fsl/qe: Improve a size determination in two functions
` [PATCH 3/3] soc/fsl/qe: Use common error handling code in ucc_fast_init()

[PATCH V3] cxl: Add support for ASB_Notify on POWER9
 2017-12-13 16:53 UTC 

[PATCH v1 0/7] SR-IOV Enablement on PowerVM
 2017-12-13 15:32 UTC  (8+ messages)
` [PATCH v1 1/7] platform/pseries: Update VF config space after EEH
` [PATCH v1 2/7] powerpc/kernel: Add uevents in EEH error/resume
` [PATCH v1 3/7] platforms/pseries: Set eeh_pe of EEH_PE_VF type
` [PATCH v1 4/7] powerpc/kernel Add EEH operations to notify resume
` [PATCH v1 5/7] powerpc/kernel: Add EEH notify resume sysfs
` [PATCH v1 6/7] pseries/pci: Associate PEs to VFs in configure SR-IOV
` [PATCH v1 7/7] pseries/setup: Add Initialization of VF Bars

[PATCH] powerpc/sysdev: change CPM GPIO to platform_device
 2017-12-13 11:26 UTC 

[v3 PATCH 0/3] powernv-cpufreq: Multiple pstate related fixes
 2017-12-13  6:57 UTC  (4+ messages)
` [v3 PATCH 1/3] powernv-cpufreq: Add helper to extract pstate from PMSR
` [v3 PATCH 2/3] powernv-cpufreq: Fix pstate_to_idx() to handle non-continguous pstates
` [v3 PATCH 3/3] powernv-cpufreq: Treat pstates as opaque 8-bit values

[PATCH 0/3] IMC code clean up and refactoring
 2017-12-13  6:53 UTC  (6+ messages)
` [PATCH 1/3] powerpc/perf: Remove thread_imc_pmu global variable from
` [PATCH 2/3] powerpc/perf: IMC code cleanup with some code refactoring
` [PATCH 3/3] powerpc/perf: Passs struct imc_events as a parameter to imc_parse_event()

[PATCH] powerpc/perf: Fix kfree memory allocated for nest pmus
 2017-12-13  6:49 UTC  (2+ messages)

[PATCH v2] platform/powernv: Add debugfs interface for imc-mode and imc-command
 2017-12-13  6:09 UTC 

[PATCH 00/10] ASoC: fsl_ssi: Clean up - coding style level
 2017-12-12 23:32 UTC  (2+ messages)

Getting kernel 4.14 to run on PS3
 2017-12-12 23:05 UTC  (5+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix pending_pri value in kvmppc_xive_get_icp()
 2017-12-12 20:18 UTC  (2+ messages)

[PATCH V2] cxl: Add support for ASB_Notify on POWER9
 2017-12-12 15:39 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S: fix XIVE migration of pending interrupts
 2017-12-12 13:15 UTC  (2+ messages)

[PATCH] powerpc: Use pr_warn instead of pr_warning
 2017-12-12 11:48 UTC  (3+ messages)
`  "

[PATCH] [powerpc-next] Fix powerpc64 alignment of .toc section in kernel modules
 2017-12-12 11:39 UTC  (5+ messages)
`  "

[PATCH v2 1/4] 44x/fsp2: add fsp2 headers
 2017-12-12 11:39 UTC  (2+ messages)
` [v2,1/4] "

[PATCH 1/2] powerpc: Remove DEBUG define in 64-bit early setup code
 2017-12-12 11:39 UTC  (2+ messages)
` [1/2] "

[PATCH 2/2] powerpc: Reduce log level of "OPAL detected !" message
 2017-12-12 11:39 UTC  (2+ messages)
` [2/2] "

[PATCH 1/2] selftests/powerpc: Check for pthread errors in tm-unavailable
 2017-12-12 11:39 UTC  (7+ messages)
` [PATCH 2/2] selftests/powerpc: Calculate spin time "
` [1/2] selftests/powerpc: Check for pthread errors "

[PATCH v4 3/3] powerpc/modules: Improve restore_r2() error message
 2017-12-12 11:39 UTC  (2+ messages)
` [v4,3/3] "

[PATCH 2/4] powerpc/64: do not trace irqs-off at interrupt return to soft-disabled context
 2017-12-12 11:39 UTC  (2+ messages)
` [2/4] "

[PATCH v4 1/3] kernel/modules: Add REL24 relocation support of livepatch symbols
 2017-12-12 11:39 UTC  (2+ messages)
` [v4, "

[PATCH] powerpc/32: Add .data.rel* sections explicitly
 2017-12-12 11:39 UTC  (2+ messages)
`  "

[PATCH v4.2] powerpc/modules: Don't try to restore r2 after a sibling call
 2017-12-12 11:39 UTC  (2+ messages)
` [v4.2] "

[PATCH 1/3] powerpc/boot: Only build uartlite if XILINX_VIRTEX=y
 2017-12-12 11:39 UTC  (2+ messages)
` [1/3] "

[PATCH v5 1/3] powerpc/kernel: Separate SR-IOV Calls
 2017-12-12 11:39 UTC  (2+ messages)
` [v5,1/3] "

[PATCH v6] powerpc/vdso64: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSE
 2017-12-12 11:39 UTC  (2+ messages)
` [v6] "

[PATCH] selftests/powerpc: fix build error in powerpc ptrace selftests
 2017-12-12 11:39 UTC  (2+ messages)
`  "

[PATCH 1/2] powerpc: make use of for_each_node_by_name() instead of open-coding it
 2017-12-12 11:39 UTC  (2+ messages)
` [1/2] "

[PATCH] powerpc/powermac: drop useless call to of_find_node_by_name
 2017-12-12 11:39 UTC  (2+ messages)
`  "

[PATCH] powerpc/powermac: fix OF node refcount leak
 2017-12-12 11:39 UTC  (2+ messages)
`  "

[PATCH] ps3: Remove deprecated create_singlethread_workqueue
 2017-12-12 11:39 UTC  (2+ messages)
`  "

[RFC PATCH 0/2] KVM: PPC: Book3S HV: Transactional memory bug workarounds for POWER9
 2017-12-12  5:40 UTC  (6+ messages)
` [RFC PATCH 1/2] powerpc: Add a CPU feature bit for TM bug workarounds on POWER9 DD2.2
` [RFC PATCH 2/2] KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9

[BUG] drivers/tty/hvc: a possible sleep-in-atomic bug in xen_pv_console_init
 2017-12-12  1:35 UTC 

[PATCH v3 4/4] 44x/fsp2: add irq error handlers
 2017-12-12  1:48 UTC  (2+ messages)

[PATCH 00/18] crypto: talitos - fixes and performance improvement
 2017-12-11 11:07 UTC  (4+ messages)

[RFC PATCH kernel] KVM: PPC: Book3S PR: Fix WIMG handling under pHyp
 2017-12-11 10:51 UTC  (3+ messages)

[v2 PATCH] cpufreq: powernv: Correctly parse the sign of pstates on POWER8 vs POWER9
 2017-12-11  5:24 UTC  (6+ messages)

[PATCH-next] powerpc: remove retired sbc834x support
 2017-12-11  3:29 UTC 

[PATCH v2] powerpc/powernv: Add pci_reset_phbs parameter to issue a PHB reset
 2017-12-08 18:43 UTC  (7+ messages)

[PATCH] powerpc/32: book3s - fix compile error with CONFIG_PPC_PTDUMP
 2017-12-08 16:34 UTC 

[PATCH v5 0/3] Prepartion for SR-IOV PowerVM Enablement
 2017-12-08 14:52 UTC  (7+ messages)

[resend-without-rfc] powernv/kdump: Fix cases where the kdump kernel can get HMI's
 2017-12-08 13:19 UTC  (4+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-4.15-4 tag
 2017-12-08 12:47 UTC 

[PATCH] powerpc/xmon: Don't print hashed pointers in xmon
 2017-12-08 12:39 UTC  (2+ messages)
`  "

[PATCH v3] powerpc/64s: ISAv3 initialize MMU registers before setting partition table
 2017-12-08 12:39 UTC  (2+ messages)
` [v3] "

[PATCH] powerpc/xmon: use ARRAY_SIZE on various array sizing calculations
 2017-12-08 12:23 UTC  (4+ 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).