linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-16 21:29:00 to 2023-06-22 20:59:44 UTC [more...]

[PATCH v5 00/33] Split ptdesc from struct page
 2023-06-22 20:57 UTC  (12+ messages)
` [PATCH v5 01/33] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v5 02/33] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v5 03/33] pgtable: Create struct ptdesc
` [PATCH v5 04/33] mm: add utility functions for ptdesc
` [PATCH v5 05/33] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v5 06/33] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v5 07/33] mm: Convert ptlock_ptr() "
` [PATCH v5 08/33] mm: Convert pmd_ptlock_init() "
` [PATCH v5 09/33] mm: Convert ptlock_init() "
` [PATCH v5 10/33] mm: Convert pmd_ptlock_free() "
` [PATCH v5 11/33] mm: Convert ptlock_free() "

[PATCH] drm: gem: add an option for supporting the dma-coherent hardware
 2023-06-22 20:38 UTC  (9+ messages)

[PATCH] MIPS: DTS: CI20: Raise VDDCORE voltage to 1.125 volts
 2023-06-22 17:59 UTC 

[PATCH v2 00/13] refactor Kconfig to consolidate KEXEC and CRASH options
 2023-06-22 17:51 UTC  (26+ messages)
` [PATCH v2 01/13] kexec: consolidate kexec and crash options into kernel/Kconfig.kexec
` [PATCH v2 02/13] x86/kexec: refactor for kernel/Kconfig.kexec
` [PATCH v2 03/13] arm/kexec: "
` [PATCH v2 04/13] ia64/kexec: "
` [PATCH v2 05/13] arm64/kexec: "
` [PATCH v2 06/13] loongarch/kexec: "
` [PATCH v2 07/13] m68k/kexec: "
` [PATCH v2 08/13] mips/kexec: "
` [PATCH v2 09/13] parisc/kexec: "
` [PATCH v2 10/13] powerpc/kexec: "
` [PATCH v2 11/13] riscv/kexec: "
` [PATCH v2 12/13] s390/kexec: "
` [PATCH v2 13/13] sh/kexec: "

[PATCH] clk: ralink: mtmips: Fix uninitialized use of ret in mtmips_register_{fixed,factor}_clocks()
 2023-06-22 16:53 UTC  (3+ messages)

[PATCH 11/14] init: consolidate prototypes in linux/init.h
 2023-06-22 15:02 UTC  (2+ messages)

[PATCH 1/2] MIPS: octeon: Fix cvmx_writeq_csr/cvmx_readq_csr on 32-bit builds
 2023-06-22 13:41 UTC  (8+ messages)
` [PATCH 2/2] ata: octeon: Add compile test support

[RESEND PATCH v5 00/11] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-06-21 17:50 UTC  (12+ messages)
` [RESEND PATCH v5 01/11] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [RESEND PATCH v5 02/11] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [RESEND PATCH v5 03/11] KVM: Allow range-based TLB invalidation from common code
` [RESEND PATCH v5 04/11] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [RESEND PATCH v5 05/11] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [RESEND PATCH v5 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [RESEND PATCH v5 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [RESEND PATCH v5 08/11] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [RESEND PATCH v5 09/11] KVM: arm64: Flush only the memslot after write-protect
` [RESEND PATCH v5 10/11] KVM: arm64: Invalidate the table entries upon a range
` [RESEND PATCH v5 11/11] KVM: arm64: Use TLBI range-based intructions for unmap

[patch 00/17] init, treewide, x86: Cleanup check_bugs() and start sanitizing the x86 boot process
 2023-06-21 17:12 UTC  (3+ messages)
` [patch 13/17] init, x86: Move mem_encrypt_init() into arch_cpu_finalize_init()

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-06-21 16:50 UTC  (3+ messages)
` [patch 05/37] x86/topology: Remove CPU0 hotplug option

[PATCH v5 0/9] mips: ralink: add complete clock and reset driver for mtmips SoCs
 2023-06-21 14:07 UTC  (11+ messages)
` [PATCH v5 1/9] dt-bindings: clock: add mtmips SoCs system controller
` [PATCH v5 2/9] clk: ralink: add clock and reset driver for MTMIPS SoCs
` [PATCH v5 3/9] mips: ralink: rt288x: remove clock related code
` [PATCH v5 4/9] mips: ralink: rt305x: "
` [PATCH v5 5/9] mips: ralink: rt3883: "
` [PATCH v5 6/9] mips: ralink: mt7620: "
` [PATCH v5 7/9] mips: ralink: remove reset "
` [PATCH v5 8/9] mips: ralink: get cpu rate from new driver code
` [PATCH v5 9/9] MAINTAINERS: add Mediatek MTMIPS Clock maintainer

[PATCH 0/2] mips: pci-mt7620: reduce unnecessary error logs
 2023-06-21 14:07 UTC  (5+ messages)

[PATCH] mips: ralink: introduce commonly used remap node function
 2023-06-21 14:08 UTC  (4+ messages)

[PATCH 1/2] mips: provide unxlate_dev_mem_ptr() in asm/io.h
 2023-06-21 14:05 UTC  (3+ messages)

[PATCH v4 00/34] Split ptdesc from struct page
 2023-06-20 23:10 UTC  (8+ messages)
` [PATCH v4 04/34] pgtable: Create struct ptdesc

[PATCH v2 00/12] mm: jit/text allocator
 2023-06-20 17:24 UTC  (39+ messages)
` [PATCH v2 01/12] nios2: define virtual address space for modules
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()
` [PATCH v2 04/12] mm/execmem, arch: convert remaining overrides of module_alloc to execmem
` [PATCH v2 06/12] mm/execmem: introduce execmem_data_alloc()
` [PATCH v2 07/12] arm64, execmem: extend execmem_params for generated code definitions
` [PATCH v2 12/12] kprobes: remove dependcy on CONFIG_MODULES

[PATCH] MIPS: Loongson64: loongson3_defconfig: Enable amdgpu drm driver
 2023-06-20 13:17 UTC  (3+ messages)

[PATCH] MIPS: Mark core_vpe_count() as __init
 2023-06-20 12:50 UTC  (2+ messages)

[PATCH] MIPS: PCI: Convert to platform remove callback returning void
 2023-06-20 12:51 UTC  (2+ messages)

[PATCH] kvm/mips: update MAINTAINERS
 2023-06-20 12:51 UTC  (3+ messages)

[PATCH] MIPS: mm: Remove special handling for OCTEON CPUs
 2023-06-20 12:50 UTC  (2+ messages)

[PATCH 1/2] mips: pci-mt7620: do not print NFTS register value as error log
 2023-06-20 10:43 UTC  (2+ messages)
` [PATCH 2/2] mips: pci-mt7620: use dev_info() to log PCIe device detection result

[PATCH AUTOSEL 4.14 08/10] MIPS: Alchemy: fix dbdma2
 2023-06-20  6:31 UTC  (4+ messages)

[PATCH 00/11] Cleanup Octeon DWC3 glue code
 2023-06-19 20:16 UTC  (12+ messages)
` [PATCH 01/11] MIPS: OCTEON: octeon-usb: add all register offsets
` [PATCH 02/11] MIPS: OCTEON: octeon-usb: use bitfields for control register
` [PATCH 03/11] MIPS: OCTEON: octeon-usb: use bitfields for host config register
` [PATCH 04/11] MIPS: OCTEON: octeon-usb: use bitfields for shim register
` [PATCH 05/11] MIPS: OCTEON: octeon-usb: move gpio config to separate function
` [PATCH 06/11] MIPS: OCTEON: octeon-usb: introduce dwc3_octeon_{read,write}q
` [PATCH 07/11] MIPS: OCTEON: octeon-usb: cleanup divider calculation
` [PATCH 08/11] usb: dwc3: Move Octeon glue code from arch/mips
` [PATCH 09/11] usb: dwc3: dwc3-octeon: Convert to glue driver
` [PATCH 10/11] usb: dwc3: dwc3-octeon: Move node parsing into driver probe
` [PATCH 11/11] usb: dwc3: Add SPDX header and copyright

[PATCH 00/53] drm: Convert to platform remove callback returning void
 2023-06-19 14:20 UTC  (17+ messages)
    ` patches dropped from drm-misc-next [Was: Re: [PATCH 00/53] drm: Convert to platform remove callback returning] void

[PATCH 6.1 164/166] MIPS: Move -Wa,-msoft-float check from as-option to cc-option
 2023-06-19 10:30 UTC 

Build regressions/improvements in v6.4-rc7
 2023-06-19  9:10 UTC 

[PATCH 6.1 0/4] Update as-{instr,option} to use KBUILD_AFLAGS
 2023-06-19  7:51 UTC  (2+ messages)

[PATCH 0/9] MIPS: CI20: Add WiFi / Bluetooth support
 2023-06-19  4:42 UTC  (9+ messages)

[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-06-19  3:55 UTC  (12+ messages)
` [PATCH v2 07/23] mips: update_mmu_cache() can replace __update_tlb()
            ` [PATCH v2 07/23 replacement] mips: add pte_unmap() to balance pte_offset_map()
` [PATCH v2 08/23] parisc: add pte_unmap() to balance get_ptep()

[PATCH 5/5] MAINTAINERS: Update KVM/MIPS maintainers
 2023-06-18  7:55 UTC  (8+ messages)

[PATCH v2] drm/ingenic: Kconfig: select REGMAP and REGMAP_MMIO
 2023-06-18  6:22 UTC  (5+ messages)

[PATCH v4 0/9] [PATCH v3 0/9] mips: ralink: add complete clock and reset driver for mtmips SoCs
 2023-06-18  5:04 UTC  (25+ messages)
` [PATCH v4 1/9] dt-bindings: clock: add mtmips SoCs system controller
` [PATCH v4 2/9] clk: ralink: add clock and reset driver for MTMIPS SoCs
  ` [PATCH v3 "
` [PATCH v4 3/9] mips: ralink: rt288x: remove clock related code
` [PATCH v4 4/9] mips: ralink: rt305x: "
` [PATCH v4 5/9] mips: ralink: rt3883: "
` [PATCH v4 6/9] mips: ralink: mt7620: "
` [PATCH v4 7/9] mips: ralink: remove reset "
` [PATCH v4 8/9] mips: ralink: get cpu rate from new driver code
` [PATCH v4 9/9] MAINTAINERS: add Mediatek MTMIPS Clock maintainer

[PATCH v3 2/9] clk: ralink: add clock and reset driver for MTMIPS SoCs
 2023-06-17  6:00 UTC  (5+ 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).