linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-17 10:28:43 to 2020-08-19 04:46:36 UTC [more...]

[PATCH v3] powerpc/pseries/svm: Allocate SWIOTLB buffer anywhere in memory
 2020-08-19  4:43 UTC  (2+ messages)

[PASEMI] Nemo board doesn't boot anymore after the commit "powerpc/book3s64/pkeys: Simplify pkey disable branch"
 2020-08-19  4:35 UTC  (10+ messages)
        ` [Virtual ppce500] virtio_gpu virtio0: swiotlb buffer is full

[PATCH v3] soc: fsl: enable acpi support
 2020-08-19  4:00 UTC 

[PATCH 1/9] selftests/powerpc: Make using_hash_mmu() work on Cell & PowerMac
 2020-08-19  1:57 UTC  (9+ messages)
` [PATCH 2/9] selftests/powerpc: Give the bad_accesses test longer to run
` [PATCH 3/9] selftests/powerpc: Move set_dscr() into rfi_flush.c
` [PATCH 4/9] selftests/powerpc: Include asm/cputable.h from utils.h
` [PATCH 5/9] selftests/powerpc: Don't run DSCR tests on old systems
` [PATCH 6/9] selftests/powerpc: Skip security tests on older CPUs
` [PATCH 7/9] selftests/powerpc: Skip L3 bank test "
` [PATCH 8/9] selftests/powerpc: Don't touch VMX/VSX "
` [PATCH 9/9] selftests/powerpc: Properly handle failure in switch_endian_test

[PATCH] powerpc/64: Remove unused generic_secondary_thread_init()
 2020-08-19  1:57 UTC 

[PATCH 1/3] powerpc: Move arch_cpu_idle_dead() into smp.c
 2020-08-19  1:56 UTC  (3+ messages)
` [PATCH 2/3] powerpc/smp: Fold cpu_die() into its only caller
` [PATCH 3/3] powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()

[PATCH v2 00/25] powerpc: Switch signal 32 to using unsafe_put_user() and friends
 2020-08-19  1:19 UTC  (27+ messages)
` [PATCH v2 01/25] powerpc/signal: Move inline functions in signal.h
` [PATCH v2 02/25] powerpc/ptrace: Move declaration of ptrace_get_reg() and ptrace_set_reg()
` [PATCH v2 03/25] powerpc/ptrace: Consolidate reg index calculation
` [PATCH v2 04/25] powerpc/ptrace: Create ptrace_get_fpr() and ptrace_put_fpr()
` [PATCH v2 05/25] powerpc/signal: Don't manage floating point regs when no FPU
` [PATCH v2 06/25] powerpc/32s: Allow deselecting CONFIG_PPC_FPU on mpc832x
` [PATCH v2 07/25] powerpc/signal: Remove BUG_ON() in handler_signal functions
` [PATCH v2 08/25] powerpc/signal: Move access_ok() out of get_sigframe()
` [PATCH v2 09/25] powerpc/signal: Remove get_clean_sp()
` [PATCH v2 10/25] powerpc/signal: Call get_tm_stackpointer() from get_sigframe()
` [PATCH v2 11/25] powerpc/signal: Refactor bad frame logging
` [PATCH v2 12/25] powerpc/signal32: Simplify logging in handle_rt_signal32()
` [PATCH v2 13/25] powerpc/signal32: Move handle_signal32() close to handle_rt_signal32()
` [PATCH v2 14/25] powerpc/signal32: Rename local pointers in handle_rt_signal32()
` [PATCH v2 15/25] powerpc/signal32: Misc changes to make handle_[rt_]_signal32() more similar
` [PATCH v2 16/25] powerpc/signal32: Move signal trampoline setup to handle_[rt_]signal32
` [PATCH v2 17/25] powerpc/signal32: Switch handle_signal32() to user_access_begin() logic
` [PATCH v2 18/25] powerpc/signal32: Switch handle_rt_signal32() "
` [PATCH v2 19/25] powerpc/signal32: Remove ifdefery in middle of if/else
` [PATCH v2 20/25] signal: Add unsafe_put_compat_sigset()
` [PATCH v2 21/25] powerpc/signal32: Add and use unsafe_put_sigset_t()
` [PATCH v2 22/25] powerpc/signal32: Switch swap_context() to user_access_begin() logic
` [PATCH v2 23/25] powerpc/signal: Create 'unsafe' versions of copy_[ck][fpr/vsx]_to_user()
` [PATCH v2 24/25] powerpc/signal32: Isolate non-copy actions in save_user_regs() and save_tm_user_regs()
` [PATCH v2 25/25] powerpc/signal32: Transform save_user_regs() and save_tm_user_regs() in 'unsafe' version

[PATCH 1/2] lockdep: improve current->(hard|soft)irqs_enabled synchronisation with actual irq state
 2020-08-18 23:54 UTC  (7+ messages)

[PATCH] powerpc/book3s64/radix: Fix boot failure with large amount of guest memory
 2020-08-18 23:44 UTC  (4+ messages)

fsl_espi errors on v5.7.15
 2020-08-18 22:44 UTC  (4+ messages)

[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-18 22:32 UTC 

[PATCH v3 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-18 22:18 UTC  (19+ messages)
` [PATCH v3 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH v3 02/17] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH v3 03/17] arm, xtensa: simplify initialization of high memory pages
` [PATCH v3 04/17] arm64: numa: simplify dummy_numa_init()
` [PATCH v3 05/17] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH v3 06/17] riscv: drop unneeded node initialization
` [PATCH v3 07/17] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH v3 08/17] memblock: make for_each_memblock_type() iterator private
` [PATCH v3 09/17] memblock: make memblock_debug and related functionality private
` [PATCH v3 10/17] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH v3 11/17] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH v3 12/17] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH v3 13/17] x86/setup: simplify initrd relocation and reservation
` [PATCH v3 14/17] x86/setup: simplify reserve_crashkernel()
` [PATCH v3 15/17] memblock: remove unused memblock_mem_size()
` [PATCH v3 16/17] memblock: implement for_each_reserved_mem_region() using __next_mem_region()
` [PATCH v3 17/17] memblock: use separate iterators for memory and reserved regions

[PATCH 1/2] powerpc/64s: remove PROT_SAO support
 2020-08-18 20:59 UTC  (4+ messages)

remove the last set_fs() in common code, and remove it for x86 and powerpc
 2020-08-18 20:08 UTC  (31+ messages)
` [PATCH 01/11] mem: remove duplicate ops for /dev/zero and /dev/null
` [PATCH 02/11] fs: don't allow kernel reads and writes without iter ops
` [PATCH 03/11] fs: don't allow splice read/write without explicit ops
` [PATCH 04/11] uaccess: add infrastructure for kernel builds with set_fs()
` [PATCH 05/11] test_bitmap: skip user bitmap tests for !CONFIG_SET_FS
` [PATCH 06/11] lkdtm: disable set_fs-based "
` [PATCH 07/11] x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32, 64}_types.h
  ` [PATCH 07/11] x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.h
` [PATCH 08/11] x86: make TASK_SIZE_MAX usable from assembly code
` [PATCH 09/11] x86: remove address space overrides using set_fs()
` [PATCH 10/11] powerpc: use non-set_fs based maccess routines

[PATCH v2] powerpc/pseries/svm: Allocate SWIOTLB buffer anywhere in memory
 2020-08-18 19:51 UTC  (3+ messages)

[PATCH] powerpc/pseries: Do not initiate shutdown when system is running on UPS
 2020-08-18 19:35 UTC  (2+ messages)

[PATCH v3 0/3] refine and clean code for synchronous mode
 2020-08-18 16:55 UTC  (2+ messages)

[PATCH v2] ASoC: fsl-asoc-card: Get "extal" clock rate by clk_get_rate
 2020-08-18 16:54 UTC  (2+ messages)

Flushing transparent hugepages
 2020-08-18 16:08 UTC  (2+ messages)

[PATCH v2] powerpc/pseries/hotplug-cpu: wait indefinitely for vCPU death
 2020-08-18 13:58 UTC  (2+ messages)

[PATCH] powerpc/kasan: Fix KASAN_SHADOW_START on BOOK3S_32
 2020-08-18 13:58 UTC  (2+ messages)

[PATCH] powerpc/fixmap: Fix the size of the early debug area
 2020-08-18 13:58 UTC  (2+ messages)

[PATCH] powerpc/pkeys: Fix build error with PPC_MEM_KEYS disabled
 2020-08-18 13:58 UTC  (2+ messages)

[PATCH] powerpc/32s: Fix is_module_segment() when MODULES_VADDR is defined
 2020-08-18 13:58 UTC  (2+ messages)

[powerpc] 5.9.0-rc1 boot failure on POWER9 PowerVM LPAR
 2020-08-18 12:41 UTC  (2+ messages)

[PATCH v2] soc: fsl: enable acpi support
 2020-08-18 11:48 UTC  (2+ messages)

[PATCH 00/10] sound: convert tasklets to use new tasklet_setup()
 2020-08-18 10:59 UTC  (18+ messages)
` [PATCH 01/10] sound: core: convert tasklets to use new tasklet_setup() API
` [PATCH 02/10] sound: firewire: "
` [PATCH 03/10] sound: asihpi: "
` [PATCH 04/10] sound: riptide: "
` [PATCH 05/10] sound: rm9652: "
` [PATCH 06/10] sound/soc: fsl_esai: "
` [PATCH 07/10] sound/soc: sh: "
` [PATCH 08/10] sound/soc: txx9: "
` [PATCH 09/10] sound: midi: "
` [PATCH 10/10] sound: ua101: "

[PATCH 00/20] ethernet: convert tasklets to use new tasklet_setup() API
 2020-08-18  9:14 UTC  (8+ messages)
` [PATCH 06/20] ethernet: chelsio: "
` [PATCH 08/20] ethernet: hinic: "
` [PATCH 16/20] ethernet: netronome: "
  ` [oss-drivers] "

[PATCH v2 1/3] powerpc/numa: Introduce logical numa id
 2020-08-18  8:21 UTC  (7+ messages)
` [PATCH v2 2/3] powerpc/powernv/cpufreq: Don't assume chip id is same as Linux node id
` [PATCH v2 3/3] powerpc/numa: Move POWER4 restriction to the helper

[PATCH v6 0/3] Offline memoryless cpuless node 0
 2020-08-18  8:11 UTC  (4+ messages)
` [PATCH v6 1/3] powerpc/numa: Set numa_node for all possible cpus
` [PATCH v6 2/3] powerpc/numa: Prefer node id queried from vphn
` [PATCH v6 3/3] powerpc/numa: Offline memoryless cpuless node 0

[PATCH v5 3/3] mm/page_alloc: Keep memoryless cpuless node 0 offline
 2020-08-18  7:49 UTC  (14+ messages)

[PATCH] powerpc/pseries/eeh: Fix dumb linebreaks
 2020-08-18  4:45 UTC 

[RFC PATCH 1/2] sparc64: remove mm_cpumask clearing to fix kthread_use_mm race
 2020-08-18  3:34 UTC  (2+ messages)
` [RFC PATCH 2/2] powerpc/64s/radix: Fix mm_cpumask trimming race vs kthread_use_mm

[PATCH v4] selftests/powerpc: Fix pkey syscall redefinitions
 2020-08-18  3:21 UTC  (2+ messages)

[PATCH] powerpc: Fix P10 PVR revision in /proc/cpuinfo for SMT4 cores
 2020-08-18  3:21 UTC  (2+ messages)

[PATCH 1/2] powerpc/kernel/cputable: cleanup the function declarations
 2020-08-18  3:21 UTC  (2+ messages)

[PATCH V6 0/2] powerpc/perf: Add support for perf extended regs in powerpc
 2020-08-18  3:21 UTC  (2+ messages)

[PATCH v4 8/8] mm/vmalloc: Hugepage vmalloc mappings
 2020-08-18  0:30 UTC  (2+ messages)
` [mm/vmalloc] a1a514f208: WARNING:at_kernel/locking/lockdep.c:#__lock_acquire

[PATCH v1 00/10] DDW indirect mapping
 2020-08-17 23:40 UTC  (11+ 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 v1 05/10] powerpc/pseries/iommu: Add iommu_pseries_alloc_table() helper
` [PATCH v1 06/10] powerpc/pseries/iommu: Add ddw_list_add() helper
` [PATCH v1 07/10] powerpc/pseries/iommu: Allow DDW windows starting at 0x00
` [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 v1 10/10] powerpc/pseries/iommu: Rename "direct window" to "dma window"

[PATCH 0/8] scsi: convert tasklets to use new tasklet_setup()
 2020-08-17 19:57 UTC  (12+ messages)
` [PATCH 1/8] scsi: aic94xx: convert tasklets to use new tasklet_setup() API
` [PATCH 2/8] scsi: esas2r: "
` [PATCH 3/8] scsi: ibmvscsi: "
` [PATCH 4/8] scsi: isci: "
` [PATCH 5/8] scsi: megaraid: "
` [PATCH 6/8] scsi: mvsas: "
` [PATCH 7/8] scsi: pm8001: "
` [PATCH 8/8] scsi: pmcraid: "

[PATCH v4 0/8] huge vmalloc mappings
 2020-08-17 13:23 UTC  (3+ messages)
` [PATCH v4 6/8] mm: Move vmap_range from lib/ioremap.c to mm/vmalloc.c

[PATCH] swiotlb: Allow allocating buffer anywhere in memory
 2020-08-17 21:48 UTC  (3+ messages)

[RFC PATCH 1/3] powerpc/mem: Store the dt_root_size/addr cell values for later usage
 2020-08-17 17:31 UTC  (3+ messages)
` [RFC PATCH] powerpc/drmem: use global variable instead of fetching again

[PATCH v2 1/4] powerpc/drmem: Make lmb_size 64 bit
 2020-08-17 15:56 UTC  (4+ messages)
` [PATCH v2 2/4] powerpc/mem: Store the dt_root_size/addr cell values for later usage

[PATCH 0/7] usb: convert tasklets to use new tasklet_setup()
 2020-08-17  9:02 UTC  (8+ messages)
` [PATCH 1/7] usb: atm: convert tasklets to use new tasklet_setup() API
` [PATCH 2/7] usb: c67x00: "
` [PATCH 3/7] usb: hcd: "
` [PATCH 4/7] usb/gadget: f_midi: "
` [PATCH 5/7] usb/gadget: fsl_qe_udc: "
` [PATCH 6/7] usb: xhci: "
` [PATCH 7/7] usb: mos7720: "

[PATCH v4 0/6] powerpc/watchpoint: Bug fixes plus new feature flag
 2020-08-17 10:23 UTC  (7+ messages)
` [PATCH v4 1/6] powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=N
` [PATCH v4 2/6] powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.c
` [PATCH v4 3/6] powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=N
` [PATCH v4 4/6] powerpc/watchpoint: Add hw_len wherever missing
` [PATCH v4 5/6] powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31
` [PATCH v4 6/6] powerpc/watchpoint/selftests: Tests for kernel accessing user memory


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