linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-12 12:17:00 to 2022-04-19 13:30:57 UTC [more...]

[PATCH v2 0/2] of: Register platform device for each framebuffer
 2022-04-19 13:30 UTC  (4+ messages)
` [PATCH v2 1/2] of: Create platform devices for OF framebuffers
` [PATCH v2 2/2] fbdev: Warn in hot-unplug workaround for framebuffers without device

[PATCH RFC 0/8] hardened usercopy and stacktrace improvement
 2022-04-19 13:09 UTC  (11+ messages)
` [PATCH RFC 1/8] stacktrace: Change callback prototype to pass more information
` [PATCH RFC 2/8] arm64: stacktrace: Add arch_within_stack_frames
` [PATCH RFC 3/8] arm64: stacktrace: Make callbacks use new prototype with frame info
` [PATCH RFC 4/8] powerpc: "
` [PATCH RFC 5/8] riscv: "
` [PATCH RFC 6/8] s390: "
` [PATCH RFC 7/8] x86: "
` [PATCH RFC 8/8] lkdtm: usercopy: Make USERCOPY_STACK_FRAME_x able to work for all archs

[PATCH v2 0/8] mm: COW fixes part 3: reliable GUP R/W FOLL_GET of anonymous pages
 2022-04-19 12:46 UTC  (3+ messages)
` [PATCH v2 3/8] x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[PATCH V3 1/2] powerpc/perf: Fix the power9 event alternatives array to have correct sort order
 2022-04-19 11:48 UTC  (2+ messages)
` [PATCH V3 2/2] powerpc/perf: Fix the power10 "

[PATCH] misc: ocxl: fix possible double free in ocxl_file_register_afu
 2022-04-19 11:02 UTC  (3+ messages)

[PATCH 0/3] KVM: x86 SRCU bug fix and SRCU hardening
 2022-04-19  9:04 UTC  (6+ messages)
` [PATCH 1/3] KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io()
` [PATCH 2/3] KVM: RISC-V: Use kvm_vcpu.srcu_idx, drop RISC-V's unnecessary copy
` [PATCH 3/3] KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused

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

[RFC v4 PATCH 0/5] In kernel handling of CPU hotplug events for crash kernel
 2022-04-19  8:31 UTC  (12+ messages)
` [RFC v4 PATCH 2/5] powerpc/crash hp: introduce a new config option CRASH_HOTPLUG
` [RFC v4 PATCH 3/5] powrepc/crash hp: update kimage_arch struct
` [RFC v4 PATCH 4/5] powerpc/crash hp: add crash hotplug support for kexec_file_load
` [RFC v4 PATCH 5/5] powerpc/crash hp: add crash hotplug support for kexec_load

[PATCH] macintosh: macio_asic: fix resource_size.cocci warnings
 2022-04-19  7:54 UTC  (2+ messages)

[PATCH 0/2] of: Register platform device for each framebuffer
 2022-04-19  7:22 UTC  (15+ messages)
` [PATCH 1/2] of: Create platform devices for OF framebuffers
` [PATCH 2/2] fbdev: Remove hot-unplug workaround for framebuffers without device

[PATCH net-next v2] net: ethernet: Prepare cleanup of powerpc's asm/prom.h
 2022-04-19  7:22 UTC  (2+ messages)

[PATCH v1 00/22] powerpc: ftrace optimisation and cleanup and more [v1]
 2022-04-18 19:44 UTC  (14+ messages)
` [PATCH v1 06/22] powerpc/ftrace: Inline ftrace_modify_code()
` [PATCH v1 07/22] powerpc/ftrace: Use patch_instruction() return directly
` [PATCH v1 08/22] powerpc/ftrace: Make __ftrace_make_{nop/call}() common to PPC32 and PPC64
` [PATCH v1 10/22] powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACE
` [PATCH v1 13/22] powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding
` [PATCH v1 16/22] powerpc/ftrace: Minimise number of #ifdefs

[PATCH v3] PCI/AER: Handle Multi UnCorrectable/Correctable errors properly
 2022-04-18 15:02 UTC 

[PATCH V2 1/2] powerpc/perf: Fix the power9 event alternatives array to have correct sort order
 2022-04-18 14:55 UTC  (2+ messages)
` [PATCH V2 2/2] powerpc/perf: Fix the power10 "

[Bug 215862] New: clang-14 fails 5.18-rc3 ppc64 BE kernel build - <unknown>:0: error: expected relocatable expression
 2022-04-18 14:12 UTC 

[Bug 215389] New: pagealloc: memory corruption at building glibc-2.33 and running its' testsuite
 2022-04-18 13:54 UTC  (3+ messages)
` [Bug 215389] "

[PATCH 4.9 115/218] tty: hvc: fix return value of __setup handler
 2022-04-18 12:13 UTC 

[PATCH 4.14 144/284] tty: hvc: fix return value of __setup handler
 2022-04-18 12:12 UTC 

[Bug 215781] New: Highmem support broken on kernels greater 5.15.x on ppc32?
 2022-04-18 10:49 UTC  (3+ messages)
` [Bug 215781] "

[PATCH v3] tests/nvdimm/ndtest: Simulate nvdimm health, DSC and smart-inject
 2022-04-18  8:59 UTC 

[RFC PATCH] ndtest: Make ndtest a module on its own
 2022-04-18  5:08 UTC 

[PATCH] powerpc/papr_scm: Move duplicate definitions to common header files
 2022-04-18  4:38 UTC 

[PATCH] ndtest: Cleanup all of blk namespace specific code
 2022-04-18  3:55 UTC 

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

[PATCH 0/3] perf tools: Tidy up symbol end fixup (v3)
 2022-04-16 14:59 UTC  (5+ messages)
` [PATCH 1/3] perf symbol: Pass is_kallsyms to symbols__fixup_end()
` [PATCH 2/3] perf symbol: Update symbols__fixup_end()
` [PATCH 3/3] perf symbol: Remove arch__symbols__fixup_end()

[PATCH] i2c: pasemi: Wait for write xfers to finish
 2022-04-15 21:12 UTC  (2+ messages)

[PATCH 0/7] Remove unused SLOW_DOWN_IO
 2022-04-15 19:08 UTC  (8+ messages)
` [PATCH 1/7] net: wan: atp: remove unused eeprom_delay()
` [PATCH 2/7] net: wan: lmc: remove unused DELAY()
` [PATCH 3/7] net: remove comments that mention obsolete __SLOW_DOWN_IO
` [PATCH 4/7] sh: remove unused SLOW_DOWN_IO
` [PATCH 5/7] powerpc: Remove unused SLOW_DOWN_IO definition
` [PATCH 6/7] ia64: remove unused __SLOW_DOWN_IO and SLOW_DOWN_IO definitions
` [PATCH 7/7] alpha: "

[PATCH 1/1] powerpc: Update MAINTAINERS for ibmvnic and VAS
 2022-04-15 11:10 UTC  (2+ messages)

[PATCH] char: agp: Prepare cleanup of powerpc's asm/prom.h
 2022-04-15  8:44 UTC  (4+ messages)
` [PATCH] char: tpm: "

[PATCH v2] char: tpm: Prepare cleanup of powerpc's asm/prom.h
 2022-04-15  8:40 UTC 

[next-20220405] powerpc booted with 'bad: scheduling from the idle thread!'
 2022-04-14 18:20 UTC 

rcu_sched self-detected stall on CPU
 2022-04-14 17:15 UTC  (15+ messages)
        ` (no subject)
          ` Low-res tick handler device not going to ONESHOT_STOPPED when tick is stopped (was: rcu_sched self-detected stall on CPU)

[PATCH 5.4 255/475] tty: hvc: fix return value of __setup handler
 2022-04-14 13:10 UTC 

[PATCH 4.19 176/338] tty: hvc: fix return value of __setup handler
 2022-04-14 13:11 UTC 

[PATCH V3 0/2] Fix perf bench numa to work with machines having #CPUs > 1K
 2022-04-14 12:16 UTC  (5+ messages)
` [PATCH V3 1/2] tools/perf: Fix perf bench numa testcase to check if CPU used to bind task is online
` [PATCH V3 2/2] perf bench: Fix numa bench to fix usage of affinity for machines with #CPUs > 1K

[PATCH] ASoC: fsl_sai: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-14  8:52 UTC 

[PATCH V7 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-14  6:23 UTC  (9+ messages)
` [PATCH V7 1/7] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V7 2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V7 3/7] arm64/mm: "
` [PATCH V7 4/7] sparc/mm: "
` [PATCH V7 5/7] x86/mm: "
` [PATCH V7 6/7] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V7 7/7] mm/mmap: Drop arch_vm_get_page_pgprot()

[RESEND][PATCH] KVM: PPC: Book3S HV: fix incorrect NULL check on list iterator
 2022-04-14  6:21 UTC 

[PATCH kernel] KVM: PPC: Fix TCE handling for VFIO
 2022-04-14  4:18 UTC  (2+ messages)

[PATCH V6 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-13 14:15 UTC  (15+ messages)
` [PATCH V6 1/7] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 3/7] arm64/mm: "
` [PATCH V6 4/7] sparc/mm: "
` [PATCH V6 5/7] x86/mm: "
` [PATCH V6 6/7] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V6 7/7] mm/mmap: Drop arch_vm_get_page_pgprot()

[PATCH] cpufreq: Prepare cleanup of powerpc's asm/prom.h
 2022-04-13 15:20 UTC  (3+ messages)

[PATCH] powerpc/xive: remove unused parameter
 2022-04-13 10:55 UTC 

[PATCH 2/4] ELF: Remove elf_core_copy_kernel_regs()
 2022-04-13 12:31 UTC  (2+ messages)

[PATCH V5 0/7] mm/mmap: Drop arch_vm_get_page_prot() and arch_filter_pgprot()
 2022-04-13 10:48 UTC  (12+ messages)
` [PATCH V5 2/7] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 4/7] sparc/mm: "
` [PATCH V5 6/7] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V5 7/7] mm/mmap: Drop arch_vm_get_page_pgprot()

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

cleanup swiotlb initialization v8
 2022-04-13  6:20 UTC  (2+ messages)

[PATCH v2] powerpc/rtas: Keep MSR[RI] set when calling RTAS
 2022-04-13  5:58 UTC  (2+ messages)

[PATCH] ASoC: fsl: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
 2022-04-12 19:50 UTC  (3+ messages)

False positive kmemleak report for dtb properties names on powerpc
 2022-04-12 17:56 UTC  (7+ messages)

[PATCH v2 0/4] Fix perf bench numa, futex and epoll to work with machines having #CPUs > 1K
 2022-04-12 16:33 UTC  (4+ messages)

[powerpc:merge] BUILD SUCCESS 83d8a0d166119de813cad27ae7d61f54f9aea707
 2022-04-12 13:54 UTC 

[PATCH net-next v2 00/18] Remove use of list iterator after loop body
 2022-04-12 12:56 UTC  (5+ messages)
` [PATCH net-next v2 05/18] net: dsa: mv88e6xxx: remove redundant check in mv88e6xxx_port_vlan()

[RFC][PATCH] net: fs_enet: fix tx error handling
 2022-04-12 12:44 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).