messages from 2024-01-17 15:41:29 to 2024-01-29 12:47:20 UTC [more...]
[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
2024-01-29 12:46 UTC (4+ 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 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 0/3] s390/vfio-ap: queue_configuration sysfs attribute for mdevctl automation
2024-01-28 14:02 UTC (5+ 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 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 (4+ messages)
` [GIT PULL 1/2] KVM: s390: vsie: fix race during shadow creation
` [GIT PULL 2/2] KVM: s390: fix cc for successful PQAP
[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 (49+ messages)
` [PATCH v1 01/11] arm/pgtable: define PFN_PTE_SHIFT on arm and arm64
` [PATCH v1 02/11] nios2/pgtable: define PFN_PTE_SHIFT
` [PATCH v1 03/11] powerpc/pgtable: "
` [PATCH v1 04/11] risc: pgtable: "
` [PATCH v1 05/11] s390/pgtable: "
` [PATCH v1 06/11] sparc/pgtable: "
` [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)
[PATCH 30/82] s390/kexec_file: Refactor intentional wrap-around calculation
2024-01-23 0:27 UTC (3+ messages)
` [PATCH 58/82] s390/mm: Refactor intentional wrap-around test
` [PATCH 71/82] "
[PATCH] tick-sched: fix idle and iowait sleeptime accounting vs CPU hotplug
2024-01-22 23:33 UTC (4+ messages)
[PATCH v6 0/3] livepatch: Move modules to selftests and add a new test
2024-01-22 17:38 UTC (13+ messages)
` [PATCH v6 1/3] kselftests: lib.mk: Add TEST_GEN_MODS_DIR variable
` [PATCH v6 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
[PATCH v3 08/10] mm: Convert to should_zap_page() to should_zap_folio()
2024-01-22 17:32 UTC (5+ messages)
[PATCH v2 00/14] Split crash out from kexec and clean up related config items
2024-01-21 1:55 UTC (18+ messages)
` [PATCH v2 01/14] kexec: split crashkernel reservation code out from crash_core.c
` [PATCH v2 02/14] crash: split vmcoreinfo exporting "
` [PATCH v2 03/14] crash: remove dependency of FA_DUMP on CRASH_DUMP
` [PATCH v2 04/14] crash: split crash dumping code out from kexec_core.c
` [PATCH v2 05/14] crash: clean up kdump related config items
` [PATCH v2 06/14] x86, crash: wrap crash dumping code into crash related ifdefs
` [PATCH v2 07/14] arm64, "
` [PATCH v2 08/14] ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMP
` [PATCH v2 09/14] s390, crash: wrap crash dumping code into crash related ifdefs
` [PATCH v2 10/14] sh, "
` [PATCH v2 11/14] arm, "
` [PATCH v2 12/14] mips, "
` [PATCH v2 13/14] riscv, "
` [PATCH v2 14/14] loongarch, "
[PATCH v2 1/2] resource: add walk_system_ram_res_rev()
2024-01-20 21:09 UTC (2+ messages)
[PATCH 0/2] kexec_file: Load kernel at top of system RAM if required
2024-01-20 21:09 UTC (2+ messages)
[PATCH net v2] net/smc: fix illegal rmb_desc access in SMC-D connection dump
2024-01-19 12:10 UTC (4+ messages)
[GIT PULL] s390 updates for the 6.8 merge window part 2
2024-01-18 23:01 UTC (2+ messages)
[PATCH net] net/smc: fix illegal rmb_desc access in SMC-D connection dump
2024-01-18 2:07 UTC (3+ 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