linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-29 07:24:19 to 2022-12-01 15:37:11 UTC [more...]

[PATCH v8 0/3] ASoC: SOF: Fix deadlock when shutdown a frozen userspace
 2022-12-01 13:38 UTC  (6+ messages)
` [PATCH v8 3/3] "

[PATCH v3 0/3] sed-opal: keyrings, discovery, revert, key store
 2022-12-01 15:29 UTC  (10+ messages)
` [PATCH v3 1/3] block: sed-opal: Implement IOC_OPAL_DISCOVERY
` [PATCH v3 2/3] block: sed-opal: Implement IOC_OPAL_REVERT_LSP
` [PATCH v3 3/3] block: sed-opal: keyring support for SED keys

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-12-01 15:22 UTC  (53+ messages)
` [PATCH v2 01/50] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH v2 02/50] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH v2 03/50] KVM: Allocate cpus_hardware_enabled "
` [PATCH v2 04/50] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH v2 05/50] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH v2 06/50] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH v2 07/50] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH v2 08/50] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH v2 09/50] KVM: Drop arch hardware (un)setup hooks
` [PATCH v2 10/50] KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
` [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit
` [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper
` [PATCH v2 13/50] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH v2 14/50] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH v2 15/50] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH v2 16/50] KVM: arm64: Simplify the CPUHP logic
` [PATCH v2 17/50] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH v2 18/50] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH v2 19/50] KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
` [PATCH v2 20/50] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH v2 22/50] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH v2 23/50] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH v2 24/50] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH v2 25/50] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
` [PATCH v2 27/50] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH v2 28/50] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH v2 29/50] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH v2 30/50] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
` [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH v2 33/50] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
` [PATCH v2 36/50] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH v2 37/50] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH v2 38/50] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
` [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling
` [PATCH v2 43/50] KVM: Ensure CPU is stable during low level hardware enable/disable
` [PATCH v2 44/50] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v2 45/50] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH v2 46/50] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH v2 47/50] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH v2 48/50] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH v2 49/50] KVM: Opt out of generic hardware enabling on s390 and PPC
` [PATCH v2 50/50] KVM: Clean up error labels in kvm_init()

[PATCH 0/5] remove label = "cpu" from DSA dt-binding
 2022-12-01 10:40 UTC  (14+ messages)
` [PATCH 1/5] dt-bindings: net: qca,ar71xx: remove label = "cpu" from examples
` [PATCH 2/5] arm: dts: remove label = "cpu" from DSA dt-binding
` [PATCH 3/5] arm64: "
` [PATCH 4/5] mips: "
` [PATCH 5/5] powerpc: "

[PATCH v1 01/10] powerpc/bpf/32: Fix Oops on tail call tests
 2022-12-01  7:56 UTC  (10+ messages)
` [PATCH v1 02/10] powerpc: Remove __kernel_text_address() in show_instructions()
` [PATCH v1 03/10] powerpc/bpf/32: No need to zeroise r4 when not doing tail call
` [PATCH v1 04/10] powerpc/bpf/32: Only set a stack frame when necessary
` [PATCH v1 05/10] powerpc/bpf/32: BPF prog is never called with more than one arg
` [PATCH v1 06/10] powerpc/bpf: Perform complete extra passes to update addresses
` [PATCH v1 07/10] powerpc/bpf: Only pad length-variable code at initial pass
` [PATCH v1 08/10] powerpc/bpf/32: Optimise some particular const operations
` [PATCH v1 09/10] powerpc/bpf/32: introduce a second source register for ALU operations
` [PATCH v1 10/10] powerpc/bpf/32: perform three operands "

[PATCH v5 1/7] powerpc/64: Add INTERRUPT_SANITIZE_REGISTERS Kconfig
 2022-12-01  7:10 UTC  (7+ messages)
` [PATCH v5 2/7] powerpc/64: Add interrupt register sanitisation macros
` [PATCH v5 3/7] powerpc/64: Sanitise common exit code for interrupts
` [PATCH v5 4/7] powerpc/64s: IOption for MSR stored in r12
` [PATCH v5 5/7] powerpc/64s: Zeroise gprs on interrupt routine entry on Book3S
` [PATCH v5 6/7] powerpc/64e: Clear gprs on interrupt routine entry on Book3E
` [PATCH v5 7/7] powerpc/64: Sanitise user registers on interrupt in pseries, POWERNV

[RFC PATCH] Disable Book-E KVM support?
 2022-12-01  6:06 UTC  (3+ messages)

[PATCH] selftests: powerpc: Use "grep -E" instead of "egrep"
 2022-12-01  2:49 UTC 

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-12-01  1:34 UTC  (6+ messages)
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules

[PATCH v2] hvc/xen: lock console list traversal
 2022-12-01  1:11 UTC  (2+ messages)

[PATCH v2] hvc/xen: prevent concurrent accesses to the shared ring
 2022-12-01  1:08 UTC  (2+ messages)

[Bug 216713] New: BUG: Bad page map in process init pte:c0ab684c pmd:01182000 (on a PowerMac G4 DP)
 2022-11-30 21:49 UTC  (2+ messages)
` [Bug 216713] "

[PATCH v5 0/3] generic and PowerPC SED Opal keystore
 2022-11-30 20:23 UTC  (4+ messages)
` [PATCH v5 1/3] block: sed-opal: "
` [PATCH v5 2/3] powerpc/pseries: PLPKS SED Opal keystore support
` [PATCH v5 3/3] block: sed-opal: keystore access for SED Opal keys

[PATCH v3] powerpc/hv-gpci: Fix hv_gpci event list
 2022-11-30 17:45 UTC 

[linux-next:master] BUILD REGRESSION 700e0cd3a5ce6a2cb90d9a2aab729b52f092a7d6
 2022-11-30 16:52 UTC 

linux-next: build warnings after merge of the powerpc-objtool tree
 2022-11-30 11:51 UTC  (4+ messages)

[syzbot] WARNING in btrfs_free_reserved_data_space_noquota
 2022-11-30 10:35 UTC  (2+ messages)

[PATCH] hvc/xen: prevent concurrent accesses to the shared ring
 2022-11-30 10:10 UTC  (5+ messages)

[PATCH] macintosh/windfarm_pid: Add header file macro definition
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] macintosh/ams/ams: Add header file macro definition
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH v2] ocxl: fix pci device refcount leak when calling get_function_0()
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH v2] macintosh: fix possible memory leak in macio_add_one_device()
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_data()
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH -next] macintosh: Switch to use for_each_child_of_node() macro
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] misc: ocxl: fix possible name leak in ocxl_file_register_afu()
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH 1/2] cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH] powerpc: Use "grep -E" instead of "egrep"
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH] powerpc: pasemi: add __init/__exit annotations to module init/exit funcs
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] powerpc/xive: remove unused parameter
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] powerpc: Fix formatting problems to make code look more beautiful
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2022-11-30  9:23 UTC  (2+ messages)
` (subset) "

[PATCH] mm: check the return value of ioremap() in macio_init()
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH v2] macintosh: via-pmu-backlight: Use backlight helper
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] powerpc: suppress some linker warnings in recent linker versions
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH] powerpc/8xx: Fix warning in hw_breakpoint_handler()
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH -next v2] powerpc/mpic_msgr: fix cast removes address space of expression warnings
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH] powerpc/mpc52xx_lpbfifo: fix all kernel-doc warnings
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH v3] powerpc: add compile-time support for lbarx, lharx
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] powerpc: remove the last remnants of cputime_t
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH] docs: powerpc: add POWER9 and POWER10 to CPU families
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH 0/6] powerpc/pseries - bugfixes/cleanups for PLPKS driver
 2022-11-30  9:24 UTC  (4+ messages)
` [PATCH 3/6] powerpc/pseries: Return -EIO instead of -EINTR for H_ABORTED error

[PATCH 1/2] powerpc: Make instruction dump work with scripts/decodecode
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH] powerpc/ftrace: Ignore weak functions
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH 0/5] powerpc/kprobes: preempt related changes and cleanups
 2022-11-30  9:24 UTC  (2+ messages)
` (subset) "

[PATCH] powerpc/pseries/eeh: Fix some kernel-doc warnings
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH] cxl: Fix refcount leak in cxl_calc_capp_routing
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] cxl: fix typo in comment
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH v2] powerpc/microwatt: Add litesd
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH][next] powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmds
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH v2] macintosh/via-pmu: Avoid compiler warnings when CONFIG_PROC_FS is disabled
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] powerpc/warp: switch to using gpiod API
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] powerpc/sgy_cts1000: convert to using gpiod API and facelift
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH v2 0/2] Remove unused macros from asm-offset
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] selftests/powerpc: Remove repeated word in comments
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH] drivers/ps3: Fix double word in comments
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] selftests/powerpc: Fix spelling mistake "mmaping" -> "mmapping"
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH] powerpc: Remove find_current_mm_pte()
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] powerpc/8xx: Simplify pte_update() with 16k pages
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] powerpc/8xx: Reverse order entries are written by __set_pte_at()
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] powerpc/sysdev: Remove some duplicate prefix in some messages
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH] powerpc: platforms: 52xx: Fix a resource leak in an error handling path
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH v3 -next] powerpc/powermac: Fix symbol not declared warnings
 2022-11-30  9:24 UTC  (2+ messages)

[PATCH] macintosh: windfarm_pm91: Fix warning comparing pointer to 0
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] macintosh: windfarm_pm81: Fix warning comparing pointer to 0
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] macintosh: adb: Fix warning comparing pointer to 0
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] macintosh: windfarm_pm121: Fix warning comparing pointer to 0
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH] macintosh: macio-adb: Fix warning comparing pointer to 0
 2022-11-30  9:23 UTC  (2+ messages)

[PATCH 00/13] RTAS maintenance
 2022-11-30  7:43 UTC  (17+ messages)
` [PATCH 03/13] powerpc/rtas: avoid device tree lookups in rtas_os_term()
` [PATCH 10/13] powerpc/rtas: improve function information lookups
` [PATCH 13/13] powerpc/rtas: place tracepoints in do_enter_rtas()

[PATCH] hvc/xen: lock console list traversal
 2022-11-29 22:25 UTC  (2+ messages)

[PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2022-11-30  2:57 UTC  (6+ messages)
` [PATCH v7 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()

[linux-next:master] BUILD REGRESSION 13ee7ef407cfcf63f4f047460ac5bb6ba5a3447d
 2022-11-30  2:07 UTC 

[RFC PATCH 00/13] Add DEXCR support
 2022-11-29 22:04 UTC  (4+ messages)
` [RFC PATCH 03/13] powerpc/dexcr: Handle hashchk exception

[PATCH] powerpc: dts: turris1x.dts: Add channel labels for temperature sensor
 2022-11-29 18:56 UTC  (6+ messages)

[PATCH v2] powerpc/hv-gpci: Fix hv_gpci event list
 2022-11-29 10:53 UTC  (3+ messages)

[PATCH v4 1/7] powerpc/64: Add INTERRUPT_SANITIZE_REGISTERS Kconfig
 2022-11-29 10:21 UTC  (11+ messages)
` [PATCH v4 2/7] powerpc/64: Add interrupt register sanitisation macros
` [PATCH v4 3/7] powerpc/64: Sanitise common exit code for interrupts
` [PATCH v4 4/7] powerpc/64s: IOption for MSR stored in r12
` [PATCH v4 5/7] powerpc/64s: Zeroise gprs on interrupt routine entry on Book3S
` [PATCH v4 7/7] powerpc/64: Sanitise user registers on interrupt in pseries, POWERNV

[PATCH 1/3] firmware_loader: remove #include <generated/utsrelease.h>
 2022-11-29  9:34 UTC  (11+ messages)
` [PATCH 2/3] powerpc/book3e: "
` [PATCH 3/3] init/version.c: remove #include <generated/utsversion.h>

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-29  9:15 UTC  (9+ messages)
` [PATCH mm-unstable v1 16/20] mm/frame-vector: remove FOLL_FORCE usage

[PATCH] driver core: fix up some missing class.devnode() conversions
 2022-11-29  9:02 UTC  (4+ 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).