linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-23 09:58:45 to 2021-11-25 18:06:49 UTC [more...]

[PATCH v2 0/6] KEXEC_SIG with appended signature
 2021-11-25 18:02 UTC  (5+ messages)
` [PATCH v2 1/6] s390/kexec_file: Don't opencode appended signature check
` [PATCH v2 3/6] kexec_file: Don't opencode appended signature verification
` [PATCH v2 4/6] module: strip the signature marker in the verification function
` [PATCH v2 5/6] module: Use key_being_used_for for log messages in verify_appended_signature

[PATCH v2 rebased 0/9] Convert powerpc to default topdown mmap layout
 2021-11-25 17:52 UTC  (10+ messages)
` [PATCH v2 rebased 1/9] powerpc/mm: Make slice specific to book3s/64
` [PATCH v2 rebased 2/9] powerpc/mm: Move vma_mmu_pagesize() and hugetlb_get_unmapped_area() to slice.c
` [PATCH v2 rebased 3/9] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v2 rebased 4/9] powerpc/mm: Remove asm/slice.h
` [PATCH v2 rebased 5/9] powerpc/mm: Call radix__arch_get_unmapped_area() from arch_get_unmapped_area()
` [PATCH v2 rebased 6/9] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v2 rebased 7/9] powerpc/mm: Convert to default topdown mmap layout
` [PATCH v2 rebased 8/9] powerpc/mm: Properly randomise mmap with slices
` [PATCH v2 rebased 9/9] powerpc: Simplify and move arch_randomize_brk()

[PATCH v4 00/17] powerpc: Make hash MMU code build configurable
 2021-11-25 17:35 UTC  (20+ messages)
` [PATCH v4 01/17] powerpc: Remove unused FW_FEATURE_NATIVE references
` [PATCH v4 02/17] powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVE
` [PATCH v4 03/17] powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVE
` [PATCH v4 04/17] powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specific
` [PATCH v4 05/17] powerpc/pseries: move process table registration away from hash-specific code
` [PATCH v4 06/17] powerpc/pseries: lparcfg don't include slb_size line in radix mode
` [PATCH v4 07/17] powerpc/64s: move THP trace point creation out of hash specific file
` [PATCH v4 08/17] powerpc/64s: Make flush_and_reload_slb a no-op when radix is enabled
` [PATCH v4 09/17] powerpc/64s: move page size definitions from hash specific file
` [PATCH v4 10/17] powerpc/64s: Rename hash_hugetlbpage.c to hugetlbpage.c
` [PATCH v4 11/17] powerpc/64: pcpu setup avoid reading mmu_linear_psize on 64e or radix
` [PATCH v4 12/17] powerpc: make memremap_compat_align 64s-only
` [PATCH v4 13/17] powerpc/64e: remove mmu_linear_psize
` [PATCH v4 14/17] powerpc/64s: Fix radix MMU when MMU_FTR_HPTE_TABLE is clear
` [PATCH v4 15/17] powerpc/64s: Make hash MMU support configurable
` [PATCH v4 16/17] powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU
` [PATCH v4 17/17] powerpc/microwatt: add POWER9_CPU, clear PPC_64S_HASH_MMU

[PATCH] powerpc/watchdog: Fix wd_smp_last_reset_tb reporting
 2021-11-25 17:21 UTC  (3+ messages)

[PATCH v3 0/4] powerpc: watchdog fixes
 2021-11-25 17:20 UTC  (5+ messages)

[PATCH] powerpc: mm: radix_tlb: rearrange the if-else block
 2021-11-25 15:44 UTC 

[5.16.0-rc2] Kernel warning while running sigfuz w/PPC_IRQ_SOFT_MASK_DEBUG
 2021-11-25 15:23 UTC  (3+ messages)

[PATCH v2 2/2] powerpc:85xx: fix timebase sync issue when CONFIG_HOTPLUG_CPU=n
 2021-11-25 14:34 UTC  (3+ messages)

bug: usb: gadget: FSL_UDC_CORE Corrupted request list leads to unrecoverable loop
 2021-11-25 13:59 UTC  (6+ messages)

[powerpc:fixes-test] BUILD SUCCESS 5bb60ea611db1e04814426ed4bd1c95d1487678e
 2021-11-25 13:43 UTC 

[PATCH v2 0/8] sysctl: second set of kernel/sysctl cleanups
 2021-11-25  9:41 UTC  (14+ messages)
` [PATCH v2 1/8] hpet: simplify subdirectory registration with register_sysctl()
` [PATCH v2 2/8] i915: "
` [PATCH v2 3/8] macintosh/mac_hid.c: "
` [PATCH v2 4/8] ocfs2: "
` [PATCH v2 5/8] test_sysctl: "
` [PATCH v2 6/8] inotify: "
` [PATCH v2 7/8] cdrom: "
` [PATCH v2 8/8] eventpoll: simplify sysctl declaration "

[PATCH] powerpc: Don't bother about .data..Lubsan sections
 2021-11-25 11:43 UTC 

[PATCH v2] powerpc64/exceptions: Refactor code to eliminate a few memory loads
 2021-11-25 11:06 UTC  (3+ messages)

[PATCH v2 0/9] Convert powerpc to default topdown mmap layout
 2021-11-25 10:42 UTC  (11+ messages)
` [PATCH v2 1/9] powerpc/mm: Make slice specific to book3s/64
` [PATCH v2 2/9] powerpc/mm: Move vma_mmu_pagesize() and hugetlb_get_unmapped_area() to slice.c
` [PATCH v2 3/9] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v2 4/9] powerpc/mm: Remove asm/slice.h
` [PATCH v2 5/9] powerpc/mm: Call radix__arch_get_unmapped_area() from arch_get_unmapped_area()
` [PATCH v2 6/9] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v2 7/9] powerpc/mm: Convert to default topdown mmap layout
` [PATCH v2 8/9] powerpc/mm: Properly randomise mmap with slices
` [PATCH v2 9/9] powerpc: Simplify and move arch_randomize_brk()

[PATCH] powerpc: tsi108: make EXPORT_SYMBOL follow its function immediately
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH v4 00/53] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-11-25  9:38 UTC  (47+ messages)
` [PATCH v4 09/53] powerpc/64s: Keep AMOR SPR a constant ~0 at runtime
` [PATCH v4 10/53] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
` [PATCH v4 11/53] powerpc/64s: Always set PMU control registers to frozen/disabled when not in use
` [PATCH v4 12/53] powerpc/64s: Implement PMU override command line option
` [PATCH v4 13/53] KVM: PPC: Book3S HV P9: Implement PMU save/restore in C
` [PATCH v4 14/53] KVM: PPC: Book3S HV P9: Factor PMU save/load into context switch functions
` [PATCH v4 15/53] KVM: PPC: Book3S HV P9: Demand fault PMU SPRs when marked not inuse
` [PATCH v4 16/53] KVM: PPC: Book3S HV P9: Factor out yield_count increment
` [PATCH v4 17/53] KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write
` [PATCH v4 18/53] KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs
` [PATCH v4 19/53] KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs
` [PATCH v4 20/53] KVM: PPC: Book3S HV P9: Improve mtmsrd scheduling by delaying MSR[EE] disable
` [PATCH v4 21/53] KVM: PPC: Book3S HV P9: Add kvmppc_stop_thread to match kvmppc_start_thread
` [PATCH v4 22/53] KVM: PPC: Book3S HV: Change dec_expires to be relative to guest timebase
` [PATCH v4 23/53] KVM: PPC: Book3S HV P9: Move TB updates
` [PATCH v4 24/53] KVM: PPC: Book3S HV P9: Optimise timebase reads
` [PATCH v4 25/53] KVM: PPC: Book3S HV P9: Avoid SPR scoreboard stalls
` [PATCH v4 26/53] KVM: PPC: Book3S HV P9: Only execute mtSPR if the value changed
` [PATCH v4 27/53] KVM: PPC: Book3S HV P9: Juggle SPR switching around
` [PATCH v4 28/53] KVM: PPC: Book3S HV P9: Move vcpu register save/restore into functions
` [PATCH v4 29/53] KVM: PPC: Book3S HV P9: Move host OS save/restore functions to built-in
` [PATCH v4 30/53] KVM: PPC: Book3S HV P9: Move nested guest entry into its own function
` [PATCH v4 31/53] KVM: PPC: Book3S HV P9: Move remaining SPR and MSR access into low level entry
` [PATCH v4 32/53] KVM: PPC: Book3S HV P9: Implement TM fastpath for guest entry/exit
` [PATCH v4 33/53] KVM: PPC: Book3S HV P9: Switch PMU to guest as late as possible
` [PATCH v4 34/53] KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that require it
` [PATCH v4 35/53] KVM: PPC: Book3S HV P9: More SPR speed improvements
` [PATCH v4 36/53] KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
` [PATCH v4 37/53] KVM: PPC: Book3S HV P9: Demand fault TM "
` [PATCH v4 38/53] KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
` [PATCH v4 39/53] KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
` [PATCH v4 40/53] KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs
` [PATCH v4 41/53] KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
` [PATCH v4 42/53] KVM: PPC: Book3S HV: Split P8 from P9 path guest vCPU TLB flushing
` [PATCH v4 43/53] KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
` [PATCH v4 44/53] KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
` [PATCH v4 45/53] KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
` [PATCH v4 46/53] KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving
` [PATCH v4 47/53] KVM: PPC: Book3S HV P9: Avoid changing MSR[RI] in entry and exit
` [PATCH v4 48/53] KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready
` [PATCH v4 49/53] KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit
` [PATCH v4 50/53] KVM: PPC: Book3S HV P9: Remove most of the vcore logic
` [PATCH v4 51/53] KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry
` [PATCH v4 52/53] KVM: PPC: Book3S HV P9: Stop using vc->dpdes
` [PATCH v4 53/53] KVM: PPC: Book3S HV P9: Remove subcore HMI handling

[PATCH 0/4] powerpc/security mitigation updates
 2021-11-25  9:35 UTC  (2+ messages)

[PATCH v2 0/2] powerpc/rtas: improved busy and extended delay status handling
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH] powerpc/rtas: kernel-doc fixes
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH] powerpc/pseries: delete scanlog
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH] powerpc/microwatt: Make microwatt_get_random_darn() static
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH 0/6] add missing of_node_put
 2021-11-25  9:35 UTC  (2+ messages)
` (subset) "

[PATCH] powerpc/prom_init: fix the improper check of prom_getprop
 2021-11-25  9:36 UTC  (2+ messages)

[RESEND PATCH v4 0/8] bpf powerpc: Add BPF_PROBE_MEM support in powerpc JIT compiler
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH 1/2] eeh: Small refactor of eeh_handle_normal_event
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH 00/11] powerpc/xive: Improve diagnostic and activate StoreEOI on P10 PowerNV
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH v3] powerpc/code-patching: Improve verification of patchability
 2021-11-25  9:36 UTC  (2+ messages)

[PATCH v1] KVM: PPC: Book3S HV: Prevent POWER7/8 TLB flush flushing SLB
 2021-11-25  9:34 UTC  (2+ messages)

[PATCH] powerpc/32: Fix hardlockup on vmap stack overflow
 2021-11-25  9:34 UTC  (2+ messages)

[PATCH 0/3] KEXEC_SIG with appended signature
 2021-11-25  9:14 UTC  (16+ messages)

[PATCH 1/2] tools/perf: Include global and local variants for p_stage_cyc sort key
 2021-11-25  8:10 UTC  (3+ messages)
` [PATCH 2/2] tools/perf: Update global/local variants for p_stage_cyc in powerpc

[PATCH v1 0/5] Implement livepatch on PPC32
 2021-11-25  5:49 UTC  (3+ messages)

[PATCH] powerpc/eeh: Delay slot presence check once driver is notified about the pci error
 2021-11-25  5:34 UTC  (6+ messages)

[PATCH 1/1] futex: Wireup futex_waitv syscall
 2021-11-24 23:18 UTC  (7+ messages)

[PATCH 0/8] Convert powerpc to default topdown mmap layout
 2021-11-24 18:00 UTC  (4+ messages)

[PATCH 0/3] of/fdt: Rework early FDT scanning functions
 2021-11-24 17:01 UTC  (8+ messages)
` [PATCH 1/3] of/fdt: Rework early_init_dt_scan_chosen() to call directly
` [PATCH 2/3] of/fdt: Rework early_init_dt_scan_root() "
` [PATCH 3/3] of/fdt: Rework early_init_dt_scan_memory() "

[PATCH] recordmcount: Support empty section from recent binutils
 2021-11-24 14:43 UTC 

[PATCH 1/8] powerpc/mm: Make slice specific to book3s/64
 2021-11-24 13:49 UTC  (6+ messages)

[PATCH 5.15 258/279] signal/powerpc: On swapcontext failure force SIGSEGV
 2021-11-24 11:59 UTC 

[PATCH v3 1/2] powerpc/mce: Avoid using irq_work_queue() in realmode
 2021-11-24 13:10 UTC  (4+ messages)
` [PATCH v3 2/2] pseries/mce: Refactor the pseries mce handling code

[PATCH 1/6] powerpc/85xx: Fix no previous prototype warning for mpc85xx_setup_pmc()
 2021-11-24  9:32 UTC  (6+ messages)
` [PATCH 2/6] powerpc/85xx: Make mpc85xx_smp_kexec_cpu_down() static
` [PATCH 3/6] powerpc/85xx: Make c293_pcie_pic_init() static
` [PATCH 4/6] powerpc/mm: Move tlbcam_sz() and make it static
` [PATCH 5/6] powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING
` [PATCH 6/6] powerpc: Mark probe_machine() __init and static

[PATCH v2 1/2] powerpc/mce: Avoid using irq_work_queue() in realmode
 2021-11-24  9:25 UTC  (3+ messages)
` [PATCH v2 2/2] pseries/mce: Refactor the pseries mce handling code

[PATCH] powerpc/perf: Fix task context setting for trace imc
 2021-11-24  2:46 UTC 

[PATCH] powerpc/signal32: Use struct_group() to zero spe regs
 2021-11-24  0:08 UTC  (5+ messages)

[PATCH 0/5] xen: cleanup detection of non-essential pv devices
 2021-11-23 20:39 UTC  (3+ messages)

Patch "signal/powerpc: On swapcontext failure force SIGSEGV" has been added to the 5.15-stable tree
 2021-11-23 18:11 UTC 

[RFC PATCH 0/3] Use pageblock_order for cma and alloc_contig_range alignment
 2021-11-23 17:32 UTC  (8+ messages)

[PATCH MANUALSEL 4.4] KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
 2021-11-23 16:37 UTC 

[PATCH MANUALSEL 4.9 2/2] KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
 2021-11-23 16:37 UTC 

[PATCH MANUALSEL 4.14 2/3] KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
 2021-11-23 16:37 UTC 

[PATCH MANUALSEL 4.19 3/4] KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
 2021-11-23 16:37 UTC 

[PATCH MANUALSEL 5.4 3/4] KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
 2021-11-23 16:37 UTC 

[PATCH MANUALSEL 5.10 3/5] KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
 2021-11-23 16:36 UTC 

[PATCH MANUALSEL 5.15 6/8] KVM: PPC: Cap KVM_CAP_NR_VCPUS by KVM_CAP_MAX_VCPUS
 2021-11-23 16:36 UTC 

[PATCH v2 1/3] soc: fsl: Correct MAINTAINERS database (QUICC ENGINE LIBRARY)
 2021-11-23 16:28 UTC  (6+ messages)
` [PATCH v2 3/3] soc: fsl: Replace kernel.h with the necessary inclusions


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