linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-22 10:33:25 to 2022-02-25 02:50:19 UTC [more...]

[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 

[PATCH 1/3] powerpc: lib: sstep: fix 'sthcx' instruction
 2022-02-25  0:32 UTC  (19+ messages)
` [PATCH 2/3] powerpc: fix build errors
` [PATCH 3/3] powerpc: lib: sstep: "

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 

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

[PATCH V6 00/20] riscv: compat: Add COMPAT mode support for rv64
 2022-02-24 17:57 UTC  (26+ 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-24 17:07 UTC  (24+ 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>

[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  (8+ messages)

[PATCH v4 0/3] KVM: PPC: Book3S PR: Fixes for AIL and SCV
 2022-02-24  9:32 UTC  (6+ 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  (13+ messages)
` [PATCH v3 1/4] powerpc/pseries/vas: Define global hv_cop_caps struct
` [PATCH v3 2/4] powerpc/pseries/vas: Modify reconfig open/close functions for migration
` [PATCH v3 3/4] powerpc/pseries/vas: Add VAS migration handler
` [PATCH v3 4/4] powerpc/pseries/vas: Disable window open during migration

[PATCH v2] usercopy: Check valid lifetime via stack depth
 2022-02-24  8:58 UTC  (2+ messages)

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-24  8:45 UTC  (16+ messages)
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 09/18] mips: use simpler access_ok()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

[PATCH V5 00/21] riscv: compat: Add COMPAT mode support for rv64
 2022-02-24  1:36 UTC  (8+ messages)
` [PATCH V5 17/21] riscv: compat: vdso: Add setup additional pages implementation

[PATCH v6 0/4] Add perf interface to expose nvdimm
 2022-02-24  6:16 UTC  (5+ messages)

[PATCH] powerpc/module_64: fix array_size.cocci warning
 2022-02-24  0:32 UTC  (2+ messages)

[RFC PATCH 0/5] Avoid kdump service reload on CPU hotplug events
 2022-02-24  7:51 UTC  (3+ messages)

[RFC PATCH] lkdtm: Replace lkdtm_rodata_do_nothing() by do_nothing()
 2022-02-23 17:17 UTC  (2+ messages)

[RFC PATCH] KVM: PPC: Book3S HV: Update guest state entry/exit accounting to new API
 2022-02-23 15:33 UTC 

[PATCH v4 1/1] crypto: vmx - add missing dependencies
 2022-02-23 15:11 UTC 

[PATCH v3 0/2] vmx-crypto: Add missing dependencies
 2022-02-23 15:09 UTC  (6+ messages)
` [PATCH v3 1/2] crypto: vmx - merge CRYPTO_DEV_VMX_ENCRYPT into CRYPTO_DEV_VMX
` [PATCH v3 2/2] crypto: vmx - add missing dependencies

[PATCH] powerpc/security: Provide stubs for when PPC_BARRIER_NOSPEC isn't enabled
 2022-02-23 14:14 UTC  (2+ messages)

[PATCH v2 0/7] powerpc/ftrace: Patch out -mprofile-kernel instructions
 2022-02-23 12:13 UTC  (3+ messages)
` [PATCH v2 1/7] ftrace: Expose flags used for ftrace_replace_code()

[PATCH v6 0/6] Allocate module text and data separately
 2022-02-23 12:02 UTC  (7+ messages)
` [PATCH v6 1/6] module: Always have struct mod_tree_root
` [PATCH v6 2/6] module: Prepare for handling several RB trees
` [PATCH v6 3/6] module: Introduce data_layout
` [PATCH v6 4/6] module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH v6 5/6] module: Remove module_addr_min and module_addr_max
` [PATCH v6 6/6] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx

[PATCH] powerpc: 8xx: fix a return value error in mpc8xx_pic_init
 2022-02-23  7:02 UTC 

[PATCH V5 16/21] riscv: compat: vdso: Add rv32 VDSO base code implementation
 2022-02-23  9:55 UTC  (3+ messages)

[PATCH V5 13/21] riscv: compat: process: Add UXL_32 support in start_thread
 2022-02-23  9:21 UTC  (3+ messages)

[PATCH V5 09/21] riscv: compat: Add basic compat data type implementation
 2022-02-23  8:54 UTC  (3+ messages)

[PATCH v4 0/9] powerpc/pseries/vas: NXGZIP support with DLPAR
 2022-02-23  8:39 UTC  (22+ messages)
` [PATCH v4 2/9] powerpc/pseries/vas: Save PID in pseries_vas_window struct
` [PATCH v4 3/9] powerpc/vas: Add paste address mmap fault handler
` [PATCH v4 4/9] powerpc/vas: Return paste instruction failure if no active window
` [PATCH v4 5/9] powerpc/vas: Map paste address only if window is active
` [PATCH v4 6/9] powerpc/pseries/vas: Close windows with DLPAR core removal
` [PATCH v4 7/9] powerpc/pseries/vas: Reopen windows with DLPAR core add
` [PATCH v4 8/9] powerpc/pseries/vas: sysfs interface to export capabilities
` [PATCH v4 9/9] powerpc/pseries/vas: Write 'nr_total_credits' for QoS credits change

[PATCH] powerpc/64s: Don't use DSISR for SLB faults
 2022-02-23  6:46 UTC  (2+ messages)

[PATCH v6 0/5] Use pageblock_order for cma and alloc_contig_range alignment
 2022-02-23  4:30 UTC  (6+ messages)
` [PATCH v6 1/5] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c
` [PATCH v6 2/5] mm: page_isolation: check specified range for unmovable pages
` [PATCH v6 3/5] mm: make alloc_contig_range work at pageblock granularity
` [PATCH v6 4/5] mm: cma: use pageblock_order as the single alignment
` [PATCH v6 5/5] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size

[PATCH] powerpc/code-patching: Pre-map patch area
 2022-02-23  1:58 UTC 

[PATCH V5 21/21] KVM: compat: riscv: Prevent KVM_COMPAT from being selected
 2022-02-23  1:42 UTC  (2+ messages)

[PATCH V5 19/21] riscv: compat: ptrace: Add compat_arch_ptrace implement
 2022-02-23  1:42 UTC  (2+ messages)

[PATCH V5 18/21] riscv: compat: signal: Add rt_frame implementation
 2022-02-23  1:42 UTC  (2+ messages)

[PATCH V5 12/21] riscv: compat: syscall: Add entry.S implementation
 2022-02-23  1:42 UTC  (2+ messages)

[PATCH] powerpc: Fix missing declaration of [en/dis]able_kernel_altivec()
 2022-02-21 23:07 UTC 

[PATCH v5 0/6] Allocate module text and data separately
 2022-02-22 17:57 UTC  (8+ messages)
` [PATCH v5 1/6] module: Always have struct mod_tree_root
` [PATCH v5 2/6] module: Prepare for handling several RB trees
` [PATCH v5 3/6] module: Introduce data_layout
` [PATCH v5 4/6] module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH v5 5/6] module: Remove module_addr_min and module_addr_max
` [PATCH v5 6/6] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx

[PATCH] platforms/83xx: Use of_device_get_match_data()
 2022-02-22 15:28 UTC  (2+ messages)

[PATCH 1/4] powerpc: Add a ppc_inst_as_str() helper
 2022-02-22 14:34 UTC  (3+ messages)
` [PATCH 3/4] powerpc: Handle prefixed instructions in show_user_instructions()

[PATCH 1/3] powerpc64/bpf: Store temp registers' bpf to ppc mapping
 2022-02-22 14:23 UTC  (3+ messages)
` [PATCH 3/3] powerpc/bpf: Reallocate BPF registers to volatile registers when possible on PPC64

[PATCH] powerpc: Remove remaining stab codes
 2022-02-22 14:05 UTC 

[PATCH v4 0/6] Allocate module text and data separately
 2022-02-22 10:32 UTC  (7+ messages)
` [PATCH v4 1/6] module: Always have struct mod_tree_root
` [PATCH v4 2/6] module: Prepare for handling several RB trees
` [PATCH v4 3/6] module: Introduce data_layout
` [PATCH v4 4/6] module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
` [PATCH v4 5/6] module: Remove module_addr_min and module_addr_max
` [PATCH v4 6/6] powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xx


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