linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-18 21:58:34 to 2019-04-22 20:28:02 UTC [more...]

[PATCH v12 00/31] Speculative page faults
 2019-04-22 20:15 UTC  (27+ messages)
` [PATCH v12 05/31] mm: prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v12 06/31] mm: introduce pte_spinlock "
` [PATCH v12 07/31] mm: make pte_unmap_same compatible with SPF
` [PATCH v12 08/31] mm: introduce INIT_VMA()
` [PATCH v12 09/31] mm: VMA sequence count
` [PATCH v12 10/31] mm: protect VMA modifications using "
` [PATCH v12 11/31] mm: protect mremap() against SPF hanlder
` [PATCH v12 12/31] mm: protect SPF handler against anon_vma changes
` [PATCH v12 13/31] mm: cache some VMA fields in the vm_fault structure
` [PATCH v12 14/31] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
` [PATCH v12 15/31] mm: introduce __lru_cache_add_active_or_unevictable
` [PATCH v12 16/31] mm: introduce __vm_normal_page()

[PATCH v3 0/3] Add runtime PM for SAI digital audio interface
 2019-04-22 19:02 UTC  (4+ messages)
` [PATCH v3 1/3] ASoC: fsl_sai: Update is_slave_mode with correct value
` [PATCH v3 2/3] ASoC: fsl_sai: Add support for runtime pm
` [PATCH v3 3/3] ASoC: fsl_sai: Move clock operation to PM runtime

[PATCH 0/2] Add runtime PM for SAI digital audio interface
 2019-04-22 18:15 UTC  (8+ messages)
` [PATCH 1/2] ASoC: fsl: sai: Add support for runtime pm
` [PATCH 2/2] ASoC: fsl: Move clock operation to PM runtime

[PATCH 0/6] convert locked_vm from unsigned long to atomic64_t
 2019-04-22 15:54 UTC  (7+ messages)
` [PATCH 1/6] mm: change locked_vm's type "

[PATCH stable v4.4 00/52] powerpc spectre backports for 4.4
 2019-04-22 15:32 UTC  (56+ messages)
` [PATCH stable v4.4 01/52] powerpc/xmon: Add RFI flush related fields to paca dump
` [PATCH stable v4.4 02/52] powerpc/64s: Improve RFI L1-D cache flush fallback
` [PATCH stable v4.4 03/52] powerpc/pseries: Support firmware disable of RFI flush
` [PATCH stable v4.4 04/52] powerpc/powernv: "
` [PATCH stable v4.4 05/52] powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
` [PATCH stable v4.4 06/52] powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
` [PATCH stable v4.4 07/52] powerpc/rfi-flush: Always enable fallback flush on pseries
` [PATCH stable v4.4 08/52] powerpc/rfi-flush: Differentiate enabled and patched flush types
` [PATCH stable v4.4 09/52] powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
` [PATCH stable v4.4 10/52] powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
` [PATCH stable v4.4 11/52] powerpc: Add security feature flags for Spectre/Meltdown
` [PATCH stable v4.4 12/52] powerpc/pseries: Set or clear security feature flags
` [PATCH stable v4.4 13/52] powerpc/powernv: "
` [PATCH stable v4.4 14/52] powerpc/64s: Move cpu_show_meltdown()
` [PATCH stable v4.4 15/52] powerpc/64s: Enhance the information in cpu_show_meltdown()
` [PATCH stable v4.4 16/52] powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
` [PATCH stable v4.4 17/52] powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
` [PATCH stable v4.4 18/52] powerpc/64s: Wire up cpu_show_spectre_v1()
` [PATCH stable v4.4 19/52] powerpc/64s: Wire up cpu_show_spectre_v2()
` [PATCH stable v4.4 20/52] powerpc/pseries: Fix clearing of security feature flags
` [PATCH stable v4.4 21/52] powerpc: Move default "
` [PATCH stable v4.4 22/52] powerpc/pseries: Restore default security feature flags on setup
` [PATCH stable v4.4 23/52] powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()
` [PATCH stable v4.4 24/52] powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
` [PATCH stable v4.4 25/52] powerpc/64s: Add barrier_nospec
` [PATCH stable v4.4 26/52] powerpc/64s: Add support for ori barrier_nospec patching
` [PATCH stable v4.4 27/52] powerpc/64s: Patch barrier_nospec in modules
` [PATCH stable v4.4 28/52] powerpc/64s: Enable barrier_nospec based on firmware settings
` [PATCH stable v4.4 29/52] powerpc/64: Use barrier_nospec in syscall entry
` [PATCH stable v4.4 30/52] powerpc: Use barrier_nospec in copy_from_user()
` [PATCH stable v4.4 31/52] powerpc/64s: Enhance the information in cpu_show_spectre_v1()
` [PATCH stable v4.4 32/52] powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
` [PATCH stable v4.4 33/52] powerpc/64: Disable the speculation barrier from the command line
` [PATCH stable v4.4 34/52] powerpc/64: Make stf barrier PPC_BOOK3S_64 specific
` [PATCH stable v4.4 35/52] powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC
` [PATCH stable v4.4 36/52] powerpc/64: Call setup_barrier_nospec() from setup_arch()
` [PATCH stable v4.4 37/52] powerpc/64: Make meltdown reporting Book3S 64 specific
` [PATCH stable v4.4 38/52] powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3E
` [PATCH stable v4.4 39/52] powerpc/asm: Add a patch_site macro & helpers for patching instructions
` [PATCH stable v4.4 40/52] powerpc/64s: Add new security feature flags for count cache flush
` [PATCH stable v4.4 41/52] powerpc/64s: Add support for software "
` [PATCH stable v4.4 42/52] powerpc/pseries: Query hypervisor for count cache flush settings
` [PATCH stable v4.4 43/52] powerpc/powernv: Query firmware "
` [PATCH stable v4.4 44/52] powerpc: Avoid code patching freed init sections
` [PATCH stable v4.4 45/52] powerpc/fsl: Add infrastructure to fixup branch predictor flush
` [PATCH stable v4.4 46/52] powerpc/fsl: Add macro to flush the branch predictor
` [PATCH stable v4.4 47/52] powerpc/fsl: Fix spectre_v2 mitigations reporting
` [PATCH stable v4.4 48/52] powerpc/fsl: Add nospectre_v2 command line argument
` [PATCH stable v4.4 49/52] powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)
` [PATCH stable v4.4 50/52] powerpc/fsl: Update Spectre v2 reporting
` [PATCH stable v4.4 51/52] powerpc/security: Fix spectre_v2 reporting
` [PATCH stable v4.4 52/52] powerpc/fsl: Fix the flush of branch predictor

[PATCH v2 19/79] docs: kdump: convert docs to ReST and rename to *.rst
 2019-04-22 13:27 UTC  (3+ messages)
` [PATCH v2 26/79] docs: powerpc: "
` [PATCH v2 33/79] docs: serial: "

[PATCH 0/3] Add runtime PM for SAI digital audio interface
 2019-04-22 11:25 UTC  (9+ messages)
` [PATCH 1/3 v2] ASoC: fsl_sai: Update is_slave_mode with correct value
` [PATCH 2/3 v2] ASoC: fsl_sai: Add support for runtime pm
` [PATCH 3/3 v3] ASoC: fsl_sai: Move clock operation to PM runtime
    ` [alsa-devel] "

[PATCH v2 00/11] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
 2019-04-22 10:14 UTC  (14+ messages)
` [PATCH v2 01/11] ARM: prevent tracing IPI_CPU_BACKTRACE
` [PATCH v2 02/11] arm64: mark (__)cpus_have_const_cap as __always_inline
` [PATCH v2 03/11] MIPS: mark mult_sh_align_mod() "
` [PATCH v2 04/11] s390/cpacf: mark scpacf_query() "
` [PATCH v2 05/11] mtd: rawnand: vf610_nfc: add initializer to avoid -Wmaybe-uninitialized
` [PATCH v2 06/11] MIPS: mark __fls() as __always_inline
` [PATCH v2 07/11] ARM: mark setup_machine_tags() stub as __init __noreturn
` [PATCH v2 08/11] powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __init
` [PATCH v2 09/11] powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inline
` [PATCH v2 10/11] powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inline
` [PATCH v2 11/11] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING

[PATCH 0/1] Forced-wakeup for stop lite states on Powernv
 2019-04-22  6:32 UTC  (2+ messages)
` [PATCH 1/1] cpuidle-powernv : forced wakeup for stop lite states

linux-next: Fixes tag needs some work in the powerpc-fixes tree
 2019-04-22  5:39 UTC 

[PATCH V6 0/3] Support more sample rate in asrc
 2019-04-22  4:52 UTC  (4+ messages)
` [PATCH V6 1/3] ASoC: fsl_asrc: Fix the issue about unsupported rate
` [PATCH V6 2/3] ASoC: fsl_asrc: replace the process_option table with function
` [PATCH V6 3/3] ASoC: fsl_asrc: Unify the supported input and output rate

[PATCH V5 2/3] ASoC: fsl_asrc: replace the process_option table with function
 2019-04-22  3:34 UTC 

[PATCH V5 2/3] ASoC: fsl_asrc: replace the process_option table with function
 2019-04-22  3:23 UTC  (2+ messages)

[PATCH V5 0/3] Support more sample rate in asrc
 2019-04-22  2:58 UTC  (7+ messages)
` [PATCH V5 1/3] ASoC: fsl_asrc: Fix the issue about unsupported rate
` [PATCH V5 2/3] ASoC: fsl_asrc: replace the process_option table with function
` [PATCH V5 3/3] ASoC: fsl_asrc: Unify the supported input and output rate

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

[powerpc:next-test 41/58] WARNING: vmlinux.o(.text+0xb0e0): Section mismatch in reference from the function setup_kup() to the function .init.text:setup_kuap()
 2019-04-21 17:30 UTC 

[powerpc:next-test 40/58] WARNING: vmlinux.o(.text+0xb038): Section mismatch in reference from the function setup_kup() to the function .init.text:setup_kuep()
 2019-04-21 16:23 UTC 

[PATCH v3 2/6] powerpc/mm: Remove PPC_MM_SLICES #ifdef for book3s64
 2019-04-21 14:19 UTC  (2+ messages)
` [v3,2/6] "

[PATCH v4 1/8] powerpc/mm/hash64: Add a variable to track the end of IO mapping
 2019-04-21 14:19 UTC  (2+ messages)
` [v4, "

[PATCH v6 01/10] powerpc/powernv/idle: Restore IAMR after idle
 2019-04-21 14:19 UTC  (2+ messages)
` [v6,01/10] "

[PATCH 1/2] powerpc/numa: improve control of topology updates
 2019-04-21 14:19 UTC  (2+ messages)
` [1/2] "

[PATCH] powerpc/pseries: hwpoison the pages upon hitting UE
 2019-04-21 14:19 UTC  (2+ messages)
`  "

[PATCH] MAINTAINERS: Update remaining @linux.vnet.ibm.com addresses
 2019-04-21 14:19 UTC  (2+ messages)
`  "

MAINTAINERS: Remove non-existent VAS file
 2019-04-21 14:19 UTC  (2+ messages)

[PATCH] powerpc/mm/radix: Do slb preload only with hash translation mode
 2019-04-21 14:19 UTC  (2+ messages)
`  "

[PATCH] powerpc/pseries/iommu: fix set but not used values
 2019-04-21 14:19 UTC  (2+ messages)
`  "

[PATCH] powerpc/pseries/pmem: fix a set but not used value
 2019-04-21 14:19 UTC  (2+ messages)
`  "

[PATCH] powerpc/mm: Fix build error with FLATMEM book3s64 config
 2019-04-21 14:19 UTC  (2+ messages)
`  "

[PATCH] powerpc/pseries/mce: Improve array initialization
 2019-04-21 14:19 UTC  (2+ messages)
`  "

[PATCH] powerpc/mm: Fix section mismatch warning
 2019-04-21 14:19 UTC  (2+ messages)
`  "

[PATCH] powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWX
 2019-04-21 14:18 UTC  (2+ messages)
`  "

[PATCH v2 1/2] powerpc: Make some functions static
 2019-04-21 14:18 UTC  (2+ messages)
` [v2,1/2] "

[PATCH v3] powerpc/8xx: fix possible object reference leak
 2019-04-21 14:18 UTC  (2+ messages)
` [v3] "

[PATCH] arch/powerpc: Remove duplicate headers
 2019-04-21 14:18 UTC  (2+ messages)
`  "

[PATCH] powerpc: vdso: Make vdso32 installation conditional in vdso_install
 2019-04-21 14:18 UTC  (2+ messages)
`  "

[PATCH] powerpc/mm/64: Document the sizes of/sizes mapped by Pxx_INDEX_SIZE
 2019-04-21 14:18 UTC  (2+ messages)
`  "

[PATCH] arch/powerpc/crypto/crc-vpmsum_test: Use cheaper random numbers for self-test
 2019-04-21 14:18 UTC  (2+ messages)
`  "

[PATCH] powerpc/powernv: Squash sparse warnings in opal-call.c
 2019-04-21 14:18 UTC  (2+ messages)
`  "

[PATCH v3] powerpc/mm: move warning from resize_hpt_for_hotplug()
 2019-04-21 14:18 UTC  (2+ messages)
` [v3] "

[PATCH v2 03/10] powerpc/32: Remove MSR_PR test when returning from syscall
 2019-04-21 14:18 UTC  (2+ messages)
` [v2, "

[PATCH v2] powerpc: silence unused-but-set-variable warnings
 2019-04-21 14:18 UTC  (2+ messages)
` [v2] "

[PATCH] powerpc/highmem: change BUG_ON() to WARN_ON()
 2019-04-21 14:18 UTC  (2+ messages)
`  "

[PATCH] powerpc/configs: Enable CONFIG_USB_XHCI_HCD by default
 2019-04-21 14:18 UTC  (2+ messages)
`  "

[PATCH 1/2] powerpc/32: Add ppc_defconfig
 2019-04-21 14:18 UTC  (2+ messages)
` [1/2] "

[PATCH] powerpc/mm/radix: Make Radix require HUGETLB_PAGE
 2019-04-21 14:07 UTC  (2+ messages)
`  "

[PATCH kernel v2 1/2] powerpc/mm_iommu: Fix potential deadlock
 2019-04-21 14:07 UTC  (2+ messages)
` [kernel,v2,1/2] "

[PATCH kernel v2 2/2] powerpc/mm_iommu: Allow pinning large regions
 2019-04-21 14:07 UTC  (2+ messages)
` [kernel,v2,2/2] "

[PATCH] ASoC: fsl: sai: Fix clock source for mclk0
 2019-04-21  8:40 UTC  (6+ messages)
  ` [alsa-devel] "

[PATCH] [v2] x86/mpx: fix recursive munmap() corruption
 2019-04-20 11:00 UTC  (2+ messages)

[PATCH V4 3/3] ASoC: fsl_asrc: Unify the supported input and output rate
 2019-04-20  7:29 UTC  (2+ messages)

[PATCH V4 2/3] ASoC: fsl_asrc: replace the process_option table with function
 2019-04-20  7:21 UTC 

[PATCH V4 0/3] Support more sample rate in asrc
 2019-04-20  7:16 UTC  (8+ messages)
` [PATCH V4 1/3] ASoC: fsl_asrc: Fix the issue about unsupported rate
    ` [EXT] "
` [PATCH V4 2/3] ASoC: fsl_asrc: replace the process_option table with function
` [PATCH V4 3/3] ASoC: fsl_asrc: Unify the supported input and output rate

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-04-19 23:09 UTC  (10+ messages)

[PATCH 0/8]
 2019-04-19 22:36 UTC  (4+ messages)

[PATCH 00/57] Convert files to ReST
 2019-04-19 22:10 UTC  (3+ messages)
` Avoiding merge conflicts while adding new docs - Was: "

Linux 5.1-rc5
 2019-04-19 17:27 UTC  (13+ messages)

[PATCH] vfio-pci/nvlink2: Fix potential VMA leak
 2019-04-19 15:37 UTC 

[PATCH] powerpc/powernv/npu: Fix reference leak
 2019-04-19 15:34 UTC 

[alsa-devel] [PATCH V2] ASoC: fsl_esai: Add pm runtime function
 2019-04-19 15:25 UTC  (2+ messages)

[PATCH] kernel/crash: make parse_crashkernel()'s return value more indicant
 2019-04-19 14:45 UTC  (3+ messages)

[PATCH 00/13] Prerequisites for NXP LS104xA SMMU enablement
 2019-04-19 13:41 UTC  (4+ messages)
` [PATCH 02/13] soc/fsl/bman: map FBPR area in the iommu

[PATCH V3 1/2] ASoC: fsl_asrc: replace the process_option table with function
 2019-04-19 10:21 UTC 

[PATCH] powerpc/dts/fsl: add crypto node alias for B4
 2019-04-19  9:54 UTC  (2+ messages)

[PATCH 0/2] disable NUMA affinity reassignments at runtime
 2019-04-18 22:37 UTC  (3+ messages)

[PATCH RFT V3 0/8] clk: make register endianness a run-time property
 2019-04-18 21:51 UTC  (13+ messages)
` [PATCH RFT V3 3/8] clk: gate: add explicit big endian support
` [PATCH RFT V3 4/8] clk: multiplier: "
` [PATCH RFT V3 5/8] clk: mux: "
` [PATCH RFT V3 6/8] powerpc/512x: mark clocks as big endian
` [PATCH RFT V3 7/8] clk: core: remove powerpc special handling
` [PATCH RFT V3 8/8] clk: core: replace clk_{readl, writel} with {readl, writel}


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