linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-29 05:50:44 to 2020-02-03 08:46:15 UTC [more...]

EEH init cleanup
 2020-02-03  8:35 UTC  (5+ messages)
` [PATCH 1/6] powerpc/eeh: Add sysfs files in late probe
` [PATCH 2/6] powerpc/eeh: Remove eeh_add_device_tree_late()
` [PATCH 3/6] powerpc/eeh: Do early EEH init only when required
` [PATCH 4/6] powerpc/eeh: Remove PHB check in probe

[PATCH v3 1/7] powerpc/mm: Implement set_memory() routines
 2020-02-03  7:12 UTC  (7+ messages)
` [PATCH v3 2/7] powerpc/kprobes: Mark newly allocated probes as RO
` [PATCH v3 3/7] powerpc/mm/ptdump: debugfs handler for W+X checks at runtime
` [PATCH v3 4/7] powerpc: Set ARCH_HAS_STRICT_MODULE_RWX
` [PATCH v3 5/7] powerpc/configs: Enable STRICT_MODULE_RWX in skiroot_defconfig
` [PATCH v3 6/7] powerpc/mm: implement set_memory_attr()
` [PATCH v3 7/7] powerpc/32: use set_memory_attr()

[PATCH v6 0/5] Implement STRICT_MODULE_RWX for powerpc
 2020-02-03  7:06 UTC  (5+ messages)
` [PATCH v6 1/5] powerpc/mm: Implement set_memory() routines

[PATCH v2 1/7] powerpc/mm: Implement set_memory() routines
 2020-02-03  7:00 UTC  (10+ messages)
` [PATCH v2 2/7] powerpc/kprobes: Mark newly allocated probes as RO
` [PATCH v2 3/7] powerpc/mm/ptdump: debugfs handler for W+X checks at runtime
` [PATCH v2 4/7] powerpc: Set ARCH_HAS_STRICT_MODULE_RWX
` [PATCH v2 5/7] powerpc/configs: Enable STRICT_MODULE_RWX in skiroot_defconfig
` [PATCH v2 6/7] powerpc/mm: implement set_memory_attr()
` [PATCH v2 7/7] powerpc/32: use set_memory_attr()

[linuxppc-dev] Patch notification: 1 patch updated
 2020-02-03  6:21 UTC 

[PATCH 0/3] pseries: Track and expose idle PURR and SPURR ticks
 2020-02-03  4:50 UTC  (9+ messages)
` [PATCH 1/3] powerpc/pseries: Account for SPURR ticks on idle CPUs
` [PATCH 2/3] powerpc/sysfs: Show idle_purr and idle_spurr for every CPU

[PATCH] of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpc
 2020-02-02 15:02 UTC  (9+ messages)
  ` Latest Git kernel: avahi-daemon[2410]: ioctl(): Inappropriate ioctl for device

[PATCH V12] mm/debug: Add tests validating architecture page table helpers
 2020-02-02 11:26 UTC  (17+ messages)

[powerpc:next] BUILD SUCCESS 41196224883a64e56e0ef237c19eb837058df071
 2020-02-01 17:10 UTC 

[PATCH] lkdtm: Test KUAP directional user access unlocks on powerpc
 2020-02-01 16:40 UTC  (6+ messages)

[PATCH v2] powerpc/32s: Don't flush all TLBs when flushing one page
 2020-02-01 16:27 UTC  (2+ messages)

[PATCH] powerpc/32s: Don't flush all TLBs when flushing one page
 2020-02-01 16:17 UTC  (8+ messages)

[PATCH] drivers: char: hvc: add arm JTAG DCC console support
 2020-02-01  5:06 UTC 

[PATCH] powerpc/nohash: Don't flush all TLBs when flushing one page
 2020-01-31 15:37 UTC 

[PATCH] powerpc: drmem: avoid NULL pointer dereference when drmem is unavailable
 2020-01-31 13:28 UTC  (2+ messages)
` [PATCH v2] "

powerpc Linux scv support and scv system call ABI proposal
 2020-01-31 11:55 UTC  (22+ messages)

[PATCH v3 1/2] powerpc/32: Warn and return ENOSYS on syscalls from kernel
 2020-01-31 11:34 UTC  (2+ messages)
` [PATCH v3 2/2] powerpc: Don't user thread struct for saving SRR0/1 on syscall

[PATCH 1/2] pseries/vio: Remove stray #ifdef CONFIG_PPC_PSERIES
 2020-01-31 10:38 UTC  (6+ messages)
` [PATCH 2/2] pseries/makefile: Remove CONFIG_PPC_PSERIES check

[PATCH v6 00/10] mm/memory_hotplug: Shrink zones before removing memory
 2020-01-31 10:36 UTC  (7+ messages)

[PATCH v2] powerpc: Do not consider weak unresolved symbol relocations as bad
 2020-01-31  9:18 UTC  (3+ messages)

[PATCH 0/5] libnvdimm: Cross-arch compatible namespace alignment
 2020-01-31  5:32 UTC  (7+ messages)
` [PATCH 1/5] mm/memremap_pages: Kill unused __devm_memremap_pages()
` [PATCH 2/5] mm/memremap_pages: Introduce memremap_compat_align()
` [PATCH 3/5] libnvdimm/namespace: Enforce memremap_compat_align()
` [PATCH 4/5] libnvdimm/region: Introduce NDD_LABELING
` [PATCH 5/5] libnvdimm/region: Introduce an 'align' attribute

[PATCH 00/10] Add support for OpenCAPI SCM devices
 2020-01-31  5:14 UTC  (5+ messages)
` [PATCH 09/10] powerpc: Enable OpenCAPI Storage Class Memory driver on bare metal

[PATCH v18 00/24] selftests, powerpc, x86: Memory Protection Keys
 2020-01-30 21:51 UTC  (26+ messages)
` [PATCH v18 01/24] selftests/x86/pkeys: Move selftests to arch-neutral directory
` [PATCH v18 02/24] selftests/vm/pkeys: Rename all references to pkru to a generic name
` [PATCH v18 03/24] selftests/vm/pkeys: Move generic definitions to header file
` [PATCH v18 04/24] selftests/vm/pkeys: Move some definitions to arch-specific header
` [PATCH v18 05/24] selftests/vm/pkeys: Make gcc check arguments of sigsafe_printf()
` [PATCH v18 06/24] selftests: vm: pkeys: Use sane types for pkey register
` [PATCH v18 07/24] selftests: vm: pkeys: Add helpers for pkey bits
` [PATCH v18 08/24] selftests/vm/pkeys: Fix pkey_disable_clear()
` [PATCH v18 09/24] selftests/vm/pkeys: Fix assertion in pkey_disable_set/clear()
` [PATCH v18 10/24] selftests/vm/pkeys: Fix alloc_random_pkey() to make it really random
` [PATCH v18 11/24] selftests: vm: pkeys: Use the correct huge page size
` [PATCH v18 12/24] selftests/vm/pkeys: Introduce generic pkey abstractions
` [PATCH v18 13/24] selftests/vm/pkeys: Introduce powerpc support
` [PATCH v18 14/24] selftests/vm/pkeys: Fix number of reserved powerpc pkeys
` [PATCH v18 15/24] selftests/vm/pkeys: Fix assertion in test_pkey_alloc_exhaust()
` [PATCH v18 16/24] selftests/vm/pkeys: Improve checks to determine pkey support
` [PATCH v18 17/24] selftests/vm/pkeys: Associate key on a mapped page and detect access violation
` [PATCH v18 18/24] selftests/vm/pkeys: Associate key on a mapped page and detect write violation
` [PATCH v18 19/24] selftests/vm/pkeys: Detect write violation on a mapped access-denied-key page
` [PATCH v18 20/24] selftests/vm/pkeys: Introduce a sub-page allocator
` [PATCH v18 21/24] selftests/vm/pkeys: Test correct behaviour of pkey-0
` [PATCH v18 22/24] selftests/vm/pkeys: Override access right definitions on powerpc
` [PATCH v18 23/24] selftests: vm: pkeys: Use the correct page size "
` [PATCH v18 24/24] selftests: vm: pkeys: Fix multilib builds for x86

[PATCH] powerpc/drmem: cache LMBs in xarray to accelerate lookup
 2020-01-30 16:09 UTC  (4+ messages)

[PATCH] powerpc: configs: Cleanup old Kconfig options
 2020-01-30 19:52 UTC 

Looking for history of tlbia macro
 2020-01-30 16:29 UTC 

[PATCH v5 0/6] powerpc: switch VDSO to C implementation
 2020-01-30 16:08 UTC  (7+ messages)
` [PATCH v5 1/6] powerpc/vdso64: Switch from __get_datapage() to get_datapage inline macro
` [PATCH v5 2/6] powerpc/vdso: Remove __kernel_datapage_offset and simplify __get_datapage()
` [PATCH v5 3/6] lib/vdso: Allow architectures to provide the vdso data pointer
` [PATCH v5 4/6] lib/vdso: Allow fixed clock mode
` [PATCH v5 5/6] lib/vdso: Allow architectures to override the ns shift operation
` [PATCH v5 6/6] powerpc/vdso: Switch VDSO to generic C implementation

[PATCH] bus: fsl-mc: add api to retrieve mc version
 2020-01-30 13:27 UTC  (3+ messages)

[PATCH v4] powerpc/smp: Use nid as fallback for package_id
 2020-01-30 13:18 UTC  (3+ messages)

[PATCH v16 00/23] selftests, powerpc, x86: Memory Protection Keys
 2020-01-30  9:20 UTC  (10+ messages)

[PATCH 0/2] selftests: vm: Build fixes for powerpc64
 2020-01-30  7:01 UTC  (3+ messages)
` [PATCH 1/2] selftests: vm: Do not override definition of ARCH
` [PATCH 2/2] selftests: vm: Fix 64-bit test builds for powerpc64le

[PATCH] powerpc/papr_scm: Mark papr_scm_ndctl() as static
 2020-01-30  4:02 UTC 

[PATCH FIX] KVM: PPC: Book3S HV: Release lock on page-out failure path
 2020-01-30  0:55 UTC  (2+ messages)

[PATCH] powerpc/process: Remove unneccessary #ifdef CONFIG_PPC64 in copy_thread_tls()
 2020-01-29 21:05 UTC  (2+ messages)

[RFC PATCH 0/6] powerpc/papr_scm: Implement support for reporting DIMM health and stats
 2020-01-29 15:28 UTC  (7+ messages)
` [RFC PATCH 1/6] powerpc/papr_scm: Provide support for fetching dimm health information
` [RFC PATCH 2/6] powerpc/papr_scm: Fetch dimm performance stats from PHYP
` [RFC PATCH 3/6] UAPI: ndctl: Introduce NVDIMM_FAMILY_PAPR as a new NVDIMM DSM family
` [RFC PATCH 4/6] powerpc/papr_scm: Add support for handling PAPR DSM commands
` [RFC PATCH 5/6] powerpc/papr_scm: Implement support for DSM_PAPR_SCM_HEALTH
` [RFC PATCH 6/6] powerpc/papr_scm: Implement support for DSM_PAPR_SCM_STATS

[PATCH v6 0/5] Early node associativity
 2020-01-29 13:53 UTC  (6+ messages)
` [PATCH v6 1/5] powerpc/vphn: Check for error from hcall_vphn
` [PATCH v6 2/5] powerpc/numa: Handle extra hcall_vphn error cases
` [PATCH v6 3/5] powerpc/numa: Use cpu node map of first sibling thread
` [PATCH v6 4/5] powerpc/numa: Early request for home node associativity
` [PATCH v6 5/5] powerpc/numa: Remove late "

[PATCH] powerpc/32s: Fix kasan_early_hash_table() for CONFIG_VMAP_STACK
 2020-01-29 12:34 UTC 

[PATCH V12] mm/debug: Add tests validating architecture page table helpers
 2020-01-29 11:09 UTC  (4+ messages)

[PATCH v2] powerpc/uaccess: simplify the get_fs() set_fs() logic
 2020-01-29 11:00 UTC 

[PATCH v1] powerpc/uaccess: simplify the get_fs() set_fs() logic
 2020-01-29 11:00 UTC 

[RFC PATCH v4 00/11] powerpc: switch VDSO to C implementation
 2020-01-29  7:26 UTC  (7+ messages)
` [RFC PATCH v4 10/11] lib: vdso: Allow arches to override the ns shift operation

[PATCH] powerpc/xmon: Fix compile error in print_insn* functions
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH v4] powerpc: use probe_user_read() and probe_user_write()
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH] powerpc/papr_scm: Fix leaking 'bus_desc.provider_name' in some paths
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH] powerpc/pseries/vio: Fix iommu_table use-after-free refcount warning
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH] selftests/eeh: Bump EEH wait time to 60s
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH 1/5] powerpc/32: add support of KASAN_VMALLOC
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH -next] powerpc/maple: fix comparing pointer to 0
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH v2] Fix display of Maximum Memory
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add myself as maintainer of ehv_bytechan tty driver
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH v2] powerpc/ptdump: don't entirely rebuild kernel when selecting CONFIG_PPC_DEBUG_WX
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH] powerpc/ptdump: only enable PPC_CHECK_WX with STRICT_KERNEL_RWX
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH] powerpc/ptdump: fix W+X verification
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH] powerpc/ptdump: fix W+X verification call in mark_rodata_ro()
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH 1/5] powerpc/pci: Fold pcibios_setup_device() into pcibios_bus_add_device()
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH] powerpc/papr_scm: Don't enable direct map for a region by default
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH] powerpc/pseries: in lmb_is_removable(), advance pfn if section is not present
 2020-01-29  5:17 UTC  (2+ messages)

powerpc/xmon: don't access ASDR in VMs
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH v3 1/2] powerpc32/booke: consistently return phys_addr_t in __pa()
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH 10/10] powerpc/powernv: use resource_size
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH 05/10] powerpc/83xx: use resource_size
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH 1/4] misc: cxl: use mmgrab
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH 09/16] powerpc/mpic: constify copied structure
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH] powerpc/mm: don't log user reads to 0xffffffff
 2020-01-29  5:17 UTC  (2+ messages)

[PATCH 1/2] powerpc/book3s64/hash: Disable 16M linear mapping size if not aligned
 2020-01-29  5:17 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 NNTP newsgroup(s).