linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-22 10:26:13 to 2021-01-28 01:40:43 UTC [more...]

[PATCH 00/27] arch: syscalls: unifiy all syscalltbl.sh into scripts/syscalltbl.sh
 2021-01-28  0:51 UTC  (24+ messages)
` [PATCH 01/27] scripts: add generic syscalltbl.sh
` [PATCH 02/27] x86/syscalls: fix -Wmissing-prototypes warnings from COND_SYSCALL()
` [PATCH 03/27] x86/build: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 04/27] x86/entry/x32: rename __x32_compat_sys_* to __x64_compat_sys_*
` [PATCH 05/27] x86/syscalls: switch to generic syscalltbl.sh
` [PATCH 06/27] ARM: syscalls: "
` [PATCH 07/27] alpha: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 08/27] alpha: syscalls: switch to generic syscalltbl.sh
` [PATCH 09/27] ia64: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 10/27] ia64: syscalls: switch to generic syscalltbl.sh
` [PATCH 11/27] m68k: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 12/27] m68k: syscalls: switch to generic syscalltbl.sh
` [PATCH 13/27] microblaze: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 14/27] microblaze: syscalls: switch to generic syscalltbl.sh
` [PATCH 17/27] parisc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 18/27] parisc: syscalls: switch to generic syscalltbl.sh
` [PATCH 19/27] sh: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 21/27] sparc: remove wrong comment from arch/sparc/include/asm/Kbuild
` [PATCH 22/27] sparc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 23/27] sparc: syscalls: switch to generic syscalltbl.sh
` [PATCH 24/27] powerpc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 26/27] xtensa: "
` [PATCH 27/27] xtensa: syscalls: switch to generic syscalltbl.sh

[PATCH] powerpc/fault: fix wrong KUAP fault for IO_URING
 2021-01-28  0:18 UTC  (4+ messages)

[PATCH v3 00/32] powerpc/64: interrupts and syscalls series
 2021-01-28  0:09 UTC  (4+ messages)
` [PATCH v3 28/32] powerpc/64s: interrupt implement exit logic in C

[PATCH v6 00/39] powerpc: interrupt wrappers
 2021-01-28  0:05 UTC  (8+ messages)
` [PATCH v6 05/39] powerpc: remove arguments from fault handler functions
` [PATCH v6 14/39] powerpc/perf: move perf irq/nmi handling details into traps.c

[PATCH v4 00/23] powerpc/32: Implement C syscall entry/exit
 2021-01-27 23:50 UTC  (30+ messages)
` [PATCH v4 01/23] powerpc/32s: Add missing call to kuep_lock on syscall entry
` [PATCH v4 02/23] powerpc/32: Always enable data translation "
` [PATCH v4 03/23] powerpc/32: On syscall entry, enable instruction translation at the same time as data
` [PATCH v4 04/23] powerpc/32: Reorder instructions to avoid using CTR in syscall entry
` [PATCH v4 05/23] powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() generic
` [PATCH v4 06/23] powerpc/32s: Create C version of kuap_user/kernel_restore() and friends
` [PATCH v4 07/23] powerpc/8xx: "
` [PATCH v4 08/23] powerpc/irq: Add helper to set regs->softe
` [PATCH v4 09/23] powerpc/irq: Rework helpers that manipulate MSR[EE/RI]
` [PATCH v4 10/23] powerpc/irq: Add stub irq_soft_mask_return() for PPC32
` [PATCH v4 11/23] powerpc/syscall: Rename syscall_64.c into syscall.c
` [PATCH v4 12/23] powerpc/syscall: Make syscall.c buildable on PPC32
` [PATCH v4 13/23] powerpc/syscall: Use is_compat_task()
` [PATCH v4 14/23] powerpc/syscall: Save r3 in regs->orig_r3
` [PATCH v4 15/23] powerpc/syscall: Change condition to check MSR_RI
` [PATCH v4 16/23] powerpc/32: Always save non volatile GPRs at syscall entry
` [PATCH v4 17/23] powerpc/syscall: implement system call entry/exit logic in C for PPC32
` [PATCH v4 18/23] powerpc/32: Remove verification of MSR_PR on syscall in the ASM entry
` [PATCH v4 19/23] powerpc/syscall: Avoid stack frame in likely part of system_call_exception()
` [PATCH v4 20/23] powerpc/syscall: Do not check unsupported scv vector on PPC32
` [PATCH v4 21/23] powerpc/syscall: Remove FULL_REGS verification in system_call_exception
` [PATCH v4 22/23] powerpc/syscall: Optimise checks in beginning of system_call_exception()
` [PATCH v4 23/23] powerpc/syscall: Avoid storing 'current' in another pointer

[PATCH v15 00/10] Carry forward IMA measurement log on kexec on ARM64
 2021-01-27 23:13 UTC  (12+ messages)
` [PATCH v15 09/10] arm64: Call kmalloc() to allocate DTB buffer
` [PATCH v15 10/10] arm64: Add IMA log information in kimage used for kexec

[PATCH] vio: make remove callback return void
 2021-01-27 21:50 UTC 

[PATCH 1/2] PCI/AER: Disable AER interrupt during suspend
 2021-01-27 20:50 UTC  (3+ messages)
` [PATCH 2/2] PCI/DPC: Disable DPC "

[PATCH] PCI: dwc: layerscape: convert to builtin_platform_driver()
 2021-01-27 17:10 UTC  (23+ messages)

GIT kernel with the PowerPC updates 5.11-1 doesn't boot on a FSL P5040 board and in a virtual e5500 QEMU machine
 2021-01-27 16:07 UTC  (2+ messages)
` FSL P5040: KVM HV doesn't work with the RC5 of kernel 5.11

module loader dead code removal and cleanusp
 2021-01-27 13:49 UTC  (8+ messages)
` [PATCH 03/13] livepatch: refactor klp_init_object
` [PATCH 04/13] livepatch: move klp_find_object_module to module.c
` [PATCH 13/13] module: remove EXPORY_UNUSED_SYMBOL*

[PATCH v11 00/13] huge vmalloc mappings
 2021-01-27 10:26 UTC  (25+ messages)
` [PATCH v11 01/13] mm/vmalloc: fix HUGE_VMAP regression by enabling huge pages in vmalloc_to_page
` [PATCH v11 02/13] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v11 03/13] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v11 04/13] mm/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v11 05/13] mm: HUGE_VMAP arch support cleanup
` [PATCH v11 06/13] powerpc: inline huge vmap supported functions
` [PATCH v11 07/13] arm64: "
` [PATCH v11 08/13] x86: "
` [PATCH v11 09/13] mm/vmalloc: provide fallback arch huge vmap support functions
` [PATCH v11 10/13] mm: Move vmap_range from mm/ioremap.c to mm/vmalloc.c
` [PATCH v11 11/13] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v11 12/13] mm/vmalloc: Hugepage vmalloc mappings
` [PATCH v11 13/13] powerpc/64s/radix: Enable huge "

[PATCH] powerpc/64s: prevent recursive replay_soft_interrupts causing superfluous interrupt
 2021-01-27  8:32 UTC  (2+ messages)

[PATCH 3/5] powerpc/xive: remove unnecessary unmap_kernel_range
 2021-01-26  7:25 UTC  (3+ messages)

[PATCH v10 00/12] huge vmalloc mappings
 2021-01-26  9:50 UTC  (34+ messages)
` [PATCH v10 01/12] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v10 02/12] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v10 03/12] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v10 04/12] mm/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v10 05/12] mm: HUGE_VMAP arch support cleanup
` [PATCH v10 06/12] powerpc: inline huge vmap supported functions
` [PATCH v10 07/12] arm64: "
` [PATCH v10 08/12] x86: "
` [PATCH v10 09/12] mm: Move vmap_range from mm/ioremap.c to mm/vmalloc.c
` [PATCH v10 10/12] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v10 11/12] mm/vmalloc: Hugepage vmalloc mappings
` [PATCH v10 12/12] powerpc/64s/radix: Enable huge "

[PATCH v2] tpm: ibmvtpm: fix error return code in tpm_ibmvtpm_probe()
 2021-01-26  1:47 UTC 

[PATCH] powerpc/mm: Limit allocation of SWIOTLB on server machines
 2021-01-26  1:02 UTC  (7+ messages)

[PATCH v2 2/2] memblock: do not start bottom-up allocations with kernel_end
 2021-01-26  0:30 UTC  (4+ messages)

[PATCH v4 1/2] [PATCH] powerpc/sstep: Check instruction validity against ISA version before emulation
 2021-01-25 13:06 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc/sstep: Fix incorrect return from analyze_instr()

[PATCH] powerpc: remove unneeded semicolons
 2021-01-25  9:53 UTC 

[PATCH v4 1/2] powerpc/mce: Reduce the size of event arrays
 2021-01-25  9:24 UTC  (4+ messages)
` [PATCH v4 2/2] powerpc/mce: Remove per cpu variables from MCE handlers

[PATCH] KVM: PPC: Book3S: Assign boolean values to a bool variable
 2021-01-25  7:59 UTC 

[RFC PATCH v3 0/6] Restricted DMA
 2021-01-25  5:26 UTC  (7+ messages)
` [RFC PATCH v3 2/6] swiotlb: Add restricted DMA pool

[PATCH] lib/sstep: Fix incorrect return from analyze_instr()
 2021-01-25  4:52 UTC  (3+ messages)

[powerpc:merge] BUILD SUCCESS 44158b256b30415079588d0fcb1bccbdc2ccd009
 2021-01-25  3:58 UTC 

[powerpc:fixes-test] BUILD SUCCESS 4025c784c573cab7e3f84746cc82b8033923ec62
 2021-01-25  3:57 UTC 

[PATCH] powerpc: Update broken clean & mrproper
 2021-01-24 22:30 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.11-5 tag
 2021-01-24 18:34 UTC  (2+ messages)

[PATCH] powerpc/64s: fix scv entry fallback flush vs interrupt
 2021-01-24 11:54 UTC  (2+ messages)

[PATCH v9 00/12] huge vmalloc mappings
 2021-01-24  7:43 UTC  (4+ messages)
` [PATCH v9 05/12] mm: HUGE_VMAP arch support cleanup

[PATCH] powerpc/64s: interrupt exit improve bounding of interrupt recursion
 2021-01-23  6:15 UTC 

[PATCH][next] scsi: ibmvfc: Fix spelling mistake "succeded" -> "succeeded"
 2021-01-23  4:22 UTC  (2+ messages)

[PATCH 0/6] powerpc/rtas: miscellaneous cleanups, user region allocation
 2021-01-23  1:54 UTC  (9+ messages)
` [PATCH 6/6] powerpc/rtas: constrain user region allocation to RMA

[PATCH 1/2] ima: Free IMA measurement buffer on error
 2021-01-22 22:31 UTC  (4+ messages)
` [PATCH 2/2] ima: Free IMA measurement buffer after kexec syscall

[PATCH v2] powerpc/64/signal: balance return predictor stack in signal trampoline
 2021-01-22 18:50 UTC  (7+ messages)
  ` [musl] "

[PATCH] powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scan
 2021-01-22 13:25 UTC  (2+ messages)

[PATCH v2 00/14] powerpc/32: Reduce head complexity and re-activate MMU earlier
 2021-01-22 10:05 UTC  (6+ messages)
` [PATCH v2 06/14] powerpc/40x: Reorder a few instructions in critical exception prolog
` [PATCH v2 08/14] powerpc/40x: Prepare normal exception handler for enabling MMU early
` [PATCH v2 11/14] powerpc/32: Always enable data translation in exception prolog
` [PATCH v2 12/14] powerpc/32: Enable instruction translation at the same time as data translation
` [PATCH v2 14/14] powerpc/32: Use fast instructions to change MSR EE/RI when available


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