linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-08 08:43:10 to 2022-12-22 17:21:57 UTC [more...]

[PATCH 00/19] Introduce __xchg, non-atomic xchg
 2022-12-22 17:21 UTC  (24+ messages)
` [PATCH 01/19] arch/alpha: rename internal name __xchg to __arch_xchg
` [PATCH 02/19] arch/arc: "
` [PATCH 03/19] arch/arm: "
` [PATCH 04/19] arch/arm64: "
` [PATCH 05/19] arch/hexagon: "
` [PATCH 06/19] arch/ia64: "
` [PATCH 07/19] arch/loongarch: "
` [PATCH 08/19] arch/m68k: "
` [PATCH 09/19] arch/mips: "
` [PATCH 10/19] arch/openrisc: "
` [PATCH 11/19] arch/parisc: "
` [PATCH 12/19] arch/powerpc: correct logged function names in xchg helpers
` [PATCH 13/19] arch/riscv: rename internal name __xchg to __arch_xchg
` [PATCH 14/19] arch/s390: "
` [PATCH 15/19] arch/sh: "
` [PATCH 16/19] arch/sparc: "
` [PATCH 17/19] arch/xtensa: "
` [PATCH 18/19] linux/include: add non-atomic version of xchg
` [PATCH 19/19] drm/i915/gt: use __xchg instead of internal helper

[PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2022-12-21 23:51 UTC  (9+ messages)
              ` [PATCH v2] "

[PATCH] MIPS: OCTEON: octeon-usb: Consolidate error messages
 2022-12-21 14:23 UTC 

[PATCH] MIPS: ralink: mt7621: avoid to init common ralink reset controller
 2022-12-21 13:06 UTC  (2+ messages)

[PATCH] MIPS: dts: bcm63268: Add missing properties to the TWD node
 2022-12-21 13:06 UTC  (3+ messages)

[PATCH] MIPS: dts: bcm63268: Add missing properties to the TWD node
 2022-12-20 19:09 UTC 

[PATCH v3 00/19] irqdomain: fix mapping race and clean up locking
 2022-12-20  3:30 UTC  (37+ messages)
` [PATCH v3 01/19] irqdomain: Drop bogus fwspec-mapping error handling
` [PATCH v3 02/19] irqdomain: Drop dead domain-name assignment
` [PATCH v3 03/19] irqdomain: Drop leftover brackets
` [PATCH v3 04/19] irqdomain: Fix association race
` [PATCH v3 05/19] irqdomain: Fix disassociation race
` [PATCH v3 06/19] irqdomain: Drop revmap mutex
` [PATCH v3 07/19] irqdomain: Look for existing mapping only once
` [PATCH v3 08/19] irqdomain: Refactor __irq_domain_alloc_irqs()
` [PATCH v3 09/19] irqdomain: Fix mapping-creation race
` [PATCH v3 10/19] irqdomain: Clean up irq_domain_push/pop_irq()
` [PATCH v3 11/19] x86/ioapic: Use irq_domain_create_hierarchy()
` [PATCH v3 12/19] x86/apic: "
` [PATCH v3 13/19] irqchip/alpine-msi: Use irq_domain_add_hierarchy()
` [PATCH v3 14/19] irqchip/gic-v2m: Use irq_domain_create_hierarchy()
` [PATCH v3 15/19] irqchip/gic-v3-its: "
` [PATCH v3 16/19] irqchip/gic-v3-mbi: "
` [PATCH v3 17/19] irqchip/loongson-pch-msi: "
` [PATCH v3 18/19] irqchip/mvebu-odmi: "
` [PATCH v3 19/19] irqdomain: Switch to per-domain locking
` [PATCH v3 0/19] irqdomain: fix mapping race and clean up locking

[PATCH v5 1/3] gpio: loongson2ef: move driver to original location
 2022-12-20  3:27 UTC  (12+ messages)
` [PATCH v5 2/3] gpio: loongson: add gpio driver support

[PATCH mm-unstable RFC 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2022-12-19  1:40 UTC  (9+ messages)
` [PATCH mm-unstable RFC 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s

[PATCH 0/2] Couple of Broadcom L2 driver fixes
 2022-12-17 18:25 UTC  (4+ messages)
` [PATCH 1/2] irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered interrupts
` [PATCH 2/2] irqchip/irq-bcm7120-l2: "

[PATCH v4] of/fdt: Rework early_init_dt_scan_memory() to call directly
 2022-12-17  0:42 UTC  (2+ messages)

[PATCH 0/2] drm: Add component_match_add_of and convert users of drm_of_component_match_add
 2022-12-16 17:41 UTC  (3+ messages)

Słowa kluczowe do wypozycjonowania
 2022-12-15  9:00 UTC 

[RFC PATCH 00/37] KVM: Refactor the KVM/x86 TDP MMU into common code
 2022-12-15  7:20 UTC  (74+ messages)
` [RFC PATCH 01/37] KVM: x86/mmu: Store the address space ID directly in kvm_mmu_page_role
` [RFC PATCH 02/37] KVM: MMU: Move struct kvm_mmu_page_role into common code
` [RFC PATCH 03/37] KVM: MMU: Move tdp_ptep_t "
` [RFC PATCH 04/37] KVM: x86/mmu: Invert sp->tdp_mmu_page to sp->shadow_mmu_page
` [RFC PATCH 05/37] KVM: x86/mmu: Unify TDP MMU and Shadow MMU root refcounts
` [RFC PATCH 06/37] KVM: MMU: Move struct kvm_mmu_page to common code
` [RFC PATCH 07/37] mm: Introduce architecture-neutral PG_LEVEL macros
` [RFC PATCH 08/37] KVM: selftests: Stop assuming stats are contiguous in kvm_binary_stats_test
` [RFC PATCH 09/37] KVM: Move page size stats into common code
` [RFC PATCH 10/37] KVM: MMU: Move struct kvm_page_fault to "
` [RFC PATCH 11/37] KVM: MMU: Move RET_PF_* into "
` [RFC PATCH 12/37] KVM: x86/mmu: Use PG_LEVEL_{PTE,PMD,PUD} in the TDP MMU
` [RFC PATCH 13/37] KVM: MMU: Move sptep_to_sp() to common code
` [RFC PATCH 14/37] KVM: MMU: Introduce common macros for TDP page tables
` [RFC PATCH 15/37] KVM: x86/mmu: Add a common API for inspecting/modifying TDP PTEs
` [RFC PATCH 16/37] KVM: x86/mmu: Abstract away TDP MMU root lookup
` [RFC PATCH 17/37] KVM: Move struct kvm_gfn_range to kvm_types.h
` [RFC PATCH 18/37] KVM: x86/mmu: Add common API for creating TDP PTEs
` [RFC PATCH 19/37] KVM: x86/mmu: Add arch hooks for NX Huge Pages
` [RFC PATCH 20/37] KVM: x86/mmu: Abstract away computing the max mapping level
` [RFC PATCH 21/37] KVM: Introduce CONFIG_HAVE_TDP_MMU
` [RFC PATCH 22/37] KVM: x86: Select HAVE_TDP_MMU if X86_64
` [RFC PATCH 23/37] KVM: MMU: Move VM-level TDP MMU state to struct kvm
` [RFC PATCH 24/37] KVM: x86/mmu: Move kvm_mmu_hugepage_adjust() up to fault handler
` [RFC PATCH 25/37] KVM: x86/mmu: Pass root role to kvm_tdp_mmu_get_vcpu_root_hpa()
` [RFC PATCH 26/37] KVM: Move page table cache to struct kvm_vcpu
` [RFC PATCH 27/37] KVM: MMU: Move mmu_page_header_cache to common code
` [RFC PATCH 28/37] KVM: MMU: Stub out tracepoints on non-x86 architectures
` [RFC PATCH 29/37] KVM: x86/mmu: Collapse kvm_flush_remote_tlbs_with_{range,address}() together
` [RFC PATCH 30/37] KVM: x86/mmu: Rename kvm_flush_remote_tlbs_with_address()
` [RFC PATCH 31/37] KVM: x86/MMU: Use gfn_t in kvm_flush_remote_tlbs_range()
` [RFC PATCH 32/37] KVM: Allow range-based TLB invalidation from common code
` [RFC PATCH 33/37] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [RFC PATCH 34/37] KVM: MMU: Move the TDP iterator "
` [RFC PATCH 35/37] KVM: x86/mmu: Move tdp_mmu_max_gfn_exclusive() to tdp_pgtable.c
` [RFC PATCH 36/37] KVM: x86/mmu: Move is_tdp_mmu_page() to mmu_internal.h
` [RFC PATCH 37/37] KVM: MMU: Move the TDP MMU to common code

[PATCH 0/6] Enhance Ralink pinctrl documentation
 2022-12-14 13:13 UTC  (11+ messages)
` [PATCH 1/6] pinctrl: ralink: rename variables which point out the pin group
` [PATCH 2/6] dt-bindings: pinctrl: mt7620: add proper function muxing binding
` [PATCH 3/6] dt-bindings: pinctrl: mt7621: "
` [PATCH 4/6] dt-bindings: pinctrl: rt2880: "
` [PATCH 5/6] dt-bindings: pinctrl: rt305x: "
` [PATCH 6/6] dt-bindings: pinctrl: rt3883: "

[PATCH] clk: ingenic: jz4760: Update M/N/OD calculation algorithm
 2022-12-14 12:37 UTC 

[PATCH] arch: change variable types to match those of what is assigned to them
 2022-12-14  1:48 UTC  (2+ messages)

[PATCH] arch: change variable types to match those of what is assigned to them
 2022-12-13 17:45 UTC  (3+ messages)

[PATCH] arch: change variable types to match those of what is assigned to them
 2022-12-13 17:28 UTC  (2+ messages)

[PATCH v3 0/8] Generic IPI sending tracepoint
 2022-12-13 16:18 UTC  (2+ messages)

[GIT PULL] MIPS changes for v6.2
 2022-12-12 21:11 UTC  (2+ messages)

Sunsetting some dead on arrival MIPS kernel features?
 2022-12-11 11:15 UTC 

[PATCH v3] MIPS: BCM63xx: Add check for NULL for clk in clk_enable
 2022-12-09 22:41 UTC  (4+ messages)

[PATCH] MIPS: OCTEON: warn only once if deprecated link status is being used
 2022-12-09 22:41 UTC  (3+ messages)

[PATCH] dt-bindings: interrupt-controller: loongarch: Fix mismathed compatible
 2022-12-09  4:37 UTC  (3+ messages)

[PATCH v2] irqchip: loongson-liointc: add hierarchy irq support
 2022-12-09  3:33 UTC 

[PATCH v1] irqchip: loongson-liointc: add hierarchy irq support
 2022-12-09  2:18 UTC  (5+ messages)

[PATCH 00/11] Fix pca954x i2c-mux node names
 2022-12-08 10:36 UTC  (3+ messages)
` [PATCH 10/11] MIPS: mscc: jaguar2: Fix pca9545 "

[PATCH linux-next] MIPS: OCTEON: cvmx-bootmem: use strscpy() to instead of strncpy()
 2022-12-08 10:36 UTC  (2+ messages)
` [PATCH linux-next] MIPS: OCTEON: cvmx-bootmem: use strscpy() to instead of? strncpy()

[PATCH] platform/mips: Adjust Kconfig to keep consistency
 2022-12-08 10:52 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).