linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-13 04:30:45 to 2019-03-15 17:12:10 UTC [more...]

[RFC/WIP] powerpc: Fix 32-bit handling of MSR_EE on exceptions
 2019-03-15 17:10 UTC  (6+ messages)

Mac Mini G4 hang on boot with git master
 2019-03-15 16:18 UTC  (2+ messages)

[PATCH] powerpc: use $(origin ARCH) to select KBUILD_DEFCONFIG
 2019-03-15 15:25 UTC  (6+ messages)

[PATCH] powerpc: bpf: Fix generation of load/store DW instructions
 2019-03-15 14:51 UTC 

serial driver cleanups v2
 2019-03-15 14:26 UTC  (56+ messages)
` [PATCH v2 01/45] drivers: tty: serial: 8250_bcm2835aux: use devm_platform_ioremap_resource()
` [PATCH v2 02/45] drivers: tty: serial: 8250_dw: use devm_ioremap_resource()
` [PATCH v2 03/45] drivers: tty: serial: 8250_ingenic: "
` [PATCH v2 04/45] drivers: tty: serial: amba-pl010: "
` [PATCH v2 05/45] drivers: tty: serial: sirfsoc_uart: "
` [PATCH v2 06/45] drivers: tty: serial: samsung: "
` [PATCH v2 07/45] drivers: tty: serial: 8250_uniphier: "
` [PATCH v2 08/45] drivers: tty: serial: 8250_lpc18xx: "
` [PATCH v2 09/45] drivers: tty: serial: 8250_mtk: "
` [PATCH v2 10/45] drivers: tty: serial: zs: use devm_* functions
` [PATCH v2 11/45] drivers: tty: serial: zs: use dev_err() instead of printk()
` [PATCH v2 12/45] drivers: tty: serial: xilinx_uartps: use devm_* functions
` [PATCH v2 13/45] drivers: tty: serial: 21285: "
` [PATCH v2 14/45] drivers: tty: serial: vr41xx_siu: "
` [PATCH v2 15/45] drivers: tty: serial: uartlite: use dev_err() instead of printk()
` [PATCH v2 16/45] drivers: tty: serial: uartlite: use devm_* functions
` [PATCH v2 17/45] drivers: tty: serial: timuart: "
` [PATCH v2 18/45] drivers: tty: serial: sirfsoc_uart: "
` [PATCH v2 19/45] drivers: tty: serial: sh-sci: "
` [PATCH v2 20/45] drivers: tty: serial: msm_serial: "
` [PATCH v2 21/45] drivers: tty: serial: altera_jtaguart: "
` [PATCH v2 22/45] drivers: tty: serial: altera_uart: "
` [PATCH v2 23/45] drivers: tty: serial: amba-pl010: "
` [PATCH v2 24/45] drivers: tty: serial: mxs-auart: "
` [PATCH v2 25/45] drivers: tty: serial: pxa: "
` [PATCH v2 26/45] drivers: tty: serial: dz: use dev_err() instead of printk()
` [PATCH v2 27/45] drivers: tty: serial: dz: use devm_* functions
` [PATCH v2 28/45] drivers: tty: serial: netx-serial: "
` [PATCH v2 29/45] drivers: tty: serial: serial_txx9: "
` [PATCH v2 30/45] drivers: tty: serial: serial_ks8695: "
` [PATCH v2 31/45] drivers: tty: serial: amba-pl011: "
` [PATCH v2 32/45] drivers: tty: serial: atmel_serial: "
` [PATCH v2 33/45] drivers: tty: serial: sb1250-duart: use dev_err() instead of printk()
` [PATCH v2 34/45] drivers: tty: serial: sb1250-duart: use devm_* functions
` [PATCH v2 35/45] drivers: tty: serial: lpc32xx_hs: "
` [PATCH v2 36/45] drivers: tty: serial: pic32_uart: "
` [PATCH v2 37/45] drivers: tty: serial: apbuart: "
` [PATCH v2 38/45] drivers: tty: serial: samsung: "
` [PATCH v2 39/45] drivers: tty: serial: efm32-uart: "
` [PATCH v2 40/45] drivers: tty: serial: mpc52xx_uart: "
` [PATCH v2 41/45] drivers: tty: serial: timuart: "
` [PATCH v2 42/45] drivers: tty: serial: sa1100: "
` [PATCH v2 43/45] drivers: tty: serial: pmac_zilog: "
` [PATCH v2 44/45] drivers: tty: serial: pnx8xxx_uart: "
` [PATCH v2 45/45] drivers: tty: serial: mux: "

[PATCH 0/7] Refactor OCXL driver to allow external drivers to use it
 2019-03-15 13:56 UTC  (16+ messages)
` [PATCH 1/7] ocxl: Provide global MMIO accessors for external drivers
` [PATCH 2/7] ocxl: Allow external drivers to use OpenCAPI contexts
` [PATCH 3/7] ocxl: Split pci.c
` [PATCH 4/7] ocxl: Don't pass pci_dev around
` [PATCH 5/7] ocxl: Create a clear delineation between ocxl backend & frontend
` [PATCH 6/7] ocxl: afu_irq only deals with IRQ IDs, not offsets
` [PATCH 7/7] ocxl: move event_fd handling to frontend

[PATCH v3 00/17] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-03-15 12:06 UTC  (18+ messages)
` [PATCH v3 01/17] powerpc/xive: add OPAL extensions for the XIVE native exploitation support
` [PATCH v3 02/17] KVM: PPC: Book3S HV: add a new KVM device for the XIVE native exploitation mode
` [PATCH v3 03/17] KVM: PPC: Book3S HV: XIVE: introduce a new capability KVM_CAP_PPC_IRQ_XIVE
` [PATCH v3 04/17] KVM: PPC: Book3S HV: XIVE: add a control to initialize a source
` [PATCH v3 05/17] KVM: PPC: Book3S HV: XIVE: add a control to configure "
` [PATCH v3 06/17] KVM: PPC: Book3S HV: XIVE: add controls for the EQ configuration
` [PATCH v3 07/17] KVM: PPC: Book3S HV: XIVE: add a global reset control
` [PATCH v3 08/17] KVM: PPC: Book3S HV: XIVE: add a control to sync the sources
` [PATCH v3 09/17] KVM: PPC: Book3S HV: XIVE: add a control to dirty the XIVE EQ pages
` [PATCH v3 10/17] KVM: PPC: Book3S HV: XIVE: add get/set accessors for the VP XIVE state
` [PATCH v3 11/17] KVM: introduce a 'mmap' method for KVM devices
` [PATCH v3 12/17] KVM: PPC: Book3S HV: XIVE: add a TIMA mapping
` [PATCH v3 13/17] KVM: PPC: Book3S HV: XIVE: add a mapping for the source ESB pages
` [PATCH v3 14/17] KVM: PPC: Book3S HV: XIVE: add passthrough support
` [PATCH v3 15/17] KVM: PPC: Book3S HV: XIVE: activate XIVE exploitation mode
` [PATCH v3 16/17] KVM: introduce a KVM_DESTROY_DEVICE ioctl
` [PATCH v3 17/17] KVM: PPC: Book3S HV: XIVE: clear the vCPU interrupt presenters

[PATCH] powerpc/6xx: fix setup and use of SPRN_PGDIR for hash32
 2019-03-15 13:20 UTC  (4+ messages)

bpf jit PPC64 (BE) test_verifier PTR_TO_STACK store/load failure
 2019-03-15 13:16 UTC  (4+ messages)

[RFC v3] sched/topology: fix kernel crash when a CPU is hotplugged in a memoryless node
 2019-03-15 13:05 UTC  (4+ messages)

[PATCH] arch/powerpc/dax: Add MAP_SYNC mmap flag
 2019-03-15  9:43 UTC 

[PATCH kernel RFC 0/2] vfio, powerpc/powernv: Isolate GV100GL
 2019-03-15  8:18 UTC  (3+ messages)
` [PATCH kernel RFC 1/2] vfio_pci: Allow device specific error handlers
` [PATCH kernel RFC 2/2] vfio-pci-nvlink2: Implement interconnect isolation

[PATCH 0/6] ptrace: consolidate PTRACE_SYSEMU handling and add support for arm64
 2019-03-15  5:48 UTC  (12+ messages)
` [PATCH 3/6] x86: clean up _TIF_SYSCALL_EMU handling using ptrace_syscall_enter hook

[PATCH] crypto: vmx - fix copy-paste error in CTR mode
 2019-03-15  5:23 UTC  (5+ messages)

[PATCH 0/5] ocxl: OpenCAPI Cleanup
 2019-03-15  5:07 UTC  (16+ messages)
` [PATCH v2 "
  ` [PATCH 2/5] ocxl: Clean up printf formats
  ` [PATCH 3/5] ocxl: read_pasid never returns an error, so make it void
  ` [PATCH 4/5] ocxl: Remove superfluous 'extern' from headers
  ` [PATCH 5/5] ocxl: Remove some unused exported symbols

[PATCH] Disable kcov for slb routines
 2019-03-15  5:01 UTC  (3+ messages)
`  "

[PATCH 00/38] VFS: Convert trivial filesystems and more
 2019-03-15  0:22 UTC  (3+ messages)
` [PATCH 13/38] vfs: Convert cxl to fs_context

[PATCH v2 00/16] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-03-15  0:29 UTC  (39+ messages)
` [PATCH v2 03/16] KVM: PPC: Book3S HV: XIVE: introduce a new capability KVM_CAP_PPC_IRQ_XIVE
` [PATCH v2 04/16] KVM: PPC: Book3S HV: XIVE: add a control to initialize a source
` [PATCH v2 06/16] KVM: PPC: Book3S HV: XIVE: add controls for the EQ configuration
` [PATCH v2 09/16] KVM: PPC: Book3S HV: XIVE: add a control to dirty the XIVE EQ pages
` [PATCH v2 10/16] KVM: PPC: Book3S HV: XIVE: add get/set accessors for the VP XIVE state
` [PATCH v2 15/16] KVM: introduce a KVM_DESTROY_DEVICE ioctl
` [PATCH v2 16/16] KVM: PPC: Book3S HV: XIVE: clear the vCPU interrupt presenters

[PATCH v6 0/4] Fix free/allocation of runtime gigantic pages
 2019-03-15  2:57 UTC  (12+ messages)
` [PATCH v6 3/4] mm: Simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC
` [PATCH v6 4/4] hugetlb: allow to free gigantic pages regardless of the configuration

BUG: p8_aes_ctr randomly returns wrong results
 2019-03-15  1:26 UTC  (4+ messages)

[PATCH] powerpc/powernv: Add mmap to opal export sysfs nodes
 2019-03-15  0:54 UTC 

[PATCH v2 0/2] Append new variables to vmcoreinfo (PTRS_PER_PGD for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-03-14 14:22 UTC  (4+ messages)
` [PATCH v2 2/2] crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfo

[PATCH] powerpc/mm/64: Document the sizes of/sizes mapped by Pxx_INDEX_SIZE
 2019-03-14 13:20 UTC  (2+ messages)

[PATCH] powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038
 2019-03-14 13:00 UTC  (3+ messages)

[PATCH] powerpc/64s: Include <asm/nmi.h> header file to fix a warning
 2019-03-14 11:43 UTC  (2+ messages)
`  "

[PATCH kernel] powerpc/powernv: Fix compile without CONFIG_TRACEPOINTS
 2019-03-14 11:43 UTC  (2+ messages)
` [kernel] "

[PATCH] powerpc: config: Sync skiroot defconfig
 2019-03-14 11:43 UTC  (2+ messages)
`  "

[PATCH] powerpc: remove dead code in head_fsl_booke.S
 2019-03-14 11:43 UTC  (2+ messages)
`  "

[PATCH v2] powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR configuration
 2019-03-14 11:43 UTC  (2+ messages)
` [v2] "

[PATCH 1/1] arch/powerpc: Rework local_paca to avoid LTO warnings
 2019-03-14  5:46 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] powerpc/powernv: Squash sparse warnings in opal-call.c
 2019-03-14  4:27 UTC 

[PATCH 1/2] fs/dax: deposit pagetable even when installing zero page
 2019-03-14  4:02 UTC  (11+ messages)
` [PATCH 2/2] mm/dax: Don't enable huge dax mapping by default

[PATCH] powerpc: Make some functions static
 2019-03-13 20:12 UTC  (3+ messages)

[PATCH] powerpc: sstep: Mark variable `rc` as unused in function 'analyse_instr'
 2019-03-13 20:12 UTC  (5+ messages)

[PATCH] powerpc/64s: Mark 'dummy_copy_buffer' as used
 2019-03-13 20:00 UTC  (2+ messages)
` [PATCH v2] powerpc/64s: Remove 'dummy_copy_buffer'

[PATCH v3] powerpc/mm: move warning from resize_hpt_for_hotplug()
 2019-03-13 19:16 UTC  (2+ messages)

[PATCH v2] fs/dax: deposit pagetable even when installing zero page
 2019-03-13 15:46 UTC  (4+ messages)

[PATCH v2] kmemleak: skip scanning holes in the .bss section
 2019-03-13 14:57 UTC 

[PATCH v2] powerpc/mm: move warning from resize_hpt_for_hotplug()
 2019-03-13  9:10 UTC  (7+ messages)

[PATCH v10 00/18] KASAN for powerpc/32 and RFC for 64bit Book3E
 2019-03-13  8:30 UTC  (4+ messages)
` [PATCH RFC v3 18/18] powerpc: KASAN "

[PATCH v5 01/10] powerpc/powernv/idle: Restore IAMR after idle
 2019-03-13  8:16 UTC  (3+ messages)
` [PATCH v5 02/10] powerpc/powernv/idle: Restore AMR/UAMOR/AMOR "

[PATCH v4 1/9] powerpc/powernv/idle: Restore IAMR after idle
 2019-03-13  6:11 UTC  (3+ messages)
` [PATCH v4 2/9] powerpc/powernv/idle: Restore AMR/UAMOR/AMOR "


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