messages from 2022-04-13 06:08:49 to 2022-04-22 04:22:55 UTC [more...]
[RFC v4 PATCH 0/5] In kernel handling of CPU hotplug events for crash kernel
2022-04-22 4:22 UTC (16+ 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
[powerpc:next-test] BUILD SUCCESS 950cf957fe34d40d63dfa3bf3968210430b6491e
2022-04-22 4:07 UTC
[powerpc:fixes-test] BUILD SUCCESS bb82c574691daf8f7fa9a160264d15c5804cb769
2022-04-22 4:06 UTC
Apply d799769188529abc6cbf035a10087a51f7832b6b to 5.17 and 5.15?
2022-04-21 15:13 UTC (3+ messages)
[PATCH v2] macintosh: macio_asic: fix resource_size.cocci warnings
2022-04-21 14:18 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 (16+ 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] misc: ocxl: fix possible double free in ocxl_file_register_afu
2022-04-21 7:51 UTC (6+ messages)
[PATCH] net: unexport csum_and_copy_{from,to}_user
2022-04-21 7:04 UTC
[PATCH] powerpc/time: Always set decrementer in timer_interrupt()
2022-04-21 6:42 UTC (5+ messages)
[PATCH kernel] powerpc/perf: Fix 32bit compile
2022-04-21 2:57 UTC
[PATCH] powerpc/pci: Remove useless null check before call of_node_put()
2022-04-21 2:52 UTC
[PATCH] ASoC: imx-hdmi: remove useless null check before call of_node_put()
2022-04-21 2:45 UTC
[PATCH v1 1/1] powerpc/83xx/mpc8349emitx: Get rid of of_node assignment
2022-04-20 22:42 UTC (5+ messages)
[PATCH v2 0/8] mm: COW fixes part 3: reliable GUP R/W FOLL_GET of anonymous pages
2022-04-20 17:14 UTC (8+ messages)
` [PATCH v2 1/8] mm/swap: remember PG_anon_exclusive via a swp pte bit
` [PATCH v2 2/8] mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH v2 3/8] x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
[PATCH 0/3] KVM: x86 SRCU bug fix and SRCU hardening
2022-04-20 10:00 UTC (10+ 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] ASoC: fsl: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
2022-04-20 7:48 UTC (2+ messages)
[PATCH v2 0/2] of: Register platform device for each framebuffer
2022-04-20 7:35 UTC (6+ 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 kernel v2] KVM: PPC: Fix TCE handling for VFIO
2022-04-20 5:08 UTC
[PATCH -next v4 0/7]arm64: add machine check safe support
2022-04-20 3:04 UTC (8+ messages)
` [PATCH -next v4 1/7] x86, powerpc: fix function define in copy_mc_to_user
` [PATCH -next v4 2/7] arm64: fix types in copy_highpage()
` [PATCH -next v4 3/7] arm64: add support for machine check error safe
` [PATCH -next v4 4/7] arm64: add copy_{to, from}_user to machine check safe
` [PATCH -next v4 5/7] arm64: mte: Clean up user tag accessors
` [PATCH -next v4 6/7] arm64: add {get, put}_user to machine check safe
` [PATCH -next v4 7/7] arm64: add cow "
[PATCH] ASoC: fsl_asrc: using pm_runtime_resume_and_get to simplify the code
2022-04-20 3:04 UTC
[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 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()
[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 (8+ 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 (3+ messages)
[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 (7+ messages)
` [PATCH V6 1/7] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 4/7] sparc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
[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 (3+ messages)
` [PATCH V5 4/7] sparc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
[PATCH net-next v3 00/18] Remove use of list iterator after loop body
2022-04-13 8:18 UTC (4+ messages)
` [PATCH net-next v3 14/18] sfc: Remove usage of list iterator for list_add() after the "
cleanup swiotlb initialization v8
2022-04-13 6:20 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).