linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-22 17:16:45 to 2018-05-25 01:59:13 UTC [more...]

[PATCH v4 00/29] KVM: PPC: Book3S PR: Transaction memory support on PR KVM
 2018-05-25  1:59 UTC  (33+ messages)
` [PATCH v4 01/29] powerpc: export symbol msr_check_and_set()
  ` [v4,01/29] "
` [PATCH v4 02/29] powerpc: add TEXASR related macros
  ` [v4,02/29] "
` [PATCH v4 03/29] powerpc: export tm_enable()/tm_disable/tm_abort() APIs
  ` [v4, "
` [PATCH v4 04/29] KVM: PPC: Book3S PR: Move kvmppc_save_tm/kvmppc_restore_tm to separate file
` [PATCH v4 05/29] KVM: PPC: Book3S PR: add new parameter (guest MSR) for kvmppc_save_tm()/kvmppc_restore_tm()
` [PATCH v4 06/29] KVM: PPC: Book3S PR: turn on FP/VSX/VMX MSR bits in kvmppc_save_tm()
` [PATCH v4 07/29] KVM: PPC: Book3S PR: add C function wrapper for _kvmppc_save/restore_tm()
` [PATCH v4 08/29] KVM: PPC: Book3S PR: In PR KVM suspends Transactional state when inject an interrupt
` [PATCH v4 09/29] KVM: PPC: Book3S PR: PR KVM pass through MSR TM/TS bits to shadow_msr
` [PATCH v4 10/29] KVM: PPC: Book3S PR: Sync TM bits to shadow msr for problem state guest
` [PATCH v4 11/29] KVM: PPC: Book3S PR: implement RFID TM behavior to suppress change from S0 to N0
` [PATCH v4 12/29] KVM: PPC: Book3S PR: prevent TS bits change in kvmppc_interrupt_pr()
` [PATCH v4 13/29] KVM: PPC: Book3S PR: adds new kvmppc_copyto_vcpu_tm/kvmppc_copyfrom_vcpu_tm API for PR KVM
` [PATCH v4 14/29] KVM: PPC: Book3S PR: add kvmppc_save/restore_tm_sprs() APIs
` [PATCH v4 15/29] KVM: PPC: Book3S PR: add transaction memory save/restore skeleton for PR KVM
` [PATCH v4 16/29] KVM: PPC: Book3S PR: add math support for PR KVM HTM
` [PATCH v4 17/29] KVM: PPC: Book3S PR: make mtspr/mfspr emulation behavior based on active TM SPRs
` [PATCH v4 18/29] KVM: PPC: Book3S PR: always fail transaction in guest privilege state
` [PATCH v4 19/29] KVM: PPC: Book3S PR: enable NV reg restore for reading TM SPR at "
` [PATCH v4 20/29] KVM: PPC: Book3S PR: adds emulation for treclaim
` [PATCH v4 21/29] KVM: PPC: Book3S PR: add emulation for trechkpt in PR KVM
` [PATCH v4 22/29] KVM: PPC: Book3S PR: add emulation for tabort. for privilege guest
` [PATCH v4 23/29] KVM: PPC: Book3S PR: add guard code to prevent returning to guest with PR=0 and Transactional state
` [PATCH v4 24/29] KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTM
` [PATCH v4 25/29] KVM: PPC: Book3S PR: enable HTM for PR KVM for KVM_CHECK_EXTENSION ioctl
` [PATCH v4 26/29] KVM: PPC: move vcpu_load/vcpu_put down to each ioctl case in kvm_arch_vcpu_ioctl
` [PATCH v4 27/29] KVM: PPC: remove load/put vcpu for KVM_GET/SET_ONE_REG ioctl
` [PATCH v4 28/29] KVM: PPC: remove load/put vcpu for KVM_GET_REGS/KVM_SET_REGS
` [PATCH v4 29/29] KVM: PPC: Book3S PR: enable kvmppc_get/set_one_reg_pr() for HTM registers

[PATCH v2 04/19] powerpc/kvm: Prefer fault_in_pages_readable function
 2018-05-25  1:59 UTC  (2+ messages)
` [v2,04/19] "

[PATCH v2 5/9] powerpc/mm/radix: implement LPID based TLB flushes to be used by KVM
 2018-05-25  1:59 UTC  (2+ messages)
` [v2, "

[PATCH v2 1/1] powerpc/pseries: fix EEH recovery of some IOV devices
 2018-05-25  0:31 UTC 

[PATCH 0/2] don't check number of I2C messages in drivers
 2018-05-24 20:07 UTC  (4+ messages)
` [PATCH 2/2] i2c: opal: don't check number of messages in the driver

[PATCH v4] powerpc: Implement csum_ipv6_magic in assembly
 2018-05-24 20:03 UTC  (2+ messages)

[PATCH] powerpc/32: Optimise __csum_partial()
 2018-05-24 19:58 UTC  (2+ messages)

[PATCH v3] powerpc: Implement csum_ipv6_magic in assembly
 2018-05-24 19:55 UTC  (6+ messages)

[PATCH v2 0/2] selftests/powerpc: Add test for rfi_flush
 2018-05-24 18:29 UTC  (4+ messages)
` [PATCH v2 2/2] selftests/powerpc: Add test to verify rfi flush across a system call

[PATCH v3 0/7] Various TLB and PTE improvements
 2018-05-24 17:58 UTC  (8+ messages)
` [PATCH v3 1/7] powerpc/64s/radix: do not flush TLB when relaxing access
` [PATCH v3 2/7] powerpc/64s/radix: do not flush TLB on spurious fault
` [PATCH v3 3/7] powerpc/64s/radix: make ptep_get_and_clear_full non-atomic for the full case
` [PATCH v3 4/7] powerpc/64s/radix: prefetch user address in update_mmu_cache
` [PATCH v3 5/7] powerpc/64s/radix: avoid ptesync after set_pte and ptep_set_access_flags
` [PATCH v3 6/7] powerpc/64s/radix: optimise pte_update
` [PATCH v3 7/7] powerpc/64s/radix: flush remote CPUs out of single-threaded mm_cpumask

[PATCH v3 0/3] powerpc/lib: Optimisation of string functions for PPC32 - part 1
 2018-05-24 17:24 UTC  (4+ messages)
` [PATCH v3 3/3] powerpc/lib: optimise PPC32 memcmp
  ` [PATCH v4 "

[PATCH] powerpc/32: implement strlen() in assembly
 2018-05-24 16:17 UTC 

[PATCH] powerpc/8xx: fix invalid register expression in head_8xx.S
 2018-05-24 11:02 UTC 

[PATCH v2 0/7] Various TLB and PTE improvements
 2018-05-24 10:37 UTC  (4+ messages)
` [PATCH v2 1/7] powerpc/64s/radix: do not flush TLB on spurious fault

[PATCH 1/2] selftests/powerpc: Add ptrace hw breakpoint test
 2018-05-24 10:30 UTC  (3+ messages)
` [PATCH 2/2] selftests/powerpc: Add perf "

[PATCH 4.4 25/92] futex: Remove duplicated code and fix undefined behaviour
 2018-05-24  9:38 UTC 

[PATCH bpf-next v4 00/10] bpf: enhancements for multi-function programs
 2018-05-24  9:25 UTC  (16+ messages)
` [PATCH bpf-next v4 01/10] bpf: support 64-bit offsets for bpf function calls
` [PATCH bpf-next v4 02/10] bpf: powerpc64: pad function address loads with NOPs
` [PATCH bpf-next v4 03/10] bpf: powerpc64: add JIT support for multi-function programs
` [PATCH bpf-next v4 04/10] bpf: get kernel symbol addresses via syscall
` [PATCH bpf-next v4 05/10] tools: bpf: sync bpf uapi header
` [PATCH bpf-next v4 06/10] tools: bpftool: resolve calls without using imm field
` [PATCH bpf-next v4 07/10] bpf: fix multi-function JITed dump obtained via syscall
` [PATCH bpf-next v4 08/10] bpf: get JITed image lengths of functions "
` [PATCH bpf-next v4 09/10] tools: bpf: sync bpf uapi header
` [PATCH bpf-next v4 10/10] tools: bpftool: add delimiters to multi-function JITed dumps

[PATCH] KVM: PPC: remove mmio_vsx_tx_sx_enabled in PR KVM MMIO emulation
 2018-05-24  9:01 UTC 

[PATCH v5 0/4] powerpc/64: memcmp() optimization
 2018-05-24  7:44 UTC  (7+ messages)
` [PATCH v5 1/4] powerpc/64: Align bytes before fall back to .Lshort in powerpc64 memcmp()
` [PATCH v5 2/4] powerpc/64: enhance memcmp() with VMX instruction for long bytes comparision
` [PATCH v5 3/4] powerpc/64: add 32 bytes prechecking before using VMX optimization on memcmp()
` [PATCH v5 4/4] powerpc:selftest update memcmp_64 selftest for VMX implementation

[RFC V2] virtio: Add platform specific DMA API translation for virito devices
 2018-05-24  7:21 UTC  (5+ messages)

[PATCH] cpuidle/powernv : init all present cpus for deep states
 2018-05-24  6:53 UTC  (2+ messages)

[PATCH] sound: Use octal not symbolic permissions
 2018-05-24  4:11 UTC  (2+ messages)

[PATCH 07/14] powerpc: Add support for restartable sequences
 2018-05-24  1:03 UTC  (11+ messages)

[PATCH 0/5] add missing of_node_put
 2018-05-23 21:50 UTC  (3+ messages)
` [PATCH 4/5] pci/hotplug/pnv-php: "

[PATCH bpf-next v3 00/10] bpf: enhancements for multi-function programs
 2018-05-23 21:32 UTC  (13+ messages)
` [PATCH bpf-next v3 06/10] tools: bpftool: resolve calls without using imm field
` [PATCH bpf-next v3 07/10] bpf: fix multi-function JITed dump obtained via syscall
` [PATCH bpf-next v3 09/10] tools: bpf: sync bpf uapi header
` [PATCH bpf-next v3 10/10] tools: bpftool: add delimiters to multi-function JITed dumps

[PATCH 1/2] powerpc/xmon: Specify the full format in DUMP() macro
 2018-05-23 18:55 UTC  (3+ messages)
` [PATCH 2/2] powerpc/xmon: Realign paca dump fields

[PATCH net-next 0/8] ibmvnic: Failover hardening
 2018-05-23 18:38 UTC  (9+ messages)
` [PATCH net-next 1/8] ibmvnic: Mark NAPI flag as disabled when released
` [PATCH net-next 2/8] ibmvnic: Introduce active CRQ state
` [PATCH net-next 3/8] ibmvnic: Check CRQ command return codes
` [PATCH net-next 4/8] ibmvnic: Return error code if init interrupted by transport event
` [PATCH net-next 5/8] ibmvnic: Handle error case when setting link state
` [PATCH net-next 6/8] ibmvnic: Create separate initialization routine for resets
` [PATCH net-next 7/8] ibmvnic: Set resetting state at earliest possible point
` [PATCH net-next 8/8] ibmvnic: Introduce hard reset recovery

[PATCH v2] powerpc/xmon: Also setup debugger hooks when single-stepping
 2018-05-23 18:21 UTC  (2+ messages)

[PATCH] powerpc/xmon: really enable xmon when a breakpoint is set
 2018-05-23 17:58 UTC  (3+ messages)

[PATCH stable 4.16 09/14] powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
 2018-05-23 17:23 UTC  (2+ messages)
` Patch "powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()" has been added to the 4.16-stable tree

[PATCH stable 4.16 01/14] powerpc/rfi-flush: Always enable fallback flush on pseries
 2018-05-23 17:23 UTC  (2+ messages)
` Patch "powerpc/rfi-flush: Always enable fallback flush on pseries" has been added to the 4.16-stable tree

[PATCH stable 4.16 05/14] powerpc/powernv: Set or clear security feature flags
 2018-05-23 17:23 UTC  (2+ messages)
` Patch "powerpc/powernv: Set or clear security feature flags" has been added to the 4.16-stable tree

[PATCH stable 4.16 04/14] powerpc/pseries: Set or clear security feature flags
 2018-05-23 17:23 UTC  (2+ messages)
` Patch "powerpc/pseries: Set or clear security feature flags" has been added to the 4.16-stable tree

[PATCH stable 4.16 12/14] powerpc/pseries: Fix clearing of security feature flags
 2018-05-23 17:23 UTC  (2+ messages)
` Patch "powerpc/pseries: Fix clearing of security feature flags" has been added to the 4.16-stable tree

[PATCH stable 4.16 03/14] powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
 2018-05-23 17:23 UTC  (2+ messages)
` Patch "powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags" has been added to the 4.16-stable tree

[PATCH stable 4.16 08/14] powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
 2018-05-23 17:23 UTC  (2+ messages)
` Patch "powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()" has been added to the 4.16-stable tree

[PATCH stable 4.16 07/14] powerpc/64s: Enhance the information in cpu_show_meltdown()
 2018-05-23 17:23 UTC  (2+ messages)
` Patch "powerpc/64s: Enhance the information in cpu_show_meltdown()" has been added to the 4.16-stable tree

[PATCH stable 4.16 13/14] powerpc: Move default security feature flags
 2018-05-23 17:23 UTC  (2+ messages)
` Patch "powerpc: Move default security feature flags" has been added to the 4.16-stable tree

[PATCH stable 4.16 02/14] powerpc: Add security feature flags for Spectre/Meltdown
 2018-05-23 17:23 UTC  (2+ messages)
` Patch "powerpc: Add security feature flags for Spectre/Meltdown" has been added to the 4.16-stable tree

[PATCH stable 4.16 11/14] powerpc/64s: Wire up cpu_show_spectre_v2()
 2018-05-23 17:23 UTC  (2+ messages)
` Patch "powerpc/64s: Wire up cpu_show_spectre_v2()" has been added to the 4.16-stable tree

[PATCH stable 4.16 10/14] powerpc/64s: Wire up cpu_show_spectre_v1()
 2018-05-23 17:23 UTC  (2+ messages)
` Patch "powerpc/64s: Wire up cpu_show_spectre_v1()" has been added to the 4.16-stable tree

[PATCH stable 4.16 14/14] powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
 2018-05-23 17:23 UTC  (2+ messages)
` Patch "powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit" has been added to the 4.16-stable tree

[PATCH stable 4.16 06/14] powerpc/64s: Move cpu_show_meltdown()
 2018-05-23 17:23 UTC  (2+ messages)
` Patch "powerpc/64s: Move cpu_show_meltdown()" has been added to the 4.16-stable tree

[PATCH stable 4.16 00/14] powerpc backports for 4.16
 2018-05-23 17:21 UTC  (2+ messages)

[PATCH v9] powerpc/mm: Only read faulting instruction when necessary in do_page_fault()
 2018-05-23  9:36 UTC  (2+ messages)

[RFC PATCH] powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book E
 2018-05-23  8:56 UTC  (2+ messages)
` [RESEND RFC "

[PATCH v8] powerpc/mm: Only read faulting instruction when necessary in do_page_fault()
 2018-05-23  8:05 UTC  (4+ messages)

[PATCH v3 00/29] KVM: PPC: Book3S PR: Transaction memory support on PR KVM
 2018-05-23  7:01 UTC  (4+ messages)
` [PATCH v3 24/29] KVM: PPC: Book3S PR: Support TAR handling for PR KVM HTM

[PATCH] powerpc/mm: Use instruction symbolic names in store_updates_sp()
 2018-05-23  7:04 UTC 

[PATCH v7 1/3] powerpc/mm: Move get_user() out of store_updates_sp()
 2018-05-23  7:00 UTC  (6+ messages)
` [PATCH v7 2/3] powerpc/mm: Only read faulting instruction when necessary in do_page_fault()

[PATCH v3 0/7] KVM: PPC: reimplement mmio emulation with analyse_instr()
 2018-05-23  3:06 UTC  (4+ messages)
` [PATCH v3 5/7] KVM: PPC: reimplements LOAD_VSX/STORE_VSX instruction mmio emulation with analyse_intr() input

[RFC v4 4/4] hotplug/drcinfo: Code cleanup for devices
 2018-05-23  1:29 UTC  (3+ messages)

[RFC v4 3/4] hotplug/drcinfo: Fix hot-add CPU issues
 2018-05-23  1:14 UTC  (3+ messages)

[RFC v4 2/4] hotplug/drcinfo: Provide parser with callback
 2018-05-23  0:59 UTC  (5+ messages)

[PATCH v7 00/14] Appended signatures support for IMA appraisal
 2018-05-23  0:12 UTC  (15+ messages)
` [PATCH v7 01/14] MODSIGN: Export module signature definitions
` [PATCH v7 02/14] PKCS#7: Refactor verify_pkcs7_signature() and add pkcs7_get_message_sig()
` [PATCH v7 03/14] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v7 04/14] integrity: Introduce struct evm_xattr
` [PATCH v7 05/14] integrity: Introduce integrity_keyring_from_id()
` [PATCH v7 06/14] integrity: Introduce asymmetric_sig_has_known_key()
` [PATCH v7 07/14] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v7 08/14] ima: Introduce is_signed()
` [PATCH v7 09/14] ima: Export func_tokens
` [PATCH v7 10/14] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v7 11/14] ima: Implement support "
` [PATCH v7 12/14] ima: Add new "d-sig" template field
` [PATCH v7 13/14] ima: Write modsig to the measurement list
` [PATCH v7 14/14] ima: Store the measurement again when appraising a modsig

[RFC v7 0/7] powerpc/hotplug: Fix affinity assoc for LPAR migration
 2018-05-23  0:22 UTC  (8+ messages)
` [RFC v7 1/7] powerpc/drmem: Export 'dynamic-memory' loader
` [RFC v7 2/7] powerpc/cpu: Conditionally acquire/release DRC index
` [RFC v7 3/7] migration/dlpar: Add operation queuing function
` [RFC v7 4/7] powerpc/dlpar: Provide CPU readd operation
` [RFC v7 5/7] powerpc/mobility: Add lock/unlock device hotplug
` [RFC v7 6/7] migration/memory: Update memory for assoc changes
` [RFC v5 7/7] migration/memory: Support 'ibm,dynamic-memory-v2'

[RFC v5 6/6] migration/memory: Update memory for assoc changes
 2018-05-22 23:54 UTC  (3+ messages)

[RFC v5 3/6] migration/dlpar: Add device readd queuing function
 2018-05-22 23:49 UTC  (3+ messages)

[RFC v5 2/6] powerpc/cpu: Conditionally acquire/release DRC index
 2018-05-22 23:46 UTC  (3+ messages)

[RFC v6 0/6] powerpc/hotplug: Fix affinity assoc for LPAR migration
 2018-05-22 23:36 UTC  (7+ messages)
` [RFC v5 1/6] powerpc/drmem: Export 'dynamic-memory' loader
` [RFC v5 2/6] powerpc/cpu: Conditionally acquire/release DRC index
` [RFC v5 3/6] migration/dlpar: Add device readd queuing function
` [RFC v5 4/6] powerpc/dlpar: Provide CPU readd operation
` [RFC v5 5/6] powerpc/mobility: Add lock/unlock device hotplug
` [RFC v5 6/6] migration/memory: Update memory for assoc changes

[RFC v4 1/4] hotplug/drcinfo: Simplify parse ibm,drc-info structs
 2018-05-22 20:32 UTC  (2+ messages)
` [RFC v4 1/4] hotplug/drcinfo: Simplify parse ibm, drc-info structs


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