linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-04 09:39:15 to 2018-10-05 18:49:49 UTC [more...]

[RFC PATCH 0/9] patchable function pointers for pluggable crypto routines
 2018-10-05 18:00 UTC  (28+ messages)
` [RFC PATCH 1/9] kernel: add support for patchable function pointers
` [RFC PATCH 2/9] arm64: kernel: add arch "
` [RFC PATCH 3/9] crypto: crc-t10dif - make crc_t10dif a static inline
` [RFC PATCH 4/9] crypto: crc-t10dif - use patchable function pointer for core update routine
` [RFC PATCH 5/9] crypto: crc-t10dif/arm64 - move PMULL based code into core library
` [RFC PATCH 6/9] crypto: crc-t10dif/arm "
` [RFC PATCH 7/9] crypto: crct10dif/generic - switch crypto API driver to "
` [RFC PATCH 8/9] crypto: crc-t10dif/powerpc - move PMULL based code into "
` [RFC PATCH 9/9] crypto: crc-t10dif/x86 "

[PATCH 00/36] Devicetree schema
 2018-10-05 18:32 UTC  (39+ messages)
` [PATCH 01/36] dt-bindings: arm: alpine: Move CPU control related binding to cpu-enable-method/al, alpine-smp
` [PATCH 02/36] dt-bindings: arm: amlogic: Move 'amlogic, meson-gx-ao-secure' binding to its own file
` [PATCH 03/36] dt-bindings: arm: atmel: Move various sys registers out of SoC binding doc
` [PATCH 04/36] dt-bindings: arm: fsl: Move DCFG and SCFG bindings to their own docs
` [PATCH 05/36] dt-bindings: arm: renesas: Move 'renesas, prr' binding to its own doc
` [PATCH 06/36] dt-bindings: arm: zte: Move sysctrl bindings to their "
` [PATCH 07/36] kbuild: Add support for DT binding schema checks
` [PATCH 08/36] dt-bindings: Add a writing DT schemas how-to and annotated example
` [PATCH 09/36] dt-bindings: Convert trivial-devices.txt to json-schema
` [PATCH 10/36] dt-bindings: altera: Convert clkmgr binding "
` [PATCH 11/36] dt-bindings: timer: Convert ARM timer bindings "
` [PATCH 12/36] dt-bindings: arm: Convert cpu binding "
` [PATCH 13/36] dt-bindings: arm: Convert PMU "
` [PATCH 14/36] dt-bindings: arm: Convert primecell "
` [PATCH 15/36] dt-bindings: arm: Convert Actions Semi bindings to jsonschema
` [PATCH 16/36] dt-bindings: arm: Convert Alpine board/soc bindings to json-schema
` [PATCH 17/36] dt-bindings: arm: Convert Altera "
` [PATCH 18/36] dt-bindings: arm: Convert Amlogic "
` [PATCH 19/36] dt-bindings: arm: Convert Atmel "
` [PATCH 20/36] dt-bindings: arm: Convert Calxeda "
` [PATCH 21/36] dt-bindings: arm: Convert TI davinci "
` [PATCH 22/36] dt-bindings: arm: Convert FSL "
` [PATCH 23/36] dt-bindings: arm: Convert MediaTek "
` [PATCH 24/36] dt-bindings: arm: Convert TI nspire "
` [PATCH 25/36] dt-bindings: arm: Convert Oxford Semi "
` [PATCH 26/36] dt-bindings: arm: Convert QCom "
` [PATCH 27/36] dt-bindings: arm: Convert Realtek "
` [PATCH 28/36] dt-bindings: arm: Convert Rockchip "
` [PATCH 29/36] dt-bindings: arm: Convert Renesas "
` [PATCH 30/36] dt-bindings: arm: Convert CSR SiRF "
` [PATCH 31/36] dt-bindings: arm: Convert SPEAr "
` [PATCH 32/36] dt-bindings: arm: Convert ST STi "
` [PATCH 33/36] dt-bindings: arm: Convert Tegra "
` [PATCH 34/36] dt-bindings: arm: Convert VIA "
` [PATCH 35/36] dt-bindings: arm: Convert Xilinx "
` [PATCH 36/36] dt-bindings: arm: Convert ZTE "

[PATCH] powerpc: Don't print kernel instructions in show_user_instructions()
 2018-10-05 17:29 UTC  (3+ messages)

[PATCH] memblock: stop using implicit alignement to SMP_CACHE_BYTES
 2018-10-05 15:05 UTC  (3+ messages)

[PATCH 00/16] of: overlay: validation checks, subsequent fixes
 2018-10-05 15:07 UTC  (20+ messages)
` [PATCH 01/16] of: overlay: add tests to validate kfrees from overlay removal
` [PATCH 02/16] of: overlay: add missing of_node_put() after add new node to changeset
` [PATCH 03/16] of: overlay: add missing of_node_get() in __of_attach_node_sysfs
` [PATCH 04/16] powerpc/pseries: add of_node_put() in dlpar_detach_node()
` [PATCH 05/16] of: overlay: use prop add changeset entry for property in new nodes
` [PATCH 06/16] of: overlay: do not duplicate properties from overlay for "
` [PATCH 07/16] of: dynamic: change type of of_{at, de}tach_node() to void
` [PATCH 08/16] of: overlay: reorder fields in struct fragment
` [PATCH 09/16] of: overlay: validate overlay properties #address-cells and #size-cells
` [PATCH 10/16] of: overlay: make all pr_debug() and pr_err() messages unique
` [PATCH 11/16] of: overlay: test case of two fragments adding same node
` [PATCH 12/16] of: overlay: check prevents multiple fragments add or delete "
` [PATCH 13/16] of: overlay: check prevents multiple fragments touching same property
` [PATCH 14/16] of: unittest: remove unused of_unittest_apply_overlay() argument
` [PATCH 15/16] of: unittest: initialize args before calling of_irq_parse_one()
` [PATCH 16/16] of: unittest: find overlays[] entry by name instead of index

linux-next: Tree for Oct 4
 2018-10-05 14:27 UTC  (2+ messages)

[PATCH v5 0/9] powerpc: Switch to CONFIG_THREAD_INFO_IN_TASK
 2018-10-05 13:45 UTC  (11+ messages)
` [PATCH v5 1/9] book3s/64: avoid circular header inclusion in mmu-hash.h
` [PATCH v5 2/9] powerpc: Only use task_struct 'cpu' field on SMP
` [PATCH v5 3/9] powerpc: Prepare for moving thread_info into task_struct
` [PATCH v5 4/9] powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
` [PATCH v5 5/9] powerpc: regain entire stack space
` [PATCH v5 6/9] powerpc: 'current_set' is now a table of task_struct pointers
` [PATCH v5 7/9] powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU
` [PATCH v5 8/9] powerpc/64: Remove CURRENT_THREAD_INFO
` [PATCH v5 9/9] powerpc: clean stack pointers naming

linux-next: build failure after merge of the akpm tree
 2018-10-05 12:46 UTC  (3+ messages)

[PATCH v2] i2c: Convert to using %pOFn instead of device_node.name
 2018-10-05 12:15 UTC  (2+ messages)

[PATCH -next] powerpc/powernv: Fix debugfs_simple_attr.cocci warnings
 2018-10-05 10:50 UTC 

[PATCH RFC] mm/memory_hotplug: Introduce memory block types
 2018-10-05  7:37 UTC  (16+ messages)

[PATCH] dma-direct: Fix return value of dma_direct_supported
 2018-10-05  7:17 UTC  (4+ messages)

[PATCH v3 0/6] mm: online/offline_pages called w.o. mem_hotplug_lock
 2018-10-05  7:16 UTC  (9+ messages)
` [PATCH v3 1/6] mm/memory_hotplug: make remove_memory() take the device_hotplug_lock
` [PATCH v3 2/6] mm/memory_hotplug: make add_memory() "
` [PATCH v3 3/6] mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lock
` [PATCH v3 6/6] memory-hotplug.txt: Add some details about locking internals

[PATCH v4 00/32] KVM: PPC: Book3S HV: Nested HV virtualization
 2018-10-05  5:32 UTC  (44+ messages)
` [PATCH v4 01/32] powerpc: Turn off CPU_FTR_P9_TM_HV_ASSIST in non-hypervisor mode
` [PATCH v4 02/32] KVM: PPC: Book3S: Simplify external interrupt handling
` [PATCH v4 03/32] KVM: PPC: Book3S HV: Remove left-over code in XICS-on-XIVE emulation
` [PATCH v4 04/32] KVM: PPC: Book3S HV: Move interrupt delivery on guest entry to C code
` [PATCH v4 05/32] KVM: PPC: Book3S HV: Extract PMU save/restore operations as C-callable functions
` [PATCH v4 06/32] KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
` [PATCH v4 07/32] KVM: PPC: Book3S: Rework TM save/restore code and make it C-callable
` [PATCH v4 08/32] KVM: PPC: Book3S HV: Call kvmppc_handle_exit_hv() with vcore unlocked
` [PATCH v4 09/32] KVM: PPC: Book3S HV: Streamlined guest entry/exit path on P9 for radix guests
` [PATCH v4 10/32] KVM: PPC: Book3S HV: Handle hypervisor instruction faults better
` [PATCH v4 11/32] KVM: PPC: Book3S HV: Add a debugfs file to dump radix mappings
` [PATCH v4 12/32] KVM: PPC: Use ccr field in pt_regs struct embedded in vcpu struct
` [PATCH v4 13/32] KVM: PPC: Book3S HV: Clear partition table entry on vm teardown
` [PATCH v4 14/32] KVM: PPC: Book3S HV: Make kvmppc_mmu_radix_xlate process/partition table agnostic
` [PATCH v4 15/32] KVM: PPC: Book3S HV: Refactor radix page fault handler
` [PATCH v4 16/32] KVM: PPC: Book3S HV: Use kvmppc_unmap_pte() in kvm_unmap_radix()
` [PATCH v4 17/32] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
` [PATCH v4 18/32] KVM: PPC: Book3S HV: Nested guest entry via hypercall
` [PATCH v4 19/32] KVM: PPC: Book3S HV: Use XICS hypercalls when running as a nested hypervisor
` [PATCH v4 20/32] KVM: PPC: Book3S HV: Handle hypercalls correctly when nested
` [PATCH v4 21/32] KVM: PPC: Book3S HV: Handle page fault for a nested guest
` [PATCH v4 22/32] KVM: PPC: Book3S HV: Introduce rmap to track nested guest mappings
` [PATCH v4 23/32] KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall
` [PATCH v4 24/32] KVM: PPC: Book3S HV: Use hypercalls for TLB invalidation when nested
` [PATCH v4 25/32] KVM: PPC: Book3S HV: Invalidate TLB when nested vcpu moves physical cpu
` [PATCH v4 26/32] KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
` [PATCH v4 27/32] KVM: PPC: Book3S HV: Add one-reg interface to virtual PTCR register
` [PATCH v4 28/32] KVM: PPC: Book3S HV: Sanitise hv_regs on nested guest entry
` [PATCH v4 29/32] KVM: PPC: Book3S HV: Handle differing endianness for H_ENTER_NESTED
` [PATCH v4 30/32] KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
` [PATCH v4 31/32] KVM: PPC: Book3S HV: Add nested shadow page tables to debugfs
` [PATCH v4 32/32] KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization

[PATCH v3 00/33] KVM: PPC: Book3S HV: Nested HV virtualization
 2018-10-05  3:29 UTC  (13+ messages)
` [PATCH v3 22/33] KVM: PPC: Book3S HV: Handle page fault for a nested guest
` [PATCH v3 30/33] KVM: PPC: Book3S HV: Allow HV module to load without hypervisor mode
` [PATCH v3 33/33] KVM: PPC: Book3S HV: Add a VM capability to enable nested virtualization

[PATCH 0/2] add i2c controlled qixis driver
 2018-10-05  8:55 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: soc: fsl: Document Qixis FPGA usage
` [PATCH 2/2] fsl: add i2c controlled qixis driver

[PATCH v4 0/6] arm64: dts: NXP: add basic dts file for LX2160A SoC
 2018-10-05  3:53 UTC  (8+ messages)
` [PATCH v4 1/6] dt-bindings: arm64: add compatible for LX2160A
` [PATCH v4 2/6] soc/fsl/guts: Add compatible string "
` [PATCH v4 3/6] clk: qoriq: increase array size of cmux_to_group
` [PATCH v4 4/6] clk: qoriq: Add clockgen support for lx2160a
` [PATCH v4 5/6] arm64: dts: add QorIQ LX2160A SoC support
` [PATCH v4 6/6] arm64: dts: add LX2160ARDB board support

[PATCH] powerpc/lib: fix book3s/32 boot failure due to code patching
 2018-10-05  1:37 UTC  (2+ messages)
`  "

[PATCH] lib/xz: Put CRC32_POLY_LE in xz_private.h
 2018-10-05  1:37 UTC  (2+ messages)
`  "

[PATCH] powerpc/xmon/ppc-opc: Use ARRAY_SIZE macro
 2018-10-04 22:02 UTC  (2+ messages)

[PATCH] powerpc/migration: Init nodes before remove memory
 2018-10-04 18:08 UTC 

[PATCH v4 0/9] powerpc: Switch to CONFIG_THREAD_INFO_IN_TASK
 2018-10-04 15:44 UTC  (10+ messages)
` [PATCH v4 1/9] book3s/64: avoid circular header inclusion in mmu-hash.h
` [PATCH v4 2/9] powerpc: Only use task_struct 'cpu' field on SMP
` [PATCH v4 3/9] powerpc: Prepare for moving thread_info into task_struct
` [PATCH v4 4/9] powerpc: Activate CONFIG_THREAD_INFO_IN_TASK
` [PATCH v4 5/9] powerpc: regain entire stack space
` [PATCH v4 6/9] powerpc: 'current_set' is now a table of task_struct pointers
` [PATCH v4 7/9] powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPU
` [PATCH v4 8/9] powerpc/64: Remove CURRENT_THREAD_INFO
` [PATCH v4 9/9] powerpc: clean stack pointers naming

[RFC PATCH v3 0/7] powerpc: Switch to CONFIG_THREAD_INFO_IN_TASK
 2018-10-04 14:29 UTC  (5+ messages)
` [RFC PATCH v3 2/7] powerpc: Prepare for moving thread_info into task_struct

[PATCH 0/7] Miscellaneous Macintosh fixes and clean up
 2018-10-04 13:05 UTC  (3+ messages)
` [PATCH 1/7] macintosh: Use common code to access RTC

Looking for architecture papers
 2018-10-04 10:16 UTC  (4+ messages)

[PATCH v2 -next] powerpc/pseries/memory-hotplug: Fix return value type of find_aa_index
 2018-10-04  9:41 UTC 

drivers binding to device node with multiple compatible strings
 2018-10-04  9:39 UTC  (5+ 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).