LinuxPPC-Dev Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-19 18:10:11 to 2021-05-21 11:48:16 UTC [more...]

[PATCH v2 00/11] powerpc/64: fast interrupt exits
 2021-05-21 11:44 UTC  (8+ messages)
` [PATCH v2 01/11] powerpc: remove interrupt exit helpers unused argument
` [PATCH v2 02/11] powerpc/64s: introduce different functions to return from SRR vs HSRR interrupts
` [PATCH v2 03/11] powerpc/64s: avoid reloading (H)SRR registers if they are still valid
` [PATCH v2 04/11] powerpc/64: handle MSR EE and RI in interrupt entry wrapper
` [PATCH v2 05/11] powerpc/64: move interrupt return asm to interrupt_64.S
` [PATCH v2 06/11] powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]
` [PATCH v2 07/11] powerpc/64s: save one more register in the masked interrupt handler

[PATCH] powerpc/papr_scm: Add support for reporting dirty-shutdown-count
 2021-05-21 11:10 UTC 

[PATCH v4 00/16] Enable VAS and NX-GZIP support on powerVM
 2021-05-21  9:42 UTC  (17+ messages)
` [PATCH v4 01/16] powerpc/vas: Move VAS API to book3s common platform
` [PATCH v4 02/16] powerpc/powernv/vas: Rename register/unregister functions
` [PATCH v4 03/16] powerpc/vas: Add platform specific user window operations
` [PATCH v4 04/16] powerpc/vas: Create take/drop pid and mm references
` [PATCH v4 05/16] powerpc/vas: Move update_csb/dump_crb to common book3s platform
` [PATCH v4 06/16] powerpc/vas: Define and use common vas_window struct
` [PATCH v4 07/16] powerpc/pseries/vas: Define VAS/NXGZIP HCALLs and structs
` [PATCH v4 08/16] powerpc/vas: Define QoS credit flag to allocate window
` [PATCH v4 09/16] powerpc/pseries/vas: Add HCALL wrappers for VAS handling
` [PATCH v4 10/16] powerpc/pseries/vas: Implement getting capabilities from hypervisor
` [PATCH v4 11/16] powerpc/pseries/vas: Integrate API with open/close windows
` [PATCH v4 12/16] powerpc/pseries/vas: Setup IRQ and fault handling
` [PATCH v4 13/16] crypto/nx: Rename nx-842-pseries file name to nx-common-pseries
` [PATCH v4 14/16] crypto/nx: Register and unregister VAS interface
` [PATCH v4 15/16] crypto/nx: Get NX capabilities for GZIP coprocessor type
` [PATCH v4 16/16] crypto/nx: Add sysfs interface to export NX capabilities

[PATCH 0/3] Skip numa distance for offline nodes
 2021-05-21  9:28 UTC  (8+ messages)
` [PATCH 1/3] sched/topology: Allow archs to populate distance map
` [PATCH 2/3] powerpc/numa: Populate distance map correctly
` [PATCH 3/3] sched/topology: Skip updating masks for non-online nodes

[PATCH 0/9] tty: hvc_console: Fix some coding style issues
 2021-05-21  8:44 UTC  (12+ messages)
` [PATCH 6/9] tty: hvc_console: Fix coding style issues of block comments

simplify gendisk and request_queue allocation for bio based drivers
 2021-05-21  8:37 UTC  (30+ messages)
` [PATCH 01/26] block: refactor device number setup in __device_add_disk
` [PATCH 02/26] block: move the DISK_MAX_PARTS sanity check into __device_add_disk
` [PATCH 03/26] block: automatically enable GENHD_FL_EXT_DEVT
` [PATCH 04/26] block: add a flag to make put_disk on partially initalized disks safer
` [PATCH 05/26] block: add blk_alloc_disk and blk_cleanup_disk APIs
` [PATCH 06/26] brd: convert to blk_alloc_disk/blk_cleanup_disk
` [PATCH 07/26] drbd: "
` [PATCH 08/26] pktcdvd: "
` [PATCH 09/26] rsxx: "
` [PATCH 10/26] zram: "
` [PATCH 11/26] lightnvm: "
` [PATCH 12/26] bcache: "
` [PATCH 13/26] dm: "
` [PATCH 14/26] md: "
` [PATCH 15/26] nvdimm-blk: "
` [PATCH 16/26] nvdimm-btt: "
` [PATCH 17/26] nvdimm-pmem: "
` [PATCH 18/26] nvme-multipath: "
` [PATCH 19/26] nfblock: "
` [PATCH 20/26] simdisk: "
` [PATCH 21/26] n64cart: convert to blk_alloc_disk
` [PATCH 22/26] ps3vram: convert to blk_alloc_disk/blk_cleanup_disk
` [PATCH 23/26] dcssblk: "
` [PATCH 24/26] xpram: "
` [PATCH 25/26] null_blk: "
` [PATCH 26/26] block: unexport blk_alloc_queue

[PATCH 00/16] Rid W=1 warnings from Char
 2021-05-21  7:56 UTC  (7+ messages)
` [PATCH 15/16] char: hw_random: pseries-rng: Demote non-conformant kernel-doc header

[PATCH] powerpc/kprobes: Pass ppc_inst as a pointer to emulate_step() on ppc32
 2021-05-21  7:01 UTC  (5+ messages)

[RFC PATCH 0/6] powerpc: Stack tracer fixes
 2021-05-21  6:48 UTC  (7+ messages)
` [RFC PATCH 1/6] trace/stack: Move code to save the stack trace into a separate function
` [RFC PATCH 2/6] powerpc/trace: Add support for stack tracer
` [RFC PATCH 3/6] powerpc: Indicate traced function name in show_stack()
` [RFC PATCH 4/6] powerpc/perf: Include traced function in the callchain
` [RFC PATCH 5/6] powerpc/stacktrace: Include ftraced function in arch_stack_walk_reliable()
` [RFC PATCH 6/6] powerpc/stacktrace: Include ftraced function in arch_stack_walk()

[PATCH v5 0/9] Speedup mremap on ppc64
 2021-05-21  6:13 UTC  (34+ messages)
` [PATCH v5 3/9] mm/mremap: Use pmd/pud_poplulate to update page table entries
` [PATCH v5 5/9] powerpc/mm/book3s64: Update tlb flush routines to take a page walk cache flush argument
` [PATCH v5 7/9] mm/mremap: Move TLB flush outside page table lock

simplify gendisk and request_queue allocation for bio based drivers
 2021-05-21  5:50 UTC 

[powerpc:merge] BUILD SUCCESS 258eb1f3aaa9face35e613c229c1337263491ea0
 2021-05-21  3:18 UTC 

[powerpc:next-test] BUILD SUCCESS 8554e45273f0bf09a6efaa32f9f772335e19f429
 2021-05-21  3:18 UTC 

[powerpc:fixes-test] BUILD SUCCESS d72500f992849d31ebae8f821a023660ddd0dcc2
 2021-05-21  3:12 UTC 

[PATCH RESEND] tty: hvc_console: Remove the repeated words 'no' and 'from'
 2021-05-21  2:52 UTC 

[PATCH v2 0/4] nvmem: nintendo-otp: Add new driver for the Wii and Wii U OTP
 2021-05-21  1:37 UTC  (3+ messages)
` [PATCH v2 2/4] dt-bindings: nintendo-otp: Document the Wii and Wii U OTP support

[PATCH v2 net-next resend] ibmvnic: remove default label from to_string switch
 2021-05-20 22:50 UTC  (2+ messages)

[PATCH v3 1/2] ASoC: dt-bindings: imx-card: Add binding doc for imx sound card
 2021-05-20 21:08 UTC  (3+ messages)

[PATCH 00/31] powerpc: Modernize the PCI/MSI support
 2021-05-20 17:25 UTC  (14+ messages)
` [PATCH 07/31] powerpc/xive: Fix xive_irq_set_affinity for MSI
` [PATCH 09/31] powerpc/pseries/pci: Add a msi_free() handler to clear XIVE data
` [PATCH 15/31] KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interrupts
` [PATCH 31/31] genirq: Improve "hwirq" output in /proc and /sys/

[PATCH] selftests/powerpc: Fix "no_handler" EBB selftest for ISA v3.1
 2021-05-20 14:35 UTC 

[PATCH v2 00/12] powerpc: Cleanup use of 'struct ppc_inst'
 2021-05-20 13:50 UTC  (13+ messages)
` [PATCH v2 01/12] powerpc/inst: Fix sparse detection on get_user_instr()
` [PATCH v2 02/12] powerpc/inst: Reduce casts in get_user_instr()
` [PATCH v2 03/12] powerpc/inst: Improve readability of get_user_instr() and friends
` [PATCH v2 04/12] powerpc/inst: Avoid pointer dereferencing in ppc_inst_equal()
` [PATCH v2 05/12] powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching, feature-fixups)
` [PATCH v2 06/12] powerpc/lib/code-patching: Make instr_is_branch_to_addr() static
` [PATCH v2 07/12] powerpc/lib/code-patching: Don't use struct 'ppc_inst' for runnable code in tests
` [PATCH v2 08/12] powerpc: Don't use 'struct ppc_inst' to reference instruction location
` [PATCH v2 09/12] powerpc/inst: Refactor PPC32 and PPC64 versions
` [PATCH v2 10/12] powerpc/optprobes: Minimise casts
` [PATCH v2 11/12] powerpc/optprobes: Compact code source a bit
` [PATCH v2 12/12] powerpc/optprobes: use PPC_RAW_ macros

[PATCH 1/1] powerpc/ps3: Fix error return code in ps3_register_devices()
 2021-05-20 12:20 UTC  (2+ messages)

[PATCH 1/2] powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference between sc and scv syscalls
 2021-05-20 11:45 UTC  (4+ messages)
` [PATCH 2/2] powerpc/64s/syscall: Fix ptrace syscall info with "

[PATCH v1 01/12] powerpc: Rework PPC_RAW_xxx() macros for prefixed instructions
 2021-05-20 10:51 UTC  (13+ messages)
` [PATCH v1 02/12] powerpc/opcodes: Add shorter macros for registers for use with PPC_RAW_xx()
` [PATCH v1 03/12] powerpc/lib/code-patching: Use PPC_RAW_() macros
` [PATCH v1 04/12] powerpc/signal: Use PPC_RAW_xx() macros
` [PATCH v1 05/12] powerpc/modules: "
` [PATCH v1 06/12] powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()
` [PATCH v1 07/12] powerpc/ftrace: Use PPC_RAW_MFLR() "
` [PATCH v1 08/12] powerpc/ebpf64: Use PPC_RAW_MFLR()
` [PATCH v1 09/12] powerpc/ebpf32: Use _Rx macros instead of __REG_Rx ones
` [PATCH v1 10/12] powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macros
` [PATCH v1 11/12] powerpc/traps: Start using PPC_RAW_xx() macros
` [PATCH v1 12/12] powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()

[PATCH 0/3] Rid W=1 warnings from Crypto
 2021-05-20  9:27 UTC  (2+ messages)
` [PATCH 2/3] crypto: nx: nx-aes-gcm: Kernel-doc formatting should not be used for headers

[PATCH v2 1/2] kprobes: Allow architectures to override optinsn page allocation
 2021-05-20  9:18 UTC  (2+ messages)

[PATCH v4 0/3] audit: add support for openat2
 2021-05-20  7:58 UTC  (5+ messages)
` [PATCH v4 1/3] audit: replace magic audit syscall class numbers with macros
` [PATCH v4 2/3] audit: add support for the openat2 syscall

Linux powerpc new system call instruction and ABI
 2021-05-20  7:20 UTC  (15+ messages)
                  ` [musl] "

[PATCH v7 00/15] Restricted DMA
 2021-05-20  6:40 UTC  (19+ messages)
` [PATCH v7 01/15] swiotlb: Refactor swiotlb init functions
` [PATCH v7 02/15] swiotlb: Refactor swiotlb_create_debugfs
` [PATCH v7 03/15] swiotlb: Add DMA_RESTRICTED_POOL
` [PATCH v7 04/15] swiotlb: Add restricted DMA pool initialization
` [PATCH v7 05/15] swiotlb: Add a new get_io_tlb_mem getter
` [PATCH v7 06/15] swiotlb: Update is_swiotlb_buffer to add a struct device argument
` [PATCH v7 07/15] swiotlb: Update is_swiotlb_active "
` [PATCH v7 11/15] dma-direct: Add a new wrapper __dma_direct_free_pages()

[RFC PATCH kernel] powerpc: Fix early setup to make early_ioremap work
 2021-05-20  6:03 UTC  (6+ messages)

Conflict between arch/powerpc/include/asm/disassemble.h and drivers/staging/rtl8723bs/include/wifi.h
 2021-05-20  5:47 UTC  (2+ messages)

Linux powerpc new system call instruction and ABI
 2021-05-20  5:12 UTC  (6+ messages)

[PATCH v14 0/9] powerpc: Further Strict RWX support
 2021-05-20  4:02 UTC  (7+ messages)
` [PATCH v14 6/9] powerpc/bpf: Write protect JIT code
` [PATCH v14 7/9] powerpc: Set ARCH_HAS_STRICT_MODULE_RWX

[PATCH v8 00/30] Initial Prefixed Instruction support
 2021-05-20  3:45 UTC  (5+ messages)
` [PATCH v8 27/30] powerpc/kprobes: Don't allow breakpoints on suffixes

[PATCH v3 0/4] P2040/P2041 i2c recovery erratum
 2021-05-20  3:36 UTC  (6+ messages)

[FSL P50x0] KVM HV doesn't work anymore
 2021-05-19 23:07 UTC  (9+ messages)

[PATCH net-next] ibmveth: fix kobj_to_dev.cocci warnings
 2021-05-19 19:10 UTC  (2+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).