linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-16 07:14:15 to 2022-03-23 11:53:08 UTC [more...]

[PATCH 0/2] powerpc: Remove system call emulation
 2022-03-23 11:51 UTC  (2+ messages)
` [PATCH 1/2] powerpc: Reject probes on instructions that can't be single stepped

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

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

[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-03-22 21:00 UTC  (22+ 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] 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  (26+ messages)
` [PATCH v1 4/7] arm64/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH v1 5/7] s390/pgtable: "

[PATCH] powerpc/powernv: Get more flushing requirements from device-tree
 2022-03-22  7:47 UTC 

[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 

[RFC PATCH 0/3] objtool: Add mcount sub-command
 2022-03-21  9:48 UTC  (18+ 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] 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  (8+ messages)

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

[RFC v3 PATCH 0/5] In kernel handling of CPU hotplug events for crash kernel
 2022-03-21  8:04 UTC  (6+ 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

[PATCH] ASoC: fsl-asoc-card: Fix jack_event() always return 0
 2022-03-21  6:44 UTC  (3+ messages)

[PATCH] powerpc/xive: fix return value of __setup handler
 2022-03-21  5:05 UTC  (2+ messages)

[PATCH] powerpc/tm: Fix more userspace r13 corruption
 2022-03-21  5:05 UTC  (2+ messages)

[PATCH] powerpc/pseries: Fix use after free in remove_phb_dynamic()
 2022-03-21  5:05 UTC  (4+ messages)

[PATCH 1/3] powerpc/64s/interrupt: Fix decrementer storm
 2022-03-21  5:05 UTC  (2+ messages)

[PATCH v2 1/2] PCI/AER: Disable AER service when link is in L2/L3 ready, L2 and L3 state
 2022-03-21  3:52 UTC  (6+ messages)
` [PATCH v2 2/2] PCI/DPC: Disable DPC "

[PATCH V8 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
 2022-03-21  0:22 UTC  (8+ messages)
` [PATCH V8 10/20] riscv: compat: Re-implement TASK_SIZE for COMPAT_32BIT
` [PATCH V8 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V8 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V8 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V8 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V8 20/20] riscv: compat: Add COMPAT Kbuild skeletal support

[PATCH] selftests/powerpc/pmu: fix spelling mistake "mis-match" -> "mismatch"
 2022-03-19 23:20 UTC 

[PATCH -next] tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()
 2022-03-20 21:23 UTC  (4+ messages)

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

[PATCH] powerpc/pseries/vas: Use QoS credits from the userspace
 2022-03-19  9:28 UTC 

[PATCH -next] usb: gadget: fsl_qe_udc: Add missing semicolon in qe_ep_dequeue()
 2022-03-19  6:50 UTC 

[linux-next:master] BUILD REGRESSION 6d72dda014a4753974eb08950089ddf71fec4f60
 2022-03-19  3:39 UTC 

[powerpc:merge] BUILD SUCCESS 7e726dd53fdd381a1a2b2dcd7766c66a9684241f
 2022-03-19  4:01 UTC 

[powerpc:next] BUILD SUCCESS 35de589cb8793573ed56a915af9cb4b5f15ad7d7
 2022-03-19  3:51 UTC 

[PATCH v1] PCI/AER: Handle Multi UnCorrectable/Correctable errors properly
 2022-03-18 20:28 UTC  (3+ messages)

False positive kmemleak report for dtb properties names on powerpc
 2022-03-18 19:44 UTC  (2+ messages)

[PATCH v2] static_call: Don't make __static_call_return0 static
 2022-03-18 17:40 UTC  (2+ messages)

[PATCH v1 1/2] static_call: Properly initialise DEFINE_STATIC_CALL_RET0()
 2022-03-18 17:39 UTC  (2+ messages)

[PATCH] macintosh: windfarm: Use NULL to compare with pointer-typed value rather than 0
 2022-03-18 17:07 UTC  (2+ messages)

[Bug 215652] New: kernel 5.17-rc fail to load radeon DRM "modprobe: ERROR: could not insert 'radeon': Unknown symbol in module, or unknown parameter (see dmesg)"
 2022-03-18  1:08 UTC  (2+ messages)
` [Bug 215652] "

[PATCH] ASoC: fsl_spdif: Add new registers included on i.MX8ULP
 2022-03-17 19:15 UTC  (2+ messages)

[PATCH v5 00/20] Rust support
 2022-03-17 18:10 UTC  (2+ messages)
` [PATCH v5 16/20] Kbuild: add "

[RFC][PATCH] net: fs_enet: fix tx error handling
 2022-03-17 15:38 UTC 

[PATCH] selftests/powerpc: Add a test of 4PB SLB handling
 2022-03-17 14:39 UTC 

[RFC PATCH] powerpc/64/interrupt: Temporarily save PPR on stack to fix register corruption due to SLB miss
 2022-03-17 13:46 UTC  (2+ messages)

[PATCH v4 0/6] Improve KVM's interaction with CPU hotplug
 2022-03-17 13:24 UTC  (4+ messages)
` [PATCH v4 2/6] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"

[PATCH 00/14] powerpc/rtas: various cleanups and improvements
 2022-03-17 11:15 UTC  (4+ messages)
` [PATCH 08/14] powerpc/rtas: call enter_rtas in real-mode on 64-bit

[PATCH] powerpc/rtas: Keep MSR RI set when calling RTAS
 2022-03-17 11:06 UTC 

[PATCH] macintosh: macio-adb: Fix warning comparing pointer to 0
 2022-03-17  9:25 UTC  (3+ messages)
  ` 答复: "

[PATCH] macintosh: macio-adb: Fix warning comparing pointer to 0
 2022-03-17  9:24 UTC 

[PATCH] macintosh: smu: Fix warning comparing pointer to 0
 2022-03-17  8:46 UTC  (2+ messages)

[PATCH] macintosh: via-cuda: Fix warning comparing pointer to 0
 2022-03-17  8:44 UTC  (2+ messages)

[PATCH] macintosh: windfarm_pm121: Fix warning comparing pointer to 0
 2022-03-17  2:57 UTC 

[PATCH] macintosh: windfarm_pm91: Fix warning comparing pointer to 0
 2022-03-17  2:42 UTC 

[PATCH] macintosh: adb: Fix warning comparing pointer to 0
 2022-03-17  2:35 UTC 

[PATCH] macintosh: windfarm_pm81: Fix warning comparing pointer to 0
 2022-03-17  2:32 UTC 

bnx2x: ppc64le: Unable to set message level greater than 0x7fff
 2022-03-16 19:18 UTC  (8+ messages)
      ` [EXT] "

[PATCH v2] PCI/AER: Handle Multi UnCorrectable/Correctable errors properly
 2022-03-16 16:27 UTC  (6+ messages)

[PATCH v2 -next] powerpc/eeh: Remove unused inline functions
 2022-03-16 10:42 UTC 

[powerpc]Kernel crash while running LTP (execveat03) [next-20220315]
 2022-03-16 10:30 UTC  (3+ messages)

[PATCH] static_call: Don't make __static_call_return0 static
 2022-03-16  7:11 UTC  (3+ 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).