linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-03 16:52:56 to 2020-04-06 21:03:29 UTC [more...]

[PATCH v3 00/32] powerpc/64: interrupts and syscalls series
 2020-04-06 21:00 UTC  (12+ messages)
` [PATCH v11 0/8] Disable compat cruft on ppc64le v11
  ` [PATCH v11 3/8] powerpc/perf: consolidate read_user_stack_32
          ` [PATCH] powerpcs: perf: consolidate perf_callchain_user_64 and perf_callchain_user_32

[PATCH v3 1/1] ppc/crash: Reset spinlocks during crash
 2020-04-06 18:46 UTC  (3+ messages)

[RFC PATCH v2 01/13] powerpc/radix: Make kuap_check_amr() and kuap_restore_amr() generic
 2020-04-06 18:21 UTC  (23+ messages)
` [RFC PATCH v2 02/13] powerpc/32s: Create C version of kuap_restore() and kuap_check()
` [RFC PATCH v2 03/13] powerpc/8xx: "
` [RFC PATCH v2 04/13] powerpc/irq: Add new helpers to play with MSR_EE and MSR_RI on PPC32
` [RFC PATCH v2 05/13] powerpc/syscall: Rename syscall_64.c into syscall.c
` [RFC PATCH v2 06/13] powerpc/syscall: Make syscall_64.c buildable on PPC32
` [RFC PATCH v2 07/13] powerpc/syscall: Use is_compat_task()
` [RFC PATCH v2 08/13] powerpc/syscall: Save r3 in regs->orig_r3
` [RFC PATCH v2 09/13] powerpc/syscall: Selectively check MSR_RI and MSR_PR on syscall entry
` [RFC PATCH v2 10/13] powerpc/syscall: system call implement entry/exit logic in C for PPC32
` [RFC PATCH v2 11/13] powerpc/syscall: Avoid stack frame in likely part of syscall_call_exception()
` [RFC PATCH v2 12/13] powerpc/kernel: Do not inconditionally save non volatile registers on system call
` [RFC PATCH v2 13/13] powerpc/kernel: Do not use READ_ONCE() to access current thread_info flags

[RFC PATCH v3 01/15] powerpc/syscall: Refactorise from Nick
 2020-04-06 18:16 UTC  (15+ messages)
` [RFC PATCH v3 02/15] powerpc/radix: Make kuap_check_amr() and kuap_restore_amr() generic
` [RFC PATCH v3 03/15] powerpc/32s: Create C version of kuap_restore() and kuap_check()
` [RFC PATCH v3 04/15] powerpc/8xx: "
` [RFC PATCH v3 05/15] powerpc/irq: Add helpers to get and set regs->softe
` [RFC PATCH v3 06/15] powerpc/irq: Add new helpers to play with MSR_EE and MSR_RI on PPC32
` [RFC PATCH v3 07/15] powerpc/irq: Add stub irq_soft_mask_return() for PPC32
` [RFC PATCH v3 08/15] powerpc/syscall: Rename syscall_64.c into syscall.c
` [RFC PATCH v3 09/15] powerpc/syscall: Make syscall_64.c buildable on PPC32
` [RFC PATCH v3 10/15] powerpc/syscall: Use is_compat_task()
` [RFC PATCH v3 11/15] powerpc/syscall: Save r3 in regs->orig_r3
` [RFC PATCH v3 12/15] powerpc/syscall: Selectively check MSR_RI and MSR_PR on syscall entry
` [RFC PATCH v3 13/15] powerpc/syscall: system call implement entry/exit logic in C for PPC32
` [RFC PATCH v3 14/15] powerpc/syscall: Avoid stack frame in likely part of syscall_call_exception()
` [RFC PATCH v3 15/15] powerpc/kernel: Do not inconditionally save non volatile registers on system call

[PATCH 1/1] powerpc/crash: Use NMI context for printk after crashing other CPUs
 2020-04-06 17:40 UTC 

[PATCH] powerpc/mce: Add MCE notification chain
 2020-04-06 17:17 UTC  (5+ messages)

[PATCH 1/2] dma-mapping: add a dma_ops_bypass flag to struct device
 2020-04-06 17:17 UTC  (13+ messages)

[PATCH v2] powerpc/vio: drop bus_type from parent device
 2020-04-06 15:57 UTC 

[PATCH v3 1/1] powerpc/kernel: Enables memory hot-remove after reboot on pseries guests
 2020-04-06 15:41 UTC  (3+ messages)

[PATCH v5 0/2] Fix opal_add_one_export
 2020-04-06 14:56 UTC  (6+ messages)
` [PATCH v5 1/2] powerpc/powernv: Remove redundant assignments to attr and name
  ` [PATCH v5 1/2] powerpc/powernv: Remove two unnecessary variable initialisations in opal_add_one_export()
  ` [PATCH v5 1/2] powerpc/powernv: Return directly after a failed of_property_read_u64_array() "
` [PATCH v5 2/2] powerpc/powernv: Add NULL check after kzalloc in opal_add_one_export

[PATCH v8 0/7] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-04-06 14:13 UTC  (3+ messages)
` [PATCH v8 1/7] perf expr: Add expr_ prefix for parse_ctx and parse_id

remove set_fs calls from the exec and coredump code
 2020-04-06 13:12 UTC  (13+ messages)
` [PATCH 1/6] powerpc/spufs: simplify spufs core dumping
` [PATCH 2/6] binfmt_elf: open code copy_siginfo_to_user to kernelspace buffer
` [PATCH 3/6] binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dump
` [PATCH 4/6] binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dump
` [PATCH 5/6] exec: simplify the copy_strings_kernel calling convention
` [PATCH 6/6] exec: open code copy_string_kernel

[PATCH] powerpc: improve ppc_save_regs
 2020-04-06 13:06 UTC  (2+ messages)

[PATCH] selftests/powerpc: Always build the tm-poison test 64-bit
 2020-04-06 13:06 UTC  (2+ messages)

[PATCH] powerpc/64s: Fix doorbell wakeup msgclr optimisation
 2020-04-06 13:05 UTC  (2+ messages)

[PATCH] Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs enabled"
 2020-04-06 13:05 UTC  (2+ messages)

[PATCH kernel] powerpc/pseries/ddw: Extend upper limit for huge DMA window for persistent memory
 2020-04-06 13:05 UTC  (2+ messages)

[PATCH 6/9] powerpc/ps3: Set CONFIG_UEVENT_HELPER=y in ps3_defconfig
 2020-04-06 13:05 UTC  (2+ messages)

[PATCH] selftests/eeh: Skip ahci adapters
 2020-04-06 13:05 UTC  (2+ messages)

[PATCH 4/9] powerpc/ps3: remove an unneeded NULL check
 2020-04-06 13:05 UTC  (2+ messages)

[PATCH 1/9] powerpc/ps3: Remove duplicate error messages
 2020-04-06 13:05 UTC  (2+ messages)

[PATCH v12 1/8] powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro
 2020-04-06 13:05 UTC  (2+ messages)

[PATCH v2] powerpc/pseries: Fix MCE handling on pseries
 2020-04-06 13:05 UTC  (2+ messages)

[PATCH v4 1/2] powerpc/perf: Implement a global lock to avoid races between trace, core and thread imc events
 2020-04-06 13:05 UTC  (2+ messages)

[PATCH v2] powerpc/time: Replace <linux/clk-provider.h> by <linux/of_clk.h>
 2020-04-06 13:05 UTC  (2+ messages)

[Bug 207129] New: PowerMac G4 DP (5.6.2 debug kernel + inline KASAN) freezes shortly after booting with "do_IRQ: stack overflow: 1760"
 2020-04-06 12:27 UTC  (4+ messages)
` [Bug 207129] "

[PATCH v4] powerpc/powernv: add NULL check after kzalloc in opal_add_one_export
 2020-04-06 12:00 UTC  (4+ messages)

[PATCH v5 00/21] Initial Prefixed Instruction support
 2020-04-06 11:29 UTC  (33+ messages)
` [PATCH v5 01/21] powerpc/xmon: Remove store_inst() for patch_instruction()
` [PATCH v5 02/21] powerpc/xmon: Move out-of-line instructions to text section
` [PATCH v5 03/21] powerpc: Change calling convention for create_branch() et. al
` [PATCH v5 04/21] powerpc: Use a macro for creating instructions from u32s
` [PATCH v5 05/21] powerpc: Use a function for getting the instruction op code
` [PATCH v5 06/21] powerpc: Use an accessor for instructions
` [PATCH v5 07/21] powerpc: Use a function for byte swapping instructions
` [PATCH v5 08/21] powerpc: Introduce functions for instruction equality
` [PATCH v5 09/21] powerpc: Use a datatype for instructions
` [PATCH v5 10/21] powerpc: Use a function for reading instructions
` [PATCH v5 11/21] powerpc: Define and use __get_user_instr{, inatomic}()
` [PATCH v5 12/21] powerpc: Introduce a function for reporting instruction length
` [PATCH v5 13/21] powerpc/xmon: Use a function for reading instructions
` [PATCH v5 14/21] powerpc/xmon: Move insertion of breakpoint for xol'ing
` [PATCH v5 15/21] powerpc: Make test_translate_branch() independent of instruction length
` [PATCH v5 16/21] powerpc: Enable Prefixed Instructions
` [PATCH v5 17/21] powerpc: Define new SRR1 bits for a future ISA version
` [PATCH v5 18/21] powerpc64: Add prefixed instructions to instruction data type
` [PATCH v5 19/21] powerpc: Support prefixed instructions in alignment handler
` [PATCH v5 20/21] powerpc sstep: Add support for prefixed load/stores
` [PATCH v5 21/21] powerpc sstep: Add support for prefixed fixed-point arithmetic

[GIT PULL] Please pull powerpc/linux.git powerpc-5.7-1 tag
 2020-04-06 10:57 UTC  (4+ messages)

[PATCH v3] powerpc/powernv: add NULL check after kzalloc in opal_add_one_export
 2020-04-06 10:40 UTC  (6+ messages)

Make PowerNV IOMMU group setup saner (and fix it for hotpug)
 2020-04-06  9:56 UTC  (16+ messages)
` [PATCH 1/7] powerpc/powernv/npu: Clean up compound table group initialisation
` [PATCH 2/7] powerpc/powernv/iov: Don't add VFs to iommu group during PE config
` [PATCH 3/7] powerpc/powernv/pci: Register iommu group at PE DMA setup
` [PATCH 4/7] powerpc/powernv/pci: Add device to iommu group during dma_dev_setup()
` [PATCH 5/7] powerpc/powernv/pci: Delete old iommu recursive iommu setup
` [PATCH 6/7] powerpc/powernv/pci: Move tce size parsing to pci-ioda-tce.c
` [PATCH 7/7] powerpc/powernv/npu: Move IOMMU group setup into npu-dma.c

[RFC/PATCH 0/3] Add support for stop instruction inside KVM guest
 2020-04-03  9:31 UTC  (4+ messages)
` [RFC/PATCH 2/3] pseries/kvm: Clear PSSCR[ESL|EC] bits before guest entry

[PATCH v4 0/6] [PATCH v4 0/6] Track and expose idle PURR and SPURR ticks
 2020-04-03 18:10 UTC  (12+ messages)
` [PATCH v4 2/6] powerpc/idle: Add accessor function to always read latest idle PURR
` [PATCH v4 6/6] pseries/sysfs: Minimise IPI noise while reading [idle_][s]purr

[RFC PATCH v0 0/5] powerpc/mm/radix: Memory unplug fixes
 2020-04-06  3:49 UTC  (6+ messages)
` [RFC PATCH v0 1/5] powerpc/pseries/hotplug-memory: Set DRCONF_MEM_HOTREMOVABLE for hot-plugged mem
` [RFC PATCH v0 2/5] powerpc/mm/radix: Create separate mappings for hot-plugged memory
` [RFC PATCH v0 3/5] powerpc/mm/radix: Fix PTE/PMD fragment count for early page table mappings
` [RFC PATCH v0 4/5] powerpc/mm/radix: Free PUD table when freeing pagetable
` [RFC PATCH v0 5/5] powerpc/mm/radix: Remove split_kernel_mapping()

[PATCH 1/2] cpufreq: qoriq: convert to a platform driver
 2020-04-06  2:58 UTC  (3+ messages)
` [PATCH 2/2] clk: qoriq: add cpufreq platform device

[PATCH] KVM: PPC: Book3S HV: Remove NULL check before kfree
 2020-04-06  1:14 UTC  (2+ messages)

[PATCH] Fix: buffer overflow during hvc_alloc()
 2020-04-06  0:31 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS 2c0ce4ff35994a7b12cc9879ced52c9e7c2e6667
 2020-04-05 23:24 UTC 

[powerpc:next] BUILD SUCCESS 6ba4a2d3591039aea1cb45c7c42262d26351a2fa
 2020-04-05 23:24 UTC 

[Bug 199561] sungem: RX MAC fifo overflow smac[03910440]
 2020-04-05 22:00 UTC  (2+ messages)

[RFC WIP PATCH] powerpc/32: system call implement entry/exit logic in C
 2020-04-05 18:53 UTC  (4+ messages)

[PATCH v2 1/5] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
 2020-04-05 18:47 UTC  (7+ messages)
` [PATCH v2 5/5] uaccess: Rename user_access_begin/end() to user_full_access_begin/end()

[mm/debug] f675f2f91d: WARNING:at_mm/debug_vm_pgtable.c:#debug_vm_pgtable
 2020-04-05 14:49 UTC  (2+ messages)

[PATCH v2 00/22] Avoid IPI while updating page table entries
 2020-04-05 13:37 UTC  (4+ messages)
` [PATCH v2 01/22] powerpc/pkeys: Avoid using lockless page table walk

[PATCH V2 0/3] mm/debug: Add more arch page table helper tests
 2020-04-05 12:28 UTC  (3+ messages)

[PATCH v3] powerpc/powernv: add NULL check after kzalloc in opal_add_one_export
 2020-04-05 12:25 UTC 

[PATCH v2] powerpc/powernv: add NULL check after kzalloc in opal_add_one_export
 2020-04-05 12:20 UTC  (3+ messages)

[PATCH] powerpc/powernv: add NULL check after kzalloc in opal_add_one_export
 2020-04-05 10:21 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Remove NULL check before kfree
 2020-04-05  9:10 UTC 

WARNING in ext4_da_update_reserve_space
 2020-04-04 22:13 UTC  (3+ messages)

[PATCH v2 13/14] powerpc/64s: system reset do not trace
 2020-04-04 21:40 UTC  (2+ messages)

[PATCH v2 4/4] powerpc/uaccess: add more __builtin_expect annotations
 2020-04-04 14:56 UTC  (2+ messages)

[Bug 206203] New: kmemleak reports various leaks in drivers/of/unittest.c
 2020-04-03 19:23 UTC  (4+ messages)
` [Bug 206203] "

[PATCH v5 0/4] powerpc/papr_scm: Add support for reporting nvdimm health
 2020-04-03 18:41 UTC  (7+ messages)
` [PATCH v5 2/4] ndctl/uapi: Introduce NVDIMM_FAMILY_PAPR_SCM as a new NVDIMM DSM family
` [PATCH v5 3/4] powerpc/papr_scm, uapi: Add support for handling PAPR DSM commands
  ` [PATCH v5 3/4] powerpc/papr_scm,uapi: "
` [PATCH v5 4/4] powerpc/papr_scm: Implement support for DSM_PAPR_SCM_HEALTH

[PATCH v2] powerpc/XIVE: SVM: share the event-queue page with the Hypervisor
 2020-04-03 18:24 UTC  (4+ messages)

[PATCH RESEND 1/4] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
 2020-04-03 17:26 UTC  (9+ messages)


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