linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-20 10:55:17 to 2021-05-23 20:17:00 UTC [more...]

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

simplify gendisk and request_queue allocation for bio based drivers
 2021-05-23 16:20 UTC  (62+ messages)
` [PATCH 01/26] block: refactor device number setup in __device_add_disk
  ` [dm-devel] "
` [PATCH 02/26] block: move the DISK_MAX_PARTS sanity check into __device_add_disk
  ` [dm-devel] "
` [PATCH 03/26] block: automatically enable GENHD_FL_EXT_DEVT
  ` [dm-devel] "
` [PATCH 04/26] block: add a flag to make put_disk on partially initalized disks safer
  ` [dm-devel] "
` [PATCH 05/26] block: add blk_alloc_disk and blk_cleanup_disk APIs
  ` [dm-devel] "
` [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

[GIT PULL] Please pull powerpc/linux.git powerpc-5.13-4 tag
 2021-05-23 16:14 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix reverse map real-mode address lookup with huge vmalloc
 2021-05-23 16:10 UTC  (2+ messages)

[PATCH net-next] ethernet: ucc_geth: Use kmemdup() rather than kmalloc+memcpy
 2021-05-23 14:26 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Save host FSCR in the P7/8 path
 2021-05-23 14:02 UTC  (2+ messages)

[PATCH V2 0/1] powerpc/perf: Clear pending PMI in ppmu callbacks
 2021-05-23 11:52 UTC  (4+ messages)
` [PATCH V2 1/1] powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an overflown PMC

[PATCH] powerpc/udbg_hvc: retry putc on -EAGAIN
 2021-05-23 10:51 UTC  (3+ messages)

[PATCH 0/8] xen: harden frontends against malicious backends
 2021-05-21 10:43 UTC  (2+ messages)

Linux powerpc new system call instruction and ABI
 2021-05-21 20:52 UTC  (8+ messages)

[PATCH v2 00/11] powerpc/64: fast interrupt exits
 2021-05-21 17:46 UTC  (13+ 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 v2 08/11] powerpc/64: allow alternate return locations for soft-masked interrupts
` [PATCH v2 09/11] powerpc/64: interrupt soft-enable race fix
` [PATCH v2 10/11] powerpc/64: treat low kernel text as irqs soft-masked
` [PATCH v2 11/11] powerpc/64: use interrupt restart table to speed up return from interrupt

[PATCH v5 0/9] Speedup mremap on ppc64
 2021-05-21 16:29 UTC  (41+ 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

[RFC PATCH kernel] powerpc: Fix early setup to make early_ioremap work
 2021-05-21 12:44 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-21 12:44 UTC  (5+ messages)
` [PATCH 2/2] powerpc/64s/syscall: Fix ptrace syscall info with "

[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

[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()

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  (2+ 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


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