linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-16 19:44:22 to 2022-02-22 15:41:50 UTC [more...]

cleanup swiotlb initialization
 2022-02-22 15:35 UTC  (10+ 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 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] platforms/83xx: Use of_device_get_match_data()
 2022-02-22 15:28 UTC  (3+ messages)

[PATCH v5 0/6] Allocate module text and data separately
 2022-02-22 15:00 UTC  (7+ 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 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 v4 0/3] KVM: PPC: Book3S PR: Fixes for AIL and SCV
 2022-02-22 14:11 UTC  (5+ 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: Remove remaining stab codes
 2022-02-22 14:05 UTC 

[PATCH] powerpc/64s: Don't use DSISR for SLB faults
 2022-02-22 11:34 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

[RFC PATCH 0/5] Avoid kdump service reload on CPU hotplug events
 2022-02-22  3:50 UTC  (7+ 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

[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 v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-21 15:21 UTC  (58+ messages)
` [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [PATCH v2 03/18] nds32: fix access_ok() checks in get/put_user
` [PATCH v2 05/18] x86: remove __range_not_ok()
` [PATCH v2 06/18] x86: use more conventional access_ok() definition
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 08/18] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH v2 09/18] mips: use simpler access_ok()
` [PATCH v2 10/18] m68k: fix access_ok for coldfire
` [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 14/18] lib/test_lockup: fix kernel pointer check for separate address spaces
` [PATCH v2 15/18] sparc64: remove CONFIG_SET_FS support
` [PATCH v2 16/18] sh: "
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

[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  (8+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] bpf/trampoline: Allow ftrace location to differ from trampoline attach address
` [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 v3 0/4] powerpc/pseries/vas: VAS/NXGZIP support with LPM
 2022-02-19 20:08 UTC  (5+ 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 v4 0/9] powerpc/pseries/vas: NXGZIP support with DLPAR
 2022-02-19 20:03 UTC  (10+ 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 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 

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

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

[PATCH v7 1/3] riscv: Introduce CONFIG_RELOCATABLE
 2022-02-18 10:47 UTC  (5+ messages)

[PATCH 0/3] drivers/crypto: Constify static attribute_group
 2022-02-18  5:37 UTC  (2+ messages)

[PATCH] powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCE
 2022-02-18  2:23 UTC  (2+ messages)

[PATCHv2] powerpc/lib/sstep: fix 'ptesync' build error
 2022-02-18  2:24 UTC  (2+ messages)

[PATCH] powerpc/kvm: no need to initialise statics to 0
 2022-02-18  2:09 UTC  (2+ messages)

[PATCH 0/3] KVM: PPC: KVM module exit fixes
 2022-02-18  2:09 UTC  (2+ messages)

[PATCH kernel v5] KVM: PPC: Merge powerpc's debugfs entry content into generic entry
 2022-02-18  2:09 UTC  (2+ messages)

[PATCH v1 1/4] powerpc/ftrace: Don't use lmw/stmw in ftrace_regs_caller()
 2022-02-17 12:01 UTC  (4+ messages)
` [PATCH v1 2/4] powerpc/ftrace: Refactor ftrace_{regs_}caller
` [PATCH v1 3/4] powerpc/ftrace: Regroup PPC64 specific operations in ftrace_mprofile.S
` [PATCH v1 4/4] powerpc/ftrace: Use STK_GOT "

[PATCH net v2] net: Force inlining of checksum functions in net/checksum.h
 2022-02-17 11:30 UTC 

[PATCH v3 0/2] vmx-crypto: Add missing dependencies
 2022-02-17 10:57 UTC  (3+ 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 v9 0/2] Interface to represent PAPR firmware attributes
 2022-02-17 10:53 UTC  (3+ messages)
` [PATCH v9 1/2] powerpc/pseries: "
` [PATCH v9 2/2] selftest/powerpc: Add PAPR sysfs attributes sniff test

[PATCH 1/2] net: Allow csum_sub() to be provided in arch
 2022-02-17 10:13 UTC  (4+ messages)
` [PATCH 2/2] powerpc/32: Implement csum_sub

[PATCH] net: Force inlining of checksum functions in net/checksum.h
 2022-02-17 10:10 UTC 

[PATCH v3 1/2] selftest/vm: Add util.h and and move helper functions there
 2022-02-17  8:35 UTC  (2+ messages)
` [PATCH v3 2/2] selftest/vm: add helpers to detect PAGE_SIZE and PAGE_SHIFT

[PATCH] selftest/vm: Fix map_fixed_noreplace test failure
 2022-02-17  8:34 UTC 

[PATCH] powerpc/process, kasan: Silence KASAN warnings in __get_wchan()
 2022-02-17  8:20 UTC  (3+ messages)
` [PATCH -v2] "

No Linux logs when doing `ppc64_cpu --smt=off/8`
 2022-02-17  7:10 UTC  (6+ messages)

[RFC PATCH] powerpc: Implement hotplug smt control
 2022-02-17  7:04 UTC 

[powerpc:fixes-test] BUILD SUCCESS fe663df7825811358531dc2e8a52d9eaa5e3515e
 2022-02-17  3:42 UTC 

[powerpc:next-test] BUILD SUCCESS bbbca72352bb9484bc057c91a408332b35ee8f4c
 2022-02-17  3:43 UTC 

[PATCH] powerpc/module_64: use module_init_section instead of patching names
 2022-02-17  0:08 UTC  (4+ messages)

[next-20220215] WARNING at fs/iomap/buffered-io.c:75 with xfstests
 2022-02-16 17:35 UTC  (2+ messages)

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-16 19:43 UTC  (5+ messages)
` [PATCH 08/14] arm64: simplify access_ok()


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