linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-26 21:57:43 to 2022-01-07 07:49:48 UTC [more...]

[PATCH] powerpc/ftrace: Handle large kernel configs
 2022-01-07  7:48 UTC  (3+ messages)

[PATCH 00/13] powerpc/bpf: Some fixes and updates
 2022-01-07  7:36 UTC  (16+ messages)
` [PATCH 01/13] bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()
` [PATCH 02/13] powerpc32/bpf: Fix codegen for bpf-to-bpf calls
` [PATCH 03/13] powerpc/bpf: Update ldimm64 instructions during extra pass
` [PATCH 04/13] tools/bpf: Rename 'struct event' to avoid naming conflict
` [PATCH 05/13] powerpc/bpf: Skip branch range validation during first pass
` [PATCH 06/13] powerpc/bpf: Emit a single branch instruction for known short branch ranges
` [PATCH 07/13] powerpc/bpf: Handle large branch ranges with BPF_EXIT
` [PATCH 08/13] powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06
` [PATCH 09/13] powerpc64/bpf: Do not save/restore LR on each call to bpf_stf_barrier()
` [PATCH 10/13] powerpc64/bpf: Use r12 for constant blinding
` [PATCH 11/13] powerpc64/bpf elfv2: Setup kernel TOC in r2 on entry
` [PATCH 12/13] powerpc64/bpf elfv1: Do not load TOC before calling functions
` [PATCH 13/13] powerpc64/bpf: Optimize instruction sequence used for function calls

[PATCH] fs: btrfs: Disable BTRFS on platforms having 256K pages
 2022-01-07  5:21 UTC  (7+ messages)

[powerpc:merge] BUILD SUCCESS 80fdcf45da5a677ff7f284210b0f86f443a836a0
 2022-01-07  2:46 UTC 

[PATCH 1/2] soc: fsl: guts: Revert commit 3c0d64e867ed
 2022-01-07  2:40 UTC  (4+ messages)
` [PATCH 2/2] soc: fsl: guts: Add a missing memory allocation failure check

[powerpc:next] BUILD SUCCESS f1aa0e47c29268776205698f2453dc07fab49855
 2022-01-07  2:33 UTC 

[PATCH] soc: fsl: qe: fix typo in a comment
 2022-01-07  2:25 UTC  (2+ messages)

[PATCH] soc: fsl: qe: Check of ioremap return value
 2022-01-07  2:22 UTC  (2+ messages)

[PATCH v2 0/7] KVM: PPC: MMIO fixes
 2022-01-07  1:08 UTC  (12+ messages)
` [PATCH v2 1/7] KVM: PPC: Book3S HV: Stop returning internal values to userspace
` [PATCH v2 2/7] KVM: PPC: Fix vmx/vsx mixup in mmio emulation
` [PATCH v2 3/7] KVM: PPC: Fix mmio length message
` [PATCH v2 4/7] KVM: PPC: Don't use pr_emerg when mmio emulation fails
` [PATCH v2 5/7] KVM: PPC: mmio: Queue interrupt at kvmppc_emulate_mmio
` [PATCH v2 6/7] KVM: PPC: mmio: Return to guest after emulation failure
` [PATCH v2 7/7] KVM: PPC: mmio: Reject instructions that access more than mmio.data size

[PATCH v4] powerpc/pseries: read the lpar name from the firmware
 2022-01-06 23:09 UTC  (8+ messages)

[5.16.0-rc5][ppc][net] kernel oops when hotplug remove of vNIC interface
 2022-01-06 22:24 UTC  (4+ messages)

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

[PATCH v5] powerpc/pseries: read the lpar name from the firmware
 2022-01-06 21:38 UTC  (3+ messages)

[PATCH 0/3] ASoC: imx-card: several improvement and fixes
 2022-01-06 20:28 UTC  (6+ messages)
` [PATCH 1/3] ASoC: imx-card: Need special setting for ak4497 on i.MX8MQ
` [PATCH 2/3] ASoC: imx-card: Fix mclk calculation issue for akcodec
` [PATCH 3/3] ASoC: imx-card: improve the sound quality for low rate

[PATCH] ASoC: fsl_asrc: refine the check of available clock divider
 2022-01-06 20:28 UTC  (2+ messages)

[PATCH V2 1/2] tools/perf: Include global and local variants for p_stage_cyc sort key
 2022-01-06 20:22 UTC  (5+ messages)

[PATCH]powerpc/xive: Export XIVE IPI information for online-only processors
 2022-01-06 17:36 UTC  (2+ messages)

[PATCH] ethernet: ibmveth: use default_groups in kobj_type
 2022-01-06 13:50 UTC  (3+ messages)

[PATCH 0/2] powerpc/fadump: handle CMA activation failure appropriately
 2022-01-06 12:01 UTC  (4+ messages)
` [PATCH 1/2] mm/cma: provide option to opt out from exposing pages on activation failure

Linux kernel: powerpc: KVM guest can trigger host crash on Power8
 2022-01-06 10:58 UTC  (11+ messages)

[PATCH]powerpc/xmon: Dump XIVE information for online-only processors
 2022-01-06  5:29 UTC  (3+ messages)

ppc64el kernel bug?
 2022-01-06  4:03 UTC  (3+ messages)

[RFC PATCH v3 0/8] Use pageblock_order for cma and alloc_contig_range alignment
 2022-01-05 21:47 UTC  (9+ messages)
` [RFC PATCH v3 1/8] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
` [RFC PATCH v3 2/8] mm: compaction: handle non-lru compound pages properly in isolate_migratepages_block()
` [RFC PATCH v3 3/8] mm: migrate: allocate the right size of non hugetlb or THP compound pages
` [RFC PATCH v3 4/8] mm: make alloc_contig_range work at pageblock granularity
` [RFC PATCH v3 5/8] mm: page_isolation: check specified range for unmovable pages during isolation
` [RFC PATCH v3 6/8] mm: cma: use pageblock_order as the single alignment
` [RFC PATCH v3 7/8] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size
` [RFC PATCH v3 8/8] arch: powerpc: adjust fadump alignment to be pageblock aligned

[PATCH 1/3] ASoC: imx-card: Need special setting for ak4497 on i.MX8MQ
 2022-01-05  9:02 UTC 

[PATCH] ASoC: fsl_mqs: fix MODULE_ALIAS
 2022-01-04 16:02 UTC  (2+ messages)

[PATCH] powerpc/cacheinfo: use default_groups in kobj_type
 2022-01-04 19:53 UTC  (2+ messages)

[PATCH v2 00/13] Implement livepatch on PPC32 and more
 2022-01-04 19:44 UTC  (5+ messages)
` [PATCH v2 01/13] livepatch: Fix build failure on 32 bits processors
` [PATCH v2 03/13] powerpc/module_32: Fix livepatching for RO modules

[PATCH v6 00/14] Convert powerpc to default topdown mmap layout
 2022-01-04 16:21 UTC  (5+ messages)
` [PATCH v6 03/14] mm: Add len and flags parameters to arch_get_mmap_end()
` [PATCH v6 04/14] mm, hugetlbfs: Allow for "high" userspace addresses

[PATCH] powerpc/opal: use default_groups in kobj_type
 2022-01-04 16:13 UTC 

[PATCH 0/3] KVM: PPC: Minor fixes
 2022-01-04  9:01 UTC  (8+ messages)
` [PATCH 2/3] KVM: PPC: Fix vmx/vsx mixup in mmio emulation
` [PATCH 3/3] KVM: PPC: Fix mmio length message

[5.16.0-rc7] net-next build broken on powerpc
 2022-01-04  3:33 UTC  (2+ messages)

[Bug 215443] New: [radeon] BUG: Unable to handle kernel data access on read at 0xc007ffffffff9130, Oops: Kernel access of bad area, sig: 11 [#1]
 2022-01-03 15:26 UTC  (4+ messages)
` [Bug 215443] "

[BUG] powerpc: test_progs -t for_each faults kernel
 2022-01-03 14:36 UTC  (3+ messages)

[PATCH] floppy: Remove usage of the deprecated "pci-dma-compat.h" API
 2022-01-03  9:23 UTC  (2+ messages)

[PATCH] powerpc/xive: Add missing null check after calling kmalloc
 2022-01-03  6:41 UTC  (2+ messages)

microwatt booting linux-5.7 under verilator
 2022-01-03  0:45 UTC 

[RFC 02/32] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2021-12-31 21:55 UTC  (11+ messages)

[PATCH 0/5] Remove duplicate context init function for sha algorithm
 2021-12-31 11:34 UTC  (2+ messages)

[PATCH] powerpc: dts: t104xrdb: fix phy type for FMAN 4/5
 2021-12-30 15:11 UTC 

[PATCH] powerpc: dts: t1040rdb: fix ports names for Seville Ethernet switch
 2021-12-30 13:24 UTC  (3+ messages)

The PA6T is still vulnerable
 2021-12-30 21:48 UTC  (2+ messages)

[PATCH] powerpc/ptdump: fix conversion to GENERIC_PTDUMP
 2021-12-30  8:17 UTC 

[PATCH] powerpc/kasan: Fix early region not updated correctly
 2021-12-29  3:52 UTC 

[BISECTED] power8: watchdog: CPU 3 self-detected hard LOCKUP @ queued_spin_lock_slowpath+0x154/0x2d0
 2021-12-28  8:55 UTC  (3+ messages)

[PATCH v2 0/3] mm: support huge vmalloc mapping on arm64/x86
 2021-12-29 11:01 UTC  (10+ messages)
` [PATCH v2 1/3] mm: vmalloc: Let user to control huge vmalloc default behavior
` [PATCH v2 2/3] arm64: Support huge vmalloc mappings
  ` (No subject)
` [PATCH v2 3/3] x86: Support huge vmalloc mappings

[PATCH kernel v4] KVM: PPC: Merge powerpc's debugfs entry content into generic entry
 2021-12-29  9:39 UTC  (2+ messages)

[PATCH] tpm: Fix kexec crash due to access to ops NULL pointer (powerpc)
 2021-12-29  0:10 UTC  (4+ messages)

[PATCH v2] powerpc/32s: Fix kasan_init_region() for KASAN
 2021-12-28 22:45 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.16-5 tag
 2021-12-28 20:10 UTC  (2+ messages)

[PATCH V3 0/8] sched: Remove unused TASK_SIZE_OF for all archs
 2021-12-28 17:00 UTC  (10+ messages)
` [PATCH V3 1/8] sched: Remove unused TASK_SIZE_OF
` [PATCH V3 2/8] sched: x86: "
` [PATCH V3 3/8] sched: sparc: "
` [PATCH V3 4/8] sched: powerpc: "
` [PATCH V3 5/8] sched: s390: "
` [PATCH V3 6/8] sched: parisc: "
` [PATCH V3 7/8] sched: arm64: "
` [PATCH V3 8/8] sched: mips: "

[powerpc:next-test 46/179] arch/powerpc/mm/nohash/fsl_book3e.c:61:3: sparse: sparse: symbol 'tlbcam_addrs' was not declared. Should it be static?
 2021-12-28 16:53 UTC 

[powerpc:next-test 44/179] arch/powerpc/platforms/85xx/smp.c:218:28: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-12-28 15:10 UTC 

[PATCH V2 00/17] riscv: compat: Add COMPAT mode support for rv64
 2021-12-28 14:39 UTC  (18+ messages)
` [PATCH V2 01/17] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V2 02/17] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V2 03/17] asm-generic: fcntl: compat: Remove duplicate definitions
` [PATCH V2 04/17] asm-generic: compat: Cleanup "
` [PATCH V2 05/17] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V2 06/17] riscv: Fixup difference with defconfig
` [PATCH V2 07/17] riscv: compat: Add basic compat date type implementation
` [PATCH V2 08/17] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V2 09/17] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V2 10/17] riscv: compat: syscall: Add entry.S implementation
` [PATCH V2 11/17] riscv: compat: Add elf.h implementation
` [PATCH V2 12/17] riscv: compat: vdso: Add rv32 VDSO base code implementation
` [PATCH V2 13/17] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V2 14/17] riscv: compat: signal: Add rt_frame implementation
` [PATCH V2 15/17] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V2 16/17] riscv: compat: Add UXL_32 support in start_thread
` [PATCH V2 17/17] riscv: compat: Add COMPAT Kbuild skeletal support

[powerpc:merge] BUILD SUCCESS bdcf18e133f656b2c97390a594fc95e37849e682
 2021-12-28  9:04 UTC 

[PATCH 0/6] Improve KVM's interaction with CPU hotplug
 2021-12-27  8:15 UTC  (2+ messages)
` [PATCH 3/6] KVM: Remove opaque from kvm_arch_check_processor_compat

[PATCH v2 0/2] mm: Fix kernel BUG in __check_heap_object() on PowerPC64
 2021-12-28  4:51 UTC  (4+ messages)
` [PATCH v2 2/2] mm: usercopy: Warn vmalloc/module address in check_heap_object()

[powerpc:next-test 127/179] include/linux/compiler_types.h:335:45: error: call to '__compiletime_assert_34' declared with attribute error: BUILD_BUG failed
 2021-12-28  4:30 UTC 

[powerpc:next] BUILD SUCCESS beeac538c366cd2828092adecd1edab28326c55b
 2021-12-27 21:05 UTC 

[RFC PATCH 0/3] powerpc/pseries/vas: VAS/NXGZIP support with LPM
 2021-12-27 11:00 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: Use migration_in_progress to disable DLPAR

[PATCH 0/3] mm: support huge vmalloc mapping on arm64/x86
 2021-12-27  6:14 UTC  (6+ messages)
` [PATCH 1/3] mm: vmalloc: Let user to control huge vmalloc default behavior

[PATCH] powerpc/sysdev/of_rtc: Fix possible memory leak in of_instantiate_rtc
 2021-12-27  3:33 UTC  (2+ messages)

[PATCH] powerpc: dts: Remove "spidev" nodes
 2021-12-26 21:52 UTC  (2+ messages)

[PATCH] powerpc: fix spelling of "its"
 2021-12-26 21:52 UTC  (2+ messages)

[PATCH v2] powerpc/64s/radix: Fix huge vmap false positive
 2021-12-26 21:52 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).