LinuxPPC-Dev Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-13 18:19:44 to 2021-12-17 07:52:39 UTC [more...]

[PATCH kernel v3] KVM: PPC: Merge powerpc's debugfs entry content into generic entry
 2021-12-17  7:14 UTC  (5+ messages)

[Bug 215217] New: Kernel fails to boot at an early stage when built with GCC_PLUGIN_LATENT_ENTROPY=y (PowerMac G4 3,6)
 2021-12-17  7:20 UTC  (5+ messages)
` [Bug 215217] "

[PATCH v2 00/20] powerpc: Define eligible functions as __init
 2021-12-17  6:29 UTC  (22+ messages)
` [PATCH v2 01/20] powerpc/kernel: Add __init attribute to eligible functions
` [PATCH v2 02/20] powerpc/lib: "
` [PATCH v2 03/20] powerpc/mm: "
` [PATCH v2 04/20] powerpc/perf: "
` [PATCH v2 05/20] powerpc/sysdev: "
` [PATCH v2 06/20] powerpc/xmon: "
` [PATCH v2 07/20] powerpc/cell: "
` [PATCH v2 08/20] powerpc/chrp: "
` [PATCH v2 09/20] powerpc/pasemi: "
` [PATCH v2 10/20] powerpc/powermac: "
` [PATCH v2 11/20] powerpc/powernv: "
` [PATCH v2 12/20] powerpc/pseries: "
` [PATCH v2 13/20] powerpc/ps3: "
` [PATCH v2 14/20] powerpc/4xx: "
` [PATCH v2 15/20] powerpc/44x: "
` [PATCH v2 16/20] powerpc/embedded6xx: "
` [PATCH v2 17/20] powerpc/83xx: "
` [PATCH v2 18/20] powerpc/85xx: "
` [PATCH v2 19/20] powerpc/512x: "
` [PATCH v2 20/20] cuda/pmu: Make find_via_cuda/pmu init functions

linux-next: manual merge of the audit tree with the powerpc tree
 2021-12-16 23:04 UTC  (12+ messages)

[PATCH v2 0/5] rtc: nintendo: Add a RTC driver for the GameCube, Wii and Wii U
 2021-12-16 20:58 UTC  (16+ messages)
  ` [PATCH v2 2/5] rtc: gamecube: Report low battery as invalid data
  ` [PATCH v3 0/5] rtc: nintendo: Add a RTC driver for the GameCube, Wii and Wii U
    ` [PATCH v3 1/5] rtc: gamecube: "
    ` [PATCH v3 2/5] rtc: gamecube: Report low battery as invalid data
    ` [PATCH v3 3/5] powerpc: wii.dts: Expose HW_SRNPROT on this platform
    ` [PATCH v3 4/5] powerpc: gamecube_defconfig: Enable the RTC driver
    ` [PATCH v3 5/5] powerpc: wii_defconfig: "

[PATCH 1/2] sizes.h: Add SZ_1T macro
 2021-12-16 19:21 UTC  (6+ messages)
` [PATCH 2/2] powerpc: Simplify and move arch_randomize_brk()

[PATCH v2 00/13] Unify asm/unaligned.h around struct helper
 2021-12-16 18:56 UTC  (5+ messages)

[PATCH v4 00/10] Convert powerpc to default topdown mmap layout
 2021-12-16 18:55 UTC  (11+ messages)
` [PATCH v4 06/10] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()
` [PATCH v4 07/10] powerpc/mm: Use generic_hugetlb_get_unmapped_area()
` [PATCH v4 09/10] powerpc/mm: Convert to default topdown mmap layout

[PATCH v2 1/2] powerpc/set_memory: Avoid spinlock recursion in change_page_attr()
 2021-12-16 17:47 UTC  (2+ messages)
` [PATCH v2 2/2] powerpc: Add set_memory_{p/np}() and remove set_memory_attr()

[patch V3 00/35] genirq/msi, PCI/MSI: Spring cleaning - Part 2
 2021-12-16 17:23 UTC  (24+ messages)
` [patch V3 09/35] PCI/MSI: Allocate MSI device data on first use
  ` [patch V4 09-01/35] PCI/MSI: Decouple MSI[-X] disable from pcim_release()
    ` [patch V4 09-02/35] PCI/MSI: Allocate MSI device data on first use
` [patch V3 12/35] soc: ti: ti_sci_inta_msi: "
` [patch V3 34/35] soc: ti: ti_sci_inta_msi: Get rid of ti_sci_inta_msi_get_virq()

[PATCH 0/4] mm: percpu: Cleanup percpu first chunk function
 2021-12-16 11:23 UTC  (5+ messages)
` [PATCH 1/4] mm: percpu: Generalize percpu related config
` [PATCH 2/4] mm: percpu: Add pcpu_fc_cpu_to_node_fn_t typedef
` [PATCH 3/4] mm: percpu: Add generic pcpu_fc_alloc/free funciton
` [PATCH 4/4] mm: percpu: Add generic pcpu_populate_pte() function

[PATCH v2 0/6] Cleanup after removal of configs
 2021-12-16 10:40 UTC  (8+ messages)
` [PATCH v2 1/6] Documentation, arch: Remove leftovers from fscache/cachefiles histograms
` [PATCH v2 2/6] Documentation, arch: Remove leftovers from raw device
` [PATCH v2 3/6] Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH
` [PATCH v2 4/6] arch: Remove leftovers from mandatory file locking
` [PATCH v2 5/6] Documentation, arch, fs: Remove leftovers from fscache object list
` [PATCH v2 6/6] arch: Remove leftovers from prism54 wireless driver

[PATCH v2] powerpc/64s/radix: Fix huge vmap false positive
 2021-12-16 10:33 UTC 

[PATCH 0/7] Cleanup after removal of configs
 2021-12-16 10:05 UTC  (5+ messages)

[PATCH 00/20] powerpc: Define eligible functions as __init
 2021-12-16  9:47 UTC  (23+ messages)
` [PATCH 01/20] powerpc/kernel: Add __init attribute to eligible functions
` [PATCH 02/20] powerpc/lib: "
` [PATCH 03/20] powerpc/mm: "
` [PATCH 04/20] powerpc/perf: "
` [PATCH 05/20] powerpc/sysdev: "
` [PATCH 06/20] powerpc/xmon: "
` [PATCH 07/20] powerpc/cell: "
` [PATCH 08/20] powerpc/chrp: "
` [PATCH 09/20] powerpc/pasemi: "
` [PATCH 10/20] powerpc/powermac: "
` [PATCH 11/20] powerpc/powernv: "
` [PATCH 12/20] powerpc/pseries: "
` [PATCH 13/20] powerpc/ps3: "
` [PATCH 14/20] powerpc/4xx: "
` [PATCH 15/20] powerpc/44x: "
` [PATCH 16/20] powerpc/embedded6xx: "
` [PATCH 17/20] powerpc/83xx: "
` [PATCH 18/20] powerpc/85xx: "
` [PATCH 19/20] powerpc/512x: "
` [PATCH 20/20] cuda/pmu: Make find_via_cuda/pmu init functions

[PATCH] powerpc/iommu: fix modpost section mismatch error in allocate_dart()
 2021-12-16  1:24 UTC 

[PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage
 2021-12-15 17:45 UTC  (6+ messages)
` [PATCH 2/9] lib/bitmap: implement bitmap_{empty, full} with bitmap_weight_eq()
  ` [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} "

[BUG] mtd: cfi_cmdset_0002: write regression since v4.17-rc1
 2021-12-15 17:34 UTC  (3+ messages)

[next] powerpc: book3s_hv.c:4591:27: error: 'struct kvm_vcpu' has no member named 'wait'
 2021-12-16  5:25 UTC  (2+ messages)

[PATCH v4] of/fdt: Rework early_init_dt_scan_memory() to call directly
 2021-12-16  5:19 UTC  (2+ messages)

[Bug 215285] New: power9 le: amdgpu: *ERROR* hw_init of IP block <psp> failed -22
 2021-12-16  4:12 UTC  (2+ messages)
` [Bug 215285] "

[PATCH v5 00/11] Convert powerpc to default topdown mmap layout
 2021-12-15 21:26 UTC  (13+ messages)
` [PATCH v5 02/11] mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_area functions
` [PATCH v5 01/11] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v5 03/11] mm: Add len and flags parameters to arch_get_mmap_end()
` [PATCH v5 07/11] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()
` [PATCH v5 05/11] powerpc/mm: Make slice specific to book3s/64
` [PATCH v5 04/11] powerpc/mm: Move vma_mmu_pagesize()
` [PATCH v5 06/11] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v5 09/11] powerpc/mm: Move get_unmapped_area functions to slice.c
` [PATCH v5 08/11] powerpc/mm: Use generic_hugetlb_get_unmapped_area()
` [PATCH v5 10/11] powerpc/mm: Enable full randomisation of memory mappings
` [PATCH v5 11/11] powerpc/mm: Convert to default topdown mmap layout

[powerpc:topic/ppc-kvm] BUILD SUCCESS 63fa47ba886b86cbd58f03b3b01b04bd57a1f233
 2021-12-15 15:39 UTC 

[powerpc:next] BUILD SUCCESS 708da3ff1d67392500bdb8789d5635cd98f9ea92
 2021-12-15 15:39 UTC 

[PATCH v3] of/fdt: Rework early_init_dt_scan_memory() to call directly
 2021-12-15 14:16 UTC  (3+ messages)

[RFC PATCH] powerpc/signal: sanitise PT_NIP and sa_handler low bits
 2021-12-15 10:49 UTC  (2+ messages)

[PATCH v2] of/fdt: Rework early_init_dt_scan_memory() to call directly
 2021-12-15 10:25 UTC  (6+ messages)

[PATCH misc-next] drivers/misc: remove redundant rc variable
 2021-12-15  8:52 UTC  (2+ messages)

[PATCH]selftests/powerpc: skip tests for unavailable mitigations
 2021-12-15  4:35 UTC  (3+ messages)

[powerpc:next-test] BUILD SUCCESS 5eab62c15c387fa3caa03039bd027dc9aab9f637
 2021-12-15  3:29 UTC 

[powerpc:merge] BUILD SUCCESS 798527287598e5156075a4f3e644c3f637def93b
 2021-12-15  3:29 UTC 

[powerpc:fixes-test] BUILD SUCCESS 8734b41b3efe0fc6082c1937b0e88556c396dc96
 2021-12-15  3:18 UTC 

[PATCH] powerpc/module_64: Fix livepatching for RO modules
 2021-12-15  0:51 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait object
 2021-12-15  0:40 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV P9: Remove unused ri_set local variable
 2021-12-15  0:40 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots
 2021-12-15  0:40 UTC  (2+ messages)

[PATCH kernel] KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST
 2021-12-15  0:40 UTC  (2+ messages)

[PATCH] macintosh:add const to of_device_id
 2021-12-15  0:24 UTC  (2+ messages)

[PATCH v6 00/18] powerpc: Make hash MMU code build configurable
 2021-12-15  0:24 UTC  (2+ messages)

[PATCH v3 1/2] powerpc: handle kdump appropriately with crash_kexec_post_notifiers option
 2021-12-15  0:24 UTC  (2+ messages)

[PATCH v2] powerpc/40x: Map 32Mbytes of memory at startup
 2021-12-15  0:24 UTC  (2+ messages)

[PATCH v5 1/5] powerpc/inst: Refactor ___get_user_instr()
 2021-12-15  0:24 UTC  (2+ messages)

[PATCH v3 00/22] powerpc: Add KUAP support for BOOKE and 40x
 2021-12-15  0:24 UTC  (2+ messages)

[PATCH] powerpc/powermac: Add additional missing lockdep_register_key()
 2021-12-15  0:24 UTC  (2+ messages)

[PATCH] powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATs
 2021-12-15  0:24 UTC  (2+ messages)

[PATCH] powerpc: platforms: cell: pervasive: fix clang -Wimplicit-fallthrough
 2021-12-15  0:24 UTC  (2+ messages)

[PATCH] selftests/powerpc/spectre_v2: Return skip code when miss_percent is high
 2021-12-15  0:24 UTC  (2+ messages)

[PATCH v1 0/5] Implement livepatch on PPC32
 2021-12-14 15:12 UTC  (15+ messages)

ppc64le STRICT_MODULE_RWX and livepatch apply_relocate_add() crashes
 2021-12-14 13:35 UTC  (10+ messages)

[PATCH v2 0/2] kdump: simplify code
 2021-12-14 13:14 UTC  (7+ messages)

[PATCH v2] powerpc/module_64: Fix livepatching for RO modules
 2021-12-14 12:12 UTC 

[PATCH] PCI/AER: potential dereference of null pointer
 2021-12-13 20:07 UTC  (4+ messages)

[PATCH 0/4] fsl-asoc-card: Add optional dt property for setting mclk-id
 2021-12-13 22:44 UTC  (8+ messages)
` [PATCH 1/4] dt-bindings: sound: Rename tlv320aic31xx-micbias as tlv320aic31xx
` [PATCH 3/4] ASoC: fsl-asoc-card: Add optional dt property for setting mclk-id


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 read-only IMAP folder(s) and NNTP newsgroup(s).