linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-11 21:12:39 to 2024-03-15 03:01:43 UTC [more...]

[PATCH v1 1/2] powerpc/code-patching: Introduce open_patch_window()/close_patch_window()
 2024-03-15  2:59 UTC  (2+ messages)
` [PATCH v1 2/2] powerpc/code-patching: Convert to open_patch_window()/close_patch_window()

[PATCH v1 1/3] powerpc/code-patching: Test patch_instructions() during boot
 2024-03-15  2:57 UTC  (3+ messages)
` [PATCH v1 2/3] powerpc/code-patching: Use dedicated memory routines for patching
` [PATCH v1 3/3] powerpc/code-patching: Optimise patch_memcpy() to 4 byte chunks

[PATCH v10 00/12] Support page table check PowerPC
 2024-03-15  0:45 UTC  (19+ messages)
` [PATCH v10 01/12] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pud_set"
` [PATCH v10 02/12] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_set"
` [PATCH v10 03/12] mm: Provide addr parameter to page_table_check_pte_set()
` [PATCH v10 04/12] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pud_clear"
` [PATCH v10 05/12] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pmd_clear"
` [PATCH v10 06/12] Revert "mm/page_table_check: remove unused parameter in [__]page_table_check_pte_clear"
` [PATCH v10 07/12] mm: Provide address parameter to p{te,md,ud}_user_accessible_page()
` [PATCH v10 08/12] powerpc: mm: Replace p{u,m,4}d_is_leaf with p{u,m,4}_leaf
` [PATCH v10 09/12] powerpc: mm: Add common pud_pfn stub for all platforms
` [PATCH v10 10/12] poweprc: mm: Implement *_user_accessible_page() for ptes
` [PATCH v10 11/12] powerpc: mm: Use set_pte_at_unchecked() for early-boot / internal usages
` [PATCH v10 12/12] powerpc: mm: Support page table check

[PATCH 0/1] Add XSAVE layout description to Core files for debuggers to support varying XSAVE layouts
 2024-03-14 22:13 UTC  (15+ messages)
` [PATCH 1/1] x86/elf: Add a new .note section containing Xfeatures information to x86 core files

[PATCH 00/14] Add support for suppressing warning backtraces
 2024-03-14 15:29 UTC  (27+ messages)
` [PATCH 01/14] bug/kunit: Core "
` [PATCH 02/14] kunit: bug: Count suppressed "
` [PATCH 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH 04/14] kunit: Add documentation for warning backtrace suppression API
` [PATCH 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH 06/14] net: kunit: Suppress lock warning noise at end of dev_addr_lists tests
` [PATCH 07/14] x86: Add support for suppressing warning backtraces
` [PATCH 08/14] arm64: "
` [PATCH 09/14] loongarch: "
` [PATCH 10/14] parisc: "
` [PATCH 11/14] s390: "
` [PATCH 12/14] sh: "
` [PATCH 13/14] riscv: "
` [PATCH 14/14] powerpc: "

[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
 2024-03-14 18:34 UTC  (3+ messages)

[PATCH 2/4] PCI: Generalize TLP Header Log reading
 2024-03-14 17:16 UTC  (2+ messages)

[PATCH v9 00/27] Add support for QMC HDLC, framer infrastructure and PEF2256 framer
 2024-03-14 15:39 UTC  (5+ messages)
` [PATCH v9 07/27] net: wan: Add support for QMC HDLC

[PATCH 1/1] ASoC: fsl: fsl_ssi: Add dev_err_probe if PCM DMA init fails
 2024-03-14 14:16 UTC 

[PATCH 00/13] mm/treewide: Remove pXd_huge() API
 2024-03-14 14:08 UTC  (21+ messages)
` [PATCH 01/13] mm/hmm: Process pud swap entry without pud_huge()
` [PATCH 02/13] mm/gup: Cache p4d in follow_p4d_mask()
` [PATCH 03/13] mm/gup: Check p4d presence before going on
` [PATCH 04/13] mm/x86: Change pXd_huge() behavior to exclude swap entries
` [PATCH 05/13] mm/sparc: "
` [PATCH 06/13] mm/arm: Use macros to define pmd/pud helpers
` [PATCH 07/13] mm/arm: Redefine pmd_huge() with pmd_leaf()
` [PATCH 08/13] mm/arm64: Merge pXd_huge() and pXd_leaf() definitions
` [PATCH 09/13] mm/powerpc: Redefine pXd_huge() with pXd_leaf()
` [PATCH 10/13] mm/gup: Merge pXd huge mapping checks
` [PATCH 11/13] mm/treewide: Replace pXd_huge() with pXd_leaf()
` [PATCH 12/13] mm/treewide: Remove pXd_huge()
` [PATCH 13/13] mm: Document pXd_leaf() API

[RFC] sched/eevdf: sched feature to dismiss lag on wakeup
 2024-03-14 13:45 UTC  (3+ messages)

[PATCH v6 0/9] devm_led_classdev_register() usage problem
 2024-03-14 13:32 UTC  (16+ messages)
` [PATCH v6 1/9] locking/mutex: introduce devm_mutex_init
` [PATCH v6 2/9] leds: aw2013: use devm API to cleanup module's resources
` [PATCH v6 3/9] leds: aw200xx: "
` [PATCH v6 4/9] leds: lp3952: "
` [PATCH v6 5/9] leds: lm3532: "
` [PATCH v6 6/9] leds: nic78bx: "
` [PATCH v6 7/9] leds: mlxreg: use devm_mutex_init for mutex initializtion
` [PATCH v6 8/9] leds: an30259a: use devm_mutext_init for mutext initialization
` [PATCH v6 9/9] leds: powernv: use LED_RETAIN_AT_SHUTDOWN flag for leds

[PATCH] net: wan: fsl_qmc_hdlc: Fix module compilation
 2024-03-14 12:33 UTC 

[PATCH v7 0/5] Add support for QMC HDLC
 2024-03-14 10:51 UTC  (6+ messages)
` [PATCH v7 1/5] net: wan: "

[PATCH v10 0/8] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
 2024-03-14  7:48 UTC  (9+ messages)
` [PATCH v10 1/8] "
` [PATCH v10 2/8] PCI: dwc: ep: Add Kernel-doc comments for APIs
` [PATCH v10 3/8] PCI: dwc: ep: Remove deinit() callback from struct dw_pcie_ep_ops
` [PATCH v10 4/8] PCI: dwc: ep: Rename dw_pcie_ep_exit() to dw_pcie_ep_deinit()
` [PATCH v10 5/8] PCI: dwc: ep: Introduce dw_pcie_ep_cleanup() API for drivers supporting PERST#
` [PATCH v10 6/8] PCI: dwc: ep: Rename dw_pcie_ep_init_complete() to dw_pcie_ep_init_registers()
` [PATCH v10 7/8] PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue drivers
` [PATCH v10 8/8] PCI: dwc: ep: Remove "core_init_notifier" flag

[PATCH v9 00/10] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
 2024-03-14  7:22 UTC  (13+ messages)
` [PATCH v9 06/10] PCI: dwc: ep: Call dw_pcie_ep_init_registers() API directly from all glue drivers
` [PATCH v9 07/10] PCI: dwc: ep: Remove "core_init_notifier" flag

[PATCH v2] powerpc/pseries: fix max polling time in plpks_confirm_object_flushed() function
 2024-03-14  4:17 UTC 

[powerpc:merge] BUILD SUCCESS d5bdfb09862ffbf009951f56d324129d1efb9de0
 2024-03-14  1:47 UTC 

[PATCH v3 07/12] powerpc: Use initializer for struct vm_unmapped_area_info
 2024-03-13 21:58 UTC  (4+ messages)

[PATCH v1 1/1] powerpc/52xx: Replace of_gpio.h by proper one
 2024-03-13 13:56 UTC 

[PATCH] boot: simple_alloc: check after increasing memory allocation
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH] powerpc/32: Curb objtool unannotated intra-function call warning
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH v3] powerpc: macio: Make remove callback of macio driver void returned
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH] macintosh: adb: make adb_dev_class constant
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH] powerpc: xor_vmx: Add '-mhard-float' to CFLAGS
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH v2 1/5] of: Add of_machine_compatible_match()
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH] powerpc/irq: Allow softirq to hardirq stack transition
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH] powerpc/boot: Only free if realloc() succeeds
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH] powerpc: Add allmodconfig for all 32-bit sub-arches
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH] powerpc: Enable support for 32 bit MSI-X vectors
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH] powerpc/kprobes: Handle error returned by set_memory_rox()
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH] powerpc/85xx: Make some pic_init functions static
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH 1/5] powerpc/64s: Move dcbt/dcbtst sequence into a macro
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH 1/3] powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH 1/3] powerpc/64s: Fix get_hugepd_cache_index() build failure
 2024-03-13 13:19 UTC  (2+ messages)
` (subset) "

[PATCH] powerpc/pseries: Fix potential memleak in papr_get_attr()
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH 1/2] powerpc: Refactor __kernel_map_pages()
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH v2] powerpc/mm: Code cleanup for __hash_page_thp
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH v2] powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH] powerpc/trace: Restrict hash_fault trace event to HASH MMU
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH] powerpc: Use user_mode() macro when possible
 2024-03-13 13:19 UTC  (2+ messages)

[PATCH] powerpc: Implement set_memory_rox()
 2024-03-13 13:19 UTC  (2+ messages)

[RFC PATCH 0/3] powerpc: pSeries: vfio: iommu: Re-enable support for SPAPR TCE VFIO
 2024-03-13 12:53 UTC  (5+ messages)
` [RFC PATCH 1/3] powerpc/pseries/iommu: Bring back userspace view for single level TCE tables
` [RFC PATCH 2/3] powerpc/iommu: Move pSeries specific functions to pseries/iommu.c
` [RFC PATCH 3/3] pseries/iommu: Enable DDW for VFIO TCE create

[PATCH net v5 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock
 2024-03-13  8:20 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV nestedv2: Cancel pending HDEC exception
 2024-03-13  7:26 UTC 

[PATCH v4 0/7] kexec_file: print out debugging message if required
 2024-03-13  7:10 UTC  (6+ messages)
` [PATCH v4 1/7] kexec_file: add kexec_file flag to control debug printing
  ` kexec verbose dumps with 6.8 [was: [PATCH v4 1/7] kexec_file: add kexec_file flag to control debug printing]

[PATCH RFC 00/13] mm/treewide: Remove pXd_huge() API
 2024-03-12 20:01 UTC  (3+ messages)

[RFC PATCH v2 0/3] Preserve TPM log across kexec
 2024-03-12 19:37 UTC  (10+ messages)
` [RFC PATCH v2 2/3] dt-bindings: tpm: Add linux,sml-log to ibm,vtpm.yaml
` [RFC PATCH v2 3/3] tpm: of: If available use linux,sml-log to get the log and its size

[PATCH 0/2] Preserve TPM log across kexec
 2024-03-12 19:15 UTC  (16+ messages)
` [PATCH 1/2] powerpc/prom_init: Replace linux,sml-base/sml-size with linux,sml-log
` [PATCH 2/2] tpm: of: If available Use linux,sml-log to get the log and its size

[PATCH v5 00/10] devm_led_classdev_register() usage problem
 2024-03-12 18:17 UTC  (19+ messages)
` [PATCH v5 02/10] locking/mutex: introduce devm_mutex_init

[PATCH] powerpc/kernel: Fix potential spectre v1 in syscall
 2024-03-12 13:10 UTC  (5+ messages)

[RFC PATCH 2/5] powerpc: Flush checkpointed gpr state for 32-bit processes in ptrace
 2024-03-12  8:07 UTC  (3+ messages)
` [PATCH 1/2] "

[PATCH] powerpc: build-time fixup alternate feature relative addresses
 2024-03-12  7:36 UTC  (3+ messages)

[kvm-unit-tests PATCH v2 04/13] treewide: lib/stack: Make base_address arch specific
 2024-03-12  5:45 UTC  (2+ messages)

[PATCH v8 0/3] powerpc: make fadump resilient with memory add/remove events
 2024-03-12  4:41 UTC  (4+ messages)
` [PATCH v8 1/3] "


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