linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-11 05:49:20 to 2020-06-15 09:24:32 UTC [more...]

[PATCH] powerpc/8xx: use pmd_off() to access a PMD entry in pte_update()
 2020-06-15  9:22 UTC 

[PATCH 01/10] mtd: rawnand: fsl_upm: Remove unused mtd var
 2020-06-15  9:02 UTC  (2+ messages)

[PATCH 02/10] mtd: rawnand: fsl_upm: Get rid of the unused fsl_upm_nand.parts field
 2020-06-15  9:02 UTC  (2+ messages)

[PATCH 03/10] mtd: rawnand: fsl_upm: Allocate the fsl_upm_nand object using devm_kzalloc()
 2020-06-15  9:02 UTC  (2+ messages)

[PATCH 04/10] mtd: rawnand: fsl_upm: Use devm_kasprintf() to allocate the MTD name
 2020-06-15  9:02 UTC  (2+ messages)

[PATCH 05/10] mtd: rawnand: fsl_upm: Use platform_get_resource() + devm_ioremap_resource()
 2020-06-15  9:01 UTC  (2+ messages)

[PATCH 06/10] mtd: rawnand: fsl_upm: Use gpio descriptors
 2020-06-15  9:01 UTC  (2+ messages)

[PATCH 07/10] mtd: rawnand: fsl_upm: Inherit from nand_controller
 2020-06-15  9:01 UTC  (2+ messages)

[PATCH 08/10] mtd: rawnand: fsl_upm: Implement exec_op()
 2020-06-15  9:01 UTC  (2+ messages)

[PATCH 09/10] mtd: rawnand: fsl_upm: Get rid of the legacy interface implementation
 2020-06-15  9:01 UTC  (2+ messages)

[PATCH 00/29] Documentation fixes
 2020-06-15  6:46 UTC  (2+ messages)
` [PATCH 18/29] docs: powerpc: fix some issues at vas-api.rst

[PATCH] powerpc/fixmap: Fix FIX_EARLY_DEBUG_BASE when page size is 256k
 2020-06-15  7:48 UTC 

[PATCH v2 00/12] x86: tag application address space for devices
 2020-06-15  7:56 UTC  (19+ messages)
` [PATCH v2 01/12] iommu: Change type of pasid to unsigned int
` [PATCH v2 02/12] ocxl: "
` [PATCH v2 03/12] iommu/vt-d: Change flags type to unsigned int in binding mm
` [PATCH v2 04/12] docs: x86: Add documentation for SVA (Shared Virtual Addressing)
` [PATCH v2 05/12] x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructions
` [PATCH v2 06/12] x86/fpu/xstate: Add supervisor PASID state for ENQCMD feature
` [PATCH v2 07/12] x86/msr-index: Define IA32_PASID MSR
` [PATCH v2 08/12] mm: Define pasid in mm
` [PATCH v2 09/12] fork: Clear PASID for new mm
` [PATCH v2 10/12] x86/process: Clear PASID state for a newly forked/cloned thread
` [PATCH v2 11/12] x86/mmu: Allocate/free PASID
` [PATCH v2 12/12] x86/traps: Fix up invalid PASID

Boot issue with the latest Git kernel
 2020-06-15  7:34 UTC  (15+ messages)
        ` PowerPC KVM-PR issue

[PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
 2020-06-15  7:17 UTC  (4+ messages)

[PATCH 00/22] ReST conversion patches (final?)
 2020-06-15  6:50 UTC  (2+ messages)
` [PATCH 15/22] docs: powerpc: convert vcpudispatch_stats.txt to ReST

[PATCH 0/5] Use per-CPU temporary mappings for patching
 2020-06-15  6:37 UTC  (3+ messages)
` [PATCH 5/5] powerpc: Add LKDTM test to hijack a patch mapping

[PATCH v2] SUNRPC: Add missing definition of ARCH_IMPLEMENTS_FLUSH_DCACHE_PAGE
 2020-06-15  6:25 UTC 

[PATCH v4 00/41] Kernel userspace access/execution prevention with hash translation
 2020-06-15  6:14 UTC  (42+ messages)
` [PATCH v4 01/41] powerpc/book3s64/pkeys: Fixup bit numbering
` [PATCH v4 02/41] powerpc/book3s64/pkeys: pkeys are supported only on hash on book3s
` [PATCH v4 03/41] powerpc/book3s64/pkeys: Move pkey related bits in the linux page table
` [PATCH v4 04/41] powerpc/book3s64/pkeys: Explain key 1 reservation details
` [PATCH v4 05/41] powerpc/book3s64/pkeys: Simplify the key initialization
` [PATCH v4 06/41] powerpc/book3s64/pkeys: Prevent key 1 modification from userspace
` [PATCH v4 07/41] powerpc/book3s64/pkeys: kill cpu feature key CPU_FTR_PKEY
` [PATCH v4 08/41] powerpc/book3s64/pkeys: Convert execute key support to static key
` [PATCH v4 09/41] powerpc/book3s64/pkeys: Simplify pkey disable branch
` [PATCH v4 10/41] powerpc/book3s64/pkeys: Convert pkey_total to max_pkey
` [PATCH v4 11/41] powerpc/book3s64/pkeys: Make initial_allocation_mask static
` [PATCH v4 12/41] powerpc/book3s64/pkeys: Mark all the pkeys above max pkey as reserved
` [PATCH v4 13/41] powerpc/book3s64/pkeys: Enable MMU_FTR_PKEY
` [PATCH v4 14/41] powerpc/book3s64/kuep: Add MMU_FTR_KUEP
` [PATCH v4 15/41] powerpc/book3s64/pkeys: Use execute_pkey_disable static key
` [PATCH v4 16/41] powerpc/book3s64/pkeys: Use MMU_FTR_PKEY instead of pkey_disabled "
` [PATCH v4 17/41] powerpc/book3s64/kuap: Move KUAP related function outside radix
` [PATCH v4 18/41] powerpc/book3s64/kuep: Move KUEP "
` [PATCH v4 19/41] powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP to MMU_FTR_KUAP
` [PATCH v4 20/41] powerpc/book3s64/kuap/kuep: Make KUAP and KUEP a subfeature of PPC_MEM_KEYS
` [PATCH v4 21/41] powerpc/book3s64/kuap: Move UAMOR setup to key init function
` [PATCH v4 22/41] powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translation
` [PATCH v4 23/41] powerpc/exec: Set thread.regs early during exec
` [PATCH v4 24/41] powerpc/book3s64/pkeys: Store/restore userspace AMR correctly on entry and exit from kernel
` [PATCH v4 25/41] powerpc/book3s64/kuep: Store/restore userspace IAMR "
` [PATCH v4 26/41] powerpc/book3s64/pkeys: Inherit correctly on fork
` [PATCH v4 27/41] powerpc/book3s64/pkeys: Reset userspace AMR correctly on exec
` [PATCH v4 28/41] powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one
` [PATCH v4 29/41] powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode
` [PATCH v4 30/41] powerpc/book3s64/kuap: Restrict access to userspace based on userspace AMR
` [PATCH v4 31/41] powerpc/book3s64/kuap: Improve error reporting with KUAP
` [PATCH v4 32/41] powerpc/book3s64/kuap: Use Key 3 to implement KUAP with hash translation
` [PATCH v4 33/41] powerpc/book3s64/kuep: Use Key 3 to implement KUEP "
` [PATCH v4 34/41] powerpc/book3s64/hash/kuap: Enable kuap on hash
` [PATCH v4 35/41] powerpc/book3s64/hash/kuep: Enable KUEP "
` [PATCH v4 36/41] powerpc/book3s64/keys: Print information during boot
` [PATCH v4 37/41] powerpc/selftest/ptrave-pkey: Rename variables to make it easier to follow code
` [PATCH v4 38/41] powerpc/selftest/ptrace-pkey: Update the test to mark an invalid pkey correctly
` [PATCH v4 39/41] powerpc/selftest/ptrace-pkey: IAMR and uamor cannot be updated by ptrace
` [PATCH v4 40/41] powerpc/book3s64/keys/kuap: Reset AMR/IAMR values on kexec
` [PATCH v4 41/41] powerpc/book3s64/hash/kup: Don't hardcode kup key

[PATCH] SUNRPC: Add missing asm/cacheflush.h
 2020-06-15  6:16 UTC  (3+ messages)

[PATCH] powerpc/64s: Fix KVM interrupt using wrong save area
 2020-06-15  6:12 UTC 

[PATCH v2] ASoC: fsl_ssi: Fix bclk calculation for mono channel
 2020-06-15  5:56 UTC 

[PATCH V3 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-06-15  3:37 UTC  (5+ messages)
` [PATCH V3 1/4] mm/debug_vm_pgtable: Add tests validating arch helpers for core MM features
` [PATCH V3 2/4] mm/debug_vm_pgtable: Add tests validating advanced arch page table helpers
` [PATCH V3 3/4] mm/debug_vm_pgtable: Add debug prints for individual tests
` [PATCH V3 4/4] Documentation/mm: Add descriptions for arch page table helpers

[PATCH] powerpc/powernv/pci: add ifdef to avoid dead code
 2020-06-15  1:40 UTC  (4+ messages)
  ` [PATCH v2] powerpc/powernv/pci: use "

[PATCH] powerpc/fsl_booke/32: fix build with CONFIG_RANDOMIZE_BASE
 2020-06-15  1:19 UTC  (4+ messages)

[PATCH] scsi: target/sbp: remove firewire SBP target driver
 2020-06-14 23:28 UTC  (3+ messages)

[PATCH v2 1/4] powerpc/64s: implement probe_kernel_read/write without touching AMR
 2020-06-14  9:28 UTC  (3+ messages)

Linux powerpc new system call instruction and ABI
 2020-06-14  9:26 UTC  (5+ messages)
` [PATCH 1/2] powerpc/64s/exception: treat NIA below __end_interrupts as soft-masked
` [PATCH 2/2] powerpc/64s: system call support for scv/rfscv instructions

[PATCH] powerpc/64: indirect function call use bctrl rather than blrl in ret_from_kernel_thread
 2020-06-14  9:24 UTC  (3+ messages)

[PATCH] powerpc/perf: fix missing is_sier_aviable() during build
 2020-06-14  8:36 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.8-2 tag
 2020-06-13 18:00 UTC  (2+ messages)

[PATCH v4 1/2] powerpc/uaccess: Implement unsafe_put_user() using 'asm goto'
 2020-06-13 10:47 UTC  (7+ messages)

[powerpc:fixes-test] BUILD SUCCESS 54457f89d18ccbfa28805ca9457f0a95c65820fb
 2020-06-13  6:49 UTC 

[powerpc:fixes] BUILD SUCCESS e881bfaf5a5f409390973e076333281465f2b0d9
 2020-06-13  6:49 UTC 

[powerpc:merge] BUILD SUCCESS 062ce06f9dcd140b6cd97102fec593a57c5fb397
 2020-06-13  6:49 UTC 

[powerpc:next-test] BUILD SUCCESS 3371673d42d314f9ac721dc5042135df8bec49f9
 2020-06-13  6:49 UTC 

[PATCH kernel] KVM: PPC: Fix nested guest RC bits update
 2020-06-12 22:49 UTC  (2+ messages)

[PATCH net] ibmvnic: Flush existing work items before device removal
 2020-06-12 21:11 UTC  (2+ messages)

[PATCH net] ibmvnic: Harden device login requests
 2020-06-12 21:10 UTC  (2+ messages)

[PATCH] ASoC: fsl_ssi: Fix bclk calculation for mono channel
 2020-06-12 19:29 UTC  (2+ messages)

[PATCH v2] tty: serial: cpm_uart: Fix behaviour for non existing GPIOs
 2020-06-12 18:26 UTC 

[PATCH V2] powerpc/pseries/svm: Drop unused align argument in alloc_shared_lppaca() function
 2020-06-12 14:29 UTC 

[RFC PATCH v3 0/4] Reuse the dma channel if available in Back-End
 2020-06-12 13:59 UTC  (10+ messages)
` [RFC PATCH v3 1/4] ASoC: soc-card: export snd_soc_lookup_component_nolocked
` [RFC PATCH v3 2/4] ASoC: dmaengine_pcm: export soc_component_to_pcm
` [RFC PATCH v3 3/4] ASoC: fsl_asrc_dma: Reuse the dma channel if available in Back-End
` [RFC PATCH v3 4/4] ASoC: fsl_asrc_dma: Fix data copying speed issue with EDMA

[PATCH v3 20/41] powerpc/book3s64/kuap/kuep: Make KUAP and KUEP a subfeature of PPC_MEM_KEYS
 2020-06-12 13:36 UTC  (2+ messages)

[PATCH kernel] powerpc/xive: Ignore kmemleak false positives
 2020-06-12 12:43 UTC  (2+ messages)

[PATCH v5 0/4] vmalloc kernel mapping and relocatable kernel
 2020-06-12 12:30 UTC  (7+ messages)
` [PATCH v5 1/4] riscv: Move kernel mapping to vmalloc zone
` [PATCH v5 2/4] riscv: Introduce CONFIG_RELOCATABLE

[PATCH v2] All arch: remove system call sys_sysctl
 2020-06-12  9:48 UTC  (8+ messages)

[PATCH] powerpc/pci: unmap legacy INTx interrupts when a PHB is removed
 2020-06-12  7:02 UTC 

[PATCH 1/2] powerpc/64s: remove PROT_SAO support
 2020-06-12  6:14 UTC  (2+ messages)

[PATCH 00/18] remove extended cede offline mode and bogus topology update code
 2020-06-12  5:12 UTC  (19+ messages)
` [PATCH 01/18] powerpc/pseries: remove cede offline state for CPUs
` [PATCH 02/18] powerpc/rtas: don't online CPUs for partition suspend
` [PATCH 03/18] powerpc/numa: remove ability to enable topology updates
` [PATCH 04/18] powerpc/numa: remove unreachable topology update code
` [PATCH 05/18] powerpc/numa: make vphn_enabled, prrn_enabled flags const
` [PATCH 06/18] powerpc/numa: remove unreachable topology timer code
` [PATCH 07/18] powerpc/numa: remove unreachable topology workqueue code
` [PATCH 08/18] powerpc/numa: remove vphn_enabled and prrn_enabled internal flags
` [PATCH 09/18] powerpc/numa: stub out numa_update_cpu_topology()
` [PATCH 10/18] powerpc/numa: remove timed_topology_update()
` [PATCH 11/18] powerpc/numa: remove start/stop_topology_update()
` [PATCH 12/18] powerpc/rtasd: simplify handle_rtas_event(), emit message on events
` [PATCH 13/18] powerpc/numa: remove prrn_is_enabled()
` [PATCH 14/18] powerpc/numa: remove arch_update_cpu_topology
` [PATCH 15/18] powerpc/pseries: remove prrn special case from DT update path
` [PATCH 16/18] powerpc/pseries: remove memory "re-add" implementation
` [PATCH 17/18] powerpc/pseries: remove dlpar_cpu_readd()
` [PATCH 18/18] powerpc/pseries: remove obsolete memory hotplug DT notifier code

ppc64le and 32-bit LE userland compatibility
 2020-06-12  5:13 UTC  (5+ messages)

[PATCH v4] powerpc/fadump: fix race between pstore write and fadump crash trigger
 2020-06-12  5:12 UTC  (2+ messages)

[RFC PATCH v2 0/3] ASoC: fsl_asrc_dma: Reuse the dma channel if available in Back-End
 2020-06-12  5:02 UTC  (5+ messages)
` [RFC PATCH v2 3/3] "

[PATCH v3 0/2] powerpc: CMDLINE config cleanup
 2020-06-11 22:42 UTC  (3+ messages)
` [PATCH v3 1/2] powerpc: Remove inaccessible CMDLINE default
` [PATCH v3 2/2] powerpc: configs: remove CMDLINE_BOOL

(no subject)
 2020-06-11 22:38 UTC 

[PATCH v2] powerpc: Remove inaccessible CMDLINE default
 2020-06-11 21:14 UTC  (3+ messages)

[PATCH v11 5/6] ndctl/papr_scm, uapi: Add support for PAPR nvdimm specific methods
 2020-06-11 18:03 UTC  (8+ messages)

[PATCH] powerpc/kvm/book3s64/nested: Fix kernel crash with nested kvm
 2020-06-11 12:01 UTC 

[PATCH?] powerpc: Hard wire PT_SOFTE value to 1 in gpr_get() too
 2020-06-11 11:11 UTC  (6+ messages)
` [PATCH? v2] "

[Bug 205183] New: PPC64: Signal delivery fails with SIGSEGV if between about 1KB and 4KB bytes of stack remain
 2020-06-11  6:43 UTC  (2+ messages)
` [Bug 205183] "


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