linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-17 17:37:12 to 2022-01-21 22:30:13 UTC [more...]

[PATCH v4 0/5] KVM: PPC: MMIO fixes
 2022-01-21 22:26 UTC  (5+ messages)
` [PATCH v4 1/5] KVM: PPC: Book3S HV: Stop returning internal values to userspace
` [PATCH v4 2/5] KVM: PPC: Fix vmx/vsx mixup in mmio emulation
` [PATCH v4 3/5] KVM: PPC: mmio: Reject instructions that access more than mmio.data size
` [PATCH v4 4/5] KVM: PPC: mmio: Return to guest after emulation failure

[RFC PATCH 0/3] powerpc/pseries/vas: VAS/NXGZIP support with LPM
 2022-01-21 21:50 UTC  (4+ messages)
` [RFC PATCH 1/3] powerpc/pseries/vas: Modify reconfig open/close functions for migration
` [RFC PATCH 2/3] powerpc/pseries/vas: Add VAS suspend/resume notifier
` [RFC PATCH 3/3] powerpc/pseries/vas: Disable window open during migration

[PATCH v3] powerpc: Add missing SPDX license identifiers
 2022-01-21 18:34 UTC  (11+ messages)

[PATCH 08/31] leds: changing LED_* from enum led_brightness to actual value
 2022-01-21 16:54 UTC  (2+ messages)
` [PATCH 09/31] macintosh: "

[PATCH v3 00/10] powerpc/pseries/vas: NXGZIP support with DLPAR
 2022-01-21 20:01 UTC  (11+ messages)
` [PATCH v3 01/10] powerpc/pseries/vas: Use common names in VAS capability structure
` [PATCH v3 02/10] powerpc/pseries/vas: Add notifier for DLPAR core removal/add
` [PATCH v3 03/10] powerpc/pseries/vas: Save LPID in pseries_vas_window struct
` [PATCH v3 04/10] powerpc/pseries/vas: Reopen windows with DLPAR core add
` [PATCH v3 05/10] powerpc/pseries/vas: Close windows with DLPAR core removal
` [PATCH v3 06/10] powerpc/vas: Map paste address only if window is active
` [PATCH v3 07/10] powerpc/vas: Add paste address mmap fault handler
` [PATCH v3 08/10] powerpc/vas: Return paste instruction failure if no active window
` [PATCH v3 09/10] powerpc/pseries/vas: sysfs interface to export capabilities
` [PATCH v3 10/10] powerpc/pseries/vas: Write 'target_creds' for QoS credits change

[PATCH v4 1/5] powerpc/vdso: augment VDSO32 functions to support 64 bits build
 2022-01-21 16:30 UTC  (5+ messages)
` [PATCH v4 2/5] powerpc/vdso: Rework VDSO32 makefile to add a prefix to object files
` [PATCH v4 3/5] powerpc/vdso: Merge vdso64 and vdso32 into a single directory
` [PATCH v4 4/5] powerpc/vdso: Remove cvdso_call_time macro
` [PATCH v4 5/5] powerpc/vdso: Move cvdso_call macro into gettimeofday.S

[PATCH v3 1/5] powerpc/vdso: augment VDSO32 functions to support 64 bits build
 2022-01-21 15:58 UTC  (8+ messages)
` [PATCH v3 2/5] powerpc/vdso: Rework VDSO32 makefile to add a prefix to object files
` [PATCH v3 3/5] powerpc/vdso: Merge vdso64 and vdso32 into a single directory
` [PATCH v3 4/5] powerpc/vdso: Remove cvdso_call_time macro
` [PATCH v3 5/5] powerpc/vdso: Move cvdso_call macro into gettimeofday.S

[PATCH v7 0/7] Support new pmem flush and sync instructions for POWER
 2022-01-21 13:27 UTC  (8+ messages)
` [PATCH v7 1/7] powerpc/pmem: Restrict papr_scm to P8 and above
` [PATCH v7 3/7] powerpc/pmem: Add flush routines using new pmem store and sync instruction

[PATCH V3 08/17] riscv: compat: syscall: Add compat_sys_call_table implementation
 2022-01-21  9:22 UTC  (5+ messages)

[PATCH] powerpc: dts: add device tree for T1040RDB-REV-A
 2022-01-21  9:14 UTC  (4+ messages)
` [PATCH v2] powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch
    ` [PATCH v3] "

[PATCH v7 00/14] Convert powerpc to default topdown mmap layout
 2022-01-21  8:42 UTC  (15+ messages)
` [PATCH v7 01/14] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v7 02/14] mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functions
` [PATCH v7 03/14] mm: Add len and flags parameters to arch_get_mmap_end()
` [PATCH v7 04/14] mm, hugetlbfs: Allow for "high" userspace addresses
` [PATCH v7 05/14] sizes.h: Add SZ_1T macro
` [PATCH v7 06/14] powerpc/mm: Move vma_mmu_pagesize()
` [PATCH v7 07/14] powerpc/mm: Make slice specific to book3s/64
` [PATCH v7 08/14] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v7 09/14] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()
` [PATCH v7 10/14] powerpc/mm: Use generic_hugetlb_get_unmapped_area()
` [PATCH v7 11/14] powerpc/mm: Move get_unmapped_area functions to slice.c
` [PATCH v7 12/14] powerpc/mm: Enable full randomisation of memory mappings
` [PATCH v7 13/14] powerpc/mm: Convert to default topdown mmap layout
` [PATCH v7 14/14] powerpc: Simplify and move arch_randomize_brk()

[PATCH 1/3] powerpc/lib/sstep: Use l1_dcache_bytes() instead of opencoding
 2022-01-21  8:06 UTC  (3+ messages)
` [PATCH 2/3] powerpc/lib/sstep: Remove unneeded #ifdef __powerpc64__
` [PATCH 3/3] powerpc/lib/sstep: use truncate_if_32bit()

[PATCH] powerpc: Use the newly added is_tsk_32bit_task() macro
 2022-01-21  7:58 UTC 

[PATCH V3 13/17] riscv: compat: signal: Add rt_frame implementation
 2022-01-21  7:12 UTC  (3+ messages)

[PATCH V3 06/17] riscv: compat: Add basic compat date type implementation
 2022-01-21  6:59 UTC  (3+ messages)

[PATCH V3 17/17] KVM: compat: riscv: Prevent KVM_COMPAT from being selected
 2022-01-21  6:35 UTC  (3+ messages)

[PATCH] powerpc/process, kasan: Silence KASAN warnings in __get_wchan()
 2022-01-21  1:44 UTC  (3+ messages)
` [PATCH -v2] "

[PATCH 0/2] KVM: selftests: Add powerpc support
 2022-01-20 17:01 UTC  (3+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Stop returning internal values to userspace
` [PATCH 2/2] KVM: selftests: Add support for ppc64le

[PATCH V3 07/17] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
 2022-01-20 15:46 UTC  (6+ messages)

[PATCH V3 15/17] riscv: compat: Add UXL_32 support in start_thread
 2022-01-20 13:43 UTC  (3+ messages)

[PATCH V3 10/17] riscv: compat: Add elf.h implementation
 2022-01-20 13:35 UTC  (3+ messages)

bug: usb: gadget: FSL_UDC_CORE Corrupted request list leads to unrecoverable loop
 2022-01-20 12:54 UTC  (14+ messages)

[PATCH V3 03/17] asm-generic: compat: Cleanup duplicate definitions
 2022-01-20 13:02 UTC  (3+ messages)

[BUG] mtd: cfi_cmdset_0002: write regression since v4.17-rc1
 2022-01-20 13:00 UTC  (4+ messages)

[PATCH v5] powerpc/mce: Avoid using irq_work_queue() in realmode
 2022-01-20 12:19 UTC 

[PATCH V3 16/17] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-01-20  9:41 UTC  (2+ messages)

[PATCH v2 0/2] mm: Fix kernel BUG in __check_heap_object() on PowerPC64
 2022-01-20 11:09 UTC  (8+ messages)
` [PATCH v2 1/2] powerpc: Fix virt_addr_valid() check

[PATCH] powerpc/fixmap: Fix VM debug warning on unmap
 2022-01-20 10:56 UTC  (2+ messages)

[PATCH V3 04/17] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
 2022-01-20  9:26 UTC  (2+ messages)

Fix for PowerPC kernel with new assembler behavior?
 2022-01-20  8:38 UTC 

[PATCH V2 00/17] riscv: compat: Add COMPAT mode support for rv64
 2022-01-20  7:39 UTC  (2+ messages)

[PATCH V3 14/17] riscv: compat: ptrace: Add compat_arch_ptrace implement
 2022-01-20  7:39 UTC 

[PATCH V3 12/17] riscv: compat: vdso: Add setup additional pages implementation
 2022-01-20  7:39 UTC 

[PATCH V3 11/17] riscv: compat: vdso: Add rv32 VDSO base code implementation
 2022-01-20  7:39 UTC 

[PATCH V3 09/17] riscv: compat: syscall: Add entry.S implementation
 2022-01-20  7:39 UTC 

[PATCH V3 05/17] riscv: Fixup difference with defconfig
 2022-01-20  7:38 UTC 

[PATCH V3 02/17] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
 2022-01-20  7:38 UTC 

[PATCH V3 01/17] kconfig: Add SYSVIPC_COMPAT for all architectures
 2022-01-20  7:38 UTC 

[PATCH V3 00/17] riscv: compat: Add COMPAT mode support for rv64
 2022-01-20  7:38 UTC 

[PATCH] powerpc/kasan: Fix early region not updated correctly
 2022-01-20  6:15 UTC  (3+ messages)

[PATCH v2] spi: mpc512x-psc: Convert to use GPIO descriptors
 2022-01-20  0:26 UTC 

[PATCH v3 00/12] Fix LKDTM for PPC64/IA64/PARISC
 2022-01-19 22:00 UTC  (5+ messages)
` [PATCH v3 11/12] lkdtm: Fix execute_[user]_location()

[PATCH v4 0/7] Use pageblock_order for cma and alloc_contig_range alignment
 2022-01-19 19:06 UTC  (8+ messages)
` [PATCH v4 1/7] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
` [PATCH v4 2/7] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c
` [PATCH v4 3/7] mm: page_isolation: check specified range for unmovable pages
` [PATCH v4 4/7] mm: make alloc_contig_range work at pageblock granularity
` [PATCH v4 5/7] mm: cma: use pageblock_order as the single alignment
` [PATCH v4 6/7] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size
` [PATCH v4 7/7] arch: powerpc: adjust fadump alignment to be pageblock aligned

[RFC PATCH 0/2] 2nd attempt at PR KVM + SCV and syscall
 2022-01-19 17:46 UTC  (4+ messages)
` [RFC PATCH 1/2] powerpc/64: remove system call instruction emulation
` [RFC PATCH 2/2] KVM: PPC: Book3S PR: Disable SCV when running AIL is disabled

[PATCH v3] powerpc/papr_scm: Implement initial support for injecting smart errors
 2022-01-19 15:05 UTC  (3+ messages)

[PATCH v2 0/3] mm: support huge vmalloc mapping on arm64/x86
 2022-01-19 13:48 UTC  (15+ messages)
` [PATCH v2 1/3] mm: vmalloc: Let user to control huge vmalloc default behavior
` [PATCH v2 3/3] x86: Support huge vmalloc mappings

[PATCH v3 1/2] powerpc/set_memory: Avoid spinlock recursion in change_page_attr()
 2022-01-19 12:28 UTC  (3+ messages)
` [PATCH v3 2/2] powerpc: Add set_memory_{p/np}() and remove set_memory_attr()

[PATCH] powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCE
 2022-01-19 11:19 UTC  (2+ messages)

[PATCH] powerpc/64s: Mask SRR0 before checking against the masked NIP
 2022-01-19 11:06 UTC  (2+ messages)

[PATCH v3] powerpc/32s: Fix kasan_init_region() for KASAN
 2022-01-19 11:06 UTC  (2+ messages)

[PATCH] powerpc/time: Fix build failure due to do_hard_irq_enable() on PPC32
 2022-01-19 11:06 UTC  (2+ messages)

[PATCH] powerpc/perf: Fix power_pmu_wants_prompt_pmi to be defined only for CONFIG_PPC64
 2022-01-19 11:06 UTC  (2+ messages)

[PATCH] powerpc/perf: Fix task context setting for trace imc
 2022-01-19 10:56 UTC  (2+ messages)

[PATCH] powerpc/perf: Fix power_pmu_disable to call clear_pmi_irq_pending only if PMI is pending
 2022-01-19  6:47 UTC  (3+ messages)

[PATCH 00/16] Remove usage of the deprecated "pci-dma-compat.h" API
 2022-01-19  4:06 UTC  (2+ messages)

[powerpc:fixes-test] BUILD SUCCESS aee101d7b95a03078945681dd7f7ea5e4a1e7686
 2022-01-19  2:56 UTC 

[PATCH v2 net 3/4] powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO buses
 2022-01-18 21:50 UTC 

[PATCH net 0/4] net/fsl: xgmac_mdio: Add workaround for erratum A-009885
 2022-01-18 20:34 UTC  (9+ messages)
` [PATCH net 1/4] "
` [PATCH net 3/4] powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO buses

[PATCH v2 0/5] fsl-asoc-card: Add optional dt property for setting mclk-id
 2022-01-18 17:22 UTC  (3+ messages)
` [PATCH v2 2/5] dt-bindings: tlv320aic31xx: Define PLL clock inputs

Please backport b6b0d883bbb8 to v5.10
 2022-01-18 15:37 UTC  (2+ messages)

[PATCH] powerpc/fsl: fix the schema check errors for fsl, tmu-calibration
 2022-01-18 14:37 UTC  (2+ messages)
` [PATCH] powerpc/fsl: fix the schema check errors for fsl,tmu-calibration

[PATCH v4] powerpc/mce: Avoid using irq_work_queue() in realmode
 2022-01-18 11:14 UTC  (2+ messages)

[RFC PATCH 0/3] powerpc/pseries/vas: VAS/NXGZIP support with LPM
 2022-01-18  9:28 UTC  (4+ messages)
` [RFC PATCH 3/3] powerpc/pseries/vas: Use migration_in_progress to disable DLPAR

[PATCH 2/3] vstatus: Add user space API definitions for VSTATUS, NOKERNINFO and TIOCSTAT
 2022-01-18  8:08 UTC  (2+ messages)

[PATCH] drivers/macintosh/ams: remove unneeded result variable
 2022-01-18  7:52 UTC 

[PATCH v2 0/4] Improve KVM's interaction with CPU hotplug
 2022-01-18  6:44 UTC  (2+ messages)
` [PATCH v2 2/4] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"

[PATCH 0/3] status: TTY status message request
 2022-01-18  4:42 UTC 

[PATCH AUTOSEL 5.16 026/217] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2022-01-18  2:16 UTC 

[5.16.0] build error on unrecognized opcode: ptesync
 2022-01-17 11:20 UTC  (5+ messages)

[PATCH AUTOSEL 4.4 01/12] powerpc/6xx: add missing of_node_put
 2022-01-17 17:07 UTC  (5+ messages)
` [PATCH AUTOSEL 4.4 02/12] powerpc/powernv: "
` [PATCH AUTOSEL 4.4 03/12] powerpc/cell: "
` [PATCH AUTOSEL 4.4 04/12] powerpc/btext: "
` [PATCH AUTOSEL 4.4 06/12] powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING

[PATCH AUTOSEL 4.9 01/13] powerpc/6xx: add missing of_node_put
 2022-01-17 17:07 UTC  (5+ messages)
` [PATCH AUTOSEL 4.9 02/13] powerpc/powernv: "
` [PATCH AUTOSEL 4.9 03/13] powerpc/cell: "
` [PATCH AUTOSEL 4.9 04/13] powerpc/btext: "
` [PATCH AUTOSEL 4.9 06/13] powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING

[PATCH AUTOSEL 4.14 03/16] powerpc/powernv: add missing of_node_put
 2022-01-17 17:06 UTC  (5+ messages)
` [PATCH AUTOSEL 4.14 04/16] powerpc/cell: "
` [PATCH AUTOSEL 4.14 05/16] powerpc/btext: "
` [PATCH AUTOSEL 4.14 06/16] powerpc/watchdog: Fix missed watchdog reset due to memory ordering race
` [PATCH AUTOSEL 4.14 08/16] powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING


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