LinuxPPC-Dev Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-04 06:50:37 to 2021-06-08 10:34:46 UTC [more...]

[PATCH] crash_core, vmcoreinfo: Append 'SECTION_SIZE_BITS' to vmcoreinfo
 2021-06-08 10:33 UTC 

[PATCH v7 00/11] Speedup mremap on ppc64
 2021-06-08  9:42 UTC  (18+ messages)
` [PATCH v7 01/11] mm/mremap: Fix race between MOVE_PMD mremap and pageout
` [PATCH v7 02/11] mm/mremap: Fix race between MOVE_PUD "
` [PATCH v7 03/11] selftest/mremap_test: Update the test to handle pagesize other than 4K
` [PATCH v7 04/11] selftest/mremap_test: Avoid crash with static build
` [PATCH v7 05/11] mm/mremap: Convert huge PUD move to separate helper
` [PATCH v7 06/11] mm/mremap: Don't enable optimized PUD move if page table levels is 2
` [PATCH v7 07/11] mm/mremap: Use pmd/pud_poplulate to update page table entries
` [PATCH v7 08/11] powerpc/mm/book3s64: Fix possible build error
` [PATCH v7 09/11] mm/mremap: Allow arch runtime override
` [PATCH v7 10/11] powerpc/book3s64/mm: Update flush_tlb_range to flush page walk cache
` [PATCH v7 11/11] powerpc/mm: Enable HAVE_MOVE_PMD support

[PATCH v3 0/9] Remove DISCONTIGMEM memory model
 2021-06-08  9:13 UTC  (10+ messages)
` [PATCH v3 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH v3 2/9] arc: update comment about HIGHMEM implementation
` [PATCH v3 3/9] arc: remove support for DISCONTIGMEM
` [PATCH v3 4/9] m68k: "
` [PATCH v3 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH v3 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH v3 7/9] docs: remove description of DISCONTIGMEM
` [PATCH v3 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH v3 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH v1 04/12] mm/memory_hotplug: remove nid parameter from arch_remove_memory()
 2021-06-08  8:32 UTC  (3+ messages)
` [PATCH v1 05/12] mm/memory_hotplug: remove nid parameter from remove_memory() and friends

[PATCH v3 resend 01/15] mm: add setup_initial_init_mm() helper
 2021-06-08  8:34 UTC  (2+ messages)
` [PATCH v3 resend 11/15] powerpc: convert to setup_initial_init_mm()

[PATCH] powerpc: Fix kernel-jump address for ppc64 wrapper boot
 2021-06-08  7:29 UTC  (5+ messages)

[PATCH] selftests/powerpc: Handle more misreporting cases in spectre_v2
 2021-06-08  6:48 UTC 

[PATCH] selftests/powerpc: Fix typo in spectre_v2
 2021-06-08  5:48 UTC 

[PATCH v2 0/9] Remove DISCINTIGMEM memory model
 2021-06-08  5:45 UTC  (16+ messages)
` [PATCH v2 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH v2 2/9] arc: update comment about HIGHMEM implementation
` [PATCH v2 3/9] arc: remove support for DISCONTIGMEM
` [PATCH v2 4/9] m68k: "
` [PATCH v2 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH v2 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH v2 7/9] docs: remove description of DISCONTIGMEM
` [PATCH v2 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH v2 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH] libnvdimm/pmem: Fix blk_cleanup_disk() usage
 2021-06-08  5:43 UTC  (4+ messages)
` [PATCH v2] "

simplify gendisk and request_queue allocation for blk-mq based drivers
 2021-06-08  5:39 UTC  (8+ messages)
` [PATCH 10/30] ps3disk: use blk_mq_alloc_disk
` [PATCH 20/30] nullb: "

[PATCH] powerpc/kprobes: Pass ppc_inst as a pointer to emulate_step() on ppc32
 2021-06-08  4:58 UTC  (5+ messages)

[PATCH v4 0/4] shoot lazy tlbs
 2021-06-08  4:11 UTC  (13+ messages)
` [PATCH v4 1/4] lazy tlb: introduce lazy mm refcount helper functions
` [PATCH v4 2/4] lazy tlb: allow lazy tlb mm refcounting to be configurable
` [PATCH v4 3/4] lazy tlb: shoot lazies, a non-refcounting lazy tlb option
` [PATCH v4 4/4] powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWN

[PATCH] powerpc: Fix duplicate included _clear.h
 2021-06-08  2:26 UTC  (3+ messages)

[PATCH -next] soc: fsl: dpio: use list_move_tail instead of list_del/list_add_tail
 2021-06-08  0:50 UTC 

[PATCH 1/2] selftests/powerpc: Add missing clobbered register to to ptrace TM tests
 2021-06-07 23:37 UTC  (2+ messages)
` [PATCH 2/2] selftests: Skip TM tests on synthetic TM implementations

[PATCH] powerpc/stacktrace: fix raise_backtrace_ipi() logic
 2021-06-07 21:50 UTC  (5+ messages)

[PATCH v1 1/1] powerpc/prom_init: Move custom isspace() to its own namespace
 2021-06-07 17:12 UTC  (2+ messages)

[PATCH] Revert "powerpc: Switch to relative jump labels"
 2021-06-07 17:03 UTC  (5+ messages)

[PATCH] Fixup for "[v2] powerpc/8xx: Allow disabling KUAP at boot time"
 2021-06-07 12:03 UTC  (3+ messages)

[PATCH v3] powerpc: Fixup for v3 "powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()" in next-test
 2021-06-07 11:54 UTC  (2+ messages)

[PATCH] watchdog: Remove MV64x60 watchdog driver
 2021-06-07 11:29 UTC  (6+ messages)

[PATCH 1/3] powerpc: Define empty_zero_page[] in C
 2021-06-07 10:56 UTC  (3+ messages)
` [PATCH 2/3] powerpc: Define swapper_pg_dir[] "
` [PATCH 3/3] powerpc/32s: Rename PTE_SIZE to PTE_T_SIZE

[PATCH] powerpc: Fix duplicate included linux/sched/clock.h
 2021-06-07 10:20 UTC 

[PATCH v2 00/15] init_mm: cleanup ARCH's text/data/brk setup code
 2021-06-07  9:31 UTC  (11+ messages)
` [PATCH v2 01/15] mm: add setup_initial_init_mm() helper
    ` [PATCH v3] "
` [PATCH v2 11/15] powerpc: convert to setup_initial_init_mm()

[PATCH 00/21] Rid W=1 warnings from IDE
 2021-06-07  8:26 UTC  (2+ messages)

[FSL P50x0] KVM HV doesn't work anymore
 2021-06-07  7:21 UTC  (11+ messages)

[Bug 213079] New: IRQ problems and crashes on a PowerMac G5 with 5.13-rc1
 2021-06-07  6:49 UTC  (4+ messages)
` [Bug 213079] [bisected] IRQ problems and crashes on a PowerMac G5 with 5.12.3

[PATCH v2 0/3] powerpc/mm/hash: Time improvements for memory hot(un)plug
 2021-06-07  5:20 UTC  (7+ messages)
` [PATCH v2 1/3] powerpc/mm/hash: Avoid resizing-down HPT on first memory hotplug
` [PATCH v2 2/3] powerpc/mm/hash: Avoid multiple HPT resize-ups on "
` [PATCH v2 3/3] powerpc/mm/hash: Avoid multiple HPT resize-downs on memory hotunplug

simplify gendisk and request_queue allocation for bio based drivers
 2021-06-07  4:43 UTC  (3+ messages)
` [PATCH 17/26] nvdimm-pmem: convert to blk_alloc_disk/blk_cleanup_disk

[PATCH v8 00/15] Restricted DMA
 2021-06-07  3:28 UTC  (3+ messages)

[PATCH -next] macintosh: Use for_each_child_of_node() macro
 2021-06-07  3:01 UTC 

[powerpc:next-test] BUILD REGRESSION 88d03cc0a992227ea2aa51bf78404670a2f6f2a6
 2021-06-07  0:19 UTC 

[powerpc:merge] BUILD SUCCESS c53db722ec7ab3ebf29ecf61e922820f31e5284b
 2021-06-07  0:19 UTC 

[powerpc:fixes-test] BUILD SUCCESS 8e11d62e2e8769fe29d1ae98b44b23c7233eb8a2
 2021-06-07  0:09 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.13-5 tag
 2021-06-06 20:14 UTC  (2+ messages)

[powerpc]next-20210604 - Kernel crash while running pmem tests
 2021-06-06 12:58 UTC 

[PATCH v7 00/32] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-06-06 12:27 UTC  (3+ messages)
` [PATCH v7 01/32] KVM: PPC: Book3S 64: move KVM interrupt entry to a common entry point

[PATCH -next] powerpc/pseries/memhotplug: Remove unused inline function dlpar_memory_remove()
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH v3] powerpc/papr_scm: Reduce error severity if nvdimm stats inaccessible
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH 1/1] powerpc/pseries/ras: Delete a redundant condition branch
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH v2 0/2] powerpc/sstep: Add emulation support and tests for 'setb' instruction
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH] powerpc/powernv/pci: remove dead code from !CONFIG_EEH
 2021-06-06 12:08 UTC  (3+ messages)
` [PATCH v2] powerpc/powernv/pci: fix header guard

[PATCH] powerpc: Kconfig: disable CONFIG_COMPAT for clang < 12
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH] powerpc/xmon: make dumping log buffer contents more reliable
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH] powerpc/udbg_hvc: retry putc on -EAGAIN
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH] selftests/powerpc: Add test of mitigation patching
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH] powerpc/Makefile: Add ppc32/ppc64_randconfig targets
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH] selftests/powerpc: Fix duplicate included pthread.h
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH v2 0/4] Unisolate LMBs DRC on removal error + cleanups
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/asm-offset: Remove unused items
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH v2 1/2] kprobes: Allow architectures to override optinsn page allocation
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH] powerpc: Only pad struct pt_regs when needed
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH] powerpc/mmu: Remove leftover CONFIG_E200
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH] powerpc/mmu: Don't duplicate radix_enabled()
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH] powerpc: Define NR_CPUS all the time
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH] powerpc/8xx: Update mpc885_ads_defconfig to improve CI
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH] powerpc/603: Avoid a pile of NOPs when not using SW LRU in TLB exceptions
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH] powerpc/32s: Speed up likely path of kuap_update_sr()
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH] powerpc/32s: Remove m8260_gorom()
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH -next] ppc: boot: Fix a typo in the file decompress.c
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH] powerpc/32s: Remove asm/book3s/32/hash.h
 2021-06-06 12:08 UTC  (2+ messages)

[PATCH v2] KVM: PPC: Book3S HV: Fix reverse map real-mode address lookup with huge vmalloc
 2021-06-06 11:34 UTC  (2+ messages)

[PATCH] Revert "powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEs"
 2021-06-06 11:34 UTC  (2+ messages)

[PATCH v2] KVM: PPC: Book3S HV: Save host FSCR in the P7/8 path
 2021-06-06 11:34 UTC  (2+ messages)

[PATCH 0/5] powerpc/kprobes: fixes and cleanups
 2021-06-06 11:34 UTC  (2+ messages)

[PATCH v2] lockdown, selinux: avoid bogus SELinux lockdown permission checks
 2021-06-06  2:11 UTC  (19+ messages)
` [PATCH v2] lockdown,selinux: "

[PATCH] powerpc/mem: Add back missing header to fix 'no previous prototype' error
 2021-06-05  8:56 UTC 

[PATCH v4 00/16] Enable VAS and NX-GZIP support on powerVM
 2021-06-05  3:03 UTC  (27+ messages)
` [PATCH v4 04/16] powerpc/vas: Create take/drop pid and mm references
` [PATCH v4 06/16] powerpc/vas: Define and use common vas_window struct
` [PATCH v4 07/16] powerpc/pseries/vas: Define VAS/NXGZIP HCALLs and structs
` [PATCH v4 09/16] powerpc/pseries/vas: Add HCALL wrappers for VAS handling
` [PATCH v4 12/16] powerpc/pseries/vas: Setup IRQ and fault handling
` [PATCH v4 16/16] crypto/nx: Add sysfs interface to export NX capabilities

[PATCH v3 0/4] shoot lazy tlbs
 2021-06-05  2:52 UTC  (6+ messages)

[PATCH] powerpc: Remove klimit
 2021-06-05  2:10 UTC  (2+ messages)

[PATCH 1/4] powerpc/32: Interchange r10 and r12 in SYSCALL_ENTRY on non booke
 2021-06-04 18:30 UTC  (6+ messages)
` [PATCH 2/4] powerpc/32: Interchange r1 and r11 in SYSCALL_ENTRY on booke
` [PATCH 3/4] powerpc/32: Reduce code duplication of system call entry
` [PATCH 4/4] powerpc/32: Avoid #ifdef nested with FTR_SECTION on booke syscall entry

[RFC] powerpc/pseries: Interface to represent PAPR firmware attributes
 2021-06-04 16:35 UTC 

[PATCH v1 0/2] PS3 Updates
 2021-06-04 15:58 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] powerpc/ps3: Re-align DTB in image
  ` [PATCH v2 1/2] powerpc/ps3: Add firmware version to sysfs

[PATCH v2 1/4] powerpc/interrupt: Interchange prep_irq_for_{kernel_enabled/user}_exit()
 2021-06-04 14:56 UTC  (4+ messages)
` [PATCH v2 2/4] powerpc/interrupt: Refactor prep_irq_for_user_exit()
` [PATCH v2 3/4] powerpc/interrupt: Rename and lightly change syscall_exit_prepare_main()
` [PATCH v2 4/4] powerpc/interrupt: Refactor interrupt_exit_user_prepare()

[PATCH] powerpc/selftests: Use gettid() instead of getppid() for null_syscall
 2021-06-04 12:31 UTC 

[PATCH v2] powerpc/papr_scm: Add support for reporting dirty-shutdown-count
 2021-06-04  8:53 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).