messages from 2024-07-24 21:06:42 to 2024-08-02 10:52:07 UTC [more...]
[PATCH v3 00/26] mm: introduce numa_memblks
2024-08-02 10:52 UTC (36+ messages)
` [PATCH v3 01/26] mm: move kernel/numa.c to mm/
` [PATCH v3 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v3 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v3 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v3 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 08/26] arch, mm: move definition of node_data to generic code
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA "
` [PATCH v3 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v3 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v3 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v3 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v3 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v3 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v3 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v3 17/26] mm: introduce numa_memblks
` [PATCH v3 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v3 19/26] mm: introduce numa_emulation
` [PATCH v3 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v3 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v3 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v3 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v3 24/26] arch_numa: switch over to numa_memblks
` [PATCH v3 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v3 26/26] docs: move numa=fake description to kernel-parameters.txt
[PATCH v5 0/3] dma: support DMA zone starting above 4GB
2024-08-02 9:37 UTC (5+ messages)
` [PATCH v5 1/3] dma: improve DMA zone selection
` [PATCH v5 2/3] dma: replace zone_dma_bits by zone_dma_limit
` [PATCH v5 3/3] arm64: support DMA zone above 4GB
[kvm-unit-tests PATCH 0/4] s390x: split off snippet and sie related code
2024-08-02 9:34 UTC (15+ messages)
` [kvm-unit-tests PATCH 1/4] s390x: Split snippet makefile rules into new file
` [kvm-unit-tests PATCH 2/4] s390x/Makefile: Add more comments
` [kvm-unit-tests PATCH 3/4] s390x: Move SIE assembly into new file
` [kvm-unit-tests PATCH 4/4] lib: s390x: Split SIE fw structs from lib structs
[PATCH net-next] net/smc: add the max value of fallback reason count
2024-08-02 2:38 UTC (2+ messages)
[PATCH net] net/smc: delete buf_desc from buffer list under lock protection
2024-08-02 1:55 UTC (3+ messages)
[PATCH] PCI: s390: Handle ARI on bus without associated struct pci_dev
2024-08-01 16:59 UTC (3+ messages)
[PATCH v3 0/3] dma: support DMA zone starting above 4GB
2024-08-01 15:22 UTC (12+ messages)
` [PATCH v3 1/3] dma-mapping: improve DMA zone selection
` [PATCH v3 2/3] dma-mapping: replace zone_dma_bits by zone_dma_limit
` [PATCH v3 3/3] dma-direct: use RAM start to offset zone_dma_limit
[PATCH v3 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
2024-08-01 15:06 UTC (20+ messages)
` [PATCH v3 01/10] selftests: kvm: s390: Define page sizes in shared header
` [PATCH v3 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
` [PATCH v3 03/10] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
` [PATCH v3 04/10] selftests: kvm: s390: Add test fixture and simple VM setup tests
` [PATCH v3 05/10] selftests: kvm: s390: Add debug print functions
` [PATCH v3 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v3 07/10] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v3 08/10] selftests: kvm: s390: Add uc_skey "
` [PATCH v3 09/10] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v3 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig
[PATCH v1 1/1] s390/uv: Panic if the security of the system cannot be guaranteed
2024-08-01 13:20 UTC (2+ messages)
[PATCH] KVM: s390: fix validity interception issue when gisa is switched off
2024-08-01 12:28 UTC (5+ messages)
[PATCH net-next 0/4] net/smc: do some cleanups in smc module
2024-08-01 11:35 UTC (16+ messages)
` [PATCH net-next 1/4] net/smc: remove unreferenced header in smc_loopback.h file
` [PATCH net-next 2/4] net/smc: remove the fallback in __smc_connect
` [PATCH net-next 3/4] net/smc: remove redundant code in smc_connect_check_aclc
` [PATCH net-next 4/4] net/smc: remove unused input parameters in smcr_new_buf_create
[PATCH v4 0/2] dma: support DMA zone starting above 4GB
2024-08-01 10:30 UTC (6+ messages)
` [PATCH v4 1/2] dma: improve DMA zone selection
` [PATCH v4 2/2] dma: replace zone_dma_bits by zone_dma_limit
[PATCH] runtime constants: move list of constants to vmlinux.lds.h
2024-07-31 21:25 UTC (6+ messages)
[PATCH] KVM: s390: fix validity interception issue when gisa is switched off
2024-07-31 11:29 UTC
[PATCH 6.1 000/441] 6.1.103-rc2 review
2024-07-31 9:59 UTC (2+ messages)
[PATCH v1 0/3] mm: remove arch_make_page_accessible()
2024-07-30 18:55 UTC (7+ messages)
` [PATCH v1 1/3] mm: simplify arch_make_folio_accessible()
` [PATCH v1 2/3] mm/gup: convert to arch_make_folio_accessible()
` [PATCH v1 3/3] s390/uv: drop arch_make_page_accessible()
[PATCH RFC v2 0/5] arm64: support DMA zone starting above 4GB
2024-07-30 15:52 UTC (5+ messages)
` [PATCH RFC v2 2/5] of: get dma area lower limit
[PATCH] KVM: s390: fix validity interception issue when gisa is switched off
2024-07-30 14:25 UTC
[PATCH net] net/iucv: fix use after free in iucv_sock_close()
2024-07-30 13:10 UTC (2+ messages)
[PATCH net] net/smc: prevent UAF in inet_create()
2024-07-30 9:20 UTC (4+ messages)
[RFC PATCH 00/18] use struct ptdesc to replace pgtable_t
2024-07-30 8:10 UTC (20+ messages)
` [RFC PATCH 01/18] mm/pgtable: use ptdesc in pte_free_now/pte_free_defer
` [RFC PATCH 02/18] mm/pgtable: convert ptdesc.pmd_huge_pte to ptdesc pointer
` [RFC PATCH 03/18] fs/dax: use ptdesc in dax_pmd_load_hole
` [RFC PATCH 04/18] mm/thp: use ptdesc pointer in __do_huge_pmd_anonymous_page
` [RFC PATCH 05/18] mm/thp: use ptdesc in do_huge_pmd_anonymous_page
` [RFC PATCH 06/18] mm/thp: convert insert_pfn_pmd and its caller to use ptdesc
` [RFC PATCH 07/18] mm/thp: use ptdesc in copy_huge_pmd
` [RFC PATCH 08/18] mm/memory: use ptdesc in __pte_alloc
` [RFC PATCH 09/18] mm/pgtable: fully use ptdesc in pte_alloc_one series functions
` [RFC PATCH 10/18] mm/pgtable: pass ptdesc to pte_free()
` [RFC PATCH 11/18] mm/pgtable: introduce ptdesc_pfn and use ptdesc in free_pte_range()
` [RFC PATCH 12/18] mm/thp: pass ptdesc to set_huge_zero_folio function
` [RFC PATCH 13/18] mm/pgtable: return ptdesc pointer in pgtable_trans_huge_withdraw
` [RFC PATCH 14/18] mm/pgtable: use ptdesc in pgtable_trans_huge_deposit
` [RFC PATCH 15/18] mm/pgtable: pass ptdesc to pmd_populate
` [RFC PATCH 16/18] mm/pgtable: pass ptdesc to pmd_install
` [RFC PATCH 17/18] mm: convert vmf.prealloc_pte to struct ptdesc pointer
` [RFC PATCH 18/18] mm/pgtable: pass ptdesc in pte_free_defer
[GIT PULL] sysctl constification changes for v6.11-rc1
2024-07-29 16:42 UTC (5+ messages)
[kvm-unit-tests PATCH v1 0/3] s390x: small Makefile improvements
2024-07-29 7:41 UTC (6+ messages)
` [kvm-unit-tests PATCH v1 1/3] s390x/Makefile: snippets: Add separate target for the ELF snippets
[PATCH AUTOSEL 4.19 4/5] s390/sclp: Prevent release of buffer in I/O
2024-07-28 15:50 UTC
[PATCH AUTOSEL 5.4 5/6] s390/sclp: Prevent release of buffer in I/O
2024-07-28 15:50 UTC
[PATCH AUTOSEL 5.10 6/7] s390/sclp: Prevent release of buffer in I/O
2024-07-28 15:50 UTC
[PATCH AUTOSEL 5.15 09/10] s390/sclp: Prevent release of buffer in I/O
2024-07-28 15:49 UTC
[PATCH AUTOSEL 6.1 16/17] s390/sclp: Prevent release of buffer in I/O
2024-07-28 15:47 UTC
[PATCH AUTOSEL 6.6 19/20] s390/sclp: Prevent release of buffer in I/O
2024-07-28 15:45 UTC
[PATCH AUTOSEL 6.10 32/34] s390/sclp: Prevent release of buffer in I/O
2024-07-28 15:40 UTC
[syzbot] [net?] [s390?] possible deadlock in smc_switch_to_fallback (2)
2024-07-27 17:46 UTC (2+ messages)
[GIT PULL] more s390 updates for 6.11 merge window
2024-07-26 18:07 UTC (3+ messages)
[PATCH v2] s390/cio: add missing MODULE_DESCRIPTION() macros
2024-07-26 11:14 UTC (2+ messages)
[PATCH v2 00/25] mm: introduce numa_memblks
2024-07-26 9:40 UTC (5+ messages)
[kvm-unit-tests PATCH] build: retain intermediate .aux.o targets
2024-07-26 9:05 UTC (7+ messages)
[PATCH] s390/mm: Fix VM_FAULT_HWPOISON handling in do_fault_error()
2024-07-25 15:02 UTC
[PATCH v2 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
2024-07-25 14:07 UTC (4+ messages)
` [PATCH v2 06/10] selftests: kvm: s390: Add VM run test case
move features flags into queue_limits v2
2024-07-25 13:00 UTC (4+ messages)
` [PATCH 14/26] block: move the nonrot flag to queue_limits
[PATCH 0/2] s390/kmsan: Two follow-up patches
2024-07-25 9:10 UTC (5+ messages)
` [PATCH 1/2] s390/kmsan: Fix merge conflict with get_lowcore() introduction
` [PATCH 2/2] s390/ptdump: Add KMSAN page markers
[PATCH v2] selftests: mm: add s390 to ARCH check
2024-07-24 21:35 UTC
[PATCH] selftests: mm: add s390 to ARCH check
2024-07-24 21:06 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).