linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-14 12:13:43 to 2018-09-19 08:09:56 UTC [more...]

[RFC PATCH 0/4] Add a tracepoint for DTL entries
 2018-09-19  8:08 UTC  (3+ messages)
` [RFC PATCH 1/4] powerpc/pseries: Use macros for referring to the DTL enable mask
` [RFC PATCH 2/4] powerpc/pseries: Do not save the previous DTL mask value

[PATCH v2 0/5] powerpc: Clang build fixes
 2018-09-19  7:45 UTC  (21+ messages)
` [PATCH v2 1/5] powerpc/Makefiles: Fix clang/llvm build
` [PATCH v2 2/5] powerpc/boot: Fix crt0.S syntax for clang
` [PATCH v2 3/5] powerpc/boot: Ensure _zimage_start is a weak symbol
` [PATCH v2 4/5] powerpc: Fix duplicate const clang warning in user access code
` [PATCH v2 5/5] powerpc: Remove -mno-sched-epilog

[PATCH v1 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-19  7:35 UTC  (11+ messages)
` [PATCH v1 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
` [PATCH v1 2/6] mm/memory_hotplug: make add_memory() "
` [PATCH v1 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
` [PATCH v1 4/6] powerpc/powernv: hold device_hotplug_lock when calling device_online()
` [PATCH v1 5/6] powerpc/powernv: hold device_hotplug_lock in memtrace_offline_pages()
` [PATCH v1 6/6] memory-hotplug.txt: Add some details about locking internals

[PATCH] lib/xz: Fix powerpc build with KERNEL_XZ
 2018-09-19  6:52 UTC  (5+ messages)

[PATCH] powerpc/mpc85xx: fix issues in clock node
 2018-09-19  6:31 UTC  (4+ messages)

[PATCH v4 00/20] Implement use of HW assistance on TLB table walk on 8xx
 2018-09-19  3:03 UTC  (23+ messages)
` [PATCH v4 01/20] Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"
` [PATCH v4 02/20] powerpc/code-patching: add a helper to get the address of a patch_site
` [PATCH v4 03/20] powerpc/8xx: Use patch_site for memory setup patching
` [PATCH v4 04/20] powerpc/8xx: Use patch_site for perf counters setup
` [PATCH v4 05/20] powerpc/8xx: Move SW perf counters in first 32kb of memory
` [PATCH v4 06/20] powerpc/8xx: Temporarily disable 16k pages and 512k hugepages
` [PATCH v4 07/20] powerpc/mm: Use hardware assistance in TLB handlers on the 8xx
` [PATCH v4 08/20] powerpc/mm: Enable 512k hugepage support with HW assistance "
` [PATCH v4 09/20] powerpc/8xx: don't use r12/SPRN_SPRG_SCRATCH2 in TLB Miss handlers
` [PATCH v4 10/20] powerpc/8xx: regroup TLB handler routines
` [PATCH v4 11/20] powerpc/mm: don't use pte_alloc_one_kernel() before slab is available
` [PATCH v4 12/20] powerpc/mm: inline pte_alloc_one() and pte_alloc_one_kernel() in PPC32
` [PATCH v4 13/20] powerpc/book3s32: Remove CONFIG_BOOKE dependent code
` [PATCH v4 14/20] powerpc/mm: Move pte_fragment_alloc() to a common location
` [PATCH v4 15/20] powerpc/mm: Avoid useless lock with single page fragments
` [PATCH v4 16/20] powerpc/mm: Extend pte_fragment functionality to nohash/32
` [PATCH v4 17/20] powerpc/8xx: Remove PTE_ATOMIC_UPDATES
` [PATCH v4 18/20] powerpc/mm: reintroduce 16K pages with HW assistance on 8xx
` [PATCH v4 19/20] powerpc/nohash32: allow setting GUARDED attribute in the PMD directly
` [PATCH v4 20/20] powerpc/8xx: set "

[PATCH net-next] net: ibm: fix return type of ndo_start_xmit function
 2018-09-19  3:03 UTC  (2+ messages)

[PATCH crypto-next 13/23] crypto: vmx - Remove VLA usage of skcipher
 2018-09-19  2:10 UTC 

[PATCH] MAINTAINERS: Add PPC contacts for PCI core error handling
 2018-09-19  1:49 UTC  (3+ messages)

MPC83xx reset status register (RSR, offset 0x910)
 2018-09-19  1:19 UTC  (7+ messages)

[PATCH RFC 1/4] PCI: hotplug: Add parameter to put devices to reset during rescan
 2018-09-18 21:10 UTC  (3+ messages)

[PATCH 1/3] libfdt: Ensure INT_MAX is defined in libfdt_env.h
 2018-09-18 20:09 UTC  (5+ messages)
` [PATCH 3/3] scripts/dtc: Update to upstream version v1.4.7-14-gc86da84d30e4

[REVIEW][PATCH 0/9] signal/powerpc: siginfo cleanups
 2018-09-18 17:58 UTC  (10+ messages)
` [REVIEW][PATCH 1/9] signal/powerpc: Use force_sig_mceerr as appropriate
` [REVIEW][PATCH 2/9] signal/powerpc: Remove pkey parameter from __bad_area
` [REVIEW][PATCH 3/9] signal/powerpc: Call _exception_pkey directly from bad_key_fault_exception
` [REVIEW][PATCH 4/9] signal/powerpc: Remove pkey parameter from __bad_area_nosemaphore
` [REVIEW][PATCH 5/9] signal/powerpc: Factor the common exception code into exception_common
` [REVIEW][PATCH 6/9] signal/powerpc: Call force_sig_fault from _exception
` [REVIEW][PATCH 7/9] signal/poewrpc: Specialize _exception_pkey for handling pkey exceptions
` [REVIEW][PATCH 8/9] signal/powerpc: Simplify _exception_pkey by using force_sig_pkuerr
` [REVIEW][PATCH 9/9] signal/powerpc: Use force_sig_fault where appropriate

[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
 2018-09-18 17:59 UTC  (7+ messages)

[PATCH v2 00/24] ban the use of _PAGE_XXX flags outside platform specific code
 2018-09-18 17:21 UTC  (5+ messages)
` [PATCH v2 07/24] powerpc: handover page flags with a pgprot_t parameter
` [PATCH v2 11/24] powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()

[PATCH] powerpc/fadump: re-register firmware-assisted dump if already registered
 2018-09-18 16:46 UTC  (4+ messages)

[PATCH v3 1/3] watchdog: mpc8xxx: use dev_xxxx() instead of pr_xxxx()
 2018-09-18 16:24 UTC  (4+ messages)
` [PATCH v3 2/3] watchdog: mpc8xxx: provide boot status
` [PATCH v3 3/3] dt-bindings: watchdog: add mpc8xxx-wdt support

[RFC PATCH 0/3] Add support for compound page migration in mm_iommu_get
 2018-09-18 13:53 UTC  (4+ messages)
` [RFC PATCH 3/3] powerpc/mm/iommu: Allow migration of cma allocated pages during mm_iommu_get

[PATCH 0/3] System call table generation support
 2018-09-18 12:15 UTC  (4+ messages)
` [PATCH 2/3] powerpc: Add system "

[PATCH V3] powerpc/mm/iommu: Allow large IOMMU page size only for hugetlb backing
 2018-09-18 12:01 UTC 

[PATCH] powerpc/mm/iommu: Allow large IOMMU page size only for hugetlb backing
 2018-09-18 12:00 UTC 

[PATCH V3 0/2] mm/kvm/vfio/ppc64: Migrate compound pages out of CMA region
 2018-09-18 11:58 UTC  (3+ messages)
` [PATCH V3 1/2] mm: Add get_user_pages_cma_migrate
` [PATCH V3 2/2] powerpc/mm/iommu: Allow migration of cma allocated pages during mm_iommu_get

How to handle PTE tables with non contiguous entries ?
 2018-09-18 11:53 UTC  (5+ messages)

[PATCH v4] powerpc: Avoid code patching freed init sections
 2018-09-18 11:35 UTC  (4+ messages)

[PATCH] powerpc/makefile: remove check on obsolete GCC versions
 2018-09-18 10:50 UTC  (4+ messages)

[PATCH] powerpc/pseries: Disable CPU hotplug across migrations
 2018-09-18 10:32 UTC  (3+ messages)

[PATCH] powerpc/kgdb: add kgdb_arch_set/remove_breakpoint()
 2018-09-18  9:33 UTC  (2+ messages)
` Checkpatch bad Warning (Re: [PATCH] powerpc/kgdb: add kgdb_arch_set/remove_breakpoint())

[PATCH] powerpc/time: Calculate proper wday
 2018-09-18  8:27 UTC  (2+ messages)

[PATCH v11 00/26] Speculative page faults
 2018-09-18  6:42 UTC  (15+ messages)

[RFC PATCH 00/11] New TM Model
 2018-09-18  6:36 UTC  (20+ messages)
` [RFC PATCH 01/11] powerpc/tm: Reclaim transaction on kernel entry
` [RFC PATCH 05/11] powerpc/tm: Function that updates the failure code
` [RFC PATCH 06/11] powerpc/tm: Refactor the __switch_to_tm code
` [RFC PATCH 07/11] powerpc/tm: Do not recheckpoint at sigreturn
` [RFC PATCH 08/11] powerpc/tm: Do not reclaim on ptrace
` [RFC PATCH 09/11] powerpc/tm: Do not restore default DSCR
` [RFC PATCH 10/11] powerpc/tm: Set failure summary
` [RFC PATCH 11/11] selftests/powerpc: Adapt the test

[PATCH v2] powerpc/configs: Update skiroot defconfig
 2018-09-18  3:36 UTC 

[PATCH 4.18 084/158] perf tools: Allow overriding MAX_NR_CPUS at compile time
 2018-09-17 22:41 UTC 

[PATCH 4.14 046/126] perf tools: Allow overriding MAX_NR_CPUS at compile time
 2018-09-17 22:41 UTC 

[PATCH 4.9 31/70] perf tools: Allow overriding MAX_NR_CPUS at compile time
 2018-09-17 22:42 UTC 

[PATCH 4.4 24/56] perf tools: Allow overriding MAX_NR_CPUS at compile time
 2018-09-17 22:41 UTC 

[PATCH -next] fsl/qe: Fix copy-paste error in ucc_get_tdm_sync_shift
 2018-09-17 21:09 UTC  (2+ messages)

[PATCH 0/3] mm: dirty/accessed pte optimisations
 2018-09-17 17:53 UTC  (4+ messages)
` [PATCH 3/3] mm: optimise pte dirty/accessed bit setting by demand based pte insertion

[PATCH] powerpc: Disable -Wbuiltin-requires-header when setjmp is used
 2018-09-17 17:13 UTC  (2+ messages)

[PATCH 1/2] powerpc: initial stack protector (-fstack-protector) support
 2018-09-17 16:49 UTC  (4+ messages)
` [PATCH 2/2] powerpc/32: stack protector: change the canary value per task

[PATCH] powerpc: fix csum_ipv6_magic() on little endian platforms
 2018-09-17 12:27 UTC  (3+ messages)

[PATCH 4.4.y] crypto: vmx - Fix sleep-in-atomic bugs
 2018-09-17 11:47 UTC  (3+ messages)

[PATCH 00/12] SLB miss conversion to C, and SLB optimisations
 2018-09-17  8:42 UTC  (20+ messages)
` [PATCH 01/12] powerpc/64s/hash: Fix stab_rr off by one initialization
` [PATCH 02/12] powerpc/64s/hash: avoid the POWER5 < DD2.1 slb invalidate workaround on POWER8/9
` [PATCH 03/12] powerpc/64s/hash: move POWER5 < DD2.1 slbie workaround where it is needed
` [PATCH 04/12] powerpc/64s/hash: remove the vmalloc segment from the bolted SLB
` [PATCH 05/12] powerpc/64s/hash: Use POWER6 SLBIA IH=1 variant in switch_slb
` [PATCH 06/12] powerpc/64s/hash: Use POWER9 SLBIA IH=3 "
` [PATCH 07/12] powerpc/64s/hash: convert SLB miss handlers to C
` [PATCH 08/12] powerpc/64s/hash: remove user SLB data from the paca
` [PATCH 09/12] powerpc/64s/hash: SLB allocation status bitmaps
` [PATCH 10/12] powerpc/64s: xmon do not dump hash fields when using radix mode
` [PATCH 11/12] powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setup
` [PATCH 12/12] powerpc/64s/hash: Add a SLB preload cache

[PATCH RFCv2 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-09-17  7:32 UTC  (3+ messages)
` [PATCH RFCv2 3/6] mm/memory_hotplug: fix "

[PATCH kernel RFC 0/3] powerpc/pseries/iommu: GPU coherent memory pass through
 2018-09-17  7:05 UTC  (4+ messages)

[PATCH 0/2] Remove Variable Length Arrays from powerpc code
 2018-09-17  2:37 UTC  (5+ messages)
` [PATCH 1/2] powerpc/prom: Remove VLA in prom_check_platform_support()
` [PATCH 2/2] powerpc/pseries: Remove VLA from lparcfg_write()

[PATCH 0/3] -mno-sched-epilog removal
 2018-09-17  2:36 UTC  (7+ messages)
` [PATCH 1/3] powerpc: remove old GCC version checks
` [PATCH 2/3] powerpc: consolidate -mno-sched-epilog into FTRACE flags
` [PATCH 3/3] powerpc: avoid -mno-sched-epilog on GCC 4.9 and newer

[PATCH] kdb: use correct pointer when 'btc' calls 'btt'
 2018-09-16 22:18 UTC  (3+ messages)

[PATCH] powerpc/tm: Fix HFSCR bit for no suspend case
 2018-09-16 20:21 UTC  (2+ messages)

[PATCH v2 0/5] arm64: dts: NXP: add basic dts file for LX2160A SoC
 2018-09-15 19:24 UTC  (3+ messages)
` [PATCH v2 3/5] drivers: clk-qoriq: Add clockgen support for lx2160a

[PATCH v2 0/5] powerpc/powernv/pci: Discover surprise-hotplugged PCIe devices during rescan
 2018-09-14 21:12 UTC  (6+ messages)
` [PATCH v2 5/5] PCI/powerpc/eeh: Add pcibios hooks for preparing to rescan

[PATCH 0/5] powerpc/pci/hotplug: Discover surprise-hotplugged PCIe devices during rescan
 2018-09-14 20:54 UTC  (4+ messages)
` [PATCH 4/5] powerpc/powernv/pci: Enable reassigning the bus numbers

[PATCH v3 0/6] powerpc/powernv/pci: Discover surprise-hotplugged PCIe devices during rescan
 2018-09-14 20:42 UTC  (3+ messages)

[GIT PULL] Devicetree fix for 4.19-rc
 2018-09-14 19:25 UTC 

[PATCH v2 1/3] watchdog: mpc8xxx: use dev_xxxx() instead of pr_xxxx()
 2018-09-14 17:35 UTC  (6+ messages)
` [PATCH v2 2/3] watchdog: mpc8xxx: provide boot status
` [PATCH v2 3/3] dt-bindings: watchdog: add mpc8xxx-wdt support

KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds
 2018-09-14 17:04 UTC 

[PATCH] watchdog: mpc8xxx: provide boot status
 2018-09-14 13:48 UTC  (3+ messages)

[PATCH 00/30] mm: remove bootmem allocator
 2018-09-14 12:10 UTC  (7+ messages)
` [PATCH 25/30] memblock: rename free_all_bootmem to memblock_free_all
` [PATCH 26/30] memblock: rename __free_pages_bootmem to memblock_free_pages
` [PATCH 27/30] mm: remove nobootmem
` [PATCH 28/30] memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
` [PATCH 29/30] mm: remove include/linux/bootmem.h
` [PATCH 30/30] docs/boot-time-mm: remove bootmem documentation


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