messages from 2023-07-18 23:49:54 to 2023-07-25 07:16:38 UTC [more...]
[PATCH v3 0/5] Add a new fchmodat4() syscall
2023-07-25 7:16 UTC (4+ messages)
` [PATCH v4 0/5] Add a new fchmodat2() syscall
` [PATCH v4 3/5] arch: Register fchmodat2, usually as syscall 452
[PATCH v2] tty: Explicitly include correct DT includes
2023-07-25 6:50 UTC (2+ messages)
[PATCH v2] MIPS: Loongson64: Fix more __iomem attributes
2023-07-25 6:01 UTC
[PATCH mm-unstable v7 00/31] Split ptdesc from struct page
2023-07-25 4:41 UTC (33+ messages)
` [PATCH mm-unstable v7 01/31] mm: Add PAGE_TYPE_OP folio functions
` [PATCH mm-unstable v7 02/31] pgtable: Create struct ptdesc
` [PATCH mm-unstable v7 03/31] mm: add utility functions for ptdesc
` [PATCH mm-unstable v7 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc()
` [PATCH mm-unstable v7 05/31] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH mm-unstable v7 06/31] mm: Convert ptlock_ptr() "
` [PATCH mm-unstable v7 07/31] mm: Convert pmd_ptlock_init() "
` [PATCH mm-unstable v7 08/31] mm: Convert ptlock_init() "
` [PATCH mm-unstable v7 09/31] mm: Convert pmd_ptlock_free() "
` [PATCH mm-unstable v7 10/31] mm: Convert ptlock_free() "
` [PATCH mm-unstable v7 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH mm-unstable v7 12/31] powerpc: Convert various functions to use ptdescs
` [PATCH mm-unstable v7 13/31] x86: "
` [PATCH mm-unstable v7 14/31] s390: Convert various pgalloc "
` [PATCH mm-unstable v7 15/31] mm: Remove page table members from struct page
` [PATCH mm-unstable v7 16/31] pgalloc: Convert various functions to use ptdescs
` [PATCH mm-unstable v7 17/31] arm: "
` [PATCH mm-unstable v7 18/31] arm64: "
` [PATCH mm-unstable v7 19/31] csky: Convert __pte_free_tlb() "
` [PATCH mm-unstable v7 20/31] hexagon: "
` [PATCH mm-unstable v7 21/31] loongarch: Convert various functions "
` [PATCH mm-unstable v7 22/31] m68k: "
` [PATCH mm-unstable v7 23/31] mips: "
` [PATCH mm-unstable v7 24/31] nios2: Convert __pte_free_tlb() "
` [PATCH mm-unstable v7 25/31] openrisc: "
` [PATCH mm-unstable v7 26/31] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH mm-unstable v7 27/31] sh: Convert pte_free_tlb() "
` [PATCH mm-unstable v7 28/31] sparc64: Convert various functions "
` [PATCH mm-unstable v7 29/31] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH mm-unstable v7 30/31] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH mm-unstable v7 31/31] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers
[PATCH] docs: move mips under arch
2023-07-25 4:38 UTC
[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-07-25 2:32 UTC (19+ 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 03/12] KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
` [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 07/12] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
` [PATCH v7 08/12] KVM: arm64: Define kvm_tlb_flush_vmid_range()
` [PATCH v7 09/12] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
` [PATCH v7 10/12] KVM: arm64: Flush only the memslot after write-protect
` [PATCH v7 11/12] KVM: arm64: Invalidate the table entries upon a range
` [PATCH v7 12/12] KVM: arm64: Use TLBI range-based intructions for unmap
[PATCH v2] rtc: Explicitly include correct DT includes
2023-07-24 20:54 UTC
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-07-24 17:00 UTC (74+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 02/29] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v11 03/29] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v11 04/29] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v11 05/29] KVM: Convert KVM_ARCH_WANT_MMU_NOTIFIER to CONFIG_KVM_GENERIC_MMU_NOTIFIER
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 07/29] KVM: Add KVM_EXIT_MEMORY_FAULT exit
` [RFC PATCH v11 08/29] KVM: Introduce per-page memory attributes
` [RFC PATCH v11 09/29] KVM: x86: Disallow hugepages when memory attributes are mixed
` [RFC PATCH v11 10/29] mm: Add AS_UNMOVABLE to mark mapping as completely unmovable
` [RFC PATCH v11 11/29] security: Export security_inode_init_security_anon() for use by KVM
` [RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v11 13/29] KVM: Add transparent hugepage support for dedicated guest memory
` [RFC PATCH v11 14/29] KVM: x86/mmu: Handle page fault for private memory
` [RFC PATCH v11 15/29] KVM: Drop superfluous __KVM_VCPU_MULTIPLE_ADDRESS_SPACE macro
` [RFC PATCH v11 16/29] KVM: Allow arch code to track number of memslot address spaces per VM
` [RFC PATCH v11 17/29] KVM: x86: Add support for "protected VMs" that can utilize private memory
` [RFC PATCH v11 18/29] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v11 19/29] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v11 20/29] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v11 21/29] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v11 22/29] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v11 23/29] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v11 24/29] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v11 25/29] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v11 26/29] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v11 27/29] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v11 29/29] KVM: selftests: Test KVM exit behavior for private memory/access
Build regressions/improvements in v6.5-rc3
2023-07-24 12:43 UTC
[PATCH v5 0/9] Allow dynamic allocation of software IO TLB bounce buffers
2023-07-24 12:12 UTC (10+ messages)
` [PATCH v5 1/9] swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocated
` [PATCH v5 2/9] swiotlb: make io_tlb_default_mem local to swiotlb.c
` [PATCH v5 3/9] swiotlb: add documentation and rename swiotlb_do_find_slots()
` [PATCH v5 4/9] swiotlb: separate memory pool data from other allocator data
` [PATCH v5 5/9] swiotlb: add a flag whether SWIOTLB is allowed to grow
` [PATCH v5 6/9] swiotlb: if swiotlb is full, fall back to a transient memory pool
` [PATCH v5 7/9] swiotlb: determine potential physical address limit
` [PATCH v5 8/9] swiotlb: allocate a new memory pool when existing pools are full
` [PATCH v5 9/9] swiotlb: search the software IO TLB only if the device makes use of it
[PATCH v2 0/9] video: screen_info cleanups
2023-07-24 12:07 UTC (27+ messages)
` [PATCH v2 1/9] vgacon: rework Kconfig dependencies
` [PATCH v2 2/9] vgacon: rework screen_info #ifdef checks
` [PATCH v2 3/9] dummycon: limit Arm console size hack to footbridge
` [PATCH v2 4/9] vgacon, arch/*: remove unused screen_info definitions
` [PATCH v2 5/9] vgacon: remove screen_info dependency
` [PATCH v2 6/9] vgacon: clean up global screen_info instances
` [PATCH v2 7/9] vga16fb: drop powerpc support
` [PATCH v2 8/9] hyperv: avoid dependency on screen_info
` [PATCH v2 9/9] efi: move screen_info into efi init code
[PATCH] pinctrl: mtmips: do not log when repeating the same pinctrl request
2023-07-24 1:31 UTC (3+ messages)
[PATCH AUTOSEL 6.1 39/41] MIPS: dec: prom: Address -Warray-bounds warning
2023-07-24 1:21 UTC
[PATCH AUTOSEL 6.4 56/58] MIPS: dec: prom: Address -Warray-bounds warning
2023-07-24 1:13 UTC
[PATCH] MIPS: Loongson64: Fix more __iomem attributes
2023-07-22 4:46 UTC (3+ messages)
[PATCH v11 0/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
2023-07-21 18:25 UTC (9+ messages)
` [PATCH v11 1/4] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v11 2/4] mm/tlbbatch: Rename and extend some functions
` [PATCH v11 3/4] mm/tlbbatch: Introduce arch_flush_tlb_batched_pending()
` [PATCH v11 4/4] arm64: support batched/deferred tlb shootdown during page reclamation/migration
[PATCH 0/3] MIPS: Fix build issues from the introduction of `need-compiler'
2023-07-21 10:53 UTC (7+ messages)
` [PATCH 1/3] MIPS: Fix CONFIG_CPU_DADDI_WORKAROUNDS `modules_install' regression
[PATCH] drm: Explicitly include correct DT includes
2023-07-21 10:15 UTC (2+ messages)
[PATCH] pwm: Explicitly include correct DT includes
2023-07-20 14:41 UTC (2+ messages)
[PATCH 00/13] mm: jit/text allocator
2023-07-20 8:53 UTC (7+ messages)
[PATCH v4 0/8] Allow dynamic allocation of software IO TLB bounce buffers
2023-07-20 8:23 UTC (16+ messages)
` [PATCH v4 1/8] swiotlb: make io_tlb_default_mem local to swiotlb.c
` [PATCH v4 2/8] swiotlb: add documentation and rename swiotlb_do_find_slots()
` [PATCH v4 8/8] swiotlb: search the software IO TLB only if a device makes use of it
[PATCH] gpio: loongson1 :remove unneeded platform_set_drvdata()call
2023-07-19 13:05 UTC (3+ messages)
[PATCH v5 0/2] irqchip/loongson-eiointc: Add simple irq routing method
2023-07-19 6:35 UTC (3+ messages)
` [PATCH v5 1/2] irqchip/loongson-eiointc: Fix return value checking of eiointc_index
` [PATCH v5 2/2] irqchip/loongson-eiointc: Simplify irq routing on some platforms
[PATCH v4 0/2] irqchip/loongson-eiointc: Add simple irq routing method
2023-07-19 3:54 UTC (5+ messages)
` [PATCH v4 2/2] irqchip/loongson-eiointc: Simplify irq routing on some platforms
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).