messages from 2021-01-21 10:19:55 to 2021-01-27 16:40:19 UTC [more...]
[PATCH] powerpc/fault: fix wrong KUAP fault for IO_URING
2021-01-27 16:38 UTC (2+ 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 (16+ messages)
` [PATCH 02/13] module: add a module_loaded helper
` [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 v3 00/32] powerpc/64: interrupts and syscalls series
2021-01-27 8:54 UTC (3+ messages)
` [PATCH v3 28/32] powerpc/64s: interrupt implement exit logic in C
[PATCH] powerpc/64s: prevent recursive replay_soft_interrupts causing superfluous interrupt
2021-01-27 8:32 UTC (2+ messages)
[PATCH] PCI: dwc: layerscape: convert to builtin_platform_driver()
2021-01-27 7:43 UTC (20+ messages)
[PATCH v6 00/39] powerpc: interrupt wrappers
2021-01-27 6:38 UTC (7+ 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 3/5] powerpc/xive: remove unnecessary unmap_kernel_range
2021-01-26 7:25 UTC (3+ messages)
[PATCH v4 00/23] powerpc/32: Implement C syscall entry/exit
2021-01-26 10:28 UTC (29+ 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 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 (14+ messages)
` [RFC PATCH v3 2/6] swiotlb: Add restricted DMA pool
` [RFC PATCH v3 5/6] dt-bindings: of: "
[PATCH] lib/sstep: Fix incorrect return from analyze_instr()
2021-01-25 4:52 UTC (5+ 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 (16+ messages)
` [PATCH 5/6] powerpc/rtas: rename RTAS_RMOBUF_MAX to RTAS_USER_REGION_SIZE
` [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 (6+ 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 (15+ messages)
` [PATCH v2 01/14] powerpc/32s: Only build hash code when CONFIG_PPC_BOOK3S_604 is selected
` [PATCH v2 02/14] NOT TO BE MERGED - Squash of patches 2-7 of v6 series "powerpc: interrupt wrappers"
` [PATCH v2 03/14] powerpc/40x: Don't use SPRN_SPRG_SCRATCH0/1 in TLB miss handlers
` [PATCH v2 04/14] powerpc/40x: Change CRITICAL_EXCEPTION_PROLOG macro to a gas macro
` [PATCH v2 05/14] powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exception
` [PATCH v2 06/14] powerpc/40x: Reorder a few instructions in critical exception prolog
` [PATCH v2 07/14] powerpc/40x: Prepare for enabling MMU "
` [PATCH v2 08/14] powerpc/40x: Prepare normal exception handler for enabling MMU early
` [PATCH v2 09/14] powerpc/32: Preserve cr1 in exception prolog stack check
` [PATCH v2 10/14] powerpc/32: Use LOAD_REG_IMMEDIATE() to load MSR values
` [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 13/14] powerpc/32: Remove msr argument in EXC_XFER_TEMPLATE()
` [PATCH v2 14/14] powerpc/32: Use fast instructions to change MSR EE/RI when available
[PATCH] powerpc/32: Use r2 in wrtspr() instead of r0
2021-01-22 7:15 UTC
[PATCH] powerpc/8xx: export 'cpm_setbrg' for modules
2021-01-22 6:11 UTC (3+ messages)
[PATCH v3] powerpc/mce: Remove per cpu variables from MCE handlers
2021-01-22 6:05 UTC (3+ messages)
[powerpc:next-test] BUILD SUCCESS 534e43a737e9ad2b438eda651272f2774484b922
2021-01-22 3:38 UTC
[powerpc:fixes] BUILD SUCCESS 08685be7761d69914f08c3d6211c543a385a5b9c
2021-01-22 3:38 UTC
[powerpc:fixes-test] BUILD SUCCESS 4899f32e4f2a936dc20fbfc4fde85b003387c5c2
2021-01-22 3:37 UTC
linux-next: build failure on power pc
2021-01-22 1:22 UTC (4+ messages)
` [PATCH] powerpc: fix AKEBONO build failures
[PATCH] powerpc/64: prevent replayed interrupt handlers from running softirqs
2021-01-22 0:33 UTC (3+ messages)
[PATCH net] ibmvnic: device remove has higher precedence over reset
2021-01-21 22:38 UTC (5+ 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).