messages from 2023-08-02 15:14:29 to 2023-08-11 20:09:18 UTC [more...]
[PATCH 00/17] -Wmissing-prototype warning fixes
2023-08-11 20:09 UTC (10+ messages)
` [PATCH 14/17] kprobes: unify kprobes_exceptions_nofify() prototypes
` [PATCH 16/17] [RFC] arch: turn -Wmissing-prototypes off conditionally
[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
2023-08-11 17:44 UTC (6+ messages)
(Octeon) MMC performance degradation due to too many requests
2023-08-11 12:02 UTC (5+ messages)
[PATCH v9 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-08-11 4:51 UTC (15+ 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
[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 2/3] irqchip: mips-gic: mark gic_irq_domain_free() static
2023-08-10 14:52 UTC (2+ messages)
[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
[PATCH v2 0/2] pwm: Manage owner assignment implicitly for drivers
2023-08-09 13:38 UTC (10+ messages)
` [PATCH v2 1/2] "
soft and hard float n32 and n64 binaries getting illegal instructions on Cobalt Qube2
2023-08-09 10:36 UTC (8+ messages)
[PATCH] MIPS: Remove noreturn attribute for die()
2023-08-09 9:30 UTC (3+ 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 (38+ messages)
` [PATCH v7 01/12] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v7 02/12] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
` [PATCH v7 04/12] KVM: Allow range-based TLB invalidation from common code
` [PATCH v7 05/12] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "
` [PATCH v7 06/12] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
` [PATCH v7 08/12] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v7 12/12] KVM: arm64: Use TLBI range-based intructions for unmap
[PATCH] MIPS: Drop virt_to_phys define to self
2023-08-08 20:05 UTC (4+ messages)
[PATCH 1/3] mips: remove unneeded #include <asm/export.h>
2023-08-08 9:39 UTC (6+ messages)
` [PATCH 2/3] mips: replace #include <asm/export.h> with #include <linux/export.h>
` [PATCH 3/3] mips: remove <asm/export.h>
[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 (32+ messages)
` [PATCH mm-unstable v9 01/31] mm: Add PAGE_TYPE_OP folio functions
` [PATCH mm-unstable v9 02/31] pgtable: create struct ptdesc
` [PATCH mm-unstable v9 03/31] mm: add utility functions for ptdesc
` [PATCH mm-unstable v9 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
` [PATCH mm-unstable v9 05/31] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH mm-unstable v9 06/31] mm: Convert ptlock_ptr() "
` [PATCH mm-unstable v9 07/31] mm: Convert pmd_ptlock_init() "
` [PATCH mm-unstable v9 08/31] mm: Convert ptlock_init() "
` [PATCH mm-unstable v9 09/31] mm: Convert pmd_ptlock_free() "
` [PATCH mm-unstable v9 10/31] mm: Convert ptlock_free() "
` [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
[PATCH] ASoC: jz4740: Update to use maple tree register cache
2023-08-07 19:54 UTC (2+ messages)
[PATCH] locking/arch: Rewrite local_add_unless as static inline function
2023-08-07 16:36 UTC (3+ messages)
[PATCH] pinctrl: mtmips: do not log when repeating the same pinctrl request
2023-08-07 12:38 UTC (3+ messages)
[PATCH v4 1/2] nmi_backtrace: Allow excluding an arbitrary CPU
2023-08-07 7:35 UTC (2+ messages)
[PATCH v3 1/2] nmi_backtrace: Allow excluding an arbitrary CPU
2023-08-07 7:03 UTC (6+ messages)
Getting Bullseye/Bookworm kernel running on Loongson 3A boards
2023-08-06 2:34 UTC (2+ messages)
[PATCH] watchdog: Enable COMPILE_TEST for more drivers
2023-08-04 17:23 UTC (3+ messages)
[PATCH v3 1/1] range.h: Move resource API and constant to respective files
2023-08-04 6:46 UTC
[PATCH 0/2] pwm: Manage owner assignment implicitly for drivers
2023-08-03 21:53 UTC (3+ messages)
` [PATCH 1/2] "
[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
2023-08-03 21:44 UTC (3+ messages)
` [PATCH v2] "
[PATCH 2/4] arch/*/configs/*_defconfig cleanup: drop CONFIG_IP_NF_TARGET_CLUSTERIP
2023-08-03 19:18 UTC
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-08-03 11:03 UTC (7+ messages)
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
[PATCH] Mips: loongson3_defconfig: Enable ast drm driver by default
2023-08-03 9:16 UTC
[PATCH v6 17/38] mips: Implement the new page table range API
2023-08-02 15:13 UTC
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).