linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-18 11:49:34 to 2022-02-24 08:43:50 UTC [more...]

[PATCH] powerpc/32: Clear volatile regs on syscall exit
 2022-02-24  8:29 UTC  (7+ messages)

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

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-24  8:41 UTC  (23+ messages)
` [PATCH v2 05/18] x86: remove __range_not_ok()
` [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 1/3] powerpc: lib: sstep: fix 'sthcx' instruction
 2022-02-24  5:05 UTC  (8+ messages)
` [PATCH 2/3] powerpc: fix build errors
` [PATCH 3/3] powerpc: lib: sstep: "

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

cleanup swiotlb initialization
 2022-02-24  0:57 UTC  (13+ 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>

[RFC PATCH 0/5] Avoid kdump service reload on CPU hotplug events
 2022-02-24  7:51 UTC  (8+ messages)
` [RFC PATCH 1/5] powerpc/kdump: export functions from file_load_64.c
` [RFC PATCH 2/5] powerpc/kdump: setup kexec crash FDT
` [RFC PATCH 3/5] powerpc/kdump: update kexec crash FDT on CPU hot add event
` [RFC PATCH 4/5] powerpc/kdump: enable kexec_file_load system call to use kexec crash FDT
` [RFC PATCH 5/5] powerpc/kdump: export kexec crash FDT details via sysfs

[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 v4 0/3] KVM: PPC: Book3S PR: Fixes for AIL and SCV
 2022-02-23 11:47 UTC  (8+ messages)
` [PATCH v4 1/3] KVM: PPC: Book3S PR: Disable SCV when AIL could be disabled
` [PATCH v4 2/3] KVM: PPC: Book3S PR: Disallow AIL != 0
` [PATCH v4 3/3] KVM: PPC: Add KVM_CAP_PPC_AIL_MODE_3

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

[PATCH v3 0/4] powerpc/pseries/vas: VAS/NXGZIP support with LPM
 2022-02-23 10:05 UTC  (11+ 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 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  (23+ messages)
` [PATCH v4 1/9] powerpc/pseries/vas: Use common names in VAS capability structure
` [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  (3+ 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

[PATCH v3 0/3] KVM: PPC: Book3S PR: Fixes for AIL and SCV
 2022-02-22  3:34 UTC  (6+ messages)
` [PATCH v3 1/3] KVM: PPC: Book3S PR: Disable SCV when AIL could be disabled
` [PATCH v3 2/3] KVM: PPC: Book3S PR: Disallow AIL != 0
` [PATCH v3 3/3] KVM: PPC: Add KVM_CAP_PPC_AIL_MODE_3

[PATCH v3 RESEND 1/3] powerpc/pseries: Parse control memory access error
 2022-02-21  8:00 UTC  (2+ messages)

[PATCH RFC v1 0/5] Add SCSI per device tagsets
 2022-02-21 17:40 UTC  (8+ messages)
` [PATCH RFC v1 1/5] scsi: core: Rename host_tagset to hctx_share_tags
` [PATCH RFC v1 2/5] scsi: map_queues() takes tag set instead of host
` [PATCH RFC v1 3/5] scsi: core: Add per device tag sets
` [PATCH RFC v1 4/5] scsi: storvsc: use "
` [PATCH RFC v1 5/5] scsi: storvsc: Hardware queues share blk_mq_tags

[PATCH v4 00/13] Fix LKDTM for PPC64/IA64/PARISC v4
 2022-02-21 20:06 UTC  (3+ messages)

[PATCH v2 0/7] soc: fsl: guts: cleanups and serial_number support
 2022-02-21 10:41 UTC  (2+ messages)

[Bug 215621] New: Warning: Unable to mark rodata read only on this CPU. (PPC970MP)
 2022-02-21  6:55 UTC  (5+ messages)
` [Bug 215621] "

[PATCH V2 04/30] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-02-21  6:38 UTC 

[PATCH 0/3] powerpc/ftrace: Reserve instructions from function entry for ftrace
 2022-02-21  0:15 UTC  (5+ messages)
` [PATCH 1/3] "
` [PATCH 3/3] kprobes: Allow probing on any address belonging to ftrace

[BUG] mtd: cfi_cmdset_0002: write regression since v4.17-rc1
 2022-02-20 12:22 UTC  (10+ messages)

[Bug 213837] New: "Kernel panic - not syncing: corrupted stack end detected inside scheduler" at building via distcc on a G5
 2022-02-19 23:31 UTC  (3+ messages)
` [Bug 213837] [bisected] "

[PATCH net v4] net: Force inlining of checksum functions in net/checksum.h
 2022-02-19 16:30 UTC  (2+ messages)

[Bug 215622] New: WARNING: possible irq lock inversion dependency detected
 2022-02-19  1:12 UTC  (2+ messages)
` [Bug 215622] "

False positive kmemleak report for dtb properties names on powerpc
 2022-02-18 19:45 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.17-4 tag
 2022-02-18 17:39 UTC  (2+ messages)

[PATCH net v3] net: Force inlining of checksum functions in net/checksum.h
 2022-02-18 16:44 UTC  (13+ messages)

[PATCH] net/ibmvnic: Cleanup workaround doing an EOI after partition migration
 2022-02-18 11:50 UTC  (2+ messages)

bug: usb: gadget: FSL_UDC_CORE Corrupted request list leads to unrecoverable loop
 2022-02-18 11:48 UTC  (11+ 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).