linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-21 06:43:02 to 2022-04-28 17:21:52 UTC [more...]

[PATCH v2 0/2] ftrace/recordmcount: Handle object files without section symbols
 2022-04-28 17:19 UTC  (2+ messages)
` [PATCH v2 2/2] ftrace: recordmcount: Handle sections with no non-weak symbols

[powerpc] kernel BUG at mm/mmap.c:3164! w/ltp(mmapstress03)
 2022-04-28 16:56 UTC 

[PATCH] KVM: PPC: Book3S HV: Initialize AMOR in nested entry
 2022-04-28 16:37 UTC  (3+ messages)

[PATCH 0/2] Fix session topology test for powerpc and add utility function to get cpuinfo entries
 2022-04-28 15:08 UTC  (3+ messages)
` [PATCH 1/2] tools/perf: Add utility function to read /proc/cpuinfo for any field
` [PATCH 2/2] tools/perf/tests: Fix session topology test to skip the test in guest environment

[PATCH 0/2] ftrace/recordmcount: Handle object files without section symbols
 2022-04-28 14:06 UTC  (7+ messages)
` [PATCH 1/2] ftrace: Drop duplicate mcount locations
` [PATCH 2/2] recordmcount: Handle sections with no non-weak symbols

[PATCH 0/3] perf tools: Tidy up symbol end fixup (v3)
 2022-04-28 13:52 UTC  (6+ messages)
` [PATCH 1/3] perf symbol: Pass is_kallsyms to symbols__fixup_end()

[PATCH v4.19 0/2] Custom backports for powerpc SLB issues
 2022-04-28 12:41 UTC  (3+ messages)
` [PATCH v4.19 1/2] powerpc/64/interrupt: Temporarily save PPR on stack to fix register corruption due to SLB miss
` [PATCH v4.19 2/2] powerpc/64s: Unmerge EX_LR and EX_DAR

[PATCH V12 00/20] riscv: Add COMPAT mode support for 64BIT
 2022-04-28 12:25 UTC  (2+ messages)

[PATCH net-next v5 00/18] Remove use of list iterator after loop body
 2022-04-28  9:32 UTC  (20+ messages)
` [PATCH net-next v5 01/18] connector: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v5 02/18] net: dsa: sja1105: remove use of iterator after list_for_each_entry() loop
` [PATCH net-next v5 03/18] net: dsa: sja1105: reorder sja1105_first_entry_longer_than with memory allocation
` [PATCH net-next v5 04/18] net: dsa: sja1105: use list_add_tail(pos) instead of list_add(pos->prev)
` [PATCH net-next v5 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()
` [PATCH net-next v5 06/18] net: dsa: mv88e6xxx: refactor mv88e6xxx_port_vlan()
` [PATCH net-next v5 07/18] net: dsa: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v5 08/18] net: sparx5: "
` [PATCH net-next v5 09/18] qed: Use "
` [PATCH net-next v5 10/18] qed: Replace usage of found with "
` [PATCH net-next v5 11/18] qed: Remove usage of list iterator variable after the loop
` [PATCH net-next v5 12/18] net: qede: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v5 13/18] net: qede: Remove check of list iterator against head past the loop body
` [PATCH net-next v5 14/18] sfc: Remove usage of list iterator for list_add() after "
` [PATCH net-next v5 15/18] net: netcp: Remove usage of list iterator for list_add() after "
` [PATCH net-next v5 16/18] ps3_gelic: Replace usage of found with dedicated list iterator variable
` [PATCH net-next v5 17/18] ipvlan: Remove usage of list iterator variable for the loop body
` [PATCH net-next v5 18/18] team: Remove use of list iterator variable for list_for_each_entry_from()

[PATCH 00/30] The panic notifiers refactor
 2022-04-28  8:14 UTC  (36+ messages)
` [PATCH 01/30] x86/crash, reboot: Avoid re-disabling VMX in all CPUs on crash/restart
` [PATCH 02/30] ARM: kexec: Disable IRQs/FIQs also on crash CPUs shutdown path
` [PATCH 03/30] notifier: Add panic notifiers info and purge trailing whitespaces
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 05/30] misc/pvpanic: "
` [PATCH 06/30] soc: bcm: brcmstb: Document panic notifier action and remove useless header
` [PATCH 07/30] mips: ip22: Reword PANICED to PANICKED "
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers
` [PATCH 09/30] coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier
` [PATCH 10/30] alpha: Clean-up the panic notifier code
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering
` [PATCH 12/30] parisc: Replace regular spinlock with spin_trylock on panic path
` [PATCH 13/30] s390/consoles: Improve panic notifiers reliability
` [PATCH 14/30] panic: Properly identify the panic event to the notifiers' callbacks
` [PATCH 15/30] bus: brcmstb_gisb: Clean-up panic/die notifiers
` [PATCH 16/30] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
` [PATCH 17/30] tracing: Improve panic/die notifiers
` [PATCH 18/30] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 20/30] panic: Add the panic informational "
` [PATCH 21/30] panic: Introduce the panic pre-reboot "
` [PATCH 22/30] panic: Introduce the panic post-reboot "
` [PATCH 23/30] printk: kmsg_dump: Introduce helper to inform number of dumpers
` [PATCH 24/30] panic: Refactor the panic path
` [PATCH 25/30] panic, printk: Add console flush parameter and convert panic_print to a notifier
` [PATCH 26/30] Drivers: hv: Do not force all panic notifiers to execute before kdump
` [PATCH 27/30] powerpc: "
` [PATCH 28/30] panic: Unexport crash_kexec_post_notifiers
` [PATCH 29/30] powerpc: ps3, pseries: Avoid duplicate call to kmsg_dump() on panic
` [PATCH 30/30] um: Avoid duplicate call to kmsg_dump()

[PATCH kernel] KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlers
 2022-04-28  7:16 UTC 

[PATCH v3 0/4] dt-bindings: convert freescale extirq and scfg schemas
 2022-04-28  7:10 UTC  (9+ messages)
` [PATCH v3 1/4] ARM: dts: ls1021a: reduce the interrupt-map-mask
` [PATCH v3 2/4] arm64: dts: freescale: reduce the interrup-map-mask
` [PATCH v3 3/4] dt-bindings: interrupt-controller: fsl, ls-extirq: convert to YAML
` [PATCH v3 4/4] dt-bindings: fsl: convert fsl,layerscape-scfg "
  ` [PATCH v3 4/4] dt-bindings: fsl: convert fsl, layerscape-scfg "

serial hang in qemu-system-ppc64 -M pseries
 2022-04-28  6:04 UTC  (5+ messages)

[PATCH] powerpc/perf: Add support for caps under sysfs in powerpc
 2022-04-28  5:49 UTC 

[PATCH] powerpc/time: Always set decrementer in timer_interrupt()
 2022-04-28  4:18 UTC  (6+ messages)

[PATCH net-next 13/14] eth: spider: remove a copy of the NAPI_POLL_WEIGHT define
 2022-04-27 21:56 UTC  (2+ messages)

[PATCH -next v4 0/7]arm64: add machine check safe support
 2022-04-27  9:09 UTC  (5+ messages)
` [PATCH -next v4 1/7] x86, powerpc: fix function define in copy_mc_to_user

[PATCH v6 00/17] archs/random: fallback to best raw ktime when no cycle counter
 2022-04-23 21:26 UTC  (2+ messages)
` [PATCH v6 05/17] powerpc: define get_cycles macro for arch-override

ppc64_defconfig Werror: no previous prototype on arch/powerpc/kernel/ftrace.c
 2022-04-27  6:26 UTC 

[PATCH v4 2/2] PCI/PM: Fix pci_pm_suspend_noirq() to disable PTM
 2022-04-27  4:22 UTC  (7+ messages)

[PATCH AUTOSEL 5.10 8/9] powerpc/perf: Fix 32bit compile
 2022-04-26 19:02 UTC 

[PATCH AUTOSEL 5.15 12/15] powerpc/perf: Fix 32bit compile
 2022-04-26 19:02 UTC 

[PATCH AUTOSEL 5.17 18/22] powerpc/perf: Fix 32bit compile
 2022-04-26 19:01 UTC 

[PATCH v6] PCI hotplug: rpaphp: Error out on busy status from get-sensor-state
 2022-04-26 17:37 UTC 

[PATCH v5 05/10] serial: termbits: ADDRB to indicate 9th bit addressing mode
 2022-04-26 16:29 UTC  (10+ messages)
` [PATCH v5 06/10] serial: General support for multipoint addresses

[PATCH v2 1/2] dt-bindings: interrupt-controller: fsl, ls-extirq: convert to YAML
 2022-04-26 15:59 UTC  (8+ messages)
` [PATCH v2 2/2] dt-bindings: fsl: convert fsl,layerscape-scfg "

[PATCH] KVM: powerpc: remove extraneous asterisk from rm_host_ipi_action comment
 2022-04-26 12:40 UTC  (3+ messages)

[PATCH v2] tty/hvc_opal: simplify if-if to if-else
 2022-04-26  7:29 UTC  (2+ messages)

[PATCH] selftests/powerpc/pmu: Fix unsigned function returning negative constant
 2022-04-26  6:46 UTC  (3+ messages)
  ` [PATCH V2] "

[RFC v4 PATCH 0/5] In kernel handling of CPU hotplug events for crash kernel
 2022-04-26  4:10 UTC  (11+ messages)
` [RFC v4 PATCH 2/5] powerpc/crash hp: introduce a new config option CRASH_HOTPLUG
` [RFC v4 PATCH 4/5] powerpc/crash hp: add crash hotplug support for kexec_file_load

[PATCH v5] PCI hotplug: rpaphp: Error out on busy status from get-sensor-state
 2022-04-26  1:44 UTC  (3+ messages)

[PATCH -next] powerpc/iommu: Add missing of_node_put in iommu_init_early_dart
 2022-04-25  8:12 UTC 

[PATCH 0/7] Remove unused SLOW_DOWN_IO
 2022-04-25 21:16 UTC  (3+ messages)

[PATCH] powerpc/pci: Remove useless null check before call of_node_put()
 2022-04-25 19:57 UTC  (4+ messages)

L2 SRAM on PowerPC e500 and Caching-inhibited bit
 2022-04-25 18:25 UTC 

[PATCH] kexec_file: Drop pr_err in weak implementations of arch_kexec_apply_relocations[_add]
 2022-04-25 17:41 UTC 

[PATCH] ASoC: imx-hdmi: remove useless null check before call of_node_put()
 2022-04-25 17:24 UTC  (2+ messages)

[PATCH] ASoC: fsl_asrc: using pm_runtime_resume_and_get to simplify the code
 2022-04-25 17:24 UTC  (2+ messages)

[PATCH] macintosh: macio_asic: fix resource_size.cocci warnings
 2022-04-25 17:23 UTC  (3+ messages)

[PATCH v2] macintosh: macio_asic: fix resource_size.cocci warnings
 2022-04-25 17:21 UTC  (2+ messages)

[PATCH v4 08/13] serial: termbits: ADDRB to indicate 9th bit addressing mode
 2022-04-25 14:34 UTC  (2+ messages)
` [PATCH v4 09/13] serial: General support for multipoint addresses

[PATCH] tty/hvc_opal: simplify if-if to if-else
 2022-04-25  5:57 UTC  (3+ messages)

[PATCH] powerpc/fsl_msi: fix return error value in error handing path
 2022-04-25  2:41 UTC 

[powerpc:next-test] BUILD SUCCESS a9d1c96332a4d9177c3ae1672d948817568d2b84
 2022-04-25  0:57 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.18-3 tag
 2022-04-24 19:35 UTC  (2+ messages)

[PATCH 1/1] powerpc/boot: remove unused function find_node_by_linuxphandle()
 2022-04-24 18:40 UTC 

[PATCH kernel] powerpc/perf: Fix 32bit compile
 2022-04-24 12:15 UTC  (2+ messages)

[PATCH V3 1/2] powerpc/perf: Fix the power9 event alternatives array to have correct sort order
 2022-04-24 12:15 UTC  (2+ messages)

[PATCH kernel v2] KVM: PPC: Fix TCE handling for VFIO
 2022-04-24 12:15 UTC  (2+ messages)

[PATCH] tty: hvcs: simplify if-if to if-else
 2022-04-24  9:13 UTC 

[PATCH] net: unexport csum_and_copy_{from,to}_user
 2022-04-23 13:42 UTC  (5+ messages)

rcu_sched self-detected stall on CPU
 2022-04-23  2:29 UTC  (8+ messages)
        ` (no subject)
          ` 

[PATCH v4 1/2] PCI/AER: Disable AER service when link is in L2/L3 ready, L2 and L3 state
 2022-04-22 22:26 UTC  (3+ messages)

[PATCH] timers/nohz: Low-res tick handler switch to ONESHOT_STOPPED if tick stops
 2022-04-22 14:14 UTC 

[PATCH] misc: ocxl: fix possible double free in ocxl_file_register_afu
 2022-04-22  9:36 UTC  (4+ messages)

[PATCH v1 00/22] powerpc: ftrace optimisation and cleanup and more [v1]
 2022-04-22  9:12 UTC  (4+ messages)
` [PATCH v1 06/22] powerpc/ftrace: Inline ftrace_modify_code()

[linux-next:master] BUILD REGRESSION fdcbcd1348f4ef713668bae1b0fa9774e1811205
 2022-03-31 18:02 UTC  (2+ messages)

Apply d799769188529abc6cbf035a10087a51f7832b6b to 5.17 and 5.15?
 2022-04-22  5:41 UTC  (4+ messages)

[powerpc:next-test] BUILD SUCCESS 950cf957fe34d40d63dfa3bf3968210430b6491e
 2022-04-22  4:07 UTC 

[powerpc:fixes-test] BUILD SUCCESS bb82c574691daf8f7fa9a160264d15c5804cb769
 2022-04-22  4:06 UTC 

[PATCH v2] powerpc/rtas: Keep MSR[RI] set when calling RTAS
 2022-04-21 14:09 UTC  (3+ messages)

[PATCH RFC 0/8] hardened usercopy and stacktrace improvement
 2022-04-21  9:20 UTC  (4+ messages)
` [PATCH RFC 2/8] arm64: stacktrace: Add arch_within_stack_frames


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