linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-09 17:32:14 to 2022-10-14 13:58:07 UTC [more...]

[PATCH AUTOSEL 6.0 02/11] powerpc/selftests: Use timersub() for gettimeofday()
 2022-10-14 13:51 UTC  (7+ messages)
` [PATCH AUTOSEL 6.0 04/11] powerpc/math-emu: Remove -w build flag and fix warnings
` [PATCH AUTOSEL 6.0 05/11] powerpc/85xx: Fix fall-through warning for Clang
` [PATCH AUTOSEL 6.0 07/11] powerpc: Remove direct call to personality syscall handler
` [PATCH AUTOSEL 6.0 08/11] powerpc/perf: Fix branch_filter support for multiple filters
` [PATCH AUTOSEL 6.0 09/11] powerpc/rtas: block error injection when locked down
` [PATCH AUTOSEL 6.0 10/11] powerpc/mm: Fix UBSAN warning reported on hugetlb

[GIT PULL] Please pull powerpc/linux.git powerpc-6.1-2 tag
 2022-10-14 11:41 UTC 

[PATCH v2] perf: Rewrite core context handling
 2022-10-14  9:56 UTC  (11+ messages)

[powerpc:fixes] BUILD SUCCESS 90d5ce82e143b42b2fdfb95401a89f86b71cedb7
 2022-10-14  3:16 UTC 

[PATCH v2 0/2] powerpc: misc interrupt and context tracking
 2022-10-14  3:07 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: PPC: BookS PR-KVM and BookE do not support "
` [PATCH v2 2/2] powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warning

[PATCH 1/3] powerpc/64s: Add lockdep for HPTE lock
 2022-10-14  0:18 UTC  (6+ messages)
` [PATCH 2/3] powerpc/64s: make HPTE lock and native_tlbie_lock irq-safe
` [PATCH 3/3] powerpc/64s: make linear_map_hash_lock a raw spinlock

[PATCH 1/3] powerpc/64s: Disable preemption in hash lazy mmu mode
 2022-10-14  0:18 UTC  (8+ messages)
` [PATCH 2/3] powerpc/64s: Fix hash__change_memory_range preemption warning
` [PATCH 3/3] powerpc: fix reschedule bug in KUAP-unlocked user copy

[GIT PULL] Please pull powerpc/linux.git powerpc-6.1-1 tag
 2022-10-13 18:55 UTC  (33+ messages)

[GIT PULL] virtio: fixes, features
 2022-10-13 17:19 UTC  (12+ messages)

[PATCH v6 0/7] treewide cleanup of random integer usage
 2022-10-13 16:21 UTC  (16+ messages)
` [PATCH v6 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v6 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v6 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v6 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v6 5/7] treewide: use get_random_u32() when possible
` [PATCH v6 6/7] treewide: use get_random_bytes() "
` [PATCH v6 7/7] prandom: remove unused functions

[linux-next:master] BUILD REGRESSION 56e8142dda103af35e1a47e560517dce355ac001
 2022-10-13 16:16 UTC 

[PATCH] powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked context
 2022-10-13 15:58 UTC 

[PATCH] powerpc/pseries: Fix CONFIG_DTL=n build
 2022-10-13 15:55 UTC 

[PATCH v4 0/5] drm: Add driver for PowerPC OF displays
 2022-10-13  7:39 UTC  (22+ messages)
` [PATCH v4 5/5] drm/ofdrm: Support big-endian scanout buffers

[PATCH v2] x86: Fix /proc/cpuinfo cpumask warning
 2022-10-12 12:42 UTC 

Issues with the first PowerPC updates for the kernel 6.1
 2022-10-13  9:46 UTC  (6+ messages)

[PATCH] powerpc/pseries: Fix CONFIG_DTL=n build
 2022-10-13  7:31 UTC 

[PATCH] powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked context
 2022-10-13  6:44 UTC 

[PATCH v4 00/16] objtool: Enable and implement --mcount option on powerpc
 2022-10-13  3:40 UTC  (10+ messages)
` [PATCH v4 03/16] powerpc: Fix objtool unannotated intra-function call warnings
` [PATCH v4 11/16] objtool: Add --mnop as an option to --mcount

[powerpc:merge] BUILD SUCCESS 0c4c772cd7717acd0e466154ca733eea38895af0
 2022-10-13  3:07 UTC 

[powerpc:fixes-test] BUILD SUCCESS e237506238352f3bfa9cf3983cdab873e35651eb
 2022-10-13  3:07 UTC 

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-13  1:37 UTC  (5+ messages)
` [PATCH v1 3/5] treewide: use get_random_u32() when possible

[PATCH 1/2] powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-pairs
 2022-10-12 10:21 UTC  (5+ messages)
` [PATCH 2/2] powerpc: move sync_file_range2 compat definition

[PATCH] powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()
 2022-10-12  9:52 UTC  (4+ messages)

[RFC PATCH 0/5] Generic IPI sending tracepoint
 2022-10-11 20:41 UTC  (10+ messages)
` [RFC PATCH 4/5] irq_work: Trace calls to arch_irq_work_raise()

[PATCH] powerpc: Fix 85xx build
 2022-10-11 17:14 UTC  (2+ messages)

[PATCH v5 0/5] drm: Add driver for PowerPC OF displays
 2022-10-11 15:07 UTC  (6+ messages)
` [PATCH v5 1/5] drm/ofdrm: Add ofdrm for Open Firmware framebuffers
` [PATCH v5 2/5] drm/ofdrm: Add CRTC state
` [PATCH v5 3/5] drm/ofdrm: Add per-model device function
` [PATCH v5 4/5] drm/ofdrm: Support color management
` [PATCH v5 5/5] drm/ofdrm: Support big-endian scanout buffers

[PATCH v3] powerpc/pseries/vas: Add VAS IRQ primary handler
 2022-10-11 14:30 UTC  (2+ messages)

[PATCH] powerpc/kasan/book3s_64: warn when running with hash MMU
 2022-10-11 10:25 UTC  (8+ messages)

[PATCH v3] soc: fsl: qe: Add check for ioremap
 2022-10-11  6:52 UTC 

[PATCH v2] soc: fsl: qe: Add check for ioremap
 2022-10-11  6:37 UTC  (2+ messages)

[PATCH linux-next][RFC] powerpc: fix HOTPLUG error in rcutorture
 2022-10-11  1:59 UTC  (3+ messages)

[PATCH v2 0/4] powerpc: stolen time accounting for VIRT_CPU_ACCOUNTING_GEN
 2022-10-10 20:49 UTC  (3+ messages)
` [PATCH v2 4/4] powerpc/pseries: Move dtl scanning and steal time accounting to pseries platform

[linux-next:master] BUILD REGRESSION cd9fd78f5c11b5e165d9317ef11e613f4aef4dd1
 2022-10-10 17:20 UTC 

[PATCH] powerpc/kernel: fix repeated words in comments
 2022-10-10 16:20 UTC 

[PATCH] perf: Rewrite core context handling
 2022-10-10 11:01 UTC  (7+ messages)

[PATCH v4 0/6] Out-of-line static calls for powerpc64 ELF V2
 2022-10-10  7:00 UTC  (9+ messages)
` [PATCH v4 1/6] powerpc/code-patching: Implement generic text patching function
` [PATCH v4 2/6] powerpc/module: Handle caller-saved TOC in module linker
` [PATCH v4 3/6] powerpc/module: Optimise nearby branches in ELF V2 ABI stub
` [PATCH v4 4/6] static_call: Move static call selftest to static_call_selftest.c
` [PATCH v4 5/6] powerpc/64: Add support for out-of-line static calls
` [PATCH v4 6/6] powerpc: Add tests "

[PATCH v3 0/4] Dump command line of faulting process to syslog
 2022-10-10  6:16 UTC  (4+ messages)
` [PATCH v3 4/4] arc: Use generic dump_stack_print_cmdline() implementation

[PATCH] powerpc: suppress some linker warnings in recent linker versions
 2022-10-10  5:57 UTC 

[PATCH linux-next][RFC] powerpc: avoid lockdep when we are offline
 2022-10-10  3:49 UTC  (7+ messages)

[PATCH] powerpc/64s: POWER10 CPU Kconfig build option
 2022-10-10  3:41 UTC  (5+ messages)

[powerpc:merge] BUILD SUCCESS faa0d25c9b7020a688dc48f058bc62602d13ecf0
 2022-10-09 23:14 UTC 

linux-next: manual merge of the powerpc tree with the kbuild tree
 2022-10-09 22:17 UTC  (2+ messages)

linux-next: manual merge of the powerpc tree with the kbuild tree
 2022-10-09 22:16 UTC  (2+ messages)

[PATCH v5 0/7] treewide cleanup of random integer usage
 2022-10-09 14:17 UTC  (3+ messages)

[PATCH] powerpc: Use swapper_pg_dir instead of init_mm->pgd
 2022-10-09 17:31 UTC 


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