messages from 2023-07-21 06:53:14 to 2023-07-27 17:43:09 UTC [more...]
Add a new fchmodat4() syscall, v2
2023-07-27 17:42 UTC (33+ messages)
` [PATCH v3 0/5] Add a new fchmodat4() syscall
` [PATCH v4 0/5] Add a new fchmodat2() syscall
` [PATCH v4 2/5] fs: Add fchmodat2()
` [PATCH v4 3/5] arch: Register fchmodat2, usually as syscall 452
` Add fchmodat2() - or add a more general syscall?
[RFC PATCH v11 00/29] KVM: guest_memfd() and per-page attributes
2023-07-27 17:13 UTC (54+ messages)
` [RFC PATCH v11 01/29] KVM: Wrap kvm_gfn_range.pte in a per-action union
` [RFC PATCH v11 06/29] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [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 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 18/29] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
[PATCH] mtd: Explicitly include correct DT includes
2023-07-27 15:17 UTC (2+ messages)
[PATCH v7 00/12] KVM: arm64: Add support for FEAT_TLBIRANGE
2023-07-27 13:12 UTC (30+ 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 v6 0/9] Allow dynamic allocation of software IO TLB bounce buffers
2023-07-27 12:05 UTC (10+ messages)
` [PATCH v6 1/9] swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocated
` [PATCH v6 2/9] swiotlb: make io_tlb_default_mem local to swiotlb.c
` [PATCH v6 3/9] swiotlb: add documentation and rename swiotlb_do_find_slots()
` [PATCH v6 4/9] swiotlb: separate memory pool data from other allocator data
` [PATCH v6 5/9] swiotlb: add a flag whether SWIOTLB is allowed to grow
` [PATCH v6 6/9] swiotlb: if swiotlb is full, fall back to a transient memory pool
` [PATCH v6 7/9] swiotlb: determine potential physical address limit
` [PATCH v6 8/9] swiotlb: allocate a new memory pool when existing pools are full
` [PATCH v6 9/9] swiotlb: search the software IO TLB only if the device makes use of it
Słowa kluczowe do wypozycjonowania
2023-07-27 7:35 UTC
[PATCH v3 03/62] mmc: jz4740: Convert to platform remove callback returning void
2023-07-27 6:59 UTC
[PATCH] MIPS: More explicit DT include clean-ups
2023-07-27 1:20 UTC
[PATCH] MIPS: Fixup explicit DT include clean-up
2023-07-27 1:20 UTC
[PATCH] I2C: Explicitly include correct DT includes
2023-07-27 0:39 UTC (2+ messages)
[PATCH v2] soc: bcm: Explicitly include correct DT includes
2023-07-26 23:31 UTC
[PATCH] MIPS: Explicitly include correct DT includes
2023-07-26 20:09 UTC (4+ messages)
[linux-next:master] BUILD REGRESSION 0ba5d07205771c50789fd9063950aa75e7f1183f
2023-07-26 17:47 UTC
[PATCH mm-unstable v7 00/31] Split ptdesc from struct page
2023-07-26 14:34 UTC (35+ 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 v2 0/2] MIPS: loongson32: Remove obsolete header files
2023-07-26 12:51 UTC (3+ messages)
` [PATCH v2 1/2] MIPS: loongson32: Remove regs-clk.h
` [PATCH v2 2/2] MIPS: loongson32: Remove regs-rtc.h
[PATCH v5 0/2] irqchip/loongson-eiointc: Add simple irq routing method
2023-07-26 10:08 UTC (4+ messages)
[PATCH v2 03/61] mmc: jz4740: Convert to platform remove callback returning void
2023-07-26 3:59 UTC
[PATCH] pinctrl: mtmips: do not log when repeating the same pinctrl request
2023-07-26 1:03 UTC (5+ messages)
[PATCH] pinctrl: mtmips: support requesting different functions for same group
2023-07-26 0:48 UTC
[PATCH] syscalls: Cleanup references to sys_lookup_dcookie()
2023-07-25 13:53 UTC (4+ messages)
` [PATCH v2] "
[PATCH] docs: move mips under arch
2023-07-25 13:28 UTC (2+ messages)
[PATCH v2] MIPS: Loongson64: Fix more __iomem attributes
2023-07-25 13:26 UTC (2+ messages)
[PATCH 0/2] MIPS: loongson32: Remove obsolete header files
2023-07-25 10:15 UTC (4+ messages)
` [PATCH 2/2] MIPS: loongson32: Remove regs-rtc.h
[PATCH] MIPS: Fix undefined behavior in PAGE_MASK calculation
2023-07-25 8:48 UTC (2+ messages)
[PATCH 0/3] MIPS: Fix build issues from the introduction of `need-compiler'
2023-07-25 8:44 UTC (6+ messages)
[PATCH] MIPS: prefer 'unsigned int' to bare use of 'unsigned'
2023-07-25 8:45 UTC (2+ messages)
[PATCH v2] tty: Explicitly include correct DT includes
2023-07-25 6:50 UTC (2+ messages)
[PATCH v2] rtc: Explicitly include correct DT includes
2023-07-24 20:54 UTC
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 (5+ messages)
` [PATCH v2 1/9] vgacon: rework Kconfig dependencies
[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] drm: Explicitly include correct DT includes
2023-07-21 10:15 UTC (2+ messages)
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 read-only IMAP folder(s) and NNTP newsgroup(s).