linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-12 16:18:06 to 2019-04-17 03:02:44 UTC [more...]

[PATCH v3 0/8] Update hash MMU kernel mapping to be in sync with radix
 2019-04-17  3:00 UTC  (11+ messages)
` [PATCH v3 1/8] powerpc/mm/hash64: Add a variable to track the end of IO mapping
` [PATCH v3 2/8] powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
` [PATCH v3 3/8] powerpc/mm: Validate address values against different region limits
` [PATCH v3 4/8] powerpc/mm: Drop the unnecessary region check
` [PATCH v3 5/8] powerpc/mm/hash: Simplify the region id calculation
` [PATCH v3 6/8] powerpc/mm: Print kernel map details to dmesg
` [PATCH v3 7/8] powerpc/mm: Consolidate radix and hash address map details
` [PATCH v3 8/8] powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_ID

[PATCH v5 0/6] add generic boot option for IOMMU dma mode
 2019-04-17  2:36 UTC  (6+ messages)
` [PATCH v5 1/6] iommu: add generic boot option iommu.dma_mode

[PATCH v2 00/21] Convert hwmon documentation to ReST
 2019-04-17  1:58 UTC  (12+ messages)

[PATCH v3 3/5] powerpc: Use the correct style for SPDX License Identifier
 2019-04-16 23:47 UTC  (2+ messages)

[PATCH 0/6] convert locked_vm from unsigned long to atomic64_t
 2019-04-16 23:33 UTC  (6+ messages)
` [PATCH 1/6] mm: change locked_vm's type "

[PATCH v2 0/5] cpu/speculation: Add 'mitigations=' cmdline option
 2019-04-16 21:39 UTC  (15+ messages)
` [PATCH v2 1/5] "
` [PATCH v2 2/5] x86/speculation: Support "
` [PATCH v2 3/5] powerpc/speculation: "
` [PATCH v2 4/5] s390/speculation: "
` [PATCH v2 5/5] arm64/speculation: "
    ` [PATCH] Documentation: Add ARM64 to kernel-parameters.rst

[PATCH v12 00/31] Speculative page faults
 2019-04-16 14:41 UTC  (35+ messages)
` [PATCH v12 01/31] mm: introduce CONFIG_SPECULATIVE_PAGE_FAULT
` [PATCH v12 02/31] x86/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v12 03/31] powerpc/mm: set ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v12 04/31] arm64/mm: define ARCH_SUPPORTS_SPECULATIVE_PAGE_FAULT
` [PATCH v12 05/31] mm: prepare for FAULT_FLAG_SPECULATIVE
` [PATCH v12 06/31] mm: introduce pte_spinlock "
` [PATCH v12 07/31] mm: make pte_unmap_same compatible with SPF
` [PATCH v12 08/31] mm: introduce INIT_VMA()
` [PATCH v12 09/31] mm: VMA sequence count
` [PATCH v12 10/31] mm: protect VMA modifications using "
` [PATCH v12 11/31] mm: protect mremap() against SPF hanlder
` [PATCH v12 12/31] mm: protect SPF handler against anon_vma changes
` [PATCH v12 13/31] mm: cache some VMA fields in the vm_fault structure
` [PATCH v12 14/31] mm/migrate: Pass vm_fault pointer to migrate_misplaced_page()
` [PATCH v12 15/31] mm: introduce __lru_cache_add_active_or_unevictable
` [PATCH v12 16/31] mm: introduce __vm_normal_page()
` [PATCH v12 17/31] mm: introduce __page_add_new_anon_rmap()
` [PATCH v12 18/31] mm: protect against PTE changes done by dup_mmap()
` [PATCH v12 19/31] mm: protect the RB tree with a sequence lock
` [PATCH v12 20/31] mm: introduce vma reference counter
` [PATCH v12 21/31] mm: Introduce find_vma_rcu()
` [PATCH v12 22/31] mm: provide speculative fault infrastructure
` [PATCH v12 23/31] mm: don't do swap readahead during speculative page fault
` [PATCH v12 24/31] mm: adding speculative page fault failure trace events
` [PATCH v12 25/31] perf: add a speculative page fault sw event
` [PATCH v12 26/31] perf tools: add support for the SPF perf event
` [PATCH v12 27/31] mm: add speculative page fault vmstats
` [PATCH v12 28/31] x86/mm: add speculative pagefault handling
` [PATCH v12 29/31] powerpc/mm: add speculative page fault
` [PATCH v12 30/31] arm64/mm: "
` [PATCH v12 31/31] mm: Add a speculative page fault switch in sysctl

[PATCH v3 00/26] compat_ioctl: cleanups
 2019-04-16 20:19 UTC  (2+ messages)
` [PATCH v3 10/26] compat_ioctl: use correct compat_ptr() translation in drivers

[PATCH v2 0/5] Fix vDSO clock_getres()
 2019-04-16 17:09 UTC  (9+ messages)
` [PATCH v2 1/5] arm64: "
` [PATCH v2 2/5] powerpc: "
` [PATCH v2 3/5] s390: "
` [PATCH v2 4/5] nds32: "
` [PATCH v2 5/5] kselftest: Extend vDSO selftest to clock_getres

Linux 5.1-rc5
 2019-04-16 16:49 UTC  (5+ messages)

[PATCH 0/5] Fix vDSO clock_getres()
 2019-04-16 14:23 UTC  (5+ messages)
` [PATCH 1/5] arm64: "

[PATCH] Linux: Define struct termios2 in <termios.h> under _GNU_SOURCE [BZ #10339]
 2019-04-16 12:11 UTC  (13+ messages)

[PATCH] [v2] arch: add pidfd and io_uring syscalls everywhere
 2019-04-16 11:41 UTC  (3+ messages)

[PATCH v2 00/16] Add FADump support on PowerNV platform
 2019-04-16 10:36 UTC  (17+ messages)
` [PATCH v2 01/16] powerpc/fadump: move internal fadump code to a new file
` [PATCH v2 02/16] powerpc/fadump: Improve fadump documentation
` [PATCH v2 03/16] pseries/fadump: move out platform specific support from generic code
` [PATCH v2 04/16] powerpc/fadump: use FADump instead of fadump for how it is pronounced
` [PATCH v2 05/16] powerpc/fadump: enable fadump support on OPAL based POWER platform
` [PATCH v2 06/16] powerpc/fadump: Update documentation about OPAL platform support
` [PATCH v2 07/16] powerpc/fadump: consider reserved ranges while reserving memory
` [PATCH v2 08/16] powerpc/fadump: consider reserved ranges while releasing memory
` [PATCH v2 09/16] powernv/fadump: process architected register state data provided by firmware
` [PATCH v2 10/16] powernv/fadump: add support to preserve crash data on FADUMP disabled kernel
` [PATCH v2 11/16] powerpc/fadump: update documentation about CONFIG_PRESERVE_FA_DUMP
` [PATCH v2 12/16] powerpc/powernv: export /proc/opalcore for analysing opal crashes
` [PATCH v2 13/16] powernv/fadump: Skip processing /proc/vmcore when only OPAL core exists
` [PATCH v2 14/16] powernv/opalcore: provide an option to invalidate /proc/opalcore file
` [PATCH v2 15/16] powernv/fadump: consider f/w load area
` [PATCH v2 16/16] powernv/fadump: update documentation about option to release opalcore

[PATCH v4 0/5] powerpc/perf: IMC trace-mode support
 2019-04-16 10:07 UTC  (8+ messages)
` [PATCH v4 1/5] powerpc/include: Add data structures and macros for IMC trace mode
` [PATCH v4 2/5] powerpc/perf: Rearrange setting of ldbar for thread-imc
` [PATCH v4 3/5] powerpc/perf: Add privileged access check for thread_imc
` [PATCH v4 4/5] powerpc/perf: Trace imc events detection and cpuhotplug
` [PATCH v4 5/5] powerpc/perf: Trace imc PMU functions

[PATCH v4 0/5] powerpc/perf: IMC trace-mode support
 2019-04-16  9:48 UTC  (6+ messages)
` [PATCH v4 1/5] powerpc/include: Add data structures and macros for IMC trace mode
` [PATCH v4 2/5] powerpc/perf: Rearrange setting of ldbar for thread-imc
` [PATCH v4 3/5] powerpc/perf: Add privileged access check for thread_imc
` [PATCH v4 4/5] powerpc/perf: Trace imc events detection and cpuhotplug
` [PATCH v4 5/5] powerpc/perf: Trace imc PMU functions

[PATCH V32 01/27] Add the ability to lock down access to the running kernel image
 2019-04-16  8:40 UTC 

[PATCH 0/2] x86, numa: always initialize all possible nodes
 2019-04-16  6:54 UTC  (5+ messages)

[PATCH v3] powerpc/pseries: Only wait for dying CPU after call to rtas_stop_self()
 2019-04-16  4:36 UTC  (3+ messages)

[PATCH RFT V2 0/8] clk: make register endianness a run-time property
 2019-04-16  4:05 UTC  (10+ messages)
` [PATCH RFT V2 1/8] clk: divider: add explicit big endian support
` [PATCH RFT V2 2/8] clk: fractional-divider: "
` [PATCH RFT V2 3/8] clk: gate: "
` [PATCH RFT V2 4/8] clk: multiplier: "
` [PATCH RFT V2 5/8] clk: mux: "
` [PATCH RFT V2 6/8] powerpc/512x: mark clocks as big endian
` [PATCH RFT V2 7/8] clk: core: remove powerpc special handling
` [PATCH RFT V2 8/8] clk: core: replace clk_{readl, writel} with {readl, writel}

[PATCH v4] powerpc/xmon: add read-only mode
 2019-04-16  3:27 UTC  (2+ messages)

[PATCH 00/57] Convert files to ReST
 2019-04-16  2:55 UTC  (2+ messages)
` [PATCH 26/57] docs: powerpc: convert docs "

[PATCH v3] powerpc/xmon: add read-only mode
 2019-04-16  1:23 UTC  (3+ messages)

[PATCH linux-next v10 0/7] ptrace: add PTRACE_GET_SYSCALL_INFO request
 2019-04-15 23:44 UTC  (2+ messages)
` [PATCH linux-next v10 5/7] powerpc: define syscall_get_error()

[PATCH v2] powerpc/booke64: set RI in default MSR
 2019-04-15 11:52 UTC 

[PATCH 0/3] Device-memory-related cleanups
 2019-04-15 11:30 UTC  (14+ messages)
` [PATCH 1/3] mm/memremap: Rename and consolidate SECTION_SIZE
  ` [PATCH RESEND "
` [PATCH 2/3] mm: clean up is_device_*_page() definitions
  ` [PATCH RESEND "
` [PATCH 3/3] mm: introduce ARCH_HAS_PTE_DEVMAP
  ` [PATCH RESEND "
` [PATCH RESEND 0/3] Device-memory-related cleanups

[PATCH] powerpc/pseries: hwpoison the pages upon hitting UE
 2019-04-15 10:05 UTC 

[RFC PATCH] powerpc/64/ftrace: mprofile-kernel patch out mflr
 2019-04-15  9:42 UTC  (2+ messages)

[PATCH v4 4/4] ASoC: fsl_audmix: cache pdev->dev pointer
 2019-04-15  8:53 UTC  (2+ messages)
` Applied "ASoC: fsl_audmix: cache pdev->dev pointer" to the asoc tree

[PATCH 0/2] Fix invalid license IDS
 2019-04-15  8:53 UTC  (10+ messages)
` [PATCH 1/2] ASoC: mpc5200_dma: Fix invalid license ID
  ` Applied "ASoC: mpc5200_dma: Fix invalid license ID" to the asoc tree
` [PATCH 2/2] ASoC: mpc5200_psc_i2s: Fix invalid license ID
  ` Applied "ASoC: mpc5200_psc_i2s: Fix invalid license ID" to the asoc tree

[RFC PATCH 2/3] crypto: nx - don't abuse shash MAY_SLEEP flag
 2019-04-15  5:12 UTC  (2+ messages)

[PATCH] powerpc/powernv: Remove ifdef
 2019-04-15  5:11 UTC 

[PATCH 0/8]
 2019-04-15  3:41 UTC  (3+ messages)

[PATCH v2 0/2] Auto-promotion logic for cpuidle states
 2019-04-14 20:04 UTC  (4+ messages)
` [PATCH v2 1/2] cpuidle : auto-promotion "

[PATCH 03/12] PowerPC-83xx: add missing of_node_put after of_device_is_available
 2019-04-14 15:25 UTC  (2+ messages)

[PATCH v5 2/5] powerpc: Replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISC
 2019-04-13 22:44 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-5.1-5 tag
 2019-04-13 17:40 UTC  (2+ messages)

[PATCH v9 2/2] powerpc/64s: KVM update for reimplement book3s idle code in C
 2019-04-13  6:01 UTC  (3+ messages)

powerpc/64s/radix: Fix radix segment exception handling
 2019-04-13  5:59 UTC  (4+ messages)

[PATCH] crypto: powerpc - convert to use crypto_simd_usable()
 2019-04-13  5:33 UTC 

[PATCH] crypto: vmx - fix copy-paste error in CTR mode
 2019-04-13  3:41 UTC  (9+ messages)

[PATCH] MAINTAINERS: Update remaining @linux.vnet.ibm.com addresses
 2019-04-12 16:16 UTC  (6+ 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).