linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-22 11:45:43 to 2019-08-27 00:14:40 UTC [more...]

[PATCH v2] btrfs: fix allocation of bitmap pages
 2019-08-26 16:46 UTC  (4+ messages)

[PATCH] powerpc: Avoid clang warnings around setjmp and longjmp
 2019-08-27  0:12 UTC  (2+ messages)

[PATCH 00/11] ftrace: add support for recording function parameters and return value
 2019-08-26 22:44 UTC  (17+ messages)
` [PATCH 01/11] ftrace: move recordmcount tools to scripts/ftrace
` [PATCH 02/11] ftrace: introduce new building tool funcprototype
` [PATCH 03/11] asm-generic: add generic dwarf definition
` [PATCH 04/11] ftrace/hash: add private data field
` [PATCH 05/11] ftrace: create memcache for hash entries
` [PATCH 06/11] ftrace: process function prototype data in vmlinux and modules
` [PATCH 07/11] ftrace: prepare arch specific interfaces for function prototype feature
` [PATCH 08/11] ftrace: introduce core part of function prototype recording
` [PATCH 09/11] x86_64: add function prototype recording support
` [PATCH 10/11] ftrace: add doc for new option record-funcproto
` [PATCH 11/11] MAINTAINERS: make scripts/ftrace/ maintained

[PATCH] bpf: handle 32-bit zext during constant blinding
 2019-08-26 21:34 UTC  (4+ messages)

[PATCH v2] powerpc: Allow flush_(inval_)dcache_range to work across ranges >4GB
 2019-08-26 20:08 UTC  (3+ messages)

[PATCH v3 0/4] powerpc: expose secure variables to the kernel and userspace
 2019-08-26 15:57 UTC  (11+ messages)
` [PATCH v3 1/4] powerpc/powernv: Add OPAL API interface to access secure variable
` [PATCH v3 2/4] powerpc: expose secure variables to userspace via sysfs
      ` [PATCH] sysfs: add BIN_ATTR_WO() macro
` [PATCH v3 3/4] x86/efi: move common keyring handler functions to new file
` [PATCH v3 4/4] powerpc: load firmware trusted keys/hashes into kernel keyring

[PATCH 1/6] powerpc/32s: add an option to exclusively select powerpc 601
 2019-08-26 15:52 UTC  (6+ messages)
` [PATCH 2/6] powerpc/32s: get rid of CPU_FTR_601 feature
` [PATCH 3/6] powerpc/32s: drop CPU_FTR_USE_RTC feature
` [PATCH 4/6] powerpc/32s: use CONFIG_PPC_BOOK3S_601 instead of reading PVR
` [PATCH 5/6] powerpc/32: drop CPU_FTR_UNIFIED_ID_CACHE
` [PATCH 6/6] powerpc/32: don't use CPU_FTR_COHERENT_ICACHE

[PATCH v2 0/4] powerpc: expose secure variables to the kernel and userspace
 2019-08-26 13:26 UTC  (6+ messages)
` [PATCH v2 2/4] powerpc: expose secure variables to userspace via sysfs

[PATCH] powerpc/time: use feature fixup in __USE_RTC() instead of cpu feature
 2019-08-26 13:40 UTC  (6+ messages)

cleanup the dma_pgprot handling v2
 2019-08-26 13:25 UTC  (7+ messages)
` [PATCH 1/6] unicore32: remove the unused pgprot_dmacoherent define
` [PATCH 2/6] arm-nommu: "
` [PATCH 3/6] dma-mapping: remove arch_dma_mmap_pgprot
` [PATCH 4/6] dma-mapping: make dma_atomic_pool_init self-contained
` [PATCH 5/6] arm64: document the choice of page attributes for pgprot_dmacoherent
` [PATCH 6/6] MIPS: document mixing "slightly different CCAs"

[RFC V2 0/1] mm/debug: Add tests for architecture exported page table helpers
 2019-08-26 13:13 UTC  (8+ messages)

5.2.7 kernel doesn't boot on G5
 2019-08-26 12:47 UTC  (7+ messages)

[PATCH] KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required functions
 2019-08-26  9:08 UTC  (3+ messages)

[PATCH] PCI: hotplug: Remove surplus return from a void function
 2019-08-26  9:51 UTC 

[PATCH v2 00/11] Raspberry Pi 4 DMA addressing support
 2019-08-26 11:33 UTC  (4+ messages)
` [PATCH v2 09/11] dma-direct: turn ARCH_ZONE_DMA_BITS into a variable

[PATCH v3] powerpc/fadump: sysfs for fadump memory reservation
 2019-08-26 11:16 UTC  (5+ messages)

[PATCH] powerpc/prom: convert PROM_BUG() to standard trap
 2019-08-26 11:10 UTC 

[powerpc]WARN : arch/powerpc/platforms/powernv/smp.c:160
 2019-08-26 10:13 UTC  (5+ messages)

[PATCH v2 6/6] mm/memory_hotplug: Pass nid instead of zone to __remove_pages()
 2019-08-26 10:10 UTC 

[PATCH v2 01/10] PCI: designware-ep: Add multiple PFs support for DWC
 2019-08-26  9:49 UTC  (28+ messages)
` [PATCH v2 02/10] PCI: designware-ep: Add the doorbell mode of MSI-X in EP mode
` [PATCH v2 03/10] PCI: designware-ep: Move the function of getting MSI capability forward
` [PATCH v2 05/10] PCI: layerscape: Fix some format issue of the code
` [PATCH v2 06/10] PCI: layerscape: Modify the way of getting capability with different PEX
` [PATCH v2 07/10] PCI: layerscape: Modify the MSIX to the doorbell way
` [PATCH v2 08/10] PCI: layerscape: Add EP mode support for ls1088a and ls2088a
` [PATCH v2 09/10] arm64: dts: layerscape: Add PCIe EP node for ls1088a
` [PATCH v2 10/10] misc: pci_endpoint_test: Add LS1088a in pci_device_id table

[PATCH v4 1/2] powerpc/powernv: Enhance opal message read interface
 2019-08-26  6:57 UTC  (2+ messages)
` [PATCH v4 2/2] powerpc/powernv: Add new opal message type

[PATCH kernel v2 0/4] powerpc/powernv/kvm: Invalidate multiple TCEs at once
 2019-08-26  6:17 UTC  (5+ messages)
` [PATCH kernel v2 1/4] powerpc/powernv/ioda: Split out TCE invalidation from TCE updates
` [PATCH kernel v2 2/4] KVM: PPC: Invalidate multiple TCEs at once
` [PATCH kernel v2 3/4] vfio/spapr_tce: "
` [PATCH kernel v2 4/4] powerpc/powernv/ioda: Remove obsolete iommu_table_ops::exchange callbacks

[PATCH v2 0/8] powerpc/vdso32 enhancement and optimisation
 2019-08-26  5:44 UTC  (11+ messages)
` [PATCH v2 1/8] powerpc/32: Add VDSO version of getcpu
` [PATCH v2 2/8] powerpc/vdso32: Add support for CLOCK_{REALTIME/MONOTONIC}_COARSE
` [PATCH v2 3/8] powerpc: Fix vDSO clock_getres()
` [PATCH v2 4/8] powerpc/vdso32: inline __get_datapage()
` [PATCH v2 5/8] powerpc/vdso32: Don't read cache line size from the datapage on PPC32
` [PATCH v2 6/8] powerpc/vdso32: use LOAD_REG_IMMEDIATE()
` [PATCH v2 7/8] powerpc/vdso32: implement clock_getres entirely
` [PATCH v2 8/8] powerpc/vdso32: miscellaneous optimisations

[PATCH] powerpc/mm: tell if a bad page fault on data is read or write
 2019-08-26  5:35 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: Fix incorrect guest-to-user-translation error handling
 2019-08-26  4:55 UTC 

[PATCH v4 1/3] dt-bindings: pci: layerscape-pci: add compatible strings "fsl, ls1028a-pcie"
 2019-08-26  3:51 UTC  (6+ messages)
` [PATCH v4 2/3] arm64: dts: ls1028a: Add PCIe controller DT nodes
` [PATCH v4 3/3] PCI: layerscape: Add LS1028a support
` [PATCH v4 1/3] dt-bindings: pci: layerscape-pci: add compatible strings "fsl,ls1028a-pcie"

[PATCH v2] powerpc/powernv: Add ultravisor message log interface
 2019-08-26  3:21 UTC  (5+ messages)

cleanup the dma_pgprot handling
 2019-08-24 22:34 UTC  (3+ messages)

[PATCH RESEND v11 0/8] openat2(2)
 2019-08-24 20:17 UTC  (3+ messages)
` [PATCH RESEND v11 7/8] open: openat2(2) syscall

[PATCH] powerpc/64: Fix stacktrace on BE when function_graph is enabled
 2019-08-24  8:59 UTC  (2+ messages)

[PATCH kernel] vfio/spapr_tce: Fix incorrect tce_iommu_group memory free
 2019-08-23 20:44 UTC  (4+ messages)

[PATCH v5 0/7] kexec: add generic support for elf kernel images
 2019-08-23 19:49 UTC  (8+ messages)
` [PATCH v5 1/7] kexec: add KEXEC_ELF
` [PATCH v5 2/7] kexec_elf: change order of elf_*_to_cpu() functions
` [PATCH v5 3/7] kexec_elf: remove parsing of section headers
` [PATCH v5 4/7] kexec_elf: remove PURGATORY_STACK_SIZE
` [PATCH v5 5/7] kexec_elf: remove Elf_Rel macro
` [PATCH v5 6/7] kexec_elf: remove unused variable in kexec_elf_load()
` [PATCH v5 7/7] kexec_elf: support 32 bit ELF files

[PATCH 1/3] powerpc: don't use __WARN() for WARN_ON()
 2019-08-23 15:35 UTC  (8+ messages)
` [PATCH 3/3] powerpc: use __builtin_trap() in BUG/WARN macros

[PATCH] powerpc/mm/radix: remove useless kernel messages
 2019-08-23 14:22 UTC 

[PATCH 1/2] powerpc/32s: automatically allocate BAT in setbat()
 2019-08-23 12:50 UTC  (2+ messages)
` [PATCH 2/2] powerpc/83xx: map IMMR with a BAT

[PATCH v7 0/7] KVMPPC driver to manage secure guest pages
 2019-08-23 11:57 UTC  (4+ messages)

[PATCH] powerpc/8xx: Fix permanently mapped IMMR region
 2019-08-23  9:56 UTC 

[PATCH] powerpc/32: Don't populate page tables for block mapped pages except on the 8xx
 2019-08-23  9:56 UTC 

[PATCH 0/3] Early node associativity
 2019-08-23  7:16 UTC  (9+ messages)
` [PATCH 1/3] powerpc/vphn: Check for error from hcall_vphn
` [PATCH 2/3] powerpc/numa: Early request for home node associativity
` [PATCH 3/3] powerpc/numa: Remove late "

[RFC 0/3] New idle device-tree format and support for versioned stop state
 2019-08-23  7:09 UTC  (4+ messages)
` [RFC 1/3] cpuidle/powernv : Pass state pointer instead of values to stop loop
` [RFC 2/3] cpuidle/powernv: Add support for versioned stop states
` [RFC 3/3] cpuidle/powernv : Add flags to identify stop state type

[PATCH v6 0/7] kvmppc: Paravirtualize KVM to support ultravisor
 2019-08-23  7:07 UTC  (5+ messages)
` [PATCH v6 3/7] powerpc/powernv: Introduce FW_FEATURE_ULTRAVISOR
` [PATCH v6 7/7] powerpc/kvm: Use UV_RETURN ucall to return to ultravisor

[PATCH v3 1/2] powerpc/powernv: Enhance opal message read interface
 2019-08-23  4:10 UTC  (4+ messages)

[PATCH] powerpc/64: don't select ARCH_HAS_SCALED_CPUTIME on book3E
 2019-08-22 16:44 UTC 

next take at setting up a dma mask by default for platform devices v2
 2019-08-22 17:11 UTC  (2+ messages)

[PATCH v5 00/23] PCI: Allow BAR movement during hotplug
 2019-08-22 12:37 UTC  (3+ messages)
` [PATCH v5 01/23] PCI: Fix race condition in pci_enable/disable_device()

Kernel build error
 2019-08-22 12:27 UTC 

[PATCH] powerpc/vdso32: inline __get_datapage()
 2019-08-22 16:18 UTC  (7+ messages)
` [PATCH] powerpc/vdso64: "

[PATCH -next] crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version'
 2019-08-22 14:46 UTC 

[PATCH v2] powerpc/smp: Use nid as fallback for package_id
 2019-08-22 14:38 UTC 

[Bug 204371] BUG kmalloc-4k (Tainted: G W ): Object padding overwritten
 2019-08-22 13:39 UTC 

[PATCH v11 1/7] powerpc/mce: Schedule work from irq_work
 2019-08-22 13:09 UTC  (2+ messages)

[PATCH] powerpc/603: fix handling of the DIRTY flag
 2019-08-22 13:09 UTC  (2+ messages)

[PATCH] powerpc/32: Add warning on misaligned copy_page() or clear_page()
 2019-08-22 13:09 UTC  (2+ messages)

[PATCH 1/5] powerpc/mm: define empty update_mmu_cache() as static inline
 2019-08-22 13:09 UTC  (2+ messages)

[PATCH 1/3] powerpc/xmon: Check for HV mode when dumping XIVE info from OPAL
 2019-08-22 13:09 UTC  (2+ messages)

[PATCH] powerpc/mm: don't display empty early ioremap area
 2019-08-22 13:09 UTC  (2+ messages)

[PATCH 1/5] powerpc/ptdump: fix addresses display on PPC32
 2019-08-22 13:09 UTC  (2+ messages)

[PATCH v2] powerpc/32s: fix boot failure with DEBUG_PAGEALLOC without KASAN
 2019-08-22 13:09 UTC  (2+ messages)

[PATCH] powerpc/futex: fix warning: 'oldval' may be used uninitialized in this function
 2019-08-22 13:09 UTC  (2+ messages)

[PATCH] powerpc/kasan: fix parallele loading of modules
 2019-08-22 13:08 UTC  (2+ messages)

[PATCH] powerpc/kasan: fix shadow area set up for modules
 2019-08-22 13:08 UTC  (2+ messages)

[PATCH v2 1/3] powerpc/rtas: use device model APIs and serialization during LPM
 2019-08-22 13:08 UTC  (2+ messages)

[PATCH 1/5] powerpc/64s/radix: Fix memory hotplug section page table creation
 2019-08-22 13:08 UTC  (2+ messages)

[PATCH kernel v5 1/4] powerpc/powernv/ioda: Fix race in TCE level allocation
 2019-08-22 13:08 UTC  (2+ messages)

[PATCH] powerpc/hw_breakpoint: move instruction stepping out of hw_breakpoint_handler()
 2019-08-22 13:08 UTC  (2+ messages)

[PATCH] powerpc/64: allow compiler to cache 'current'
 2019-08-22 13:08 UTC  (2+ messages)

[PATCH v3] powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()
 2019-08-22 13:08 UTC  (2+ messages)

[PATCH v1 1/4] arm64: dts: ls1028a-rdb: enable emmc hs400 mode
 2019-08-22 12:13 UTC  (3+ messages)
` [PATCH v1 4/4] mmc: sdhci-of-esdhc: add erratum A011334 support in ls1028a 1.0 SoC


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