messages from 2018-10-04 13:26:42 to 2018-10-08 03:15:23 UTC [more...]
[PATCH v4 00/32] KVM: PPC: Book3S HV: Nested HV virtualization
2018-10-08 2:02 UTC (23+ messages)
` [PATCH v4 06/32] KVM: PPC: Book3S HV: Simplify real-mode interrupt handling
` [PATCH v4 17/32] KVM: PPC: Book3S HV: Framework and hcall stubs for nested virtualization
` [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 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 00/36] Devicetree schema
2018-10-07 20:11 UTC (45+ 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 v5 0/9] powerpc: Switch to CONFIG_THREAD_INFO_IN_TASK
2018-10-07 16:43 UTC (15+ 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
[GIT PULL] Please pull powerpc/linux.git powerpc-4.19-4 tag
2018-10-07 5:21 UTC (2+ messages)
[PATCH v4 1/3] powerpc/process: fix casting and missing header
2018-10-06 16:51 UTC (3+ messages)
` [PATCH v4 2/3] powerpc/process: fix interleaved output in show_user_instructions()
` [PATCH v4 3/3] powerpc/process: Constify the number of insns printed by show instructions functions
Looking for architecture papers
2018-10-06 12:27 UTC (6+ messages)
[PATCH v4 0/9] powerpc: Switch to CONFIG_THREAD_INFO_IN_TASK
2018-10-06 12:21 UTC (11+ 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
[PATCH] powerpc: Don't print kernel instructions in show_user_instructions()
2018-10-06 12:14 UTC (5+ messages)
` "
[PATCH] powerpc/numa: Skip onlining a offline node in kdump path
2018-10-06 12:14 UTC (2+ messages)
` "
linux-next: build failure after merge of the akpm tree
2018-10-06 12:10 UTC (4+ messages)
[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
2018-10-06 7:05 UTC (2+ messages)
[RFC PATCH 0/9] patchable function pointers for pluggable crypto routines
2018-10-05 19:13 UTC (30+ 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 AUTOSEL 4.18 24/48] KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size
2018-10-05 16:14 UTC
[PATCH] memblock: stop using implicit alignement to SMP_CACHE_BYTES
2018-10-05 22:19 UTC (4+ messages)
[PATCH 00/16] of: overlay: validation checks, subsequent fixes
2018-10-05 19:09 UTC (25+ 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 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 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
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).