linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-01 22:05:00 to 2020-04-03 10:54:35 UTC [more...]

[PATCH v3 00/32] powerpc/64: interrupts and syscalls series
 2020-04-03 10:52 UTC  (14+ messages)
` [PATCH v11 0/8] Disable compat cruft on ppc64le v11
  ` [PATCH v11 3/8] powerpc/perf: consolidate read_user_stack_32
  ` [PATCH v11 5/8] powerpc/64: make buildable without CONFIG_COMPAT

[PATCH] qbman: Remove set but not used variable 'err'
 2020-04-03  7:35 UTC 

[PATCH v2 1/4] powerpc/64s: implement probe_kernel_read/write without touching AMR
 2020-04-03 10:35 UTC  (6+ messages)
` [PATCH v2 2/4] powerpc/64s: use mmu_has_feature in set_kuap() and get_kuap()
` [PATCH v2 3/4] powerpc/uaccess: evaluate macro arguments once, before user access is allowed
` [PATCH v2 4/4] powerpc/uaccess: add more __builtin_expect annotations

[PATCH v4 0/6] [PATCH v4 0/6] Track and expose idle PURR and SPURR ticks
 2020-04-03 10:34 UTC  (10+ 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

[PATCH v2 00/12] powerpc/64: machine check and system reset fixes
 2020-04-03 10:24 UTC  (4+ messages)
` [PATCH v2 08/12] powerpc/pseries: limit machine check stack to 4GB

[PATCH kernel] powerpc/pseries/ddw: Extend upper limit for huge DMA window for persistent memory
 2020-04-03 10:04 UTC  (3+ messages)

[PATCH v8 1/7] powerpc/mm: Implement set_memory() routines
 2020-04-03 10:03 UTC  (14+ messages)
` [PATCH v8 2/7] powerpc/kprobes: Mark newly allocated probes as RO
` [PATCH v8 3/7] powerpc/mm/ptdump: debugfs handler for W+X checks at runtime
` [PATCH v8 4/7] powerpc: Set ARCH_HAS_STRICT_MODULE_RWX
` [PATCH v8 5/7] powerpc/configs: Enable STRICT_MODULE_RWX in skiroot_defconfig
` [PATCH v8 6/7] powerpc/mm: implement set_memory_attr()
` [PATCH v8 7/7] powerpc/32: use set_memory_attr()

[PATCH RESEND 1/4] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
 2020-04-03 10:02 UTC  (22+ messages)
` [PATCH RESEND 2/4] uaccess: Selectively open read or write user access
` [PATCH RESEND 3/4] drm/i915/gem: Replace user_access_begin by user_write_access_begin
` [PATCH RESEND 4/4] powerpc/uaccess: Implement user_read_access_begin and user_write_access_begin

[PATCH] selftests/powerpc: Always build the tm-poison test 64-bit
 2020-04-03  9:56 UTC 

[PATCH 0/4] ocxl: Cleanup AFU interrupt allocation
 2020-04-03  9:27 UTC  (13+ messages)
` [PATCH 1/4] scsi: cxlflash: Access interrupt trigger page from xive directly
` [PATCH 2/4] ocxl: "
` [PATCH 3/4] ocxl: Don't return trigger page when allocating an interrupt
` [PATCH 4/4] ocxl: Remove custom service to allocate interrupts

[RFC] cpuidle/powernv : Support for pre-entry and post exit of stop state in firmware
 2020-04-03  9:27 UTC 

linux-next: Tree for Apr 3
 2020-04-03  9:00 UTC 

[PATCH 1/4] powerpc/64s: implement probe_kernel_read/write without touching AMR
 2020-04-03  8:59 UTC  (6+ messages)
` [PATCH 3/4] powerpc/uaccess: evaluate macro arguments once, before user access is allowed

generic DMA bypass flag v2
 2020-04-03  8:38 UTC  (13+ messages)
` [PATCH 1/2] dma-mapping: add a dma_ops_bypass flag to struct device

[PATCH v10 00/14] powerpc/vas: Page fault handling for user space NX requests
 2020-04-03  8:19 UTC  (17+ messages)
` [PATCH v10 01/14] powerpc/xive: Define xive_native_alloc_irq_on_chip()
` [PATCH v10 02/14] powerpc/vas: Define nx_fault_stamp in coprocessor_request_block
` [PATCH v10 03/14] powerpc/vas: Alloc and setup IRQ and trigger port address
` [PATCH v10 04/14] powerpc/vas: Setup fault window per VAS instance
` [PATCH v10 05/14] powerpc/vas: Register NX with fault window ID and IRQ port value
` [PATCH v10 06/14] powerpc/vas: Take reference to PID and mm for user space windows
` [PATCH v10 07/14] powerpc/vas: Setup thread IRQ handler per VAS instance
` [PATCH v10 08/14] powerpc/vas: Update CSB and notify process for fault CRBs
` [PATCH v10 09/14] powerpc/vas: Return credits after handling fault
` [PATCH v10 10/14] powerpc/vas: Print CRB and FIFO values
` [PATCH v10 11/14] powerpc/vas: Do not use default credits for receive window
` [PATCH v10 12/14] powerpc/vas: Display process stuck message
` [PATCH v10 13/14] powerpc/vas: Free send window in VAS instance after credits returned
` [PATCH v10 14/14] powerpc: Use mm_context vas_windows counter to issue CP_ABORT

[RFC WIP PATCH] powerpc/32: system call implement entry/exit logic in C
 2020-04-03  7:33 UTC  (3+ messages)

[PATCH] tty: hvc: remove hvcs_driver_string
 2020-04-03  7:30 UTC  (2+ messages)

[PATCH v2 1/5] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
 2020-04-03  7:20 UTC  (5+ messages)
` [PATCH v2 2/5] uaccess: Selectively open read or write user access
` [PATCH v2 3/5] drm/i915/gem: Replace user_access_begin by user_write_access_begin
` [PATCH v2 4/5] powerpc/uaccess: Implement user_read_access_begin and user_write_access_begin
` [PATCH v2 5/5] uaccess: Rename user_access_begin/end() to user_full_access_begin/end()

[RFC PATCH 0/4] consolidate PowerPC instruction encoding macros
 2020-04-03  7:14 UTC  (6+ messages)
` [RFC PATCH 3/4] powerpc ppc-opcode: move ppc instuction encoding from test_emulate_step

[PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2020-04-03  7:09 UTC  (17+ messages)
      ` [PATCH RFC] mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP (was: Re: [PATCH v3 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA)

[PATCH] powerpc/mm: ptdump: Add missing include <asm/vio.h>
 2020-04-03  6:47 UTC  (4+ messages)
` [PATCH v2] powerpc/mm: ptdump: Add missing include <asm/hvcall.h>

[PATCH v3 1/1] ppc/crash: Reset spinlocks during crash
 2020-04-03  6:41 UTC  (6+ messages)

[PATCH 0/4] powerpc/eeh: Release EEH device state synchronously
 2020-04-03  6:08 UTC  (9+ messages)
` [PATCH 1/4] powerpc/eeh: fix pseries_eeh_configure_bridge()
` [PATCH 2/4] powerpc/eeh: Release EEH device state synchronously
` [PATCH 3/4] powerpc/eeh: Remove workaround from eeh_add_device_late()
` [PATCH 4/4] powerpc/eeh: Clean up edev cleanup for VFs

[PATCH 0/2] powerpc: Remove support for ppc405/440 Xilinx platforms
 2020-04-03  4:59 UTC  (14+ messages)

[PATCH v4 00/25] Add support for OpenCAPI Persistent Memory devices
 2020-04-03  4:27 UTC  (38+ messages)
` [PATCH v4 01/25] powerpc/powernv: Add OPAL calls for LPC memory alloc/release
` [PATCH v4 02/25] mm/memory_hotplug: Allow check_hotplug_memory_addressable to be called from drivers
` [PATCH v4 03/25] powerpc/powernv: Map & release OpenCAPI LPC memory
` [PATCH v4 06/25] ocxl: Tally up the LPC memory on a link & allow it to be mapped
` [PATCH v4 07/25] ocxl: Add functions to map/unmap LPC memory
` [PATCH v4 08/25] ocxl: Emit a log message showing how much LPC memory was detected
` [PATCH v4 13/25] nvdimm/ocxl: Read the capability registers & wait for device ready
` [PATCH v4 14/25] nvdimm/ocxl: Add support for Admin commands
` [PATCH v4 15/25] nvdimm/ocxl: Register a character device for userspace to interact with
` [PATCH v4 16/25] nvdimm/ocxl: Implement the Read Error Log command
` [PATCH v4 19/25] nvdimm/ocxl: Forward events to userspace

[PATCH 1/2] powerpc: Add base support for ISA v3.1
 2020-04-03  4:10 UTC  (2+ messages)
` [PATCH 2/2] powerpc/dt_cpu_ftrs: Advertise support for ISA v3.1 if selected

[RFC/PATCH 0/3] Add support for stop instruction inside KVM guest
 2020-04-03  2:20 UTC  (5+ messages)
` [RFC/PATCH 1/3] powerpc/kvm: Handle H_FAC_UNAVAIL when guest executes stop
` [RFC/PATCH 2/3] pseries/kvm: Clear PSSCR[ESL|EC] bits before guest entry

[PATCH] powerpc/mce: Add MCE notification chain
 2020-04-03  2:08 UTC  (2+ messages)

[PATCH v5 0/4] powerpc/papr_scm: Add support for reporting nvdimm health
 2020-04-03  0:58 UTC  (6+ messages)
` [PATCH v5 1/4] powerpc/papr_scm: Fetch nvdimm health information from PHYP

[PATCH v2 00/22] Avoid IPI while updating page table entries
 2020-04-03  0:28 UTC  (3+ messages)
` [PATCH v2 01/22] powerpc/pkeys: Avoid using lockless page table walk

[PATCH v4 00/16] Initial Prefixed Instruction support
 2020-04-03  0:09 UTC  (6+ messages)
` [PATCH v4 03/16] powerpc: Use a datatype for instructions

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

[PATCH v8 0/7] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-04-02 21:27 UTC  (5+ messages)
` [PATCH v8 6/7] tools/perf: Enable Hz/hz prinitg for --metric-only option

WARNING in ext4_da_update_reserve_space
 2020-04-02 14:31 UTC  (3+ messages)

[PATCH v2] qtpm2: Export tpm2_get_cc_attrs_tbl for ibmvtpm driver as module
 2020-04-02 19:31 UTC  (4+ messages)

[RFC PATCH v2 1/1] powerpc/kernel: Enables memory hot-remove after reboot on pseries guests
 2020-04-02 17:08 UTC  (4+ messages)

[PATCH v2] sched/core: fix illegal RCU from offline CPUs
 2020-04-02 16:57 UTC  (6+ messages)

[PATCH v4 0/3] Add support for divde[.] and divdeu[.] instruction emulation
 2020-04-02 15:19 UTC  (4+ messages)
` [PATCH v4 1/3] powerpc ppc-opcode: add divde and divdeu opcodes
` [PATCH v4 2/3] powerpc sstep: add support for divde[.] and divdeu[.] instructions
` [PATCH v4 3/3] powerpc test_emulate_step: add testcases "

[PATCH 00/18] genirq: Remove setup_irq()
 2020-04-02 15:03 UTC  (5+ messages)
` [PATCH 0/6] Kill setup_irq()

[PATCH v2] powerpc/64: Update Speculation_Store_Bypass in /proc/<pid>/status
 2020-04-02 12:49 UTC 

[PATCH] powerpc/64s: Fix doorbell wakeup msgclr optimisation
 2020-04-02 12:12 UTC 

[PATCH] Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs enabled"
 2020-04-02 12:04 UTC 

[PATCH V2 0/5] selftests/powerpc: Add NX-GZIP engine testcase
 2020-04-02 10:55 UTC  (4+ messages)
` [PATCH V2 3/5] selftests/powerpc: Add NX-GZIP engine compress testcase

[PATCH v1 00/46] Use hugepages to map kernel mem on 8xx
 2020-04-02 10:19 UTC  (3+ messages)
` [PATCH v1 06/46] powerpc/kasan: Refactor update of early shadow mappings

[PATCH v1 39/46] powerpc/8xx: Add a function to early map kernel via huge pages
 2020-04-02 10:13 UTC  (4+ messages)

[powerpc:next] BUILD SUCCESS c17eb4dca5a353a9dbbb8ad6934fe57af7165e91
 2020-04-02  9:37 UTC 

[powerpc:next-test] BUILD SUCCESS 824a2d10fcf429689cd20d7d36eeb24697466c9b
 2020-04-02  5:01 UTC 

[powerpc:merge] BUILD SUCCESS d0c12846a3a24cd6d68b608c866712bc7e471634
 2020-04-02  4:56 UTC 

[PATCH v2 1/1] ppc/crash: Skip spinlocks during crash
 2020-04-02  4:49 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the powerpc tree
 2020-04-01 23:09 UTC  (2+ messages)

[PATCH v2 1/1] vfio-pci/nvlink2: Allow fallback to ibm,mmio-atsd[0]
 2020-04-01 22:39 UTC  (2+ messages)

[PATCH v5 0/9] crypto/nx: Enable GZIP engine and provide userpace API
 2020-04-01 22:16 UTC  (10+ messages)
` [PATCH v5 2/9] powerpc/vas: Define VAS_TX_WIN_OPEN ioctl API
` [PATCH v5 3/9] powerpc/vas: Add VAS user space API
` [PATCH v5 4/9] crypto/nx: Initialize coproc entry with kzalloc
` [PATCH v5 5/9] crypto/nx: Rename nx-842-powernv file name to nx-common-powernv
` [PATCH 6/9] crypto/nx: Make enable code generic to add new GZIP compression type
  ` [PATCH v5 "
` [PATCH v5 7/9] crypto/nx: Enable and setup "
` [PATCH v5 8/9] crypto/nx: Remove 'pid' in vas_tx_win_attr struct
` [PATCH v5 9/9] Documentation/powerpc: VAS API

[PATCH v9 00/13] powerpc/vas: Page fault handling for user space NX requests
 2020-04-01 22:13 UTC  (3+ messages)
` [PATCH 06/13] powerpc/vas: Take reference to PID and mm for user space windows
  ` [PATCH v9 "


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