linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-04 13:47:38 to 2022-10-08 01:32:07 UTC [more...]

[RFC PATCH 0/5] Generic IPI sending tracepoint
 2022-10-08  0:23 UTC  (6+ messages)
` [RFC PATCH 1/5] trace: Add trace_ipi_send_{cpu, cpumask}
` [RFC PATCH 2/5] sched, smp: Trace send_call_function_single_ipi()
` [RFC PATCH 5/5] treewide: Rename and trace arch-definitions of smp_send_reschedule()

[PATCH v3 0/5] treewide cleanup of random integer usage
 2022-10-07 14:07 UTC  (19+ messages)
` [PATCH v3 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v3 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v3 3/5] treewide: use get_random_u32() "
` [PATCH v3 4/5] treewide: use get_random_bytes "
` [PATCH v3 5/5] prandom: remove unused functions

[PATCH v4 0/3] generic and PowerPC SED Opal keystore
 2022-10-07 19:09 UTC  (3+ messages)
` [PATCH v4 2/3] powerpc/pseries: PLPKS SED Opal keystore support

[PATCH] powerpc/64s: POWER10 CPU Kconfig build option
 2022-10-07 14:57 UTC  (14+ messages)

[PATCH] powerpc/kasan/book3s_64: warn when running with hash MMU
 2022-10-07 10:41 UTC  (4+ messages)

[PATCH v2 01/19] powerpc/Kconfig: Fix non existing CONFIG_PPC_FSL_BOOKE
 2022-10-07  9:59 UTC  (5+ messages)
` [PATCH v2 06/19] powerpc/cputable: Split cpu_specs[] out of cputable.h

[PATCH] powerpc/pseries: Use lparcfg to reconfig VAS windows for DLPAR CPU
 2022-10-07  5:29 UTC 

[powerpc:next] BUILD SUCCESS 94746890202cf18e5266b4de77895243e55b0a79
 2022-10-07  2:03 UTC 

[PATCH v3] i2c/pasemi: PASemi I2C controller IRQ enablement
 2022-10-07  0:42 UTC 

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-06 13:49 UTC  (28+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
    ` [f2fs-dev] "
` [PATCH v1 4/5] treewide: use get_random_bytes "
` [PATCH v1 5/5] prandom: remove unused functions
` [f2fs-dev] [PATCH v1 0/5] treewide cleanup of random integer usage

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

[linux-next:master] BUILD REGRESSION 7da9fed0474b4cd46055dd92d55c42faf32c19ac
 2022-10-06 20:07 UTC 

[PATCH 00/17] powerpc: alternate queued spinlock implementation
 2022-10-06 17:27 UTC  (3+ messages)
` [PATCH 11/17] powerpc/qspinlock: allow propagation of yield CPU down the queue

[PATCH 1/2] tools/perf/tests/shell: Update stat+csv_output.sh to include sanity check for topology
 2022-10-06 15:51 UTC  (2+ messages)
` [PATCH 2/2] tools/perf/tests/shell: Update stat+json_output.sh "

[PATCH] powerpc/64: poison __per_cpu_offset to catch use-before-init
 2022-10-06 14:48 UTC 

[PATCH] tools/perf: Fix aggr_printout to display cpu field irrespective of core value
 2022-10-06 14:37 UTC  (17+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix stack frame regs marker
 2022-10-06 14:33 UTC 

[RFC PATCH] powerpc/64: Don't recurse irq replay
 2022-10-06 14:30 UTC 

[RFC PATCH] KVM: PPC: Book3S PR: Fix context tracking
 2022-10-06 14:23 UTC 

[PATCH 0/2] powerpc/32: nohz full support
 2022-10-06 14:23 UTC  (3+ messages)
` [PATCH 1/2] powerpc/32: implement HAVE_CONTEXT_TRACKING_USER support
` [PATCH 2/2] powerpc/32: select HAVE_VIRT_CPU_ACCOUNTING_GEN

[PATCH 0/4] powerpc: misc interrupt and context tracking fixes
 2022-10-06 14:04 UTC  (5+ messages)
` [PATCH 1/4] KVM: PPC: BookS PR-KVM and BookE do not support context tracking
` [PATCH 2/4] powerpc/64s/interrupt: Perf NMI should not take normal exit path
` [PATCH 3/4] powerpc/64e/interrupt: Prevent NMI PMI causing a dangerous warning
` [PATCH 4/4] powerpc/64: Fix perf profiling asynchronous interrupt handlers

[PATCH] powerpc: Don't add __powerpc_ prefix to syscall entry points
 2022-10-06 13:59 UTC 

[PATCH v2 0/2] gpiolib: more cleanups to get rid of of_node
 2022-10-06 12:34 UTC  (5+ messages)
` [PATCH v2 1/2] device property: Introduce fwnode_device_is_compatible() helper
` [PATCH v2 2/2] soc: fsl: qe: Switch to use fwnode instead of of_node

[PATCH] tools/perf: Fix cpu check to use id.cpu.cpu in aggr_printout
 2022-10-06 11:42 UTC 

[PATCH] powerpc: remove the last remnants of cputime_t
 2022-10-06 10:56 UTC 

[RFC PATCH 0/3] powerpc/32: nohz full support
 2022-10-06 10:06 UTC  (8+ messages)
` [RFC PATCH 1/3] powerpc/32: Implement HAVE_CONTEXT_TRACKING_USER support
` [RFC PATCH 2/3] powerpc: remove the last remnants of cputime_t

[PATCH] tty: evh_bytechan: Replace NO_IRQ by 0
 2022-10-06  7:35 UTC  (3+ messages)

[PATCH] uio: uio_fsl_elbc_gpcm: Replace NO_IRQ by 0
 2022-10-06  5:36 UTC 

[PATCH] virt: fsl_hypervisor: Replace NO_IRQ by 0
 2022-10-06  5:27 UTC 

[PATCH v2] powerpc/pseries/vas: Add VAS IRQ primary handler
 2022-10-06  5:09 UTC 

[PATCH 1/2] powerpc: Make instruction dump work with scripts/decodecode
 2022-10-06  3:20 UTC  (2+ messages)
` [PATCH 2/2] powerpc: Print instruction dump on a single line

[powerpc:next] BUILD SUCCESS b2e82e495a528eed77c15f3923c2b049a21d7280
 2022-10-06  1:14 UTC 

[powerpc:merge] BUILD SUCCESS 18e4cc8b62fda447da3e713891c9196d47239cca
 2022-10-06  1:05 UTC 

[PATCH v1 1/2] device property: Introduce fwnode_device_is_compatible() helper
 2022-10-05 19:14 UTC  (7+ messages)
` [PATCH v1 2/2] soc: fsl: qe: Switch to use fwnode instead of of_node

[PATCH v2] i2c/pasemi: PASemi I2C controller IRQ enablement
 2022-10-05 19:04 UTC  (3+ messages)
` [PATCH v2] i2c-pasemi: "

[Bug report] BUG: Kernel NULL pointer dereference at 0x00000069, filemap_release_folio+0x88/0xb0
 2022-10-05 11:13 UTC  (5+ messages)

[PATCH v4 1/7] Make place for common balloon code
 2022-10-05  9:01 UTC 

[powerpc:next] BUILD SUCCESS 0fa6831811f62cfc10415d731bcf9fde2647ad81
 2022-10-05  2:04 UTC 

[PATCH 1/5] KVM: PPC: Book3S HV P9: Clear vcpu cpu fields before enabling host irqs
 2022-10-05  0:15 UTC  (3+ messages)
` (subset) "

[PATCH v2 00/44] cpuidle,rcu: Clean up the mess
 2022-10-04 17:19 UTC  (4+ messages)
` [PATCH v2 33/44] ftrace: WARN on rcuidle

[PATCH net-next v6 0/9] [RFT] net: dpaa: Convert to phylink
 2022-10-04 18:48 UTC  (10+ messages)
` [PATCH net-next v6 5/9] net: fman: memac: Use lynx pcs driver
` [PATCH net-next v6 6/9] net: dpaa: Convert to phylink

[PATCH] powerpc: udbg: Remove extern function prototypes
 2022-10-04 13:25 UTC  (2+ messages)

[PATCH v6 00/25] powerpc: Syscall wrapper and register clearing
 2022-10-04 13:24 UTC  (2+ messages)

[PATCH] powerpc: Add support for early debugging via Serial 16550 console
 2022-10-04 13:25 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] powerpc: dts: turris1x.dts: Fix NOR partitions labels
 2022-10-04 13:24 UTC  (2+ messages)

[PATCH v3 0/7] powerpc/64: interrupt soft-mask and context fixes
 2022-10-04 13:25 UTC  (2+ messages)

[PATCH] powerpc: dts: turris1x.dts: Fix labels in DSA cpu port nodes
 2022-10-04 13:24 UTC  (2+ messages)

[PATCH] powerpc/boot: Explicitly disable usage of SPE instructions
 2022-10-04 13:25 UTC  (2+ messages)

[PATCH v2 0/5] powerpc/64s: improve boot debugging
 2022-10-04 13:25 UTC  (2+ messages)

[PATCH 1/2] powerpc: Fix SPE Power ISA properties for e500v1 platforms
 2022-10-04 13:25 UTC  (2+ messages)

[PATCH v4 1/2] powerpc: add ISA v3.0 / v3.1 wait opcode macro
 2022-10-04 13:24 UTC  (2+ messages)

[PATCH v2 0/7] powerpc: build / linker improvements
 2022-10-04 13:24 UTC  (2+ messages)

[PATCH v2 0/5] powerpc/64: avoid GOT addressing, don't put data in TOC
 2022-10-04 13:25 UTC  (2+ messages)

[PATCH] powerpc/time: avoid programming DEC at the start of the timer interrupt
 2022-10-04 13:24 UTC  (2+ messages)

[PATCH] powerpc: remove orphan systbl_chk.sh
 2022-10-04 13:26 UTC  (2+ messages)

[PATCH v3 1/4] powerpc/64s: Add DEBUG_PAGEALLOC for radix
 2022-10-04 13:25 UTC  (2+ messages)

[PATCH] powerpc/pseries: move hcall_tracepoint_refcount out of .toc
 2022-10-04 13:25 UTC  (2+ messages)

[PATCH 1/2] powerpc/64s: Fix GENERIC_CPU build flags for PPC970 / G5
 2022-10-04 13:24 UTC  (2+ messages)

[PATCH v3] powerpc/smp: poll cpu_callin_map more aggressively in __cpu_up()
 2022-10-04 13:25 UTC  (2+ messages)

[PATCH v2 0/2] powerpc/pseries: restrict error injection and DT changes when locked down
 2022-10-04 13:25 UTC  (2+ messages)

[PATCH] powerpc: Always select HAVE_EFFICIENT_UNALIGNED_ACCESS
 2022-10-04 13:24 UTC  (2+ messages)

[PATCH v3 1/6] powerpc: Add hardware description string
 2022-10-04 13:26 UTC  (2+ messages)

[PATCH] powerpc/64s: Remove lost/old comment
 2022-10-04 13:26 UTC  (2+ messages)

[PATCH] powerpc/microwatt: Remove unused early debug code
 2022-10-04 13:24 UTC  (2+ messages)

[PATCH] powerpc: Drops STABS_DEBUG from linker scripts
 2022-10-04 13:26 UTC  (2+ messages)

[PATCH] powerpc/configs: Enable PPC_UV in powernv_defconfig
 2022-10-04 13:26 UTC  (2+ messages)

[PATCH] powerpc/64s: Remove old STAB comment
 2022-10-04 13:26 UTC  (2+ messages)

[PATCH] powerpc/64: Remove unused SYS_CALL_TABLE symbol
 2022-10-04 13:24 UTC  (2+ messages)

[PATCH 1/2] powerpc/vmlinux.lds: Ensure STRICT_ALIGN_SIZE is at least page aligned
 2022-10-04 13:24 UTC  (2+ messages)

[PATCH 1/2] powerpc/mm/64s: Drop pgd_huge()
 2022-10-04 13:24 UTC  (2+ messages)

[PATCH 1/2] powerpc: Make stack frame marker upper case
 2022-10-04 13:26 UTC  (2+ messages)

[PATCH] powerpc: update config files
 2022-10-04 13:26 UTC  (2+ messages)

[PATCH] powerpc/kprobes: Fix null pointer reference in arch_prepare_kprobe()
 2022-10-04 13:26 UTC  (2+ messages)

[PATCH v2] ppc64/kdump: Limit kdump base to 512MB
 2022-10-04 13:25 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).