linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-16 21:07:48 to 2019-04-19 08:01:51 UTC [more...]

[PATCH] kernel/crash: make parse_crashkernel()'s return value more indicant
 2019-04-19  7:58 UTC 

[PATCH v12 00/31] Speculative page faults
 2019-04-18 22:48 UTC  (39+ 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 15/31] mm: introduce __lru_cache_add_active_or_unevictable
` [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 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 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 0/2] disable NUMA affinity reassignments at runtime
 2019-04-18 22:37 UTC  (5+ messages)
` [PATCH 1/2] powerpc/numa: improve control of topology updates
` [PATCH 2/2] powerpc/numa: document topology_updates_enabled, disable by default

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

[PATCH V2] ASoC: fsl_esai: Add pm runtime function
 2019-04-18 19:48 UTC  (2+ messages)

[PATCH V32 01/27] Add the ability to lock down access to the running kernel image
 2019-04-18 19:35 UTC  (3+ messages)

[PATCH V3 1/2] ASoC: fsl_asrc: replace the process_option table with function
 2019-04-18 19:17 UTC  (2+ messages)

Linux 5.1-rc5
 2019-04-18 18:41 UTC  (13+ messages)

[PATCH] crypto: powerpc - convert to use crypto_simd_usable()
 2019-04-18 14:27 UTC  (2+ messages)

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

[PATCH] drivers: cpuidle: This patch fix the following checkpatch warning
 2019-04-18 13:57 UTC  (2+ messages)

[PATCH v6 0/1] iommu: enhance IOMMU dma mode build options
 2019-04-18 13:57 UTC  (2+ messages)
` [PATCH v6 1/1] "

[PATCH v3 11/21] docs: hwmon: ibmpowernv: convert to ReST format
 2019-04-18 13:36 UTC  (11+ messages)
` [PATCH v3 21/21] docs: hwmon: Add an index file and rename docs to *.rst

[PATCH] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
 2019-04-18 13:20 UTC  (2+ messages)

[PATCH 00/57] Convert files to ReST
 2019-04-18 12:42 UTC  (2+ messages)
` Avoiding merge conflicts while adding new docs - Was: "

[PATCH] ASoC: fsl_esai: Add pm runtime function
 2019-04-18 11:12 UTC 

[PATCH] ASoC: fsl_esai: Add pm runtime function
 2019-04-18 10:21 UTC 

[PATCH] ASoC: fsl_esai: Add pm runtime function
 2019-04-18 10:17 UTC  (2+ messages)

[PATCH 0/8]
 2019-04-18 10:13 UTC  (7+ messages)
` [PATCH 3/8] powerpc/eeh: Convert PNV_PHB_FLAG_EEH to global flag
` [PATCH 5/8] powerpc/eeh: Add eeh_show_enabled()
` [PATCH 6/8] powerpc/eeh: Initialize EEH address cache earlier

[PATCH] ASoC: fsl_esai: Add pm runtime function
 2019-04-18  9:06 UTC  (3+ messages)

[PATCH V3 1/2] ASoC: fsl_asrc: replace the process_option table with function
 2019-04-18  9:05 UTC  (2+ messages)

[PATCH RFT V2 0/8] clk: make register endianness a run-time property
 2019-04-18  9:00 UTC  (6+ messages)
` [PATCH RFT V2 1/8] clk: divider: add explicit big endian support
` [PATCH RFT V2 2/8] clk: fractional-divider: "

[PATCH V3 1/2] ASoC: fsl_asrc: replace the process_option table with function
 2019-04-18  8:03 UTC  (2+ messages)

[PATCH v2 00/10] Kernel Userspace protection for PPC32
 2019-04-18  6:55 UTC  (5+ messages)
` [PATCH v2 07/10] powerpc/8xx: Add Kernel Userspace Access Protection
` [PATCH v2 10/10] powerpc/32s: Implement "

[PATCH v6 01/10] powerpc/powernv/idle: Restore IAMR after idle
 2019-04-18  6:51 UTC  (10+ messages)
` [PATCH v6 02/10] powerpc/powernv/idle: Restore AMR/UAMOR/AMOR "
` [PATCH v6 03/10] powerpc: Add framework for Kernel Userspace Protection
` [PATCH v6 04/10] powerpc: Add skeleton for Kernel Userspace Execution Prevention
` [PATCH v6 05/10] powerpc: Add a framework for Kernel Userspace Access Protection
` [PATCH v6 06/10] powerpc/64: Setup KUP on secondary CPUs
` [PATCH v6 07/10] powerpc/mm/radix: Use KUEP API for Radix MMU
` [PATCH v6 08/10] powerpc/lib: Refactor __patch_instruction() to use __put_user_asm()
` [PATCH v6 09/10] powerpc/64s: Implement KUAP for Radix MMU
` [PATCH v6 10/10] powerpc/mm: Detect bad KUAP faults

[PATCH v10 00/12] Appended signatures support for IMA appraisal
 2019-04-18  3:51 UTC  (13+ messages)
` [PATCH v10 01/12] MODSIGN: Export module signature definitions
` [PATCH v10 02/12] PKCS#7: Refactor verify_pkcs7_signature()
` [PATCH v10 03/12] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v10 04/12] integrity: Introduce struct evm_xattr
` [PATCH v10 05/12] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v10 06/12] ima: Use designated initializers for struct ima_event_data
` [PATCH v10 07/12] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v10 08/12] ima: Factor xattr_verify() out of ima_appraise_measurement()
` [PATCH v10 09/12] ima: Implement support for module-style appended signatures
` [PATCH v10 10/12] ima: Collect modsig
` [PATCH v10 11/12] ima: Define ima-modsig template
` [PATCH v10 12/12] ima: Store the measurement again when appraising a modsig

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

[PATCH v3] powerpc/pseries: Only wait for dying CPU after call to rtas_stop_self()
 2019-04-18  1:55 UTC  (5+ messages)

[PATCH v3 0/8] Update hash MMU kernel mapping to be in sync with radix
 2019-04-18  1:20 UTC  (6+ messages)
` [PATCH v3 7/8] powerpc/mm: Consolidate radix and hash address map details

[PATCH -next] ASoC: fsl_micfil: Remove set but not used variable 'osr'
 2019-04-17 19:14 UTC  (6+ messages)
` Applied "ASoC: fsl_micfil: Remove set but not used variable 'osr'" to the asoc tree

[RFC PATCH] virtio_ring: Use DMA API if guest memory is encrypted
 2019-04-17 21:42 UTC  (11+ messages)

[PATCH v3 00/26] compat_ioctl: cleanups
 2019-04-17 21:21 UTC  (5+ messages)
` [PATCH v3 10/26] compat_ioctl: use correct compat_ptr() translation in drivers

[PATCH -next] ALSA: ps3: Remove set but not used variables 'start_vaddr' and 'pcm_index'
 2019-04-17 19:18 UTC  (3+ messages)

[PATCH V3 0/2] Support more sample rate in asrc
 2019-04-17 18:52 UTC  (4+ messages)
` [PATCH V3 1/2] ASoC: fsl_asrc: replace the process_option table with function
` [PATCH V3 2/2] ASoC: fsl_asrc: Unify the supported input and output rate

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

[PATCH v5 01/10] powerpc/powernv/idle: Restore IAMR after idle
 2019-04-17 13:39 UTC  (9+ messages)
` [PATCH v5 09/10] powerpc/64s: Implement KUAP for Radix MMU
` [PATCH v5 10/10] powerpc/mm: Detect bad KUAP faults

[PATCH v3 0/6] Reduce memory usage for mm_context_t
 2019-04-17 13:03 UTC  (7+ messages)
` [PATCH v3 1/6] powerpc/mm/radix: Do slb preload only with hash translation mode
` [PATCH v3 2/6] powerpc/mm: Remove PPC_MM_SLICES #ifdef for book3s64
` [PATCH v3 3/6] powerpc/mm: Add helpers for accessing hash translation related variables
` [PATCH v3 4/6] powerpc/mm: Move slb_addr_linit to early_init_mmu
` [PATCH v3 5/6] powerpc/mm: Reduce memory usage for mm_context_t for radix
` [PATCH v3 6/6] powerc/mm/hash: Reduce hash_mm_context size

[PATCH v2 00/21] Convert hwmon documentation to ReST
 2019-04-17  9:47 UTC  (11+ messages)

[PATCH V2 1/2] ASoC: fsl_asrc: replace the process_option table with function
 2019-04-17  9:04 UTC 

[PATCH] powerpc/mm/radix: Make Radix require HUGETLB_PAGE
 2019-04-17  8:51 UTC  (2+ messages)

[PATCH] drivers: cpuidle: This patch fix the following checkpatch warning
 2019-04-17  7:06 UTC 

[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 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  (4+ messages)
` [PATCH v2 5/5] arm64/speculation: Support "


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