linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-24 08:56:16 to 2022-02-28 12:25:53 UTC [more...]

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-02-28 12:19 UTC  (8+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [PATCH 3/6] treewide: fix incorrect use to determine if list is empty

[PATCH V7 00/20] riscv: compat: Add COMPAT mode support for rv64
 2022-02-28 12:13 UTC  (25+ messages)
` [PATCH V7 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V7 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V7 03/20] compat: consolidate the compat_flock{, 64} definition
  ` [PATCH V7 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V7 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V7 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V7 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V7 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V7 08/20] riscv: Fixup difference with defconfig
` [PATCH V7 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V7 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V7 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V7 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V7 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V7 14/20] riscv: compat: Add elf.h implementation
` [PATCH V7 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V7 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V7 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V7 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V7 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V7 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

cleanup swiotlb initialization v2
 2022-02-28 11:30 UTC  (15+ messages)
` [PATCH 01/11] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/11] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/11] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/11] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/11] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 06/11] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/11] x86: remove the IOMMU table infrastructure
` [PATCH 08/11] swiotlb: make the swiotlb_init interface more useful
` [PATCH 09/11] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 10/11] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 11/11] x86: remove cruft from <asm/dma-mapping.h>

[PATCH V3 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-02-28 10:57 UTC  (32+ messages)
` [PATCH V3 01/30] mm/debug_vm_pgtable: Drop protection_map[] usage
` [PATCH V3 02/30] mm/mmap: Clarify protection_map[] indices
` [PATCH V3 03/30] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V3 04/30] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V3 05/30] arm64/mm: "
` [PATCH V3 06/30] sparc/mm: "
` [PATCH V3 07/30] mips/mm: "
` [PATCH V3 08/30] m68k/mm: "
` [PATCH V3 09/30] arm/mm: "
` [PATCH V3 10/30] x86/mm: "
` [PATCH V3 11/30] mm/mmap: Drop protection_map[]
` [PATCH V3 12/30] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V3 13/30] mm/mmap: Drop arch_vm_get_page_pgprot()
` [PATCH V3 14/30] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V3 15/30] riscv/mm: "
` [PATCH V3 16/30] alpha/mm: "
` [PATCH V3 17/30] sh/mm: "
` [PATCH V3 18/30] arc/mm: "
` [PATCH V3 19/30] csky/mm: "
` [PATCH V3 20/30] xtensa/mm: "
` [PATCH V3 21/30] parisc/mm: "
` [PATCH V3 22/30] openrisc/mm: "
` [PATCH V3 23/30] um/mm: "
` [PATCH V3 24/30] microblaze/mm: "
` [PATCH V3 25/30] nios2/mm: "
` [PATCH V3 26/30] hexagon/mm: "
` [PATCH V3 27/30] nds32/mm: "
` [PATCH V3 28/30] ia64/mm: "
` [PATCH V3 29/30] mm/mmap: Drop generic vm_get_page_prot()
` [PATCH V3 30/30] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[PATCH] powerpc: kernel: fix a refcount leak in format_show()
 2022-02-28  9:11 UTC 

[PATCH v5 0/9] powerpc/pseries/vas: NXGZIP support with DLPAR
 2022-02-28  7:47 UTC  (12+ messages)
` [PATCH v5 1/9] powerpc/pseries/vas: Use common names in VAS capability structure
` [PATCH v5 2/9] powerpc/pseries/vas: Save PID in pseries_vas_window struct
` [PATCH v5 3/9] powerpc/vas: Add paste address mmap fault handler
` [PATCH v5 4/9] powerpc/vas: Return paste instruction failure if no active window
` [PATCH v5 5/9] powerpc/vas: Map paste address only if window is active
` [PATCH v5 6/9] powerpc/pseries/vas: Close windows with DLPAR core removal
` [PATCH v5 7/9] powerpc/pseries/vas: Reopen windows with DLPAR core add
` [PATCH v5 8/9] powerpc/pseries/vas: sysfs interface to export capabilities
` [PATCH v5 9/9] powerpc/pseries/vas: Add 'update_total_credits' entry for QoS capabilities

[PATCH v4 0/3] powerpc/pseries/vas: VAS/NXGZIP support with LPM
 2022-02-28  7:52 UTC  (4+ messages)
` [PATCH v4 1/3] powerpc/pseries/vas: Define global hv_cop_caps struct
` [PATCH v4 2/3] powerpc/pseries/vas: Modify reconfig open/close functions for migration
` [PATCH v4 3/3] powerpc/pseries/vas: Add VAS migration handler

Question about update_persistent_clock() routine
 2022-02-24 14:05 UTC 

[PATCH] powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt
 2022-02-27 18:38 UTC  (3+ messages)

[PATCH 1/3] powerpc: lib: sstep: fix 'sthcx' instruction
 2022-02-26  0:07 UTC  (20+ messages)
` [PATCH 2/3] powerpc: fix build errors

[PATCH v1] powerpc/interrupt: Remove struct interrupt_state
 2022-02-25 16:36 UTC 

[PATCH 00/16] Remove usage of the deprecated "pci-dma-compat.h" API
 2022-02-25 16:20 UTC  (7+ messages)

[PATCH V6 00/20] riscv: compat: Add COMPAT mode support for rv64
 2022-02-25 16:07 UTC  (30+ messages)
` [PATCH V6 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V6 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V6 03/20] compat: consolidate the compat_flock{, 64} definition
` [PATCH V6 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V6 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V6 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V6 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V6 08/20] riscv: Fixup difference with defconfig
` [PATCH V6 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V6 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V6 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V6 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V6 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V6 14/20] riscv: compat: Add elf.h implementation
` [PATCH V6 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V6 16/20] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH V6 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V6 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V6 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V6 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

cleanup swiotlb initialization
 2022-02-25 15:24 UTC  (22+ messages)
` [PATCH 01/11] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/11] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/11] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/11] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/11] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 07/11] x86: remove the IOMMU table infrastructure
` [PATCH 10/11] swiotlb: merge swiotlb-xen initialization into swiotlb

[PATCH v7 0/4] Add perf interface to expose nvdimm
 2022-02-25 14:30 UTC  (5+ messages)
` [PATCH v7 1/4] drivers/nvdimm: Add nvdimm pmu structure
` [PATCH v7 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
` [PATCH v7 3/4] powerpc/papr_scm: Add perf interface support
` [PATCH v7 4/4] docs: ABI: sysfs-bus-nvdimm: Document sysfs event format entries for nvdimm pmu

[PATCH v6 0/4] Add perf interface to expose nvdimm
 2022-02-25 11:23 UTC  (7+ messages)

[PATCH v2] usercopy: Check valid lifetime via stack depth
 2022-02-25  4:47 UTC  (3+ messages)

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-25  4:33 UTC  (11+ messages)
` [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

[PATCH v3 1/2] selftest/vm: Add util.h and and move helper functions there
 2022-02-25  3:42 UTC  (2+ messages)

[PATCH v2 00/13] Implement livepatch on PPC32 and more
 2022-02-25  2:42 UTC  (7+ messages)
` [PATCH v2 02/13] tracing: Fix selftest config check for function graph start up test

[PATCH V2] platforms/83xx: Use of_device_get_match_data()
 2022-02-25  1:07 UTC 

False positive kmemleak report for dtb properties names on powerpc
 2022-02-24 22:27 UTC 

[PATCH] powerpc/mm/numa: skip NUMA_NO_NODE onlining in parse_numa_properties()
 2022-02-24 18:23 UTC 

[PATCHv2 1/3] powerpc: lib: sstep: fix 'sthcx' instruction
 2022-02-24 16:22 UTC  (3+ messages)
` [PATCHv2 2/3] powerpc: fix build errors
` [PATCHv2 3/3] powerpc: lib: sstep: "

[PATCH v7 00/14] Convert powerpc to default topdown mmap layout
 2022-02-24 15:05 UTC  (3+ messages)
` [PATCH v7 05/14] sizes.h: Add SZ_1T macro

[PATCH] powerpc/32: Clear volatile regs on syscall exit
 2022-02-24 12:49 UTC  (5+ messages)

[PATCH v4 0/3] KVM: PPC: Book3S PR: Fixes for AIL and SCV
 2022-02-24  9:32 UTC  (5+ messages)

[PATCH kernel v3] powerpc/64: Add UADDR64 relocation support
 2022-02-24  6:41 UTC 

[PATCH v3 0/4] powerpc/pseries/vas: VAS/NXGZIP support with LPM
 2022-02-24  9:08 UTC  (4+ messages)
` [PATCH v3 3/4] powerpc/pseries/vas: Add VAS migration handler


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