messages from 2023-08-07 23:07:12 to 2023-08-16 13:13:07 UTC [more...]
[PATCH] treewide: drop CONFIG_EMBEDDED
2023-08-16 13:11 UTC (3+ messages)
[PATCH 0/5] Move Loongson1 MAC arch-code to the driver dir
2023-08-16 12:54 UTC (16+ messages)
` [PATCH 1/5] MIPS: loongson32: Remove Loongson1 MAC arch-code
` [PATCH 2/5] dt-bindings: mfd: syscon: Add compatibles for Loongson-1 syscon
` [PATCH 3/5] dt-bindings: net: Add Loongson-1 DWMAC glue layer
` [PATCH 4/5] net: stmmac: Add glue layer for Loongson-1 SoC
` [PATCH 5/5] MAINTAINERS: Add entry for Loongson-1 DWMAC
[PATCH v2 0/4] Move Loongson1 MAC arch-code to the driver dir
2023-08-16 11:13 UTC (5+ messages)
` [PATCH v2 1/4] dt-bindings: mfd: syscon: Add compatibles for Loongson-1 syscon
` [PATCH v2 2/4] dt-bindings: net: Add Loongson-1 DWMAC glue layer
` [PATCH v2 3/4] net: stmmac: Add glue layer for Loongson-1 SoC
` [PATCH v2 4/4] MAINTAINERS: Update MIPS/LOONGSON1 entry
[PATCH v9 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-08-15 22:31 UTC (23+ messages)
` [PATCH v9 01/14] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v9 02/14] KVM: Declare kvm_arch_flush_remote_tlbs() globally
` [PATCH v9 03/14] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v9 04/14] KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
` [PATCH v9 05/14] KVM: Allow range-based TLB invalidation from common code
` [PATCH v9 06/14] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [PATCH v9 07/14] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v9 08/14] arm64: tlb: Implement __flush_s2_tlb_range_op()
` [PATCH v9 09/14] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v9 10/14] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v9 11/14] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v9 12/14] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v9 13/14] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v9 14/14] KVM: arm64: Use TLBI range-based instructions for unmap
build error with DECSTATION and FB_MAXINE
2023-08-15 22:11 UTC (2+ messages)
[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-08-15 20:03 UTC (7+ messages)
[PATCH] Mips: loongson3_defconfig: Enable ast drm driver by default
2023-08-15 9:21 UTC (3+ messages)
[PATCH 1/3] mips: remove unneeded #include <asm/export.h>
2023-08-15 8:27 UTC (9+ messages)
` [PATCH 2/3] mips: replace #include <asm/export.h> with #include <linux/export.h>
` [PATCH 3/3] mips: remove <asm/export.h>
[linus:master] [locking] c8afaa1b0f: stress-ng.zero.ops_per_sec 6.3% improvement
2023-08-15 7:43 UTC (3+ messages)
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-08-14 21:54 UTC (4+ messages)
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
Build regressions/improvements in v6.5-rc3
2023-08-14 19:00 UTC (4+ messages)
[PATCH] I2C: Explicitly include correct DT includes
2023-08-14 15:50 UTC (2+ messages)
[PATCH v3 0/3] Modify die() for MIPS
2023-08-14 9:27 UTC (4+ messages)
` [PATCH v3 1/3] MIPS: Remove noreturn attribute for nmi_exception_handler()
` [PATCH v3 2/3] MIPS: Remove noreturn attribute for die()
` [PATCH v3 3/3] MIPS: Modify the declaration "
[PATCH v2 0/2] pwm: Manage owner assignment implicitly for drivers
2023-08-14 7:41 UTC (6+ messages)
` [PATCH v2 1/2] "
[PATCH v2 0/3] Modify die() for MIPS
2023-08-14 6:24 UTC (6+ messages)
` [PATCH v2 1/3] MIPS: Remove noreturn attribute for die()
` [PATCH v2 2/3] MIPS: Modify the declaration "
` [PATCH v2 3/3] MIPS: Remove noreturn attribute for nmi_exception_handler()
[PATCH] MIPS: Remove noreturn attribute for die()
2023-08-14 3:01 UTC (5+ messages)
[PATCH 2/3] irqchip: mips-gic: mark gic_irq_domain_free() static
2023-08-13 14:26 UTC (3+ messages)
90s MIPS eval
2023-08-12 15:32 UTC (2+ messages)
[PATCH 00/17] -Wmissing-prototype warning fixes
2023-08-12 8:02 UTC (11+ messages)
` [PATCH 14/17] kprobes: unify kprobes_exceptions_nofify() prototypes
` [PATCH 16/17] [RFC] arch: turn -Wmissing-prototypes off conditionally
(Octeon) MMC performance degradation due to too many requests
2023-08-11 12:02 UTC (4+ messages)
[PATCH v8 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-08-11 4:09 UTC (35+ messages)
` [PATCH v8 01/14] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v8 02/14] KVM: Declare kvm_arch_flush_remote_tlbs() globally
` [PATCH v8 03/14] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v8 04/14] KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
` [PATCH v8 05/14] KVM: Allow range-based TLB invalidation from common code
` [PATCH v8 06/14] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [PATCH v8 07/14] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v8 08/14] arm64: tlb: Implement __flush_s2_tlb_range_op()
` [PATCH v8 09/14] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v8 10/14] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v8 11/14] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v8 12/14] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v8 13/14] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v8 14/14] KVM: arm64: Use TLBI range-based intructions for unmap
[PATCH v2] tty: Explicitly include correct DT includes
2023-08-10 13:13 UTC (2+ messages)
[PATCH 1/4] rtc: ds1307: fix Wvoid-pointer-to-enum-cast warning
2023-08-10 10:39 UTC (4+ messages)
` [PATCH 2/4] rtc: rv8803: "
` [PATCH 3/4] rtc: jz4740: "
` [PATCH 4/4] rtc: rs5c372: "
[PATCH] usb: dwc3: dwc3-octeon: Verify clock divider
2023-08-10 9:00 UTC (6+ messages)
[PATCH] pwm: jz4740: Consistently name driver data "jz"
2023-08-10 8:57 UTC (2+ messages)
[PATCH v7 0/9] Allow dynamic allocation of software IO TLB bounce buffers
2023-08-09 21:20 UTC (3+ messages)
` [PATCH v7 9/9] swiotlb: search the software IO TLB only if the device makes use of it
soft and hard float n32 and n64 binaries getting illegal instructions on Cobalt Qube2
2023-08-09 10:36 UTC (8+ messages)
next: mips: cavium_octeon_defconfig: gcc-8 - dwc3-octeon.c:502:8: include/linux/compiler_types.h:397:38: error: call to '__compiletime_assert_335' declared with attribute error: FIELD_PREP: value too large for the field _compiletime_assert
2023-08-09 6:29 UTC (4+ messages)
[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-08-08 16:46 UTC (11+ messages)
` [PATCH v7 02/12] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
[PATCH] MIPS: Drop virt_to_phys define to self
2023-08-08 20:05 UTC (4+ messages)
[RFC 1/1] mips: malta: select PCI_QUIRK for POWER_RESET_PIIX4_POWEROFF
2023-08-08 15:55 UTC (3+ messages)
` [RFC 0/1] mips: malta: Select PCI_QUIRKS if POWER_RESET_PIIX4_POWEROFF is enabled
[RFC 0/1] mips: malta: Select PCI_QUIRKS if POWER_RESET_PIIX4_POWEROFF is enabled
2023-08-08 15:31 UTC (2+ messages)
[RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
2023-08-07 23:25 UTC (3+ messages)
[RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
2023-08-07 23:17 UTC (2+ messages)
[PATCH mm-unstable v9 00/31] Split ptdesc from struct page
2023-08-07 23:05 UTC (23+ messages)
` [PATCH mm-unstable v9 10/31] mm: Convert ptlock_free() to use ptdescs
` [PATCH mm-unstable v9 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH mm-unstable v9 12/31] powerpc: Convert various functions to use ptdescs
` [PATCH mm-unstable v9 13/31] x86: "
` [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc "
` [PATCH mm-unstable v9 15/31] mm: remove page table members from struct page
` [PATCH mm-unstable v9 16/31] pgalloc: Convert various functions to use ptdescs
` [PATCH mm-unstable v9 17/31] arm: "
` [PATCH mm-unstable v9 18/31] arm64: "
` [PATCH mm-unstable v9 19/31] csky: Convert __pte_free_tlb() "
` [PATCH mm-unstable v9 20/31] hexagon: "
` [PATCH mm-unstable v9 21/31] loongarch: Convert various functions "
` [PATCH mm-unstable v9 22/31] m68k: "
` [PATCH mm-unstable v9 23/31] mips: "
` [PATCH mm-unstable v9 24/31] nios2: Convert __pte_free_tlb() "
` [PATCH mm-unstable v9 25/31] openrisc: "
` [PATCH mm-unstable v9 26/31] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH mm-unstable v9 27/31] sh: Convert pte_free_tlb() "
` [PATCH mm-unstable v9 28/31] sparc64: Convert various functions "
` [PATCH mm-unstable v9 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH mm-unstable v9 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH mm-unstable v9 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).