linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-13 04:22:43 to 2024-03-18 14:24:44 UTC [more...]

[PATCH 0/6] mm/mm_init.c: refactor free_area_init_core()
 2024-03-18 14:21 UTC  (4+ messages)
` [PATCH 1/6] mm/mm_init.c: remove the useless dma_reserve
` [PATCH 2/6] x86: remove memblock_find_dma_reserve()
` [PATCH 3/6] mm/mm_init.c: add new function calc_nr_kernel_pages()

linux-next: manual merge of the powerpc tree with the mm-stable tree
 2024-03-18 11:52 UTC  (4+ messages)

Cannot load wireguard module
 2024-03-18 11:50 UTC  (5+ messages)

[PATCH 0/3] Add data type profiling support for powerpc
 2024-03-18 11:33 UTC  (10+ 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] net: wan: fsl_qmc_hdlc: Fix module compilation
 2024-03-18  9:30 UTC  (2+ messages)

[PATCH 00/14] Add support for suppressing warning backtraces
 2024-03-18  3:24 UTC  (14+ messages)
` [PATCH 10/14] parisc: "
` [PATCH 11/14] s390: "

[PATCH v1 1/3] powerpc/code-patching: Test patch_instructions() during boot
 2024-03-18  2:25 UTC  (13+ 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

[powerpc:next] BUILD SUCCESS 5c4233cc0920cc90787aafe950b90f6c57a35b88
 2024-03-18  2:00 UTC 

[powerpc:merge] BUILD SUCCESS 1a843dadfaed8a6b758d27c3e755b9a62aef8b13
 2024-03-18  2:00 UTC 

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

[powerpc:merge] BUILD SUCCESS 6388eaa7f116f1709ce256955d8eda32534491f7
 2024-03-16 12:28 UTC 

[PATCH] powerpc: Use swapper_pg_dir instead of init_mm->pgd
 2024-03-16 11:55 UTC  (2+ messages)

[PATCH v2] powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()
 2024-03-16 11:18 UTC 

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

[PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-03-16  2:52 UTC  (13+ messages)
` [PATCH 01/11] stackleak: don't modify ctl_table argument
` [PATCH 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH 05/11] neighbour: "
` [PATCH 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH 07/11] ipv6/addrconf: "
` [PATCH 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[GIT PULL] Please pull powerpc/linux.git powerpc-6.9-1 tag
 2024-03-16  1:12 UTC  (2+ messages)

[PATCH][next] tty: hvc: Remove second semicolon
 2024-03-15  9:17 UTC 

[PATCH] fbdev/mb862xxfb: Fix defined but not used error
 2024-03-15  9:02 UTC  (2+ messages)

[PATCH v2] powerpc/pseries: fix max polling time in plpks_confirm_object_flushed() function
 2024-03-15  3:24 UTC  (2+ messages)

[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

[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 v7 0/5] Add support for QMC HDLC
 2024-03-14 10:51 UTC  (5+ 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

[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  (3+ messages)
` [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]


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