linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-06 00:40:53 to 2022-10-10 03:42:07 UTC [more...]

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

[PATCH linux-next][RFC] powerpc: fix HOTPLUG error in rcutorture
 2022-10-10  2:33 UTC 

[PATCH v4 0/6] Out-of-line static calls for powerpc64 ELF V2
 2022-10-10  0:29 UTC  (7+ 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 "

[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  (12+ messages)
` [PATCH v5 1/7] treewide: use prandom_u32_max() when possible, part 1
` [PATCH v5 2/7] treewide: use prandom_u32_max() when possible, part 2
` [PATCH v5 3/7] treewide: use get_random_{u8,u16}() when possible, part 1
` [PATCH v5 4/7] treewide: use get_random_{u8,u16}() when possible, part 2
` [PATCH v5 5/7] treewide: use get_random_u32() when possible
` [PATCH v5 6/7] treewide: use get_random_bytes "
` [PATCH v5 7/7] prandom: remove unused functions

[GIT PULL] Please pull powerpc/linux.git powerpc-6.1-1 tag
 2022-10-09 21:17 UTC  (2+ messages)

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

[PATCH] soc: fsl: qe: Add check for ioremap
 2022-10-09 16:32 UTC  (3+ messages)

[PATCH] powerpc/sysdev: Remove some duplicate prefix in some messages
 2022-10-09 10:49 UTC 

[PATCH] powerpc: dts: turris1x.dts: Add channel labels for temperature sensor
 2022-10-09 12:05 UTC  (3+ messages)

[PATCH 1/2] powerpc/pci: Allow to disable filling deprecated pci-OF-bus-map
 2022-10-09 11:25 UTC  (2+ messages)

[PATCH] powerpc/fsl-pci: Choose PCI host bridge with alias pci0 as the primary
 2022-10-09 11:08 UTC  (2+ messages)

[PATCH] powerpc/boot: Fix compilation of uImage for e500 platforms
 2022-10-09 11:06 UTC  (8+ messages)
` [PATCH v3] powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage

[PATCH] powerpc/64: Remove unused prom_init_toc symbols
 2022-10-09  9:58 UTC  (2+ messages)

[PATCH] powerpc/64s/interrupt: stack backtrace fix
 2022-10-09  9:58 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix stack frame regs marker
 2022-10-09  9:58 UTC  (2+ messages)

[PATCH 1/2] powerpc/64s/interrupt: Change must-hard-mask interrupt check from BUG to WARN
 2022-10-09  9:58 UTC  (2+ messages)

[PATCH v3 0/7] Create a new sound card to access MICFIL based on rpmsg channel
 2022-10-09  6:19 UTC  (13+ messages)
` [PATCH v3 2/7] ASoC: imx-audio-rpmsg: Create rpmsg channel for MICFIL
` [PATCH v3 3/7] ASoC: imx-pcm-rpmsg: Register different platform drivers
` [PATCH v3 4/7] ASoC: imx-pcm-rpmsg: Multi-channel support for sound card based on rpmsg
` [PATCH v3 5/7] ASoC: fsl_rpmsg: Register different ASoC machine devices
` [PATCH v3 6/7] ASoC: fsl_rpmsg: Multi-channel support in CPU DAI driver
` [PATCH v3 7/7] ASoC: imx-rpmsg: Assign platform driver used by machine driver to link with

[PATCH v3 0/5] treewide cleanup of random integer usage
 2022-10-09  2:57 UTC  (23+ 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/6] treewide cleanup of random integer usage
 2022-10-09  0:26 UTC  (20+ messages)
` [PATCH v4 1/6] treewide: use prandom_u32_max() when possible, mechanically
` [PATCH v4 2/6] treewide: use prandom_u32_max() when possible
` [PATCH v4 3/6] treewide: use get_random_{u8,u16}() "
` [PATCH v4 4/6] treewide: use get_random_u32() "
` [PATCH v4 5/6] treewide: use get_random_bytes "
` [PATCH v4 6/6] prandom: remove unused functions

[powerpc:next] BUILD SUCCESS 376b3275c19f83d373e841e9af2d7658693190b9
 2022-10-08 22:52 UTC 

[RFC PATCH 0/5] Generic IPI sending tracepoint
 2022-10-08 19:40 UTC  (10+ 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 3/5] smp: Add a multi-CPU variant to send_call_function_single_ipi()
` [RFC PATCH 4/5] irq_work: Trace calls to arch_irq_work_raise()
` [RFC PATCH 5/5] treewide: Rename and trace arch-definitions of smp_send_reschedule()

[PATCH v4 2/6] treewide: use prandom_u32_max() when possible
 2022-10-08 18:16 UTC  (3+ messages)

[PATCH v3] i2c/pasemi: PASemi I2C controller IRQ enablement
 2022-10-08  9:48 UTC  (2+ messages)

[PATCH v2] perf: Rewrite core context handling
 2022-10-08  6:24 UTC 

[PATCH v4 0/3] generic and PowerPC SED Opal keystore
 2022-10-07 19:09 UTC  (8+ messages)
` [PATCH v4 1/3] block: sed-opal: "
` [PATCH v4 2/3] powerpc/pseries: PLPKS SED Opal keystore support
` [PATCH v4 3/3] block: sed-opal: keystore access for SED Opal keys

[PATCH v2 0/3 RESEND] sed-opal: keyrings, discovery, revert, key store
 2022-10-07 18:17 UTC  (7+ messages)
` [PATCH v2 1/3 RESEND] block: sed-opal: Implement IOC_OPAL_DISCOVERY
` [PATCH v2 2/3 RESEND] block: sed-opal: Implement IOC_OPAL_REVERT_LSP
` [PATCH v2 3/3 RESEND] block: sed-opal: keyring support for SED keys

[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 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  (21+ 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 5/6] powerpc/64: Add support for out-of-line static calls

[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  (13+ messages)

[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  (4+ messages)
` [PATCH v2 1/2] device property: Introduce fwnode_device_is_compatible() helper

[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 


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