linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-21 16:08:55 to 2019-04-23 21:17:36 UTC [more...]

[PATCH v4 00/63] Include linux ACPI/PCI/X86 docs into Sphinx TOC tree
 2019-04-23 17:36 UTC  (57+ messages)
` [PATCH v4 01/63] Documentation: add Linux ACPI to "
` [PATCH v4 02/63] Documentation: ACPI: move namespace.txt to firmware-guide/acpi and convert to reST
` [PATCH v4 03/63] Documentation: ACPI: move enumeration.txt "
` [PATCH v4 04/63] Documentation: ACPI: move osi.txt "
` [PATCH v4 05/63] Documentation: ACPI: move linuxized-acpica.txt to driver-api/acpi "
` [PATCH v4 06/63] Documentation: ACPI: move scan_handlers.txt "
` [PATCH v4 07/63] Documentation: ACPI: move DSD-properties-rules.txt to firmware-guide/acpi and covert "
` [PATCH v4 08/63] Documentation: ACPI: move gpio-properties.txt to firmware-guide/acpi and convert "
` [PATCH v4 09/63] Documentation: ACPI: move method-customizing.txt "
` [PATCH v4 10/63] Documentation: ACPI: move initrd_table_override.txt to admin-guide/acpi "
` [PATCH v4 11/63] Documentation: ACPI: move dsdt-override.txt "
` [PATCH v4 12/63] Documentation: ACPI: move i2c-muxes.txt to firmware-guide/acpi "
` [PATCH v4 13/63] Documentation: ACPI: move acpi-lid.txt "
` [PATCH v4 14/63] Documentation: ACPI: move dsd/graph.txt "
` [PATCH v4 15/63] Documentation: ACPI: move dsd/data-node-references.txt "
` [PATCH v4 16/63] Documentation: ACPI: move debug.txt "
` [PATCH v4 17/63] Documentation: ACPI: move method-tracing.txt to firmware-guide/acpi and convert to rsST
` [PATCH v4 18/63] Documentation: ACPI: move aml-debugger.txt to firmware-guide/acpi and convert to reST
` [PATCH v4 19/63] Documentation: ACPI: move apei/output_format.txt "
` [PATCH v4 20/63] Documentation: ACPI: move apei/einj.txt "
` [PATCH v4 21/63] Documentation: ACPI: move cppc_sysfs.txt to admin-guide/acpi "
` [PATCH v4 22/63] Documentation: ACPI: move lpit.txt to firmware-guide/acpi "
` [PATCH v4 23/63] Documentation: ACPI: move ssdt-overlays.txt to admin-guide/acpi "
` [PATCH v4 24/63] Documentation: ACPI: move video_extension.txt to firmware-guide/acpi "
` [PATCH v4 25/63] Documentation: add Linux PCI to Sphinx TOC tree
` [PATCH v4 26/63] Documentation: PCI: convert pci.txt to reST
` [PATCH v4 27/63] Documentation: PCI: convert PCIEBUS-HOWTO.txt "
` [PATCH v4 28/63] Documentation: PCI: convert pci-iov-howto.txt "
` [PATCH v4 29/63] Documentation: PCI: convert MSI-HOWTO.txt "
` [PATCH v4 30/63] Documentation: PCI: convert acpi-info.txt "
` [PATCH v4 31/63] Documentation: PCI: convert pci-error-recovery.txt "
` [PATCH v4 32/63] Documentation: PCI: convert pcieaer-howto.txt "
` [PATCH v4 33/63] Documentation: PCI: convert endpoint/pci-endpoint.txt "
` [PATCH v4 34/63] Documentation: PCI: convert endpoint/pci-endpoint-cfs.txt "
` [PATCH v4 35/63] Documentation: PCI: convert endpoint/pci-test-function.txt "
` [PATCH v4 36/63] Documentation: PCI: convert endpoint/pci-test-howto.txt "
` [PATCH v4 37/63] Documentation: add Linux x86 docs to Sphinx TOC tree
` [PATCH v4 38/63] Documentation: x86: convert boot.txt to reST
` [PATCH v4 39/63] Documentation: x86: convert topology.txt "
` [PATCH v4 40/63] Documentation: x86: convert exception-tables.txt "
` [PATCH v4 41/63] Documentation: x86: convert kernel-stacks "
` [PATCH v4 42/63] Documentation: x86: convert entry_64.txt "
` [PATCH v4 43/63] Documentation: x86: convert earlyprintk.txt "
` [PATCH v4 44/63] Documentation: x86: convert zero-page.txt "
` [PATCH v4 45/63] Documentation: x86: convert tlb.txt "
` [PATCH v4 46/63] Documentation: x86: convert mtrr.txt "
` [PATCH v4 47/63] Documentation: x86: convert pat.txt "
` [PATCH v4 48/63] Documentation: x86: convert protection-keys.txt "
` [PATCH v4 49/63] Documentation: x86: convert intel_mpx.txt "
` [PATCH v4 50/63] Documentation: x86: convert amd-memory-encryption.txt "
` [PATCH v4 51/63] Documentation: x86: convert pti.txt "
` [PATCH v4 52/63] Documentation: x86: convert microcode.txt "
` [PATCH v4 53/63] Documentation: x86: convert resctrl_ui.txt "
` [PATCH v4 54/63] Documentation: x86: convert orc-unwinder.txt "

[PATCH 00/10] implement DYNAMIC_DEBUG_RELATIVE_POINTERS
 2019-04-23 19:36 UTC  (4+ messages)
` [PATCH 10/10] powerpc: select DYNAMIC_DEBUG_RELATIVE_POINTERS for PPC64

[PATCH v12 00/31] Speculative page faults
 2019-04-23 18:13 UTC  (59+ messages)
` [PATCH v12 01/31] mm: introduce CONFIG_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 07/31] mm: make pte_unmap_same compatible with SPF
` [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 RFT V3 0/8] clk: make register endianness a run-time property
 2019-04-23 17:40 UTC  (5+ messages)
` [PATCH RFT V3 1/8] clk: divider: add explicit big endian support

linux-next: manual merge of the akpm-current tree with the powerpc-fixes tree
 2019-04-23 17:00 UTC  (2+ messages)

[PATCH] powerpc/mm: Comment arch_unmap()
 2019-04-23 16:46 UTC  (2+ messages)

[PATCH v2 0/5] Fix vDSO clock_getres()
 2019-04-23 16:33 UTC  (3+ messages)
` [PATCH v2 2/5] powerpc: "

[PATCH][v2] powerpc/lib: remove memcpy_flushcache redundant return
 2019-04-23 16:13 UTC  (2+ messages)

Linux 5.1-rc5
 2019-04-23 16:06 UTC  (15+ messages)

[PATCH][next] powerpc/mm: fix spelling mistake "Outisde" -> "Outside"
 2019-04-23 15:10 UTC 

[PATCH] powerpc/pseries: Use correct event modifier in rtas_parse_epow_errlog()
 2019-04-23 14:35 UTC 

[PATCH v2 1/4] powerpc/boot: don't force gzipped uImage
 2019-04-23 14:20 UTC  (4+ messages)
` [PATCH v2 2/4] powerpc/boot: Add lzma support for uImage
` [PATCH v2 3/4] powerpc/boot: Add bzip2 "
` [PATCH v2 4/4] powerpc/boot: Add lzo "

[powerpc:next-test 40/58] WARNING: vmlinux.o(.text+0xb038): Section mismatch in reference from the function setup_kup() to the function .init.text:setup_kuep()
 2019-04-23 12:13 UTC  (2+ messages)

[RESEND PATCH v3 00/11] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
 2019-04-23 11:31 UTC  (13+ messages)
` [RESEND PATCH v3 01/11] ARM: prevent tracing IPI_CPU_BACKTRACE
` [RESEND PATCH v3 02/11] arm64: mark (__)cpus_have_const_cap as __always_inline
` [RESEND PATCH v3 03/11] MIPS: mark mult_sh_align_mod() "
` [RESEND PATCH v3 04/11] s390/cpacf: mark scpacf_query() "
` [RESEND PATCH v3 05/11] mtd: rawnand: vf610_nfc: add initializer to avoid -Wmaybe-uninitialized
` [RESEND PATCH v3 06/11] MIPS: mark __fls() and __ffs() as __always_inline
` [RESEND PATCH v3 07/11] ARM: mark setup_machine_tags() stub as __init __noreturn
` [RESEND PATCH v3 08/11] powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __init
` [RESEND PATCH v3 09/11] powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inline
` [RESEND PATCH v3 10/11] powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inline
` [RESEND PATCH v3 11/11] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING

[PATCH v2 00/10] Kernel Userspace protection for PPC32
 2019-04-23  9:26 UTC  (4+ messages)
` [PATCH v2 10/10] powerpc/32s: Implement Kernel Userspace Access Protection

linux-next: manual merge of the akpm-current tree with the powerpc-fixes and powerpc trees
 2019-04-23  9:13 UTC 

linux-next: manual merge of the akpm-current tree with the powerpc tree
 2019-04-23  8:57 UTC 

powerpc hugepage leak caused by 576ed913 "block: use bio_add_page in bio_iov_iter_get_pages"
 2019-04-23  5:41 UTC 

[PATCH v3 0/3] Add runtime PM for SAI digital audio interface
 2019-04-23  7:20 UTC  (5+ messages)
` [PATCH v3 1/3] ASoC: fsl_sai: Update is_slave_mode with correct value
` [PATCH v3 2/3] ASoC: fsl_sai: Add support for runtime pm
` [PATCH v3 3/3] ASoC: fsl_sai: Move clock operation to PM runtime

[PATCH] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
 2019-04-23  3:26 UTC  (7+ messages)

[PATCH v2 00/11] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
 2019-04-23  3:23 UTC  (6+ messages)
` [PATCH v2 06/11] MIPS: mark __fls() as __always_inline
` [PATCH v2 11/11] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING

[PATCH v3 00/10] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING
 2019-04-23  3:21 UTC  (11+ messages)
` [PATCH v3 01/10] arm64: mark (__)cpus_have_const_cap as __always_inline
` [PATCH v3 02/10] MIPS: mark mult_sh_align_mod() "
` [PATCH v3 03/10] s390/cpacf: mark scpacf_query() "
` [PATCH v3 04/10] mtd: rawnand: vf610_nfc: add initializer to avoid -Wmaybe-uninitialized
` [PATCH v3 05/10] MIPS: mark __fls() and __ffs() as __always_inline
` [PATCH v3 06/10] ARM: mark setup_machine_tags() stub as __init __noreturn
` [PATCH v3 07/10] powerpc/prom_init: mark prom_getprop() and prom_getproplen() as __init
` [PATCH v3 08/10] powerpc/mm/radix: mark __radix__flush_tlb_range_psize() as __always_inline
` [PATCH v3 09/10] powerpc/mm/radix: mark as __tlbie_pid() and friends as__always_inline
` [PATCH v3 10/10] compiler: allow all arches to enable CONFIG_OPTIMIZE_INLINING

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

[PATCH kernel RFC 0/2] powerpc/ioda2: An attempt to allow DMA masks between 32 and 59
 2019-04-23  0:58 UTC  (2+ messages)

[PATCH] [v2] x86/mpx: fix recursive munmap() corruption
 2019-04-22 17:08 UTC  (2+ messages)

[PATCH v2 18/79] docs: kbuild: convert docs to ReST and rename to *.rst
 2019-04-22 13:27 UTC  (4+ messages)
` [PATCH v2 19/79] docs: kdump: "
` [PATCH v2 26/79] docs: powerpc: "
` [PATCH v2 33/79] docs: serial: "

[PATCH 0/2] Add runtime PM for SAI digital audio interface
 2019-04-22 18:15 UTC  (5+ messages)
` [PATCH 2/2] ASoC: fsl: Move clock operation to PM runtime

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

[PATCH stable v4.4 00/52] powerpc spectre backports for 4.4
 2019-04-22 15:32 UTC  (18+ messages)
` [PATCH stable v4.4 39/52] powerpc/asm: Add a patch_site macro & helpers for patching instructions
` [PATCH stable v4.4 40/52] powerpc/64s: Add new security feature flags for count cache flush
` [PATCH stable v4.4 41/52] powerpc/64s: Add support for software "
` [PATCH stable v4.4 42/52] powerpc/pseries: Query hypervisor for count cache flush settings
` [PATCH stable v4.4 43/52] powerpc/powernv: Query firmware "
` [PATCH stable v4.4 44/52] powerpc: Avoid code patching freed init sections
` [PATCH stable v4.4 45/52] powerpc/fsl: Add infrastructure to fixup branch predictor flush
` [PATCH stable v4.4 46/52] powerpc/fsl: Add macro to flush the branch predictor
` [PATCH stable v4.4 47/52] powerpc/fsl: Fix spectre_v2 mitigations reporting
` [PATCH stable v4.4 48/52] powerpc/fsl: Add nospectre_v2 command line argument
` [PATCH stable v4.4 49/52] powerpc/fsl: Flush the branch predictor at each kernel entry (64bit)
` [PATCH stable v4.4 50/52] powerpc/fsl: Update Spectre v2 reporting
` [PATCH stable v4.4 51/52] powerpc/security: Fix spectre_v2 reporting
` [PATCH stable v4.4 52/52] powerpc/fsl: Fix the flush of branch predictor

[PATCH 0/3] Add runtime PM for SAI digital audio interface
 2019-04-22 11:25 UTC  (9+ messages)
` [PATCH 1/3 v2] ASoC: fsl_sai: Update is_slave_mode with correct value
` [PATCH 2/3 v2] ASoC: fsl_sai: Add support for runtime pm
` [PATCH 3/3 v3] ASoC: fsl_sai: Move clock operation to PM runtime
    ` [alsa-devel] "

[PATCH 0/1] Forced-wakeup for stop lite states on Powernv
 2019-04-22  6:32 UTC  (2+ messages)
` [PATCH 1/1] cpuidle-powernv : forced wakeup for stop lite states

linux-next: Fixes tag needs some work in the powerpc-fixes tree
 2019-04-22  5:39 UTC 

[PATCH V6 0/3] Support more sample rate in asrc
 2019-04-22  4:52 UTC  (4+ messages)
` [PATCH V6 1/3] ASoC: fsl_asrc: Fix the issue about unsupported rate
` [PATCH V6 2/3] ASoC: fsl_asrc: replace the process_option table with function
` [PATCH V6 3/3] ASoC: fsl_asrc: Unify the supported input and output rate

[PATCH V5 2/3] ASoC: fsl_asrc: replace the process_option table with function
 2019-04-22  3:34 UTC 

[PATCH V5 2/3] ASoC: fsl_asrc: replace the process_option table with function
 2019-04-22  3:23 UTC  (2+ messages)

[PATCH V5 0/3] Support more sample rate in asrc
 2019-04-22  2:58 UTC  (7+ messages)
` [PATCH V5 1/3] ASoC: fsl_asrc: Fix the issue about unsupported rate
` [PATCH V5 2/3] ASoC: fsl_asrc: replace the process_option table with function
` [PATCH V5 3/3] ASoC: fsl_asrc: Unify the supported input and output rate

[PATCH V3] ASoC: fsl_esai: Add pm runtime function
 2019-04-22  2:31 UTC 

[powerpc:next-test 41/58] WARNING: vmlinux.o(.text+0xb0e0): Section mismatch in reference from the function setup_kup() to the function .init.text:setup_kuap()
 2019-04-21 17:30 UTC 


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