linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-04 10:05:36 to 2020-12-07 22:46:47 UTC [more...]

[PATCH v2 00/28] partition suspend updates
 2020-12-07 21:51 UTC  (26+ messages)
` [PATCH v2 01/28] powerpc/rtas: prevent suspend-related sys_rtas use on LE
` [PATCH v2 02/28] powerpc/rtas: complete ibm,suspend-me status codes
` [PATCH v2 03/28] powerpc/rtas: rtas_ibm_suspend_me -> rtas_ibm_suspend_me_unsafe
` [PATCH v2 04/28] powerpc/rtas: add rtas_ibm_suspend_me()
` [PATCH v2 05/28] powerpc/rtas: add rtas_activate_firmware()
` [PATCH v2 06/28] powerpc/hvcall: add token and codes for H_VASI_SIGNAL
` [PATCH v2 07/28] powerpc/pseries/mobility: don't error on absence of ibm, update-nodes
` [PATCH v2 08/28] powerpc/pseries/mobility: add missing break to default case
` [PATCH v2 09/28] powerpc/pseries/mobility: error message improvements
` [PATCH v2 10/28] powerpc/pseries/mobility: use rtas_activate_firmware() on resume
` [PATCH v2 11/28] powerpc/pseries/mobility: extract VASI session polling logic
` [PATCH v2 12/28] powerpc/pseries/mobility: use stop_machine for join/suspend
` [PATCH v2 13/28] powerpc/pseries/mobility: signal suspend cancellation to platform
` [PATCH v2 14/28] powerpc/pseries/mobility: retry partition suspend after error
` [PATCH v2 15/28] powerpc/rtas: dispatch partition migration requests to pseries
` [PATCH v2 16/28] powerpc/rtas: remove rtas_ibm_suspend_me_unsafe()
` [PATCH v2 17/28] powerpc/pseries/hibernation: drop pseries_suspend_begin() from suspend ops
` [PATCH v2 18/28] powerpc/pseries/hibernation: pass stream id via function arguments
` [PATCH v2 19/28] powerpc/pseries/hibernation: remove pseries_suspend_cpu()
` [PATCH v2 20/28] powerpc/machdep: remove suspend_disable_cpu()
` [PATCH v2 21/28] powerpc/rtas: remove rtas_suspend_cpu()
` [PATCH v2 24/28] powerpc/pseries/hibernation: remove redundant cacheinfo update
` [PATCH v2 25/28] powerpc/pseries/hibernation: perform post-suspend fixups later
` [PATCH v2 26/28] powerpc/pseries/hibernation: remove prepare_late() callback
` [PATCH v2 27/28] powerpc/rtas: remove unused rtas_suspend_me_data

[PATCH v6 0/5] PCI: Unify ECAM constants in native PCI Express drivers
 2020-12-07 20:29 UTC  (5+ messages)
` [PATCH v6 1/5] "

[powerpc:next-test 54/220] arch/powerpc/kernel/vdso32/vgettimeofday.c:13:5: warning: no previous prototype for function '__c_kernel_clock_gettime64'
 2020-12-07 18:20 UTC  (4+ messages)

[PATCH] powerpc/mm: Fix KUAP warning by providing copy_from_kernel_nofault_allowed()
 2020-12-07 17:02 UTC  (7+ messages)

[PATCH v2] powerpc/mm: Fix KUAP warning by providing copy_from_kernel_nofault_allowed()
 2020-12-07 16:58 UTC 

[PATCH v5 00/19] dt-bindings: usb: Add generic USB HCD, xHCI, DWC USB3 DT schema
 2020-12-07 16:53 UTC  (28+ messages)
` [PATCH v5 01/19] dt-bindings: usb: usb-hcd: Detach generic USB controller properties
` [PATCH v5 02/19] dt-bindings: usb: Convert generic USB properties to DT schemas
` [PATCH v5 03/19] dt-bindings: usb: usb-drd: Add "otg-rev" property constraints
` [PATCH v5 04/19] dt-bindings: usb: Add "ulpi/serial/hsic" PHY types
` [PATCH v5 05/19] dt-bindings: usb: usb-hcd: Add "tpl-support" property
` [PATCH v5 06/19] dt-bindings: usb: Add generic "usb-phy" property
` [PATCH v5 07/19] dt-bindings: usb: Convert xHCI bindings to DT schema
` [PATCH v5 08/19] dt-bindings: usb: xhci: Add Broadcom STB v2 compatible device
` [PATCH v5 09/19] dt-bindings: usb: renesas-xhci: Refer to the usb-xhci.yaml file
` [PATCH v5 10/19] dt-bindings: usb: Convert DWC USB3 bindings to DT schema
` [PATCH v5 11/19] dt-bindings: usb: dwc3: Add interrupt-names property support
` [PATCH v5 12/19] dt-bindings: usb: dwc3: Add synopsys, dwc3 compatible string
` [PATCH v5 13/19] dt-bindings: usb: dwc3: Add Tx De-emphasis constraints
` [PATCH v5 14/19] dt-bindings: usb: dwc3: Add Frame Length Adj constraints
` [PATCH v5 15/19] dt-bindings: usb: meson-g12a-usb: Fix FL-adj property value
` [PATCH v5 16/19] dt-bindings: usb: meson-g12a-usb: Validate DWC2/DWC3 sub-nodes
` [PATCH v5 17/19] dt-bindings: usb: keystone-dwc3: Validate DWC3 sub-node
` [PATCH v5 18/19] dt-bindings: usb: qcom,dwc3: "
` [PATCH v5 19/19] dt-bindings: usb: intel, keembay-dwc3: "
  ` [PATCH v5 19/19] dt-bindings: usb: intel,keembay-dwc3: "

[PATCH] powerpc: fix spelling mistake in Kconfig "seleted" -> "selected"
 2020-12-07 15:54 UTC 

[PATCH] arch: fix 'unexpected IRQ trap at vector' warnings
 2020-12-07 14:31 UTC 

[PATCH 0/3] Extend Parsing "ibm, thread-groups" for Shared-L2 information
 2020-12-07 13:11 UTC  (7+ messages)
` [PATCH 1/3] powerpc/smp: Parse ibm, thread-groups with multiple properties
  ` [PATCH 1/3] powerpc/smp: Parse ibm,thread-groups "
` [PATCH 2/3] powerpc/smp: Add support detecting thread-groups sharing L2 cache
` [PATCH 3/3] powerpc/cacheinfo: Print correct cache-sibling map/list for "

Build regressions/improvements in v5.10-rc7
 2020-12-07 12:09 UTC 

[PATCH v2 00/17] ibmvfc: initial MQ development
 2020-12-07 11:56 UTC  (6+ messages)
` [PATCH v2 01/17] ibmvfc: add vhost fields and defaults for MQ enablement

[Bug 209277] New: Dead code :q
 2020-12-07 11:23 UTC  (2+ messages)
` [Bug 209277] powerpc: obsolete driver: Marvell MV64X60 MPSC

[PATCH] EDAC/mv64x60: Remove orphan mv64x60 driver
 2020-12-07 11:17 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update 68k Mac entry
 2020-12-07  7:35 UTC  (3+ messages)

[powerpc:next-test 42/193] arch/powerpc/platforms/44x/ppc476.c:241:34: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-12-07  6:38 UTC 

[PATCH 1/2] powerpc/book3s64/kexec: Clear CIABR on kexec
 2020-12-07  1:05 UTC  (2+ messages)
` [PATCH 2/2] powerpc/powernv/idle: Restore CIABR after idle for Power9

[PATCH] powerpc/book3s_hv_uvmem: Check for failed page migration
 2020-12-07  0:13 UTC  (5+ messages)

[PATCH v2 1/2] ASoC: dt-bindings: imx-hdmi: Add binding doc for hdmi machine driver
 2020-12-06 10:41 UTC  (2+ messages)
` [PATCH v2 2/2] ASoC: fsl: Add imx-hdmi "

[PATCH] powerpc: Stop exporting __clear_user which is now inlined
 2020-12-06 10:19 UTC  (4+ messages)
` Patch "powerpc: Stop exporting __clear_user which is now inlined." has been added to the 4.4-stable tree

[PATCH 0/8] shoot lazy tlbs
 2020-12-06  3:59 UTC  (10+ messages)
` [PATCH 2/8] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode

[powerpc:next-test] BUILD SUCCESS 8817aabb1bdd5811130f94ff6442bb19c9158a3a
 2020-12-06  2:16 UTC 

[powerpc:merge] BUILD SUCCESS 9acd775e4579bde0a6d937d72f9669e418aa87ad
 2020-12-06  2:16 UTC 

[PATCH 00/20] ethernet: ucc_geth: assorted fixes and simplifications
 2020-12-05 21:50 UTC  (30+ messages)
` [PATCH 01/20] ethernet: ucc_geth: set dev->max_mtu to 1518
` [PATCH 02/20] ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram
` [PATCH 03/20] ethernet: ucc_geth: remove unused read of temoder field
` [PATCH 04/20] soc: fsl: qe: make cpm_muram_offset take a const void* argument
` [PATCH 05/20] soc: fsl: qe: store muram_vbase as a void pointer instead of u8
` [PATCH 06/20] soc: fsl: qe: add cpm_muram_free_addr() helper
` [PATCH 07/20] ethernet: ucc_geth: use qe_muram_free_addr()
` [PATCH 08/20] ethernet: ucc_geth: remove unnecessary memset_io() calls
` [PATCH 09/20] ethernet: ucc_geth: replace kmalloc+memset by kzalloc
` [PATCH 10/20] ethernet: ucc_geth: remove {rx, tx}_glbl_pram_offset from struct ucc_geth_private
` [PATCH 11/20] ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()
` [PATCH 12/20] ethernet: ucc_geth: factor out parsing of {rx, tx}-clock{, -name} properties
` [PATCH 13/20] ethernet: ucc_geth: constify ugeth_primary_info
` [PATCH 14/20] ethernet: ucc_geth: don't statically allocate eight ucc_geth_info
` [PATCH 15/20] ethernet: ucc_geth: use UCC_GETH_{RX, TX}_BD_RING_ALIGNMENT macros directly
` [PATCH 16/20] ethernet: ucc_geth: remove bd_mem_part and all associated code
` [PATCH 17/20] ethernet: ucc_geth: replace kmalloc_array()+for loop by kcalloc()
` [PATCH 18/20] ethernet: ucc_geth: add helper to replace repeated switch statements
` [PATCH 19/20] ethernet: ucc_geth: inform the compiler that numQueues is always 1
` [PATCH 20/20] ethernet: ucc_geth: simplify rx/tx allocations

[GIT PULL] Please pull powerpc/linux.git powerpc-5.10-5 tag
 2020-12-05 19:21 UTC  (2+ messages)

[PATCH RESEND v3 00/10] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
 2020-12-05 15:56 UTC  (2+ messages)
` [PATCH v3 05/10] powerpc: dts: akebono: Harmonize EHCI/OHCI DT "

[PATCH 00/29] partition suspend updates
 2020-12-05 11:03 UTC  (16+ messages)
` [PATCH 01/29] powerpc/rtas: move rtas_call_reentrant() out of pseries guards
` [PATCH 03/29] powerpc/rtas: complete ibm,suspend-me status codes
` [PATCH 12/29] powerpc/pseries/mobility: extract VASI session polling logic
` [PATCH 13/29] powerpc/pseries/mobility: use stop_machine for join/suspend
` [PATCH 16/29] powerpc/rtas: dispatch partition migration requests to pseries

[PATCH v2] clk: renesas: r9a06g032: Drop __packed for portability
 2020-12-05  9:05 UTC  (3+ messages)

[PATCH v9 00/12] huge vmalloc mappings
 2020-12-05  6:57 UTC  (13+ messages)
` [PATCH v9 01/12] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v9 02/12] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v9 03/12] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v9 04/12] mm/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v9 05/12] mm: HUGE_VMAP arch support cleanup
` [PATCH v9 06/12] powerpc: inline huge vmap supported functions
` [PATCH v9 07/12] arm64: "
` [PATCH v9 08/12] x86: "
` [PATCH v9 09/12] mm: Move vmap_range from mm/ioremap.c to mm/vmalloc.c
` [PATCH v9 10/12] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v9 11/12] mm/vmalloc: Hugepage vmalloc mappings
` [PATCH v9 12/12] powerpc/64s/radix: Enable huge "

[PATCH 1/2] powerpc: Retire e200 core (mpc555x processor)
 2020-12-05  5:17 UTC  (2+ messages)

[RFC v2 2/2] [MOCKUP] sched/mm: Lightweight lazy mm refcounting
 2020-12-05  4:49 UTC  (3+ messages)

[PATCH v8 00/12] huge vmalloc mappings
 2020-12-05  4:49 UTC  (6+ messages)
` [PATCH v8 11/12] mm/vmalloc: Hugepage "

[PATCH] macintosh/adb-iop: Send correct poll command
 2020-12-05  3:10 UTC  (3+ messages)

[PATCH] macintosh/adb-iop: Always wait for reply message from IOP
 2020-12-05  3:09 UTC  (3+ messages)

[powerpc:merge] BUILD SUCCESS 466556ab940c1dfc7aee8db02a8329f1f3efed3d
 2020-12-05  1:23 UTC 

[powerpc:next-test] BUILD REGRESSION 4e4ed87981c764498942c52004c620bb8f104eac
 2020-12-05  1:23 UTC 

[PATCH v3 00/18] ibmvfc: initial MQ development
 2020-12-05  0:20 UTC  (14+ messages)
` [PATCH v3 04/18] ibmvfc: add alloc/dealloc routines for SCSI Sub-CRQ Channels
` [PATCH v3 06/18] ibmvfc: add handlers to drain and complete Sub-CRQ responses
` [PATCH v3 15/18] ibmvfc: send Cancel MAD down each hw scsi channel
` [PATCH v3 17/18] ibmvfc: provide modules parameters for MQ settings
` [PATCH v3 18/18] ibmvfc: drop host lock when completing commands in CRQ

[PATCH] ASoC: fsl_aud2htx: mark PM functions as __maybe_unused
 2020-12-04 23:30 UTC  (2+ messages)

[powerpc:next] BUILD SUCCESS c9344769e2b46ba28b947bec7a8a8f0a091ecd57
 2020-12-04 22:26 UTC 

[PATCH kernel v2] powerpc/kuap: Restore AMR after replaying soft interrupts
 2020-12-04 21:02 UTC  (2+ messages)

[RFC v2 0/2] lazy mm refcounting
 2020-12-04 20:39 UTC  (5+ messages)
` [RFC v2 1/2] [NEEDS HELP] x86/mm: Handle unlazying membarrier core sync in the arch code

powerpc 5.10-rcN boot failures with RCU_SCALE_TEST=m
 2020-12-04 20:23 UTC  (6+ messages)

[powerpc:next-test 192/220] arch/powerpc/kernel/rtas.c:938:21: error: no member named 'rtas_args_reentrant' in 'struct paca_struct'
 2020-12-04 20:05 UTC 

[PATCH] powerpc/powermac: Fix low_sleep_handler with CONFIG_VMAP_STACK
 2020-12-04 18:55 UTC 

[PATCH] powerpc/xmon: Change printk() to pr_cont()
 2020-12-04 15:55 UTC  (3+ messages)

[PATCH v2 0/5] drop unused BACKLIGHT_GENERIC option
 2020-12-04 12:06 UTC  (3+ messages)
` [PATCH v2 3/5] MIPS: configs: "

[PATCH] powerpc/numa: Fix a regression on memoryless node 0
 2020-12-04 11:59 UTC  (2+ messages)

[PATCH 0/8] powerpc/64s: fix and improve machine check handling
 2020-12-04 11:59 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: XIVE: Fix vCPU id sanity check
 2020-12-04 11:59 UTC  (2+ messages)

[PATCH 0/4] powerpc/64s: Fix for radix TLB invalidation bug
 2020-12-04 11:59 UTC  (2+ messages)

[PATCH] powerpc/mce: Remove per cpu variables from MCE handlers
 2020-12-04 10:23 UTC 

[PATCH] powerpc/process: Remove target specific __set_dabr()
 2020-12-04 10:12 UTC 

[PATCH] powerpc/8xx: Fix early debug when SMC1 is relocated
 2020-12-04 10:11 UTC 


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).