messages from 2020-08-25 08:55:35 to 2020-08-27 20:36:34 UTC [more...]
[PATCH v8 0/8] powerpc: switch VDSO to C implementation
2020-08-27 20:34 UTC (7+ messages)
` [PATCH v8 2/8] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage()
[powerpc:next-test] BUILD SUCCESS adf3447eddc59967b18faf51dff97c07a5a8220b
2020-08-27 20:00 UTC
[powerpc:merge] BUILD SUCCESS 2281d5a219ba2dca30e0e74e49b811ed8bfc6a81
2020-08-27 20:00 UTC
[powerpc:fixes-test] BUILD SUCCESS 16d83a540ca4e7f1ebb2b3756869b77451d31414
2020-08-27 20:00 UTC
[PATCH v1 00/10] DDW indirect mapping
2020-08-27 18:34 UTC (13+ messages)
` [PATCH v1 01/10] powerpc/pseries/iommu: Replace hard-coded page shift
` [PATCH v1 02/10] powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE on iommu_*_coherent()
` [PATCH v1 03/10] powerpc/kernel/iommu: Use largepool as a last resort when !largealloc
` [PATCH v1 04/10] powerpc/kernel/iommu: Add new iommu_table_in_use() helper
[PATCH v2] powerpc/32s: Disable VMAP stack which CONFIG_ADB_PMU
2020-08-27 18:30 UTC
kernel since 5.6 do not boot anymore on Apple PowerBook
2020-08-27 18:28 UTC (24+ messages)
[PATCH] powerpc/32s: Disable VMAP stack which CONFIG_ADB_PMU
2020-08-27 18:26 UTC
remove the last set_fs() in common code, and remove it for x86 and powerpc v2
2020-08-27 18:15 UTC (15+ messages)
` [PATCH 01/10] fs: don't allow kernel reads and writes without iter ops
` [PATCH 02/10] fs: don't allow splice read/write without explicit ops
` [PATCH 03/10] uaccess: add infrastructure for kernel builds with set_fs()
` [PATCH 04/10] test_bitmap: skip user bitmap tests for !CONFIG_SET_FS
` [PATCH 05/10] lkdtm: disable set_fs-based "
` [PATCH 06/10] x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32, 64}_types.h
` [PATCH 07/10] x86: make TASK_SIZE_MAX usable from assembly code
` [PATCH 08/10] x86: remove address space overrides using set_fs()
` [PATCH 09/10] powerpc: use non-set_fs based maccess routines
` [PATCH 10/10] powerpc: remove address space overrides using set_fs()
[PATCH v3 0/6] Use per-CPU temporary mappings for patching
2020-08-27 18:10 UTC (10+ messages)
` [PATCH v3 1/6] powerpc: Add LKDTM accessor for patching addr
` [PATCH v3 2/6] x86: "
` [PATCH v3 3/6] Add LKDTM test to hijack a patch mapping (powerpc, x86_64)
` [PATCH v3 4/6] powerpc: Introduce temporary mm
` [PATCH v3 5/6] powerpc: Initialize a temporary mm for code patching
` [PATCH v3 6/6] powerpc: Use "
[PATCH v2 25/25] powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsafe' version
2020-08-27 15:59 UTC (2+ messages)
[PATCH v1 1/6] powerpc/vdso: Remove DBG()
2020-08-27 15:49 UTC (6+ messages)
` [PATCH v1 2/6] powerpc/vdso: Don't reference vdso32 static functions/vars without CONFIG_VDSO32
` [PATCH v1 3/6] powerpc/vdso: Don't rely on vdso_pages being 0 for failure
` [PATCH v1 4/6] powerpc/vdso: Initialise vdso32_kbase at compile time
` [PATCH v1 5/6] powerpc/vdso: Declare constant vars as __ro_after_init
` [PATCH v1 6/6] powerpc/vdso: Declare vdso_patches[] as __initdata
[PATCH v1 1/9] powerpc/vdso: Remove BUG_ON() in vdso_init()
2020-08-27 13:19 UTC (13+ messages)
` [PATCH v1 2/9] powerpc/vdso: Remove get_page() in vdso_pagelist initialization
` [PATCH v1 3/9] powerpc/vdso: Remove NULL termination element in vdso_pagelist
` [PATCH v1 4/9] powerpc/vdso: Remove unnecessary ifdefs in vdso_pagelist initialization
` [PATCH v1 5/9] powerpc/vdso: move to _install_special_mapping() and remove arch_vma_name()
` [PATCH v1 6/9] powerpc/vdso: Provide vdso_remap()
` [PATCH v1 7/9] powerpc/vdso: Move vdso datapage up front
` [PATCH v1 8/9] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage()
` [PATCH v1 9/9] powerpc/vdso: Remove unused \tmp param in __get_datapage()
[PATCH v3 00/13] mm/debug_vm_pgtable fixes
2020-08-27 12:17 UTC (15+ messages)
` [PATCH v3 01/13] powerpc/mm: Add DEBUG_VM WARN for pmd_clear
` [PATCH v3 02/13] powerpc/mm: Move setting pte specific flags to pfn_pte
` [PATCH v3 03/13] mm/debug_vm_pgtable/ppc64: Avoid setting top bits in radom value
` [PATCH v3 04/13] mm/debug_vm_pgtables/hugevmap: Use the arch helper to identify huge vmap support
` [PATCH v3 05/13] mm/debug_vm_pgtable/savedwrite: Enable savedwrite test with CONFIG_NUMA_BALANCING
` [PATCH v3 06/13] mm/debug_vm_pgtable/THP: Mark the pte entry huge before using set_pmd/pud_at
` [PATCH v3 07/13] mm/debug_vm_pgtable/set_pte/pmd/pud: Don't use set_*_at to update an existing pte entry
` [PATCH v3 08/13] mm/debug_vm_pgtable/thp: Use page table depost/withdraw with THP
` [PATCH v3 09/13] mm/debug_vm_pgtable/locks: Move non page table modifying test together
` [PATCH v3 10/13] mm/debug_vm_pgtable/locks: Take correct page table lock
` [PATCH v3 11/13] mm/debug_vm_pgtable/pmd_clear: Don't use pmd/pud_clear on pte entries
` [PATCH v3 12/13] mm/debug_vm_pgtable/hugetlb: Disable hugetlb test on ppc64
` [PATCH v3 13/13] mm/debug_vm_pgtable: populate a pte entry before fetching it
[PATCH 0/2] do exception handling appropriately in imx_es8328_probe()
2020-08-27 9:17 UTC (6+ messages)
` [PATCH 1/2] ASoC: fsl: imx-es8328: add missing kfree() call "
` [PATCH 2/2] ASoC: fsl: imx-es8328: add missing put_device() "
remove the last set_fs() in common code, and remove it for x86 and powerpc
2020-08-27 9:37 UTC (4+ messages)
` [PATCH 09/11] x86: remove address space overrides using set_fs()
[PATCHv5 1/2] powerpc/pseries: group lmb operation and memblock's
2020-08-27 8:53 UTC (5+ messages)
` [PATCHv5 2/2] powerpc/pseries: update device tree before ejecting hotplug uevents
[PATCH v2 0/3] Reintroduce PROT_SAO
2020-08-27 7:46 UTC (2+ messages)
[PATCH] Documentation/powerpc: fix malformed table in syscall64-abi
2020-08-27 7:46 UTC (2+ messages)
[PATCH] Revert "powerpc/powernv/idle: Replace CPU feature check with PVR check"
2020-08-27 7:46 UTC (6+ messages)
[PATCH] powerpc/64s: scv entry should set PPR
2020-08-27 7:46 UTC (2+ messages)
[PATCH] video: fbdev: controlfb: Fix build for COMPILE_TEST=y && PPC_PMAC=n
2020-08-27 7:46 UTC (2+ messages)
[PATCH] powerpc/64s: Fix crash in load_fp_state() due to fpexc_mode
2020-08-27 7:46 UTC (2+ messages)
[PATCH] powerpc/32s: Fix module loading failure when VMALLOC_END is over 0xf0000000
2020-08-27 7:46 UTC (2+ messages)
[PATCH] powerpc/perf/hv-24x7: Move cpumask file to top folder of hv-24x7 driver
2020-08-27 7:46 UTC (2+ messages)
[PATCH kernel] powerpc/perf: Stop crashing with generic_compat_pmu
2020-08-27 7:46 UTC (2+ messages)
[PATCH] powerpc/perf: Fix reading of MSR[HV PR] bits in trace-imc
2020-08-27 7:46 UTC (2+ messages)
fsl_espi errors on v5.7.15
2020-08-27 7:12 UTC (7+ messages)
[PATCH v2] powerpc: Update documentation of ISA versions for Power10
2020-08-27 6:18 UTC (4+ messages)
[PATCH v5 00/23] Kernel userspace access/execution prevention with hash translation
2020-08-27 4:57 UTC (25+ messages)
` [PATCH v5 01/23] powerpc: Add new macro to handle NESTED_IFCLR
` [PATCH v5 02/23] KVM: PPC: BOOK3S: PR: Ignore UAMOR SPR
` [PATCH v5 03/23] powerpc/book3s64/kuap/kuep: Make KUAP and KUEP a subfeature of PPC_MEM_KEYS
` [PATCH v5 04/23] powerpc/book3s64/kuap/kuep: Move uamor setup to pkey init
` [PATCH v5 05/23] powerpc/book3s64/kuap: Move KUAP related function outside radix
` [PATCH v5 06/23] powerpc/book3s64/kup: Use the correct #ifdef when including headers
` [PATCH v5 07/23] powerpc/book3s64/kuep: Move KUEP related function outside radix
` [PATCH v5 08/23] powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP to MMU_FTR_KUAP
` [PATCH v5 09/23] powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translation
` [PATCH v5 10/23] powerpc/exec: Set thread.regs early during exec
` [PATCH v5 11/23] powerpc/book3s64/pkeys: Store/restore userspace AMR/IAMR correctly on entry and exit from kernel
` [PATCH v5 12/23] powerpc/book3s64/pkeys: Inherit correctly on fork
` [PATCH v5 13/23] powerpc/book3s64/pkeys: Reset userspace AMR correctly on exec
` [PATCH v5 14/23] powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one
` [PATCH v5 15/23] powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode
` [PATCH v5 16/23] powerpc/book3s64/kuap: Restrict access to userspace based on userspace AMR
` [PATCH v5 17/23] powerpc/book3s64/kuap: Improve error reporting with KUAP
` [PATCH v5 18/23] powerpc/book3s64/kuap: Use Key 3 to implement KUAP with hash translation
` [PATCH v5 19/23] powerpc/book3s64/kuep: Use Key 3 to implement KUEP "
` [PATCH v5 20/23] powerpc/book3s64/hash/kuap: Enable kuap on hash
` [PATCH v5 21/23] powerpc/book3s64/hash/kuep: Enable KUEP "
` [PATCH v5 22/23] powerpc/book3s64/hash/kup: Don't hardcode kup key
` [PATCH v5 23/23] powerpc/book3s64/pkeys: Optimize FTR_KUAP and FTR_KUEP disabled case
[PATCH] powerpc/64s: Remove TM from Power10 features
2020-08-27 3:55 UTC
[PATCH] ASoC: fsl_spdif: Fix unnecessary check in fsl_spdif_probe()
2020-08-27 1:37 UTC (3+ messages)
` [PATCH] ASoC: fsl_spdif: Fix unnecessary check infsl_spdif_probe()
[PATCH v5 0/8] powerpc/watchpoint: Bug fixes plus new feature flag
2020-08-27 0:59 UTC (10+ messages)
` [PATCH v5 4/8] powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.c
` [PATCH v5 5/8] powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=N
[PATCH v2 16/23] powerpc: use asm-generic/mmu_context.h for no-op implementations
2020-08-26 14:52 UTC
[Bug 208957] New: 5.9-rc1 fails to build for a PowerMac G5: .../book3s64/hash_utils.c:1119:21: error: ‘default_uamor’ undeclared (first use in this function) 1119 | mtspr(SPRN_UAMOR, default_uamor);
2020-08-26 14:34 UTC (3+ messages)
` [Bug 208957] "
[PATCH v2 1/4] powerpc/drmem: Make lmb_size 64 bit
2020-08-26 13:54 UTC (2+ messages)
[PATCH] powerpc/pseries: Do not initiate shutdown when system is running on UPS
2020-08-26 13:54 UTC (2+ messages)
[PATCH v2 3/4] powerpc/memhotplug: Make lmb size 64bit
2020-08-26 13:53 UTC (2+ messages)
[PATCH v2 1/2] powerpc/rtas: Restrict RTAS requests from userspace
2020-08-26 13:53 UTC (2+ messages)
[PATCH v7 00/12] huge vmalloc mappings
2020-08-26 11:59 UTC (15+ messages)
` [PATCH v7 01/12] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v7 02/12] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v7 03/12] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v7 04/12] mm/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v7 05/12] mm: HUGE_VMAP arch support cleanup
` [PATCH v7 06/12] powerpc: inline huge vmap supported functions
` [PATCH v7 07/12] arm64: "
` [PATCH v7 08/12] x86: "
` [PATCH v7 09/12] mm: Move vmap_range from mm/ioremap.c to mm/vmalloc.c
` [PATCH v7 10/12] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v7 11/12] mm/vmalloc: Hugepage vmalloc mappings
` [PATCH v7 12/12] powerpc/64s/radix: Enable huge "
Please apply commit 0828137e8f16 ("powerpc/64s: Don't init FSCR_DSCR in __init_FSCR()") to v4.14.y, v4.19.y, v5.4.y, v5.7.y
2020-08-26 11:58 UTC (3+ messages)
[PATCH] selftests/powerpc: Fix prefixes in alignment_handler signal handler
2020-08-26 7:27 UTC (2+ messages)
[PATCH net v3] ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
2020-08-26 1:14 UTC (3+ messages)
[RFT][PATCH 0/7] Avoid overflow at boundary_size
2020-08-25 23:19 UTC (3+ messages)
[PATCH net v2] ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
2020-08-25 17:08 UTC (2+ messages)
[PATCH 00/29] treewide: Convert comma separated statements
2020-08-25 14:55 UTC (3+ messages)
` [PATCH 17/29] fs_enet: Avoid "
[PATCH net] ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
2020-08-25 13:45 UTC (2+ messages)
[PATCH] powerpc: Update documentation of ISA versions for Power10
2020-08-25 13:18 UTC (3+ messages)
[PATCH v11 0/5] powerpc: switch VDSO to C implementation
2020-08-25 13:09 UTC (6+ messages)
` [PATCH v11 1/5] powerpc/processor: Move cpu_relax() into asm/vdso/processor.h
` [PATCH v11 2/5] powerpc/vdso: Prepare for switching VDSO to generic C implementation
` [PATCH v11 3/5] powerpc/vdso: Save and restore TOC pointer on PPC64
` [PATCH v11 4/5] powerpc/vdso: Switch VDSO to generic C implementation
` [PATCH v11 5/5] powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32
[PATCH V2] ASoC: fsl: imx-es8328: add missing put_device() call in imx_es8328_probe()
2020-08-25 13:02 UTC
[PATCH] usb: gadget: fsl: Fix unsigned expression compared with zero in fsl_udc_probe
2020-08-25 9:02 UTC (7+ 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).