linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-30 15:07:38 to 2024-06-04 06:13:30 UTC [more...]

[kvm-unit-tests PATCH v9 00/31] powerpc improvements
 2024-06-04  6:12 UTC  (16+ messages)
` [kvm-unit-tests PATCH v9 14/31] powerpc: Remove broken SMP exception stack setup
` [kvm-unit-tests PATCH v9 15/31] powerpc: Enable page alloc operations
` [kvm-unit-tests PATCH v9 16/31] powerpc: add SMP and IPI support
` [kvm-unit-tests PATCH v9 18/31] powerpc: Permit ACCEL=tcg,thread=single
` [kvm-unit-tests PATCH v9 19/31] powerpc: Avoid using larx/stcx. in spinlocks when only one CPU is running
` [kvm-unit-tests PATCH v9 20/31] powerpc: Add atomics tests
` [kvm-unit-tests PATCH v9 21/31] powerpc: Add timebase tests

[PATCH 0/6] KVM: PPC: Book3S HV: Nested guest migration fixes
 2024-06-04  6:07 UTC  (13+ messages)
` [PATCH 1/6] KVM: PPC: Book3S HV: Fix the set_one_reg for MMCR3
` [PATCH 2/6] KVM: PPC: Book3S HV: Fix the get_one_reg of SDAR
` [PATCH 3/6] KVM: PPC: Book3S HV nestedv2: Keep nested guest DEXCR in sync
` [PATCH 4/6] KVM: PPC: Book3S HV: Add one-reg interface for DEXCR register
` [PATCH 5/6] KVM: PPC: Book3S HV nestedv2: Keep nested guest HASHKEYR in sync
` [PATCH 6/6] KVM: PPC: Book3S HV: Add one-reg interface for HASHKEYR register

[PATCH v1 1/1] treewide: Align match_string() with sysfs_match_string()
 2024-06-04  1:37 UTC  (4+ messages)

[PATCH v4 0/7] mm: multi-gen LRU: Walk secondary MMU page tables while aging
 2024-06-04  0:23 UTC  (23+ messages)
` [PATCH v4 2/7] mm: multi-gen LRU: Have secondary MMUs participate in aging
` [PATCH v4 6/7] KVM: arm64: Relax locking for kvm_test_age_gfn and kvm_age_gfn

kswapd0: page allocation failure: order:0, mode:0x820(GFP_ATOMIC), nodemask=(null),cpuset=/,mems_allowed=0 (Kernel v6.5.9, 32bit ppc)
 2024-06-03 23:24 UTC  (10+ messages)

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-06-03 17:25 UTC  (4+ messages)
` [PATCH 9/9] mmc: Convert from tasklet to BH workqueue

[PATCH] powerpc/mm/drmem: Silence drmem_init() early return
 2024-06-03 19:31 UTC 

[PATCH V3 00/14] Add data type profiling support for powerpc
 2024-06-03 16:58 UTC  (17+ messages)
` [PATCH V3 01/14] tools/perf: Move the data structures related to register type to header file
` [PATCH V3 02/14] tools/perf: Add "update_insn_state" callback function to handle arch specific instruction tracking
` [PATCH V3 03/14] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
` [PATCH V3 04/14] tools/perf: Use sort keys to determine whether to pick objdump to disassemble
` [PATCH V3 05/14] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
` [PATCH V3 06/14] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
` [PATCH V3 07/14] tools/perf: Add support to identify memory instructions of opcode 31 in powerpc
` [PATCH V3 08/14] tools/perf: Add some of the arithmetic instructions to support instruction tracking "
` [PATCH V3 09/14] tools/perf: Add more instructions for instruction tracking
` [PATCH V3 10/14] tools/perf: Update instruction tracking for powerpc
` [PATCH V3 11/14] tools/perf: Add support to use libcapstone in powerpc
` [PATCH V3 12/14] tools/perf: Add support to find global register variables using find_data_type_global_reg
` [PATCH V3 13/14] tools/perf: Add support for global_die to capture name of variable in case of register defined variable
` [PATCH V3 14/14] tools/perf: Set instruction name to be used with insn-stat when using raw instruction

[PATCH v4 0/2] ASoC: fsl_xcvr: Support i.MX95 platform
 2024-06-03 15:56 UTC  (3+ messages)
` [PATCH v4 1/2] ASoC: dt-bindings: fsl,xcvr: Add compatible string for i.MX95

[PATCH] powerpc/crypto: Add generated P8 asm to .gitignore
 2024-06-03 13:01 UTC 

[PATCH] powerpc/prom: Add CPU info to hardware description string later
 2024-06-03 12:36 UTC 

[PATCH RFC v2 0/4] Svvptc extension to remove preventive sfence.vma
 2024-06-03 12:02 UTC  (6+ messages)
` [PATCH RFC/RFT v2 3/4] riscv: Stop emitting preventive sfence.vma for new vmalloc mappings
  ` [External] "
` [PATCH RFC/RFT v2 4/4] riscv: Stop emitting preventive sfence.vma for new userspace mappings with Svvptc
  ` [External] "

[PATCH v4 00/29] arm64: Permission Overlay Extension
 2024-06-03  9:21 UTC  (12+ messages)
` [PATCH v4 13/29] arm64: convert protection key into vm_flags and pgprot values
` [PATCH v4 17/29] arm64: implement PKEYS support
` [PATCH v4 18/29] arm64: add POE signal support

[RFC PATCH 1/2] objtool: Run objtool only if either of the config options are selected
 2024-06-03  8:29 UTC  (4+ messages)
` [RFC PATCH 2/2] objtool/powerpc: Enhance objtool to fixup alternate feature relative addresses

[PATCH v1 RESEND] arch/powerpc/kvm: Fix doorbell emulation by adding DPDES support
 2024-06-03  8:06 UTC  (4+ messages)

[PATCH] usb: gadget: fsl: Enable usb snoop on PPC64
 2024-06-03  6:41 UTC  (2+ messages)

[PATCH] powerpc: Limit ARCH_HAS_KERNEL_FPU_SUPPORT to PPC64
 2024-06-03  2:45 UTC  (2+ messages)

[PATCH bpf v3] powerpc/bpf: enforce full ordering for ATOMIC operations with BPF_FETCH
 2024-06-03  2:45 UTC  (2+ messages)

[PATCH v2] powerpc/pseries/lparcfg: drop error message from guest name lookup
 2024-06-03  2:45 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/uaccess: Fix build errors seen with GCC 13/14
 2024-06-03  2:45 UTC  (2+ messages)

[PATCH] ASoC: fsl: add missing MODULE_DESCRIPTION() macro
 2024-06-02 17:00 UTC 

[PATCH] soc: fsl: qe: use sizeof(*pointer) instead of sizeof(type)
 2024-06-02  8:31 UTC 

[Bug 218858] scsi_alloc_sdev: Allocation failure during SCSI scanning, some SCSI devices might not be configured
 2024-06-02  7:05 UTC  (11+ messages)

Please add powerpc topic/kdump-hotplug branch to linux-next
 2024-06-02  5:20 UTC  (4+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-6.10-2 tag
 2024-06-02  0:44 UTC  (2+ messages)

Xorg doesn't start and some other issues with the RC1 of kernel 6.10
 2024-06-01  6:45 UTC  (10+ messages)

[PATCH v3 linux-next] leds: powernv: replace of_node_put to __free
 2024-06-01  3:17 UTC 

[PATCH v2 0/6] ASoC: Drop or replace of_gpio.h
 2024-05-31 21:52 UTC  (8+ messages)
` [PATCH v2 1/6] ASoC: codecs: Remove unused of_gpio.h
` [PATCH v2 2/6] ASoC: fsl: "
` [PATCH v2 3/6] ASoC: rockchip: "
` [PATCH v2 4/6] ASoC: codecs: Replace of_gpio.h by proper one
` [PATCH v2 5/6] ASoC: generic: "
` [PATCH v2 6/6] ASoC: samsung: "

[PATCH v2 0/3] crypto: X25519 supports for ppc64le
 2024-05-31 21:10 UTC  (3+ messages)

[PATCH] powerpc/rtas: Prevent Spectre v1 gadget construction in sys_rtas()
 2024-05-31 17:20 UTC  (4+ messages)

[PATCHv4 0/9] ASoC: fsl-asoc-card: compatibility integration of a generic codec use case for use with S/PDIF controller
 2024-05-31 16:55 UTC  (25+ messages)
` [PATCHv4 7/9] ASoC: fsl-asoc-card: add DT clock "cpu_sysclk" with generic codec
` [PATCHv4 8/9] ASoC: fsl-asoc-card: add DT property "cpu-system-clock-direction-out"
` [PATCHv4 9/9] ASoC: dt-bindings: fsl-asoc-card: add compatible for generic codec

[PATCH v2 linux-next] leds: powernv: replace of_node_put to __free
 2024-05-31 16:44 UTC  (2+ messages)

[PATCH v1 0/6] ASoC: Drop or replace of_gpio.h
 2024-05-31 14:58 UTC  (12+ messages)
` [PATCH v1 1/6] ASoC: codecs: Remove unused of_gpio.h
` [PATCH v1 2/6] ASoC: fsl: "
` [PATCH v1 3/6] ASoC: rockchip: "
` [PATCH v1 4/6] ASoC: codecs: Replace of_gpio.h by proper one
` [PATCH v1 5/6] ASoC: generic: "
` [PATCH v1 6/6] ASoC: samsung: "

[powerpc:merge] BUILD SUCCESS 9a5fe0d1529f1a514d042b1cd504c383e6f622ad
 2024-05-31 15:07 UTC 

[powerpc:fixes-test] BUILD SUCCESS 57584d4249870a4d382f0016981ceae5c9b2eebc
 2024-05-31 15:06 UTC 

[PATCH v2 0/2] PCI hotplug driver fixes
 2024-05-31 13:52 UTC  (8+ messages)
` [PATCH v2 2/2] powerpc: hotplug driver bridge support

[powerpc:topic/ppc-kvm] BUILD SUCCESS c6482eb8d937f3c97f4e73253810173c0040fd7d
 2024-05-31 13:14 UTC 

[powerpc:fixes] BUILD SUCCESS be2fc65d66e0406cc9d39d40becaecdf4ee765f3
 2024-05-31 13:15 UTC 

[powerpc:next-test] BUILD SUCCESS df2b174d5990bc236f9793831b5286940a015a74
 2024-05-31 11:54 UTC 

[PATCH v2 1/1] x86/elf: Add a new .note section containing Xfeatures information to x86 core files
 2024-05-31 10:58 UTC  (9+ messages)

[PATCH v3] powerpc/perf: Set cpumode flags using sample address
 2024-05-31  9:48 UTC  (2+ messages)

[PATCH 04/23] scsi: initialize scsi midlayer limits before allocating the queue
 2024-05-31  8:06 UTC  (6+ messages)

[PATCH] arch/powerpc/kvm: Fix doorbell emulation by adding DPDES support
 2024-05-31  7:01 UTC  (4+ messages)

[PATCH] powerpc/kernel: Fix potential spectre v1 in syscall
 2024-05-31  0:35 UTC  (7+ messages)

[PATCH v3 0/3] memory: fsl_ifc: Make FSL_IFC config visible and selectable
 2024-05-30 14:46 UTC  (4+ messages)
` [PATCH v3 1/3] "
` [PATCH v3 2/3] powerpc/configs: Update defconfig with now user-visible CONFIG_FSL_IFC
` [PATCH v3 3/3] arm64/configs: "

[PATCH 0/6] defconfig: drop RT_GROUP_SCHED=y
 2024-05-30 11:19 UTC  (7+ messages)
` [PATCH 1/6] riscv: "
` [PATCH 2/6] loongarch: "
` [PATCH 3/6] mips: defconfig: drop RT_GROUP_SCHED=y from generic/db1xxx/eyeq5
` [PATCH 4/6] powerpc: defconfig: drop RT_GROUP_SCHED=y from ppc6xx_defconfig
` [PATCH 5/6] sh: defconfig: drop RT_GROUP_SCHED=y from sdk7786/urquell
` [PATCH 6/6] arm: defconfig: drop RT_GROUP_SCHED=y from bcm2855/tegra/omap2plus

[PATCH] leds: powernv: replace of_node_put to __free
 2024-05-29 19:53 UTC 

[PATCH v3] mm/mm_init: use node's number of cpus in deferred_page_init_max_threads
 2024-05-28 18:54 UTC 

[PATCH v2 0/2] memory: fsl_ifc: Make FSL_IFC config visible and selectable
 2024-05-28 13:43 UTC  (8+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] powerpc/configs: Update defconfig with now user-visible CONFIG_FSL_IFC

[PATCH 0/2] Make ELOG log and trace consistently with GHES
 2024-05-27 14:43 UTC  (3+ messages)
` [PATCH 1/2] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/2] ACPI: extlog: Trace CPER PCI Express Error Section

[PATCH 0/6] ipmi: Convert to platform remove callback returning void
 2024-05-25 14:39 UTC  (5+ messages)

[PATCH v2 0/1] powerpc/numa: Make cpu/memory less numa-node online
 2024-05-24 13:31 UTC  (3+ messages)
` [PATCH v2 1/1] powerpc/numa: Online a node if PHB is attached

[PATCH next] arch: powerpc: platforms: Remove unnecessary call to of_node_get
 2024-05-23 18:01 UTC  (3+ messages)

[PATCH v2] mm/mm_init: use node's number of cpus in deferred_page_init_max_threads
 2024-05-22 20:38 UTC 

[PATCH] soc/fsl/qbman: remove unused struct 'cgr_comp'
 2024-05-30 14:59 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 NNTP newsgroup(s).