linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-27 19:51:20 to 2023-02-01 06:40:50 UTC [more...]

[PATCH v8 0/8] In kernel handling of CPU hotplug events for crash kernel
 2023-02-01  6:38 UTC  (2+ messages)
` [PATCH v8 2/8] powerpc/crash hp: introduce a new config option CRASH_HOTPLUG

[PATCH v8 0/8] In kernel handling of CPU hotplug events for crash kernel
 2023-02-01  6:32 UTC  (2+ messages)
` [PATCH v8 1/8] powerpc/kexec: turn some static helper functions public

[PATCH v5 00/25] pSeries dynamic secure boot secvar interface + platform keyring loading
 2023-02-01  6:32 UTC  (48+ messages)
` [PATCH v5 01/25] powerpc/pseries: Fix handling of PLPKS object flushing timeout
` [PATCH v5 02/25] powerpc/pseries: Fix alignment of PLPKS structures and buffers
` [PATCH v5 03/25] powerpc/secvar: Fix incorrect return in secvar_sysfs_load()
` [PATCH v5 04/25] powerpc/secvar: Use u64 in secvar_operations
` [PATCH v5 05/25] powerpc/secvar: Warn and error if multiple secvar ops are set
` [PATCH v5 06/25] powerpc/secvar: Use sysfs_emit() instead of sprintf()
` [PATCH v5 07/25] powerpc/secvar: Handle format string in the consumer
` [PATCH v5 08/25] powerpc/secvar: Handle max object size "
` [PATCH v5 09/25] powerpc/secvar: Clean up init error messages
` [PATCH v5 10/25] powerpc/secvar: Extend sysfs to include config vars
` [PATCH v5 11/25] powerpc/secvar: Allow backend to populate static list of variable names
` [PATCH v5 12/25] powerpc/secvar: Warn when PAGE_SIZE is smaller than max object size
` [PATCH v5 13/25] powerpc/secvar: Don't print error on ENOENT when reading variables
` [PATCH v5 14/25] powerpc/pseries: Move plpks.h to include directory
` [PATCH v5 15/25] powerpc/pseries: Move PLPKS constants to header file
` [PATCH v5 16/25] powerpc/pseries: Expose PLPKS config values, support additional fields
` [PATCH v5 17/25] powerpc/pseries: Implement signed update for PLPKS objects
` [PATCH v5 18/25] powerpc/pseries: Log hcall return codes for PLPKS debug
` [PATCH v5 19/25] powerpc/pseries: Make caller pass buffer to plpks_read_var()
` [PATCH v5 20/25] powerpc/pseries: Turn PSERIES_PLPKS into a hidden option
` [PATCH v5 21/25] powerpc/pseries: Add helper to get PLPKS password length
` [PATCH v5 22/25] powerpc/pseries: Pass PLPKS password on kexec
` [PATCH v5 23/25] powerpc/pseries: Implement secvars for dynamic secure boot
` [PATCH v5 24/25] integrity/powerpc: Improve error handling & reporting when loading certs
` [PATCH v5 25/25] integrity/powerpc: Support loading keys from PLPKS

[PATCH] powerpc/kexec_file: print error string on usable memory property update failure
 2023-02-01  4:47 UTC  (2+ messages)

[PATCH v2 0/5] powerpc: Add KCSAN support
 2023-02-01  4:34 UTC  (6+ messages)
` [PATCH v2 1/5] powerpc: kcsan: Add exclusions from instrumentation
` [PATCH v2 2/5] powerpc: kcsan: Exclude udelay to prevent recursive instrumentation
` [PATCH v2 3/5] powerpc: kcsan: Memory barriers semantics
` [PATCH v2 4/5] powerpc: kcsan: Prevent recursive instrumentation with IRQ save/restores
` [PATCH v2 5/5] powerpc: kcsan: Add KCSAN Support

[PATCH] powerpc/kexec_file: Fix division by zero in extra size estimation
 2023-02-01  4:23 UTC  (4+ messages)

[PATCH v4 00/24] pSeries dynamic secure boot secvar interface + platform keyring loading
 2023-02-01  2:15 UTC  (19+ messages)
` [PATCH v4 16/24] powerpc/pseries: Implement signed update for PLPKS objects
` [PATCH v4 21/24] powerpc/pseries: Pass PLPKS password on kexec
` [PATCH v4 22/24] powerpc/pseries: Implement secvars for dynamic secure boot
` [PATCH v4 24/24] integrity/powerpc: Support loading keys from pseries secvar

[powerpc:fixes] BUILD SUCCESS 111bcb37385353f0510e5847d5abcd1c613dba23
 2023-02-01  0:28 UTC 

[powerpc:next-test] BUILD SUCCESS 5746ca131e2496ccd5bb4d7a0244d6c38070cbf5
 2023-02-01  0:28 UTC 

[powerpc:fixes-test] BUILD SUCCESS 37e5bf9657c8af85b91dda79c14eee5b7e0406d7
 2023-02-01  0:28 UTC 

[PATCH 0/5] powerpc: Add KCSAN support
 2023-02-01  0:16 UTC 

[PATCH v4 0/7] introduce vm_flags modifier functions
 2023-02-01  0:03 UTC  (11+ messages)
` [PATCH v4 3/7] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v4 4/7] mm: replace vma->vm_flags direct modifications with modifier calls

[PATCH 1/1] mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates
 2023-02-01  0:01 UTC 

[PATCH 1/5] powerpc: kcsan: Add exclusions from instrumentation
 2023-01-31 23:48 UTC  (5+ messages)
` [PATCH 2/5] powerpc: kcsan: Exclude udelay to prevent recursive instrumentation
` [PATCH 3/5] powerpc: kcsan: Memory barriers semantics
` [PATCH 4/5] powerpc: kcsan: Prevent recursive instrumentation with IRQ save/restores
` [PATCH 5/5] powerpc: kcsan: Add KCSAN Support

[PATCH] powerpc/tlb: Implement book3s/32/tlbflush.h local_flush_tlb_page_psize
 2023-01-31 21:58 UTC  (3+ messages)

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-31 16:28 UTC  (4+ messages)
` (subset) "

[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-01-31 18:55 UTC  (9+ messages)
` [PATCH v2 1/4] arm: include asm-generic/memory_model.h from page.h rather than memory.h
` [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH v2 3/4] mips: drop definition of pfn_valid() for DISCONTIGMEM
` [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH] powerpc/hv-24x7: Fix pvr check when setting interface version
 2023-01-31 18:48 UTC 

[PATCH 0/8] powerpc: improve copy_thread
 2023-01-31 16:55 UTC  (9+ messages)
` [PATCH 1/8] powerpc: copy_thread remove unused pkey code
` [PATCH 2/8] powerpc: copy_thread make ret_from_fork register setup consistent
` [PATCH 3/8] powerpc: use switch frame for ret_from_kernel_thread parameters
` [PATCH 4/8] powerpc/64: ret_from_fork avoid restoring regs twice
` [PATCH 5/8] powerpc: copy_thread differentiate kthreads and user mode threads
` [PATCH 6/8] powerpc: differentiate kthread from user kernel thread start
` [PATCH 7/8] powerpc: copy_thread don't set _TIF_RESTOREALL
` [PATCH 8/8] powerpc: copy_thread don't set ppr in user interrupt frame regs

[RFC PATCH 01/19] mm: Introduce vm_account
 2023-01-31 14:00 UTC  (4+ messages)

[PATCH] tests/bpf: Fix the bpf test to check for libtraceevent support
 2023-01-31 13:50 UTC 

[PATCH] tools/perf: Fix usage of perf probe when libtraceevent is missing
 2023-01-31 13:47 UTC 

[PATCH v2] powerpc/mce: log the error for all unrecoverable errors
 2023-01-31 11:29 UTC  (2+ messages)

[PATCH] powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()
 2023-01-31 11:14 UTC 

[PATCH v1 01/10] powerpc/bpf/32: Fix Oops on tail call tests
 2023-01-31  9:52 UTC  (6+ messages)
` [PATCH v1 06/10] powerpc/bpf: Perform complete extra passes to update addresses

[PATCH v2] powerpc: Implement arch_within_stack_frames
 2023-01-31  8:04 UTC  (2+ messages)

[PATCH v4 00/10] Add the PowerQUICC audio support using the QMC
 2023-01-31  7:45 UTC  (7+ messages)
` [PATCH v4 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
` [PATCH v4 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller

[PATCH] powerpc/tlb: Remove BUILD_BUG for book3s/32/tlbflush.h local_flush_tlb_page_psize
 2023-01-31  3:09 UTC  (4+ messages)

[PATCH v2] powerpc/kexec_file: account hot-pluggable memory while estimating FDT size
 2023-01-31  3:06 UTC 

[PATCH v5 00/15] jevents/pmu-events improvements
 2023-01-31  0:39 UTC  (8+ messages)
` [PATCH v5 10/15] perf jevents: Generate metrics and events as separate tables

[PATCH 21/34] selftests: powerpc: Fix incorrect kernel headers search path
 2023-01-30 23:49 UTC  (5+ messages)
` [PATCH 00/34] selftests: "

[powerpc:next] BUILD SUCCESS bab537805a10bdbf55b31324ba4a9599e0651e5e
 2023-01-30 23:01 UTC 

[powerpc:fixes-test] BUILD SUCCESS c28548012ee2bac55772ef7685138bd1124b80c3
 2023-01-30 22:53 UTC 

[powerpc:merge] BUILD SUCCESS ca272751ba18ca8f137af631cbc9f3f987fab6e3
 2023-01-30 22:53 UTC 

[PATCH 0/7] hvcs: Various hvcs device hotplug fixes
 2023-01-30 22:43 UTC  (8+ messages)
` [PATCH 1/7] hvcs: Fix hvcs port reference counting
` [PATCH 2/7] hvcs: Remove sysfs file prior to vio unregister
` [PATCH 3/7] hvcs: Remove sysfs group earlier
` [PATCH 4/7] hvcs: Get reference to tty in remove
` [PATCH 5/7] hvcs: Use vhangup in hotplug remove
` [PATCH 6/7] hvcs: Synchronize hotplug remove with port free
` [PATCH 7/7] powerpc: Fix device node refcounting

[PATCH v3] of: Make of framebuffer devices unique
 2023-01-30 16:50 UTC  (2+ messages)

[PASEMI] Nemo board doesn't reboot anymore after the commit "HID: usbhid: Add ALWAYS_POLL quirk for some mice"
 2023-01-30 15:21 UTC  (3+ messages)
` [PASEMI] Nemo board doesn't reboot anymore after the commit "HID: usbhid: Add ALWAYS_POLL quirk for some mice" #forregzbot

[PATCH v2] powerpc: macio: Make remove callback of macio driver void returned
 2023-01-30 14:39 UTC  (4+ messages)

[PATCH] powerpc/imc-pmu: Revert nest_init_lock to being a mutex
 2023-01-30 11:06 UTC  (2+ messages)

[PATCH V2 1/3] core/device: Add function to return child node using name at substring "@"
 2023-01-30  9:44 UTC  (3+ messages)
` [Skiboot] "

[PATCH] powerpc/kexec_file: account hot-pluggable memory while estimating FDT size
 2023-01-30  4:49 UTC  (3+ messages)

[PATCH v2 0/2] PS3 patches
 2023-01-28 22:45 UTC  (8+ messages)
` [PATCH v2 1/2] powerpc/ps3: Change updateboltedpp panic to info

[PATCH 1/1] ASoC: imx-hdmi: Use dev_err_probe
 2023-01-28 17:18 UTC  (2+ messages)

[PATCH] ASoC: fsl-asoc-card: constify fsl_asoc_card_dai
 2023-01-28 17:18 UTC  (2+ messages)

[PATCH 1/2] powerpc/pci: Allow to disable filling deprecated pci-OF-bus-map
 2023-01-28 13:34 UTC  (10+ messages)
` [PATCH v2 1/2] powerpc/pci: Enable PPC_PCI_BUS_NUM_DOMAIN_DEPENDENT by default
  ` [PATCH v2 2/2] powerpc/pci: Allow to disable filling deprecated pci-OF-bus-map

[PATCH] powerpc/kvm: Fix objtool warning for unannotated intra-function call in booke.o
 2023-01-28 12:41 UTC 

[PATCH] powerpc: Fix objtool warning for unannotated intra-function call in head_85xx.o
 2023-01-28 12:41 UTC 

[PATCH 0/3] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-01-28  9:02 UTC  (5+ messages)
` [PATCH 3/3] "

[PATCH v2 00/33] Per-VMA locks
 2023-01-28  0:00 UTC  (28+ messages)
` [PATCH v2 10/33] mm: move mmap_lock assert function definitions
` [PATCH v2 11/33] mm: add per-VMA lock and helper functions to control it
` [PATCH v2 12/33] mm: mark VMA as being written when changing vm_flags
` [PATCH v2 13/33] mm/mmap: move VMA locking before vma_adjust_trans_huge call
` [PATCH v2 14/33] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH v2 15/33] mm/mmap: write-lock VMAs before merging, splitting or expanding them
` [PATCH v2 16/33] mm/mmap: write-lock VMA before shrinking or expanding it
` [PATCH v2 17/33] mm/mremap: write-lock VMA while remapping it to a new address range
` [PATCH v2 18/33] mm: write-lock VMAs before removing them from VMA tree
` [PATCH v2 19/33] mm: conditionally write-lock VMA in free_pgtables
` [PATCH v2 20/33] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area
` [PATCH v2 21/33] kernel/fork: assert no VMA readers during its destruction
` [PATCH v2 22/33] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [PATCH v2 23/33] mm: introduce lock_vma_under_rcu to be used from arch-specific code
` [PATCH v2 24/33] mm: fall back to mmap_lock if vma->anon_vma is not yet set
` [PATCH v2 25/33] mm: add FAULT_FLAG_VMA_LOCK flag
` [PATCH v2 26/33] mm: prevent do_swap_page from handling page faults under VMA lock
` [PATCH v2 27/33] mm: prevent userfaults to be handled under per-vma lock
` [PATCH v2 28/33] mm: introduce per-VMA lock statistics
` [PATCH v2 29/33] x86/mm: try VMA lock-based page fault handling first
` [PATCH v2 30/33] arm64/mm: "
` [PATCH v2 31/33] powerc/mm: "
` [PATCH v2 32/33] mm/mmap: free vm_area_struct without call_rcu in exit_mmap
` [PATCH v2 33/33] mm: separate vma->lock from vm_area_struct

[PATCH v2] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2023-01-27 23:19 UTC  (3+ messages)

[PATCH v9 00/10] phy: Add support for Lynx 10G SerDes
 2023-01-27 21:51 UTC  (4+ messages)
` [PATCH v9 04/10] clk: Add Lynx 10G SerDes PLL driver

[PATCH] scripts/spelling.txt: add "exsits" pattern and fix typo instances
 2023-01-27 20:52 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).