linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-01 07:37:44 to 2020-09-03 16:37:57 UTC [more...]

remove the last set_fs() in common code, and remove it for x86 and powerpc v3
 2020-09-03 15:49 UTC  (22+ messages)
` [PATCH 01/14] proc: remove a level of indentation in proc_get_inode
` [PATCH 02/14] proc: cleanup the compat vs no compat file ops
` [PATCH 03/14] proc: add a read_iter method to proc proc_ops
` [PATCH 04/14] sysctl: Convert to iter interfaces
` [PATCH 05/14] fs: don't allow kernel reads and writes without iter ops
` [PATCH 06/14] fs: don't allow splice read/write without explicit ops
` [PATCH 07/14] uaccess: add infrastructure for kernel builds with set_fs()
` [PATCH 08/14] test_bitmap: remove user bitmap tests
` [PATCH 09/14] lkdtm: remove set_fs-based tests
` [PATCH 10/14] x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32, 64}_types.h
` [PATCH 11/14] x86: make TASK_SIZE_MAX usable from assembly code
` [PATCH 12/14] x86: remove address space overrides using set_fs()
` [PATCH 13/14] powerpc: use non-set_fs based maccess routines
` [PATCH 14/14] powerpc: remove address space overrides using set_fs()

[PATCH v2] ASoC: fsl_sai: Set SAI Channel Mode to Output Mode
 2020-09-03 13:48 UTC  (2+ messages)

[PATCH] ASoC: fsl_sai: Support multiple data channel enable bits
 2020-09-03 13:48 UTC  (3+ messages)

[PATCH] selftests/powerpc: Skip PROT_SAO test in guests/LPARS
 2020-09-03 12:27 UTC  (3+ messages)

[PATCH v3] powerpc/mm: Remove DEBUG_VM_PGTABLE support on powerpc
 2020-09-03 12:26 UTC  (2+ messages)

[PATCH v2] powerpc/book3s64/radix: Fix boot failure with large amount of guest memory
 2020-09-03 12:26 UTC  (2+ messages)

[PATCH 0/2] dma-mapping: update default segment_boundary_mask
 2020-09-03 10:57 UTC  (7+ messages)
` [PATCH 1/2] dma-mapping: introduce dma_get_seg_boundary_nr_pages()
` [PATCH 2/2] dma-mapping: set default segment_boundary_mask to ULONG_MAX

[PATCH v2] cpuidle-pseries: Fix CEDE latency conversion from tb to us
 2020-09-03  9:27 UTC 

remove the last set_fs() in common code, and remove it for x86 and powerpc v2
 2020-09-03  8:55 UTC  (27+ messages)
` [PATCH 05/10] lkdtm: disable set_fs-based tests for !CONFIG_SET_FS
` [PATCH 10/10] powerpc: remove address space overrides using set_fs()

[PATCH v5] soc: fsl: enable acpi support in RCPM driver
 2020-09-03  7:01 UTC 

[PATCH] ASoC: fsl_sai: Set SAI Channel Mode to Output Mode
 2020-09-03  5:38 UTC  (3+ messages)

[PATCH v2] scsi: ibmvfc: interface updates for future FPIN and MQ support
 2020-09-03  5:31 UTC  (3+ messages)

[PATCH v1 00/10] DDW indirect mapping
 2020-09-03  4:41 UTC  (29+ 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 08/10] powerpc/pseries/iommu: Add ddw_property_create() and refactor enable_ddw()
` [PATCH v1 09/10] powerpc/pseries/iommu: Make use of DDW even if it does not map the partition

[PATCH] powerpc/64s: handle ISA v3.1 local copy-paste context switches
 2020-09-03  1:19 UTC  (2+ messages)

[PATCH 0/2] link vdso with linker
 2020-09-02 18:02 UTC  (14+ messages)
` [PATCH 1/2] powerpc/vdso64: link vdso64 "
` [PATCH 2/2] powerpc/vdso32: "

ptrace_syscall_32 is failing
 2020-09-02 16:49 UTC  (5+ messages)

[Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c
 2020-09-02 14:45 UTC  (4+ messages)
` [Bug 206203] "

[PATCH v3 00/13] mm/debug_vm_pgtable fixes
 2020-09-02 13:20 UTC  (35+ messages)
` [PATCH v3 03/13] mm/debug_vm_pgtable/ppc64: Avoid setting top bits in radom value
` [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 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 v4 00/13] mm/debug_vm_pgtable fixes
 2020-09-02 12:53 UTC  (18+ messages)
` [PATCH v4 01/13] powerpc/mm: Add DEBUG_VM WARN for pmd_clear
` [PATCH v4 02/13] powerpc/mm: Move setting pte specific flags to pfn_pte
` [PATCH v4 03/13] mm/debug_vm_pgtable/ppc64: Avoid setting top bits in radom value
` [PATCH v4 04/13] mm/debug_vm_pgtables/hugevmap: Use the arch helper to identify huge vmap support
` [PATCH v4 05/13] mm/debug_vm_pgtable/savedwrite: Enable savedwrite test with CONFIG_NUMA_BALANCING
` [PATCH v4 06/13] mm/debug_vm_pgtable/THP: Mark the pte entry huge before using set_pmd/pud_at
` [PATCH v4 07/13] mm/debug_vm_pgtable/set_pte/pmd/pud: Don't use set_*_at to update an existing pte entry
` [PATCH v4 08/13] mm/debug_vm_pgtable/locks: Move non page table modifying test together
` [PATCH v4 09/13] mm/debug_vm_pgtable/locks: Take correct page table lock
` [PATCH v4 10/13] mm/debug_vm_pgtable/thp: Use page table depost/withdraw with THP
` [PATCH v4 11/13] mm/debug_vm_pgtable/pmd_clear: Don't use pmd/pud_clear on pte entries
` [PATCH v4 12/13] mm/debug_vm_pgtable/hugetlb: Disable hugetlb test on ppc64
` [PATCH v4 13/13] mm/debug_vm_pgtable: Avoid none pte in pte_clear_test

[Bug 209029] New: kernel 5.9-rc2 fails to boot on a PowerMac G5 11, 2 - BUG: Kernel NULL pointer dereference on read at 0x00000020
 2020-09-02 10:48 UTC  (2+ messages)
` [Bug 209029] kernel 5.9-rc2 fails to boot on a PowerMac G5 11,2 "

[PATCH 0/4] more mm switching vs TLB shootdown and lazy tlb
 2020-09-02  9:48 UTC  (4+ messages)
` [PATCH 4/4] powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm

[RFC PATCH 1/2] KVM: PPC: Use the ppc_inst type
 2020-09-02  9:32 UTC  (7+ messages)
` [RFC PATCH 2/2] KVM: PPC: Book3S HV: Support prefixed instructions

[PATCH] mm: check for memory's node later during boot
 2020-09-02  9:09 UTC 

[PATCH] cpuidle-pseries: Fix CEDE latency conversion from tb to us
 2020-09-02  8:35 UTC  (3+ messages)

[PATCH] powerpc: Fix random segfault when freeing hugetlb range
 2020-09-02  8:15 UTC  (4+ messages)

[PATCH 0/7] powerpc/watchpoint: 2nd DAWR kvm enablement + selftests
 2020-09-02  5:13 UTC  (10+ messages)
` [PATCH 1/7] powerpc/watchpoint/kvm: Rename current DAWR macros and variables
` [PATCH 2/7] powerpc/watchpoint/kvm: Add infrastructure to support 2nd DAWR

[PATCH -next] powerpc: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-02  4:51 UTC  (2+ messages)

[PATCH v6 0/8] powerpc/watchpoint: Bug fixes plus new feature flag
 2020-09-02  4:29 UTC  (9+ messages)
` [PATCH v6 1/8] powerpc/watchpoint: Fix quarword instruction handling on p10 predecessors
` [PATCH v6 2/8] powerpc/watchpoint: Fix handling of vector instructions
` [PATCH v6 3/8] powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=N
` [PATCH v6 4/8] powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.c
` [PATCH v6 5/8] powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=N
` [PATCH v6 6/8] powerpc/watchpoint: Add hw_len wherever missing
` [PATCH v6 7/8] powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31
` [PATCH v6 8/8] powerpc/watchpoint/selftests: Tests for kernel accessing user memory

[PATCH] powerpc/powernv/pci: Drop VF MPS fixup
 2020-09-02  3:51 UTC 

[PATCH] powerpc/pci: Remove unimplemented prototypes
 2020-09-02  3:51 UTC 

[PATCH] powerpc/pci: Delete traverse_pci_dn()
 2020-09-02  3:51 UTC 

[powerpc:next-test] BUILD SUCCESS 64cc8701ff3161ff1c257f90375a1a3a8a083d78
 2020-09-02  3:45 UTC 

[powerpc:merge] BUILD SUCCESS 35f066fda170dde0a31f1447547a5d30b83c3920
 2020-09-02  3:45 UTC 

[powerpc:fixes-test] BUILD SUCCESS fc1f178cdb31783ff37296ecae817a1045a1a513
 2020-09-02  3:38 UTC 

[PATCH v2] powerpc/powernv/pci: Drop pnv_phb->initialized
 2020-09-02  1:36 UTC 

[PATCH] soc: fsl: Remove bogus packed attributes from qman.h
 2020-09-02  1:34 UTC  (5+ messages)

[PATCH v3] powerpc: Warn about use of smt_snooze_delay
 2020-09-02  0:00 UTC 

fsl_espi errors on v5.7.15
 2020-09-01 23:31 UTC  (3+ messages)

[RESEND][PATCH 0/7] Avoid overflow at boundary_size
 2020-09-01 20:53 UTC  (7+ messages)
` [RESEND][PATCH 1/7] powerpc/iommu: "

[PATCH v3 16/23] powerpc: use asm-generic/mmu_context.h for no-op implementations
 2020-09-01 14:15 UTC 

[PATCH] powerpc/powernv/pci: Drop pnv_phb->initialized
 2020-09-01 13:52 UTC  (2+ messages)

[PATCH] arch: vdso: add vdso linker script to 'targets' instead of extra-y
 2020-09-01 11:29 UTC  (3+ messages)

[PATCH v2] powerpc/mm: Remove DEBUG_VM_PGTABLE support on powerpc
 2020-09-01 10:48 UTC  (2+ messages)

[PATCH 00/10] sound: convert tasklets to use new tasklet_setup()
 2020-09-01 10:09 UTC  (8+ messages)

[PATCH 0/8] scsi: convert tasklets to use new tasklet_setup()
 2020-09-01 10:06 UTC  (5+ messages)

[PATCH] powerpc/mm: Remove DEBUG_VM_PGTABLE support on ppc64
 2020-09-01  9:13 UTC  (6+ messages)

[PATCH v2 00/13] mm/debug_vm_pgtable fixes
 2020-09-01  9:11 UTC  (4+ messages)

fsl_espi errors on v5.7.15
 2020-09-01  7:38 UTC  (11+ messages)

[PATCH] powerpc/powermac: Fix low_sleep_handler with KUAP and KUEP
 2020-09-01  7:35 UTC 


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