linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-08 13:22:25 to 2024-03-13 21:54:39 UTC [more...]

[PATCH 00/13] mm/treewide: Remove pXd_huge() API
 2024-03-13 21:47 UTC  (10+ 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 v9 00/10] PCI: dwc: ep: Fix DBI access failure for drivers requiring refclk from host
 2024-03-13 17:53 UTC  (6+ messages)
` [PATCH v9 07/10] PCI: dwc: ep: Remove "core_init_notifier" flag

[PATCH v3 07/12] powerpc: Use initializer for struct vm_unmapped_area_info
 2024-03-13 14:57 UTC  (3+ 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 v10 00/12] Support page table check PowerPC
 2024-03-13 11:30 UTC  (17+ 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 net v5 1/2] soc: fsl: qbman: Always disable interrupts when taking cgr_lock
 2024-03-13  8:20 UTC  (3+ messages)
` [PATCH net v5 2/2] soc: fsl: qbman: Use raw spinlock for cgr_lock

[PATCH 00/14] Add support for suppressing warning backtraces
 2024-03-13  7:39 UTC  (20+ 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: "

[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  (5+ messages)
` [PATCH RFC 13/13] mm: Document pXd_leaf() API

[RFC PATCH v2 0/3] Preserve TPM log across kexec
 2024-03-12 19:37 UTC  (15+ messages)
` [RFC PATCH v2 1/3] powerpc/prom_init: Replace linux,sml-base/sml-size with linux,sml-log
` [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  (18+ 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] "

[PATCH v7 0/5] Add support for QMC HDLC
 2024-03-11 21:11 UTC  (2+ messages)

[PATCH v5 0/6] DCP as trusted keys backend
 2024-03-11 20:07 UTC  (5+ messages)
` [PATCH v6 3/6] KEYS: trusted: Introduce NXP DCP-backed trusted keys

[PATCH 0/4] PCI: Consolidate TLP Log reading and printing
 2024-03-11 11:34 UTC  (3+ messages)

[PATCH v3 0/5] ASoC: fsl: Support register and unregister rpmsg sound card through remoteproc
 2024-03-11 11:13 UTC  (6+ messages)
` [PATCH v3 1/5] ASoC: fsl: imx-pcm-rpmsg: Register component with rpmsg channel name
` [PATCH v3 2/5] ASoC: fsl: imx-audio-rpmsg: Register device "
` [PATCH v3 3/5] ASoC: fsl: Let imx-audio-rpmsg register platform device for card
` [PATCH v3 4/5] ASoC: fsl: fsl_rpmsg: Register CPU DAI with name of rpmsg channel
` [PATCH v3 5/5] ASoC: fsl: imx-rpmsg: Update to correct DT node

[PATCH v14 00/16] Add audio support in v4l2 framework
 2024-03-11  9:54 UTC  (17+ messages)
` [PATCH v14 01/16] media: v4l2-ctrls: add support for fraction_bits
` [PATCH v14 02/16] ASoC: fsl_asrc: define functions for memory to memory usage
` [PATCH v14 03/16] ASoC: fsl_easrc: "
` [PATCH v14 04/16] ASoC: fsl_asrc: move fsl_asrc_common.h to include/sound
` [PATCH v14 05/16] ASoC: fsl_asrc: register m2m platform device
` [PATCH v14 06/16] ASoC: fsl_easrc: "
` [PATCH v14 07/16] media: uapi: Add V4L2_CAP_AUDIO_M2M capability flag
` [PATCH v14 08/16] media: v4l2: Add audio capture and output support
` [PATCH v14 09/16] media: uapi: Define audio sample format fourcc type
` [PATCH v14 10/16] media: uapi: Add V4L2_CTRL_CLASS_M2M_AUDIO
` [PATCH v14 11/16] media: uapi: Add audio rate controls support
` [PATCH v14 12/16] media: uapi: Declare interface types for Audio
` [PATCH v14 13/16] media: uapi: Add an entity type for audio resampler
` [PATCH v14 14/16] media: vivid: add fixed point test controls
` [PATCH v14 15/16] media: imx-asrc: Add memory to memory driver
` [PATCH v14 16/16] media: vim2m-audio: add virtual driver for audio memory to memory

[PATCH v2 0/4] ASoC: fsl: Support register and unregister rpmsg sound card through remoteproc
 2024-03-11  8:23 UTC  (6+ messages)
` [PATCH v2 4/4] ASoC: fsl: imx-rpmsg: Update to correct DT node
    `  "

[PATCH v13 00/16] Add audio support in v4l2 framework
 2024-03-11  2:07 UTC  (8+ messages)
` [PATCH v13 09/16] media: uapi: Define audio sample format fourcc type

[PATCH 0/3] Add data type profiling support for powerpc
 2024-03-09 17:43 UTC  (7+ messages)
` [PATCH 1/3] tools/perf/arch/powerpc: Add load/store in powerpc annotate instructions for data type profling
` [PATCH 2/3] tools/erf/util/annotate: Set register_char and memory_ref_char for powerpc
` [PATCH 3/3] tools/perf/arch/powerc: Add get_arch_regnum "

[PATCH 00/19] timekeeping: Handle potential multiplication overflow
 2024-03-09  7:48 UTC  (17+ messages)
` [PATCH 01/19] vdso: Consolidate vdso_calc_delta()
` [PATCH 04/19] math64: Tidy mul_u64_u32_shr()
` [PATCH 05/19] vdso: math64: Provide mul_u64_u32_add_u64_shr()
` [PATCH 06/19] vdso: Add vdso_data::max_cycles
` [PATCH 07/19] vdso: Make delta calculation overflow safe
` [PATCH 08/19] x86/vdso: "
` [PATCH 09/19] timekeeping: Move timekeeping helper functions
` [PATCH 10/19] timekeeping: Rename fast_tk_get_delta_ns() to __timekeeping_get_ns()
` [PATCH 14/19] timekeeping: Consolidate timekeeping helpers
` [PATCH 15/19] timekeeping: Fold in timekeeping_delta_to_ns()
` [PATCH 16/19] timekeeping: Prepare timekeeping_cycles_to_ns() for overflow safety
` [PATCH 17/19] timekeeping: Make delta calculation overflow safe
` [PATCH 18/19] timekeeping: Let timekeeping_cycles_to_ns() handle both under and overflow
` [PATCH 19/19] clocksource: Make watchdog and suspend-timing multiplication overflow safe

[PATCH 0/3] Add data type profiling support for powerpc
 2024-03-09  7:18 UTC  (5+ messages)
` [PATCH 1/3] tools/perf/arch/powerpc: Add load/store in powerpc annotate instructions for data type profling
` [PATCH 2/3] tools/erf/util/annotate: Set register_char and memory_ref_char for powerpc
` [PATCH 3/3] tools/perf/arch/powerc: Add get_arch_regnum "

[RFC] sched/eevdf: sched feature to dismiss lag on wakeup
 2024-03-08 15:11 UTC  (2+ messages)

[v2 PATCH 0/3] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-08 16:28 UTC  (2+ 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).