public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
 messages from 2022-03-21 06:47:56 to 2022-03-27 22:01:56 UTC [more...]

linux-next: build failure in Linus' tree
 2022-03-27 22:01 UTC 

[PATCH 01/22] orion5x: Replace comments with C99 initializers
 2022-03-27 19:59 UTC  (35+ messages)
` [PATCH 02/22] s3c: "
` [PATCH 03/22] ia64: "
` [PATCH 04/22] x86: "
` [PATCH 05/22] acpica: "
` [PATCH 06/22] idt77252: "
` [PATCH 07/22] cm4000: "
` [PATCH 08/22] i5100: "
` [PATCH 09/22] gpio-winbond: Use "
` [PATCH 10/22] hfi1: Replace comments with "
` [PATCH 11/22] rdmavt: "
` [PATCH 12/22] alps: "
` [PATCH 13/22] capi: "
` [PATCH 14/22] mISDN: "
` [PATCH 15/22] macintosh: "
` [PATCH 16/22] dvb-usb: "
` [PATCH 17/22] cxl: "
` [PATCH 18/22] smsc: "
` [PATCH 19/22] wnc36xx: "
` [PATCH 20/22] wireless: "
` [PATCH 21/22] rtw89: "
` [PATCH 22/22] pci: "
` [PATCH 00/22] "

[RFC PATCH 0/3] objtool: Add mcount sub-command
 2022-03-27  9:09 UTC  (19+ messages)
` [RFC PATCH 1/3] objtool: Move common code to utils.c
` [RFC PATCH 2/3] objtool: Enable and implement 'mcount' subcommand
` [RFC PATCH 3/3] objtool/mcount: Add powerpc specific functions

[PATCH] powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.S
 2022-03-27  7:32 UTC 

[PATCH 1/5] powerpc/sparse: fix possible object reference leak
 2022-03-27  7:09 UTC  (3+ messages)
` [PATCH 2/5] powerpc/83xx: "

[PATCH] kvm: fix incorrect NULL check on list iterator
 2022-03-27  5:16 UTC 

[PATCH v4 1/2] Revert "powerpc: Set max_mapnr correctly"
 2022-03-26  7:55 UTC  (2+ messages)

[RFC v3 PATCH 0/5] In kernel handling of CPU hotplug events for crash kernel
 2022-03-25 18:03 UTC  (16+ messages)
` [RFC v3 PATCH 1/5] powerpc/kexec: make update_cpus_node non-static
` [RFC v3 PATCH 2/5] powerpc/crash hp: introduce a new config option CRASH_HOTPLUG
` [RFC v3 PATCH 3/5] powrepc/crash hp: update kimage struct
` [RFC v3 PATCH 4/5] powerpc/crash hp: add crash hotplug support for kexec_file_load
` [RFC v3 PATCH 5/5] powerpc/crash hp: add crash hotplug support for kexec_load

[GIT PULL] Please pull powerpc/linux.git powerpc-5.18-1 tag
 2022-03-25 17:18 UTC  (3+ messages)

[PATCH v2] ftrace: Make ftrace_graph_is_dead() a static branch
 2022-03-25  8:03 UTC 

[PATCH v1] ftrace: Make ftrace_graph_is_dead() static inline
 2022-03-25  7:06 UTC  (3+ messages)

[PATCH v2] MAINTAINERS: Enlarge coverage of TRACING inside architectures
 2022-03-25  6:32 UTC 

[PATCH 0/2] powerpc: Remove system call emulation
 2022-03-24 22:58 UTC  (5+ messages)
` [PATCH 1/2] powerpc: Reject probes on instructions that can't be single stepped
` [PATCH 2/2] powerpc/64: remove system call instruction emulation

[PATCH] MAINTAINERS: Add arch/powerpc/kernel/trace to TRACING
 2022-03-24 22:28 UTC  (2+ messages)

[PATCH 2/2] powerpc/eeh: Use pcie_reset_state_t type in function arguments
 2022-03-24 22:09 UTC  (2+ messages)

[PATCH v1 00/22] powerpc: ftrace optimisation and cleanup and more [v1]
 2022-03-24 14:30 UTC  (23+ messages)
` [PATCH v1 01/22] powerpc/ftrace: Refactor prepare_ftrace_return()
` [PATCH v1 02/22] powerpc/ftrace: Remove redundant create_branch() calls
` [PATCH v1 03/22] powerpc/code-patching: Inline is_offset_in_{cond}_branch_range()
` [PATCH v1 04/22] powerpc/ftrace: Use is_offset_in_branch_range()
` [PATCH v1 05/22] powerpc/code-patching: Inline create_branch()
` [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 09/22] powerpc/ftrace: Don't include ftrace.o for CONFIG_FTRACE_SYSCALLS
` [PATCH v1 10/22] powerpc/ftrace: Use CONFIG_FUNCTION_TRACER instead of CONFIG_DYNAMIC_FTRACE
` [PATCH v1 11/22] powerpc/ftrace: Remove ftrace_plt_tramps[]
` [PATCH v1 12/22] powerpc/ftrace: Use BRANCH_SET_LINK instead of value 1
` [PATCH v1 13/22] powerpc/ftrace: Use PPC_RAW_xxx() macros instead of opencoding
` [PATCH v1 14/22] powerpc/ftrace: Use size macro "
` [PATCH v1 15/22] powerpc/ftrace: Simplify expected_nop_sequence()
` [PATCH v1 16/22] powerpc/ftrace: Minimise number of #ifdefs
` [PATCH v1 17/22] powerpc/inst: Add __copy_inst_from_kernel_nofault()
` [PATCH v1 18/22] powerpc/ftrace: Don't use copy_from_kernel_nofault() in module_trampoline_target()
` [PATCH v1 19/22] powerpc/inst: Remove PPC_INST_BRANCH
` [PATCH v1 20/22] powerpc/modules: Use PPC_INST_BRANCH_MASK instead of opencoding
` [PATCH v1 21/22] powerpc/inst: Remove PPC_INST_BL
` [PATCH v1 22/22] powerpc/opcodes: Remove unused PPC_INST_XXX macros

[powerpc/merge] Possible stack corruption while running selftests
 2022-03-24  6:54 UTC 

[powerpc/perf] WARN_ONCE arch/powerpc/include/asm/interrupt.h:365 with perf tests
 2022-03-24  6:20 UTC  (2+ messages)

[PATCH] powerpc/xmon: Fix warning comparing pointer to 0
 2022-03-24  1:49 UTC 

[PATCH] powerpc/powernv: Get more flushing requirements from device-tree
 2022-03-23 19:26 UTC  (2+ messages)

False positive kmemleak report for dtb properties names on powerpc
 2022-03-23 19:06 UTC  (3+ messages)

[PATCH v1 1/1] powerpc/83xx/mpc8349emitx: Get rid of of_node assignment
 2022-03-23 17:43 UTC 

[PATCH] powerpc/ftrace: Remove ftrace init tramp once kernel init is complete
 2022-03-23 17:18 UTC 

[v2 PATCH 1/2] drivers/nvdimm: Fix build failure when CONFIG_PERF_EVENTS is not set
 2022-03-23 16:45 UTC  (2+ messages)
` [v2 PATCH 2/2] powerpc/papr_scm: Fix build failure when

[PATCH 1/2] drivers/nvdimm: Fix build failure when CONFIG_PERF_EVENTS is not set
 2022-03-23 16:43 UTC  (14+ messages)
` [PATCH 2/2] powerpc/papr_scm: "

[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-03-23 13:40 UTC  (23+ messages)
` [PATCH V9 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V9 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V9 03/20] compat: consolidate the compat_flock{, 64} definition
` [PATCH V9 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V9 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V9 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V9 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V9 08/20] riscv: Fixup difference with defconfig
` [PATCH V9 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V9 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V9 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V9 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V9 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V9 14/20] riscv: compat: Add elf.h implementation
` [PATCH V9 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V9 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V9 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V9 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V9 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V9 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH kernel] powerpc/boot: Stop using RELACOUNT
 2022-03-23  7:50 UTC  (5+ messages)

[PATCH] ibmvscsis: increase INITIAL_SRP_LIMIT to 1024
 2022-03-22 19:44 UTC 

[PATCH] Docs: admin/kernel-parameters: edit a few boot options
 2022-03-22 19:36 UTC  (5+ messages)

[PATCH v6 0/6] Allocate module text and data separately
 2022-03-22 17:24 UTC  (2+ messages)

[PATCH v1 0/4] Kill the time spent in patch_instruction()
 2022-03-22 15:40 UTC  (5+ messages)
` [PATCH v1 1/4] powerpc/code-patching: Don't call is_vmalloc_or_module_addr() without CONFIG_MODULES
` [PATCH v1 2/4] powerpc/code-patching: Speed up page mapping/unmapping
` [PATCH v1 3/4] powerpc/code-patching: Use jump_label for testing freed initmem
` [PATCH v1 4/4] powerpc/code-patching: Use jump_label to check if poking_init() is done

[PATCH v1 0/7] mm: COW fixes part 3: reliable GUP R/W FOLL_GET of anonymous pages
 2022-03-22  9:46 UTC  (9+ messages)
` [PATCH v1 4/7] arm64/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE

[PATCH] selftest/powerpc/pmu/ebb: remove fixed_instruction.S
 2022-03-22  4:56 UTC 

[PATCH 3/6] powerpc/mpc85xx: remove "simple-bus" compatible from ifc node
 2022-03-22  2:28 UTC  (2+ messages)
` [PATCH 6/6] powerpc/fsl: update ifc node name to be memory-controller

[PATCH v2] macintosh/via-pmu: Avoid compiler warnings when CONFIG_PROC_FS is disabled
 2022-03-21 21:54 UTC  (2+ messages)

[powerpc:next] BUILD SUCCESS fe2640bd7a62f1f7c3f55fbda31084085075bc30
 2022-03-21 17:55 UTC 

[powerpc:merge] BUILD SUCCESS e8833c5edc5903f8c8c4fa3dd4f34d6b813c87c8
 2022-03-21 17:55 UTC 

[PATCH] powerpc: align address to page boundary in change_page_attr()
 2022-03-21 15:44 UTC 

[PATCH] powerpc/8xx: Simplify flush_tlb_kernel_range()
 2022-03-21 15:44 UTC 

Build regressions/improvements in v5.17
 2022-03-21 14:48 UTC 

[PATCH v2] ASoC: fsl-asoc-card: Fix jack_event() always return 0
 2022-03-21 12:25 UTC  (4+ messages)

[syzbot] WARNING in kvm_mmu_notifier_invalidate_range_start (2)
 2022-03-21 10:25 UTC 

[PATCH] Subject: [PATCH] macintosh/via-pmu: Avoid compiler warnings when CONFIG_PROC_FS is disabled
 2022-03-21  9:43 UTC  (2+ messages)

[PATCH] macintosh/via-pmu: Fix compiler warnings when CONFIG_PROC_FS is disabled
 2022-03-21  9:11 UTC  (7+ messages)

[PATCH] macintosh/via-pmu: Fix build failure when CONFIG_INPUT is disabled
 2022-03-21  9:09 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox