linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-27 13:03:46 to 2019-04-29 18:29:55 UTC [more...]

serial drivers polishing
 2019-04-29 18:26 UTC  (78+ messages)
` [PATCH 01/41] drivers: tty: serial: dz: use dev_err() instead of printk()
` [PATCH 02/41] drivers: tty: serial: dz: include <linux/io.h> instead of <asm/io.h>
` [PATCH 03/41] drivers: tty: serial: dz: fix missing parentheses
` [PATCH 04/41] drivers: tty: serial: dz: fix use fix bare 'unsigned'
` [PATCH 05/41] drivers: tty: serial: dz: use pr_info() instead of incomplete printk()
` [PATCH 06/41] drivers: tty: serial: sb1250-duart: use dev_err() instead of printk()
` [PATCH 07/41] drivers: tty: serial: sb1250-duart: include <linux/io.h> instead of <asm/io.h>
` [PATCH 08/41] drivers: tty: serial: sb1250-duart: fix checkpatch warning on printk()
` [PATCH 09/41] drivers: tty: serial: sb1250-duart: fill mapsize and use it
` [PATCH 10/41] drivers: tty: serial: sb1250-duart: fix missing parentheses
` [PATCH 11/41] drivers: tty: serial: sb1250-duart: fix formatting error
` [PATCH 12/41] drivers: tty: serial: uartlite: use dev_dbg() instead of pr_debug()
` [PATCH 13/41] drivers: tty: serial: uartlite: fill mapsize and use it
` [PATCH 14/41] drivers: tty: serial: uartlite: remove unnecessary braces
` [PATCH 15/41] drivers: tty: serial: uartlite: fix use fix bare 'unsigned'
` [PATCH 16/41] drivers: tty: serial: uartlite: fix overlong lines
` [PATCH 17/41] drivers: tty: serial: apbuart: fix logging calls
` [PATCH 19/41] drivers: tty: serial: apbuart: fix code formatting
` [PATCH 20/41] drivers: tty: serial: cpm_uart: use dev_err()/dev_warn() instead of printk()
` [PATCH 21/41] drivers: tty: serial: cpm_uart: fix includes
` [PATCH 22/41] drivers: tty: serial: cpm_uart: fix logging calls
` [PATCH 23/41] drivers: tty: serial: cpm_uart: fix styling issues
` [PATCH 24/41] drivers: tty: serial: timbuart: use dev_err() instead of printk()
` [PATCH 25/41] drivers: tty: serial: timbuart: fix formatting issues
` [PATCH 26/41] drivers: tty: serial: sunzilog: use dev_info() instead of printk()
` [PATCH 27/41] drivers: tty: serial: sunzilog: fix formatting issues
` [PATCH 28/41] drivers: tty: serial: sunzilog: fix includes
` [PATCH 29/41] drivers: tty: serial: sunzilog: cleanup logging
` [PATCH 30/41] drivers: tty: serial: ioc4_serial: use dev_warn() instead of printk()
` [PATCH 31/41] drivers: tty: serial: ioc4_serial: use pr_*() "
` [PATCH 32/41] drivers: tty: serial: 21285: define's for address/size, use mapsize field
` [PATCH 33/41] drivers: tty: serial: zs: use dev_err() instead of printk()
` [PATCH 34/41] drivers: tty: serial: zs: fill mapsize and use it
` [PATCH 35/41] drivers: tty: serial: 8250: add mapsize to platform data
` [PATCH 36/41] drivers: tty: serial: 8250: store mmio resource size in port struct
` [PATCH 37/41] drivers: tty: serial: 8250: simplify io resource size computation
` [PATCH 38/41] drivers: tty: serial: xilinx_uartps: fill mapsize and use it
` [PATCH 39/41] drivers: tty: serial: pmac_zilog: "
` [PATCH 40/41] drivers: tty: serial: helper for setting mmio range
` [PATCH 41/41] drivers: tty: serial: lpc32xx_hs: fill mapsize and use it

[PATCH v3 1/3] powernv/mce: reduce mce console logs to lesser lines
 2019-04-29 18:16 UTC  (3+ messages)
` [PATCH v3 2/3] powernv/mce: Print correct severity for mce error
` [PATCH v3 3/3] powernv/mce: print additional information about "

[PATCH 12/10] powerpc: unbreak DYNAMIC_DEBUG=y build with clang
 2019-04-29 17:34 UTC  (2+ messages)

[PATCH v2 3/3] mm: introduce ARCH_HAS_PTE_DEVMAP
 2019-04-29 17:22 UTC 

[PATCH stable v4.4 0/8] missing powerpc spectre backports for 4.4
 2019-04-29 15:49 UTC  (9+ messages)
` [PATCH stable v4.4 1/8] powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is used
` [PATCH stable v4.4 2/8] powerpc/fsl: Flush branch predictor when entering KVM
` [PATCH stable v4.4 3/8] powerpc/fsl: Emulate SPRN_BUCSR register
` [PATCH stable v4.4 4/8] powerpc/fsl: Flush the branch predictor at each kernel entry (32 bit)
` [PATCH stable v4.4 5/8] powerpc/fsl: Sanitize the syscall table for NXP PowerPC 32 bit platforms
` [PATCH stable v4.4 6/8] powerpc/fsl: Fixed warning: orphan section `__btb_flush_fixup'
` [PATCH stable v4.4 7/8] powerpc/fsl: Add FSL_PPC_BOOK3E as supported arch for nospectre_v2 boot arg
` [PATCH stable v4.4 8/8] Documentation: Add nospectre_v1 parameter

[PATCH stable v4.4 00/52] powerpc spectre backports for 4.4
 2019-04-29 15:52 UTC  (10+ messages)

[RESEND PATCH v3 00/11] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
 2019-04-29 15:35 UTC  (3+ messages)
` [RESEND PATCH v3 09/11] powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inline

[PATCH for 5.2 10/12] rseq/selftests: powerpc code signature: generate valid instructions
 2019-04-29 15:28 UTC 

[PATCH] powerpc/32s: fix BATs setting with CONFIG_STRICT_KERNEL_RWX
 2019-04-29 12:03 UTC  (2+ messages)

[PATCH] powerpc: remove the __kernel_io_end export
 2019-04-29 12:00 UTC  (3+ messages)

[PATCH 1/3] powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.h
 2019-04-29 11:54 UTC  (4+ messages)
` [PATCH 2/3] powerpc/module32: Use symbolic instructions names
` [PATCH 3/3] powerpc/module64: "

[PATCH] powerpc/powernv/npu: Fix reference leak
 2019-04-29 10:36 UTC  (3+ messages)

[PATCH stable v4.4 30/52] powerpc: Use barrier_nospec in copy_from_user()
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc: Use barrier_nospec in copy_from_user()" has been added to the 4.4-stable tree

[PATCH stable v4.4 32/52] powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2" has been added to the 4.4-stable tree

[PATCH stable v4.4 01/52] powerpc/xmon: Add RFI flush related fields to paca dump
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/xmon: Add RFI flush related fields to paca dump" has been added to the 4.4-stable tree

[PATCH stable v4.4 06/52] powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again" has been added to the 4.4-stable tree

[PATCH stable v4.4 51/52] powerpc/security: Fix spectre_v2 reporting
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/security: Fix spectre_v2 reporting" has been added to the 4.4-stable tree

[PATCH stable v4.4 05/52] powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code" has been added to the 4.4-stable tree

[PATCH stable v4.4 07/52] powerpc/rfi-flush: Always enable fallback flush on pseries
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/rfi-flush: Always enable fallback flush on pseries" has been added to the 4.4-stable tree

[PATCH stable v4.4 08/52] powerpc/rfi-flush: Differentiate enabled and patched flush types
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/rfi-flush: Differentiate enabled and patched flush types" has been added to the 4.4-stable tree

[PATCH stable v4.4 10/52] powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration" has been added to the 4.4-stable tree

[PATCH stable v4.4 03/52] powerpc/pseries: Support firmware disable of RFI flush
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/pseries: Support firmware disable of RFI flush" has been added to the 4.4-stable tree

[PATCH stable v4.4 17/52] powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()" has been added to the 4.4-stable tree

[PATCH stable v4.4 09/52] powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags" has been added to the 4.4-stable tree

[PATCH stable v4.4 12/52] powerpc/pseries: Set or clear security feature flags
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/pseries: Set or clear security feature flags" has been added to the 4.4-stable tree

[PATCH stable v4.4 22/52] powerpc/pseries: Restore default security feature flags on setup
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/pseries: Restore default security feature flags on setup" has been added to the 4.4-stable tree

[PATCH stable v4.4 42/52] powerpc/pseries: Query hypervisor for count cache flush settings
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/pseries: Query hypervisor for count cache flush settings" has been added to the 4.4-stable tree

[PATCH stable v4.4 20/52] powerpc/pseries: Fix clearing of security feature flags
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/pseries: Fix clearing of security feature flags" has been added to the 4.4-stable tree

[PATCH stable v4.4 21/52] powerpc: Move default security feature flags
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc: Move default security feature flags" has been added to the 4.4-stable tree

[PATCH stable v4.4 16/52] powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()" has been added to the 4.4-stable tree

[PATCH stable v4.4 04/52] powerpc/powernv: Support firmware disable of RFI flush
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/powernv: Support firmware disable of RFI flush" has been added to the 4.4-stable tree

[PATCH stable v4.4 13/52] powerpc/powernv: Set or clear security feature flags
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/powernv: Set or clear security feature flags" has been added to the 4.4-stable tree

[PATCH stable v4.4 43/52] powerpc/powernv: Query firmware for count cache flush settings
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/powernv: Query firmware for count cache flush settings" has been added to the 4.4-stable tree

[PATCH stable v4.4 47/52] powerpc/fsl: Fix spectre_v2 mitigations reporting
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/fsl: Fix spectre_v2 mitigations reporting" has been added to the 4.4-stable tree

[PATCH stable v4.4 50/52] powerpc/fsl: Update Spectre v2 reporting
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/fsl: Update Spectre v2 reporting" has been added to the 4.4-stable tree

[PATCH stable v4.4 49/52] powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)" has been added to the 4.4-stable tree

[PATCH stable v4.4 52/52] powerpc/fsl: Fix the flush of branch predictor
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/fsl: Fix the flush of branch predictor." has been added to the 4.4-stable tree

[PATCH stable v4.4 44/52] powerpc: Avoid code patching freed init sections
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc: Avoid code patching freed init sections" has been added to the 4.4-stable tree

[PATCH stable v4.4 48/52] powerpc/fsl: Add nospectre_v2 command line argument
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/fsl: Add nospectre_v2 command line argument" has been added to the 4.4-stable tree

[PATCH stable v4.4 46/52] powerpc/fsl: Add macro to flush the branch predictor
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/fsl: Add macro to flush the branch predictor" has been added to the 4.4-stable tree

[PATCH stable v4.4 45/52] powerpc/fsl: Add infrastructure to fixup branch predictor flush
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/fsl: Add infrastructure to fixup branch predictor flush" has been added to the 4.4-stable tree

[PATCH stable v4.4 38/52] powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3E
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3E" has been added to the 4.4-stable tree

[PATCH stable v4.4 27/52] powerpc/64s: Patch barrier_nospec in modules
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64s: Patch barrier_nospec in modules" has been added to the 4.4-stable tree

[PATCH stable v4.4 39/52] powerpc/asm: Add a patch_site macro & helpers for patching instructions
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/asm: Add a patch_site macro & helpers for patching instructions" has been added to the 4.4-stable tree

[PATCH stable v4.4 11/52] powerpc: Add security feature flags for Spectre/Meltdown
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc: Add security feature flags for Spectre/Meltdown" has been added to the 4.4-stable tree

[PATCH stable v4.4 19/52] powerpc/64s: Wire up cpu_show_spectre_v2()
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64s: Wire up cpu_show_spectre_v2()" has been added to the 4.4-stable tree

[PATCH stable v4.4 18/52] powerpc/64s: Wire up cpu_show_spectre_v1()
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64s: Wire up cpu_show_spectre_v1()" has been added to the 4.4-stable tree

[PATCH stable v4.4 15/52] powerpc/64s: Enhance the information in cpu_show_meltdown()
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64s: Enhance the information in cpu_show_meltdown()" has been added to the 4.4-stable tree

[PATCH stable v4.4 14/52] powerpc/64s: Move cpu_show_meltdown()
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64s: Move cpu_show_meltdown()" has been added to the 4.4-stable tree

[PATCH stable v4.4 02/52] powerpc/64s: Improve RFI L1-D cache flush fallback
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64s: Improve RFI L1-D cache flush fallback" has been added to the 4.4-stable tree

[PATCH stable v4.4 23/52] powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()" has been added to the 4.4-stable tree

[PATCH stable v4.4 31/52] powerpc/64s: Enhance the information in cpu_show_spectre_v1()
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64s: Enhance the information in cpu_show_spectre_v1()" has been added to the 4.4-stable tree

[PATCH stable v4.4 34/52] powerpc/64: Make stf barrier PPC_BOOK3S_64 specific
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64: Make stf barrier PPC_BOOK3S_64 specific." has been added to the 4.4-stable tree

[PATCH stable v4.4 28/52] powerpc/64s: Enable barrier_nospec based on firmware settings
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64s: Enable barrier_nospec based on firmware settings" has been added to the 4.4-stable tree

[PATCH stable v4.4 41/52] powerpc/64s: Add support for software count cache flush
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64s: Add support for software count cache flush" has been added to the 4.4-stable tree

[PATCH stable v4.4 26/52] powerpc/64s: Add support for ori barrier_nospec patching
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64s: Add support for ori barrier_nospec patching" has been added to the 4.4-stable tree

[PATCH stable v4.4 24/52] powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit" has been added to the 4.4-stable tree

[PATCH stable v4.4 40/52] powerpc/64s: Add new security feature flags for count cache flush
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64s: Add new security feature flags for count cache flush" has been added to the 4.4-stable tree

[PATCH stable v4.4 25/52] powerpc/64s: Add barrier_nospec
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64s: Add barrier_nospec" has been added to the 4.4-stable tree

[PATCH stable v4.4 29/52] powerpc/64: Use barrier_nospec in syscall entry
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64: Use barrier_nospec in syscall entry" has been added to the 4.4-stable tree

[PATCH stable v4.4 37/52] powerpc/64: Make meltdown reporting Book3S 64 specific
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64: Make meltdown reporting Book3S 64 specific" has been added to the 4.4-stable tree

[PATCH stable v4.4 33/52] powerpc/64: Disable the speculation barrier from the command line
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64: Disable the speculation barrier from the command line" has been added to the 4.4-stable tree

[PATCH stable v4.4 36/52] powerpc/64: Call setup_barrier_nospec() from setup_arch()
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64: Call setup_barrier_nospec() from setup_arch()" has been added to the 4.4-stable tree

[PATCH stable v4.4 35/52] powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC
 2019-04-29  9:51 UTC  (2+ messages)
` Patch "powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC" has been added to the 4.4-stable tree

Why is suspend with s2idle available on POWER8 systems?
 2019-04-29  9:08 UTC  (4+ messages)

BUG: crash in __tlb_remove_page_size with STRICT_KERNEL_RWX on BOOK3S_32
 2019-04-29  8:49 UTC  (6+ messages)

[PATCH 1/2] PCI: layerscape: Add the bar_fixed_64bit property in EP driver
 2019-04-29  8:19 UTC  (2+ messages)
` [PATCH 2/2] PCI: layerscape: EP and RC drivers are compiled separately

[PATCH v5 00/16] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-04-29  8:05 UTC  (2+ messages)

[PATCH kernel v3] powerpc/powernv: Isolate NVLinks between GV100GL on Witherspoon
 2019-04-29  6:50 UTC  (4+ messages)

Machine Check Exceptions
 2019-04-29  6:10 UTC 

[PATCH v2 1/2] powerpc/perf: init pmu from core-book3s
 2019-04-29  5:42 UTC  (4+ messages)
` [PATCH v2 2/2] powerpc/perf: Add generic compat mode pmu driver

[PATCHv2] kernel/crash: make parse_crashkernel()'s return value more indicant
 2019-04-29  5:04 UTC  (7+ messages)

[PATCH V32 01/27] Add the ability to lock down access to the running kernel image
 2019-04-29  4:54 UTC  (4+ messages)

[PATCH v8 05/20] KVM: PPC: Book3S HV: Remove pmd_is_leaf()
 2019-04-29  2:05 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.1-6 tag
 2019-04-28 18:05 UTC  (2+ messages)

[PATCH v10 0/2] powerpc/64s: reimplement book3s idle code in C
 2019-04-28 11:45 UTC  (3+ messages)
` [PATCH v10 1/2] "
` [PATCH v10 2/2] powerpc/64s: KVM update for "

[PATCH V3] ASoC: fsl_esai: Add pm runtime function
 2019-04-28  2:28 UTC 

[PATCH V4] ASoC: fsl_esai: Add pm runtime function
 2019-04-28  2:24 UTC 

[PATCH V6] ASoC: fsl_esai: Fix missing break in switch statement
 2019-04-28  2:24 UTC 

[PATCH 0/3] Add runtime PM for SAI digital audio interface
 2019-04-27 17:17 UTC  (5+ messages)
` [PATCH 2/3 v2] ASoC: fsl_sai: Add support for runtime pm

[PATCH V3] ASoC: fsl_esai: Add pm runtime function
 2019-04-27 17:17 UTC  (2+ messages)

[PATCH v2 0/9] Prerequisites for NXP LS104xA SMMU enablement
 2019-04-27 17:10 UTC  (7+ messages)
` [PATCH v2 3/9] fsl/fman: backup and restore ICID registers
` [PATCH v2 7/9] dpaa_eth: fix iova handling for contiguous frames
` [PATCH v2 9/9] dpaa_eth: fix SG frame cleanup

[PATCH 2/4] dt-bindings: doc: Reflect new NVMEM of_get_mac_address behaviour
 2019-04-27 16:56 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).