messages from 2024-01-23 06:43:10 to 2024-01-30 10:36:39 UTC [more...]
[PATCH v2 0/5] mm: ptdump: Refactor CONFIG_DEBUG_WX and check_wx_pages debugfs attribute
2024-01-30 10:34 UTC (2+ messages)
` [PATCH v2 1/5] arm: ptdump: Rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WX
[PATCH v1 0/9] mm/memory: optimize unmap/zap with PTE-mapped THP
2024-01-30 9:48 UTC (27+ messages)
` [PATCH v1 1/9] mm/memory: factor out zapping of present pte into zap_present_pte()
` [PATCH v1 2/9] mm/memory: handle !page case in zap_present_pte() separately
` [PATCH v1 3/9] mm/memory: further separate anon and pagecache folio handling in zap_present_pte()
` [PATCH v1 4/9] mm/memory: factor out zapping folio pte into zap_present_folio_pte()
` [PATCH v1 5/9] mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size()
` [PATCH v1 6/9] mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
` [PATCH v1 7/9] mm/mmu_gather: add __tlb_remove_folio_pages()
` [PATCH v1 8/9] mm/mmu_gather: add tlb_remove_tlb_entries()
` [PATCH v1 9/9] mm/memory: optimize unmap/zap with PTE-mapped THP
[PATCH linux-next 1/3] x86, crash: don't nest CONFIG_CRASH_DUMP ifdef inside CONFIG_KEXEC_CODE ifdef scope
2024-01-30 5:36 UTC (9+ messages)
` [PATCH linux-next 2/3] crash: fix building error in generic codes
` [PATCH linux-next 3/3] arch, crash: move arch_crash_save_vmcoreinfo() out to file vmcore_info.c
` [PATCH v2 linux-next 1/3] x86, crash: don't nest CONFIG_CRASH_DUMP ifdef inside CONFIG_KEXEC_CODE ifdef scope
[PATCH vhost 00/14] virtio remove dma info for premapped mode
2024-01-30 3:06 UTC (15+ messages)
` [PATCH 01/14] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH 02/14] virtio_ring: packed: remove double check of the unmap ops
` [PATCH 03/14] virtio_ring: packed: structure the indirect desc table
` [PATCH 04/14] virtio_ring: split: remove double check of the unmap ops
` [PATCH 05/14] virtio_ring: split: structure the indirect desc table
` [PATCH 06/14] virtio_ring: no store dma info when unmap is not needed
` [PATCH 07/14] virtio_ring: introduce dma map api for page
` [PATCH 08/14] virtio: find_vqs introduce premapped parameter
` [PATCH 09/14] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH 10/14] virtio_net: set premapped mode by find_vqs()
` [PATCH 11/14] virtio_ring: remove api of setting vq premapped
` [PATCH 12/14] virtio_net: unify the code for recycling the xmit ptr
` [PATCH 13/14] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH 14/14] virtio_net: sq support premapped mode
[PATCH 0/3] s390/vfio-ap: queue_configuration sysfs attribute for mdevctl automation
2024-01-29 21:43 UTC (9+ messages)
` [PATCH 1/3] s390/ap: Externalize AP bus specific bitmap reading function
` [PATCH 2/3] s390/vfio-ap: Add sysfs attr, queue_configuration, to export mdev state
` [PATCH 3/3] s390/vfio-ap: Add write support to sysfs attr ap_config
[PATCH] s390/cio: Use memdup_user() rather than duplicating its implementation
2024-01-29 14:19 UTC
[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
2024-01-29 12:46 UTC (16+ messages)
` [PATCH v3 01/15] arm64/mm: Make set_ptes() robust when OAs cross 48-bit boundary
` [PATCH v3 02/15] arm/pgtable: define PFN_PTE_SHIFT
` [PATCH v3 03/15] nios2/pgtable: "
` [PATCH v3 04/15] powerpc/pgtable: "
` [PATCH v3 05/15] riscv/pgtable: "
` [PATCH v3 06/15] s390/pgtable: "
` [PATCH v3 07/15] sparc/pgtable: "
` [PATCH v3 08/15] mm/pgtable: make pte_next_pfn() independent of set_ptes()
` [PATCH v3 09/15] arm/mm: use pte_next_pfn() in set_ptes()
` [PATCH v3 10/15] powerpc/mm: "
` [PATCH v3 11/15] mm/memory: factor out copying the actual PTE in copy_present_pte()
` [PATCH v3 12/15] mm/memory: pass PTE to copy_present_pte()
` [PATCH v3 13/15] mm/memory: optimize fork() with PTE-mapped THP
` [PATCH v3 14/15] mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()
` [PATCH v3 15/15] mm/memory: ignore writable bit "
[PATCH v2 00/15] mm/memory: optimize fork() with PTE-mapped THP
2024-01-29 11:05 UTC (22+ messages)
` [PATCH v2 01/15] arm64/mm: Make set_ptes() robust when OAs cross 48-bit boundary
` [PATCH v2 02/15] arm/pgtable: define PFN_PTE_SHIFT
` [PATCH v2 03/15] nios2/pgtable: "
` [PATCH v2 04/15] powerpc/pgtable: "
` [PATCH v2 05/15] riscv/pgtable: "
` [PATCH v2 06/15] s390/pgtable: "
` [PATCH v2 07/15] sparc/pgtable: "
` [PATCH v2 08/15] mm/pgtable: make pte_next_pfn() independent of set_ptes()
` [PATCH v2 09/15] arm/mm: use pte_next_pfn() in set_ptes()
` [PATCH v2 10/15] powerpc/mm: "
` [PATCH v2 11/15] mm/memory: factor out copying the actual PTE in copy_present_pte()
` [PATCH v2 12/15] mm/memory: pass PTE to copy_present_pte()
` [PATCH v2 13/15] mm/memory: optimize fork() with PTE-mapped THP
` [PATCH v2 14/15] mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()
` [PATCH v2 15/15] mm/memory: ignore writable bit "
[PATCH 0/5] sched/vtime: vtime.h headers cleanup
2024-01-29 9:52 UTC (9+ messages)
` [PATCH 1/5] sched/vtime: remove confusing arch_vtime_task_switch() declaration
` [PATCH 2/5] sched/vtime: get rid of generic vtime_task_switch() implementation
` [PATCH 3/5] s390/vtime: remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftover
` [PATCH 4/5] s390/irq,nmi: do not include <linux/vtime.h> header
` [PATCH 5/5] sched/vtime: do not include <asm/vtime.h> header
[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
2024-01-29 1:57 UTC (26+ messages)
` [PATCH linux-next v3 01/14] kexec: split crashkernel reservation code out from crash_core.c
` [PATCH linux-next v3 02/14] crash: split vmcoreinfo exporting "
` [PATCH linux-next v3 03/14] crash: remove dependency of FA_DUMP on CRASH_DUMP
` [PATCH linux-next v3 04/14] crash: split crash dumping code out from kexec_core.c
` [PATCH linux-next v3 05/14] crash: clean up kdump related config items
` [PATCH linux-next v3 06/14] x86, crash: wrap crash dumping code into crash related ifdefs
` [PATCH linux-next v3 07/14] arm64, "
` [PATCH linux-next v3 08/14] ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMP
` [PATCH linux-next v3 09/14] s390, crash: wrap crash dumping code into crash related ifdefs
` [PATCH linux-next v3 10/14] sh, "
` [PATCH linux-next v3 11/14] mips, "
` [PATCH linux-next v3 12/14] riscv, "
` [PATCH linux-next v3 13/14] arm, "
` [PATCH linux-next v3 14/14] loongarch, "
[PATCH net] net/smc: fix incorrect SMC-D link group matching logic
2024-01-26 22:10 UTC (4+ messages)
[GIT PULL 0/2] KVM: s390: Fixes for 6.8
2024-01-26 17:57 UTC (2+ messages)
[PATCH 1/1] arch/arm/mm: fix major fault accounting when retrying under per-VMA lock
2024-01-26 2:19 UTC (3+ messages)
[kvm-unit-tests PATCH] (arm|powerpc|s390x): Makefile: add `%.aux.o` target
2024-01-25 15:30 UTC (2+ messages)
[PATCH net-next v8 00/10] net/smc: implement SMCv2.1 virtual ISM device support
2024-01-25 9:28 UTC (7+ messages)
` [PATCH net-next v8 07/10] net/smc: compatible with 128-bits extended GID of virtual ISM device
` [REGRESSION] v6.8 SMC-D issues
[PATCH] tick-sched: Preserve number of idle sleeps across CPU hotplug events
2024-01-25 8:45 UTC (4+ messages)
[PATCH] init: Remove obsolete arch_call_rest_init() wrapper
2024-01-24 14:27 UTC
[PATCH v9 02/10] mm: Non-pmd-mappable, large folios for folio_add_new_anon_rmap()
2024-01-24 12:42 UTC (7+ messages)
[PATCH net-next 00/15] net/smc: implement loopback-ism used by SMC-D
2024-01-24 6:33 UTC (6+ messages)
[PATCH v1 00/11] mm/memory: optimize fork() with PTE-mapped THP
2024-01-24 5:46 UTC (42+ messages)
` [PATCH v1 01/11] arm/pgtable: define PFN_PTE_SHIFT on arm and arm64
` [PATCH v1 07/11] mm/memory: factor out copying the actual PTE in copy_present_pte()
` [PATCH v1 08/11] mm/memory: pass PTE to copy_present_pte()
` [PATCH v1 09/11] mm/memory: optimize fork() with PTE-mapped THP
` [PATCH v1 10/11] mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()
` [PATCH v1 11/11] mm/memory: ignore writable bit "
[PATCH 1/1] arch/mm/fault: fix major fault accounting when retrying under per-VMA lock
2024-01-23 6:45 UTC (5+ 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