linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-10 04:44:40 to 2019-06-12 05:06:23 UTC [more...]

[PATCH 2/2] powerpc/64s: __find_linux_pte synchronization vs pmdp_invalidate
 2019-06-12  4:59 UTC  (2+ messages)

[PATCH 1/2] powerpc/64s: Fix THP PMD collapse serialisation
 2019-06-12  4:59 UTC  (2+ messages)

[PATCH] powerpc/32s: fix booting with CONFIG_PPC_EARLY_DEBUG_BOOTX
 2019-06-12  4:59 UTC  (2+ messages)

[PATCH v3] powerpc: fix kexec failure on book3s/32
 2019-06-12  4:59 UTC  (2+ messages)

[PATCH 0/3] live partition migration vs cacheinfo
 2019-06-12  4:45 UTC  (4+ messages)
` [PATCH 1/3] powerpc/cacheinfo: add cacheinfo_teardown, cacheinfo_rebuild
` [PATCH 2/3] powerpc/pseries/mobility: prevent cpu hotplug during DT update
` [PATCH 3/3] powerpc/pseries/mobility: rebuild cacheinfo hierarchy post-migration

[BISECTED REGRESSION] b43legacy broken on G4 PowerBook
 2019-06-12  3:32 UTC  (23+ messages)

switch the remaining architectures to use generic GUP v3
 2019-06-12  1:27 UTC  (24+ messages)
` [PATCH 01/16] mm: use untagged_addr() for get_user_pages_fast addresses
` [PATCH 02/16] mm: simplify gup_fast_permitted
` [PATCH 03/16] mm: lift the x86_32 PAE version of gup_get_pte to common code
` [PATCH 04/16] MIPS: use the generic get_user_pages_fast code
` [PATCH 05/16] sh: add the missing pud_page definition
` [PATCH 06/16] sh: use the generic get_user_pages_fast code
` [PATCH 07/16] sparc64: add the missing pgd_page definition
` [PATCH 08/16] sparc64: define untagged_addr()
` [PATCH 09/16] sparc64: use the generic get_user_pages_fast code
` [PATCH 10/16] mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP
` [PATCH 11/16] mm: consolidate the get_user_pages* implementations
` [PATCH 12/16] mm: validate get_user_pages_fast flags
` [PATCH 13/16] mm: move the powerpc hugepd code to mm/gup.c
` [PATCH 14/16] mm: switch gup_hugepte to use try_get_compound_head
` [PATCH 15/16] mm: mark the page referenced in gup_hugepte
` [PATCH 16/16] mm: pass get_user_pages_fast iterator arguments in a structure

[PATCH v2 8/8] habanalabs: enable 64-bit DMA mask in POWER9
 2019-06-11 22:53 UTC  (2+ messages)

[Bug 203837] New: Booting kernel under KVM immediately freezes host
 2019-06-11 19:42 UTC  (5+ messages)
` [Bug 203837] "

[PATCH v3 06/20] docs: mark orphan documents as such
 2019-06-11 18:23 UTC  (4+ messages)

[PATCH] cxl: no need to check return value of debugfs_create functions
 2019-06-11 18:13 UTC 

[RFC V3] mm: Generalize and rename notify_page_fault() as kprobe_page_fault()
 2019-06-11 17:31 UTC  (12+ messages)

Question - check in runtime which architecture am I running on
 2019-06-11 17:21 UTC  (3+ messages)

[PATCH v2 0/4] Additional fixes on Talitos driver
 2019-06-11 17:16 UTC  (9+ messages)
` [PATCH v2 1/4] crypto: talitos - move struct talitos_edesc into talitos.h
` [PATCH v2 2/4] crypto: talitos - fix hash on SEC1
` [PATCH v2 3/4] crypto: talitos - eliminate unneeded 'done' functions at build time
` [PATCH v2 4/4] crypto: talitos - drop icv_ool

[PATCH v3 0/3] powerpc: Enabling IMA arch specific secure boot policies
 2019-06-11 17:07 UTC  (6+ messages)
` [PATCH v3 1/3] powerpc/powernv: Add OPAL API interface to get secureboot state
` [PATCH v3 2/3] powerpc/powernv: detect the secure boot mode of the system
` [PATCH v3 3/3] powerpc: Add support to initialize ima policy rules

[PATCH v4 0/3] powerpc: Enabling IMA arch specific secure boot policies
 2019-06-11 17:06 UTC  (4+ messages)
` [PATCH v4 1/3] powerpc/powernv: Add OPAL API interface to get secureboot state
` [PATCH v4 2/3] powerpc/powernv: detect the secure boot mode of the system
` [PATCH v4 3/3] powerpc: Add support to initialize ima policy rules

[PATCH] powerpc/32s: fix initial setup of segment registers on secondary CPU
 2019-06-11 16:46 UTC  (2+ messages)

[PATCH 00/28] powerpc/64s interrupt handler cleanups, gasification
 2019-06-11 14:30 UTC  (29+ messages)
` [PATCH 01/28] powerpc/64s/exception: fix line wrap and semicolon inconsistencies in macros
` [PATCH 02/28] powerpc/64s/exception: remove H concatenation for EXC_HV variants
` [PATCH 03/28] powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variant
` [PATCH 04/28] powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variants
` [PATCH 05/28] powerpc/64s/exception: fix sreset KVM test code
` [PATCH 06/28] powerpc/64s/exception: remove the "extra" macro parameter
` [PATCH 07/28] powerpc/64s/exception: consolidate maskable and non-maskable prologs
` [PATCH 08/28] powerpc/64s/exception: merge KVM handler and skip variants
` [PATCH 09/28] powerpc/64s/exception: KVM handler can set the HSRR trap bit
` [PATCH 10/28] powerpc/64s/exception: Make EXCEPTION_PROLOG_0 a gas macro for consistency with others
` [PATCH 11/28] powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into callers
` [PATCH 12/28] powerpc/64s/exception: Move EXCEPTION_COMMON additions "
` [PATCH 13/28] powerpc/64s/exception: unwind exception-64s.h macros
` [PATCH 14/28] powerpc/64s/exception: improve 0x500 handler code
` [PATCH 15/28] powerpc/64s/exception: move EXCEPTION_PROLOG_2* to a more logical place
` [PATCH 16/28] powerpc/64s/exception: remove STD_EXCEPTION_COMMON variants
` [PATCH 17/28] powerpc/64s/exception: move KVM related code together
` [PATCH 18/28] powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it is used
` [PATCH 19/28] powerpc/64s/exception: move head-64.h "
` [PATCH 20/28] powerpc/64s/exception: remove __BRANCH_TO_KVM
` [PATCH 21/28] powerpc/64s/exception: use a gas macro for system call handler code
` [PATCH 22/28] powerpc/64s/exception: fix indenting irregularities
` [PATCH 23/28] powerpc/64s/exception: generate regs clear instructions using .rept
` [PATCH 24/28] powerpc/64s/exception: remove bad stack branch
` [PATCH 25/28] powerpc/64s/exception: remove pointless EXCEPTION_PROLOG macro indirection
` [PATCH 26/28] powerpc/64s/exception: move paca save area offsets into exception-64s.S
` [PATCH 27/28] powerpc/64s/exception: clean up system call entry
` [PATCH 28/28] powerpc/64s/exception: avoid SPR RAW scoreboard stall in real mode entry

[PATCH v1 0/5] Additional fixes on Talitos driver
 2019-06-11 14:04 UTC  (9+ messages)
` [PATCH v1 1/5] crypto: talitos - fix ECB and CBC algs ivsize
` [PATCH v1 2/5] crypto: talitos - move struct talitos_edesc into talitos.h

[PATCH v3 1/6] nvdimm: Consider probe return -EOPNOTSUPP as success
 2019-06-11 10:37 UTC  (4+ messages)
` [PATCH v3 3/6] mm/nvdimm: Add page size and struct page size to pfn superblock

[Bug 203839] New: Kernel 5.2-rc3 fails to boot on a PowerMac G4 3, 6: systemd[1]: Failed to bump fs.file-max, ignoring: invalid argument
 2019-06-11 10:34 UTC  (5+ messages)
` [Bug 203839] Kernel 5.2-rc3 fails to boot on a PowerMac G4 3,6: "

[PATCH v2] powerpc: Add force enable of DAWR on P9 option
 2019-06-11  9:37 UTC  (7+ messages)

[PATCH v2] mm: hwpoison: disable memory error handling on 1GB hugepage
 2019-06-11  8:42 UTC  (6+ messages)

[PATCH 1/4] mm: Move ioremap page table mapping function to mm/
 2019-06-11  6:59 UTC  (18+ messages)
` [PATCH 2/4] arm64: support huge vmap vmalloc
` [PATCH 3/4] powerpc/64s/radix: "
` [PATCH 4/4] mm/vmalloc: Hugepage vmalloc mappings

[PATCH 1/3] powerpc/64: __ioremap_at clean up in the error case
 2019-06-11  6:46 UTC  (4+ messages)
` [PATCH 2/3] powerpc/64s/radix: ioremap use ioremap_page_range

[PATCH v11 00/13] Appended signatures support for IMA appraisal
 2019-06-11  6:28 UTC  (14+ messages)
` [PATCH v11 01/13] MODSIGN: Export module signature definitions
` [PATCH v11 02/13] PKCS#7: Refactor verify_pkcs7_signature()
` [PATCH v11 03/13] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v11 04/13] integrity: Introduce struct evm_xattr
` [PATCH v11 05/13] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v11 06/13] ima: Use designated initializers for struct ima_event_data
` [PATCH v11 07/13] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v11 08/13] ima: Factor xattr_verify() out of ima_appraise_measurement()
` [PATCH v11 09/13] ima: Implement support for module-style appended signatures
` [PATCH v11 10/13] ima: Collect modsig
` [PATCH v11 11/13] ima: Define ima-modsig template
` [PATCH v11 12/13] ima: Store the measurement again when appraising a modsig
` [PATCH v11 13/13] ima: Allow template= option for appraise rules as well

[PATCH v2 0/6]
 2019-06-11  5:47 UTC  (3+ messages)
` [PATCH v2 3/6] powerpc/eeh: Improve debug messages around device addition

[PATCH kernel v2] powerpc/powernv/ioda: Fix race in TCE level allocation
 2019-06-11  5:08 UTC 

[PATCH kernel] powerpc/powernv/ioda: Fix race in TCE level allocation
 2019-06-11  4:29 UTC  (2+ messages)

[PATCH] Powerpc/Watchpoint: Restore nvgprs while returning from exception
 2019-06-11  3:34 UTC  (2+ messages)
` [PATCH RESEND] "

[PATCH RESEND 1/2] tools/perf: Add arch neutral function to choose event for perf kvm record
 2019-06-11  2:16 UTC  (4+ messages)
` [PATCH RESEND 2/2] tools/perf: Set 'trace_cycles' as defaultevent for perf kvm record in powerpc

[PATCH] crypto: vmx - Document CTR mode counter width quirks
 2019-06-11  1:54 UTC 

[RFC PATCH] powerpc/book3e: KASAN Full support for 64bit
 2019-06-11  1:21 UTC  (6+ messages)

crash after NX error
 2019-06-11  0:44 UTC  (3+ messages)

[PATCH 0/1] PPC32: fix ptrace() access to FPU registers
 2019-06-10 23:27 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v3 14/33] docs: kbuild: convert docs to ReST and rename to *.rst
 2019-06-10 16:48 UTC  (3+ messages)

Latest Git kernel: Section mismatch in reference from the variable start_here_multiplatform to the function .init.text:.early_setup()
 2019-06-10 20:09 UTC  (4+ messages)

[PATCH] mm/nvdimm: Fix endian conversion issues
 2019-06-10 18:00 UTC  (2+ messages)

[PATCH v3 00/11] mm/memory_hotplug: Factor out memory block devicehandling
 2019-06-10 17:07 UTC  (9+ messages)
` [PATCH v3 01/11] mm/memory_hotplug: Simplify and fix check_hotplug_memory_range()
` [PATCH v3 02/11] s390x/mm: Fail when an altmap is used for arch_add_memory()
` [PATCH v3 10/11] mm/memory_hotplug: Make unregister_memory_block_under_nodes() never fail
` [PATCH v3 11/11] mm/memory_hotplug: Remove "zone" parameter from sparse_remove_one_section

[PATCH v2] powerpc/perf: Use cpumask_last() to determine the designated cpu for nest/core units
 2019-06-10 18:47 UTC  (2+ messages)

[PATCH v3 0/9] kvmppc: Paravirtualize KVM to support ultravisor
 2019-06-10 12:18 UTC  (4+ messages)
` [PATCH v3 1/9] KVM: PPC: Ultravisor: Add PPC_UV config option

[RESEND PATCH] Documentation/stackprotector: powerpc supports stack protector
 2019-06-10 10:03 UTC 

[PATCH kernel v3 0/3] powerpc/ioda2: Yet another attempt to allow DMA masks between 32 and 59
 2019-06-10  5:19 UTC  (5+ 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).