messages from 2024-08-02 15:56:26 to 2024-08-09 10:02:05 UTC [more...]
[PATCH net-next 0/4] Make SMC-R can work with rxe devices
2024-08-09 10:01 UTC (6+ messages)
` [PATCH net-next 1/4] rdma/device: export ib_device_get_netdev()
` [PATCH net-next 2/4] net/smc: use ib_device_get_netdev() helper to get netdev info
` [PATCH net-next 3/4] net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()
` [PATCH net-next 4/4] RDMA/rxe: Set queue pair cur_qp_state when being queried
[PATCH][next] net/smc: Use static_assert() to check struct sizes
2024-08-08 22:07 UTC
[PATCH] iommu/s390: Implement blocking domain
2024-08-08 19:41 UTC (6+ messages)
[PATCHSET 00/10] perf tools: Sync tools and kernel headers for v6.11
2024-08-08 18:44 UTC (4+ messages)
[PATCH v6 1/3] mm/memblock: introduce a new helper memblock_estimated_nr_free_pages()
2024-08-08 16:10 UTC (8+ messages)
` [PATCH v6 2/3] kernel/fork.c: get estimated free pages by memblock api
` [PATCH v6 3/3] s390/mm: "
[GIT PULL 0/2] KVM: s390: Fixes for 6.11
2024-08-08 14:52 UTC (3+ messages)
` [GIT PULL 1/2] KVM: s390: fix validity interception issue when gisa is switched off
` [GIT PULL 2/2] s390/uv: Panic for set and remove shared access UVC errors
[PATCH v5 0/3] dma: support DMA zone starting above 4GB
2024-08-08 13:46 UTC (15+ messages)
` [PATCH v5 1/3] dma: improve DMA zone selection
` [PATCH v5 2/3] dma: replace zone_dma_bits by zone_dma_limit
[PATCH net-next] net/smc: introduce autosplit for smc
2024-08-08 6:26 UTC (4+ messages)
[PATCH net,v2] net/smc: add the max value of fallback reason count
2024-08-08 3:30 UTC (4+ messages)
[PATCH v4 00/26] mm: introduce numa_memblks
2024-08-07 18:53 UTC (30+ messages)
` [PATCH v4 01/26] mm: move kernel/numa.c to mm/
` [PATCH v4 02/26] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH v4 03/26] MIPS: sgi-ip27: ensure node_possible_map only contains valid nodes
` [PATCH v4 04/26] MIPS: sgi-ip27: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 05/26] MIPS: loongson64: rename __node_data to node_data
` [PATCH v4 06/26] MIPS: loongson64: drop HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 07/26] arch, mm: move definition of node_data to generic code
` [PATCH v4 08/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v4 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [PATCH v4 10/26] x86/numa: simplify numa_distance allocation
` [PATCH v4 11/26] x86/numa: use get_pfn_range_for_nid to verify that node spans memory
` [PATCH v4 12/26] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH v4 13/26] x86/numa_emu: simplify allocation of phys_dist
` [PATCH v4 14/26] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH v4 15/26] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH v4 16/26] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH v4 17/26] mm: introduce numa_memblks
` [PATCH v4 18/26] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH v4 19/26] mm: introduce numa_emulation
` [PATCH v4 20/26] mm: numa_memblks: introduce numa_memblks_init
` [PATCH v4 21/26] mm: numa_memblks: make several functions and variables static
` [PATCH v4 22/26] mm: numa_memblks: use memblock_{start,end}_of_DRAM() when sanitizing meminfo
` [PATCH v4 23/26] of, numa: return -EINVAL when no numa-node-id is found
` [PATCH v4 24/26] arch_numa: switch over to numa_memblks
` [PATCH v4 25/26] mm: make range-to-target_node lookup facility a part of numa_memblks
` [PATCH v4 26/26] docs: move numa=fake description to kernel-parameters.txt
[PATCH] s390/pci: Stop usurping pdev->dev.groups
2024-08-07 18:08 UTC (5+ messages)
[PATCH v5 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
2024-08-07 15:45 UTC (11+ messages)
` [PATCH v5 01/10] selftests: kvm: s390: Define page sizes in shared header
` [PATCH v5 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
` [PATCH v5 03/10] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
` [PATCH v5 04/10] selftests: kvm: s390: Add test fixture and simple VM setup tests
` [PATCH v5 05/10] selftests: kvm: s390: Add debug print functions
` [PATCH v5 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v5 07/10] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v5 08/10] selftests: kvm: s390: Add uc_skey "
` [PATCH v5 09/10] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v5 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig
[PATCH 1/2] mm: update the memmap stat before page is freed
2024-08-07 15:23 UTC (7+ messages)
` [PATCH 2/2] mm: keep nid around during hot-remove
[PATCH v1 00/11] mm: replace follow_page() by folio_walk
2024-08-07 14:52 UTC (24+ messages)
` [PATCH v1 02/11] mm/pagewalk: introduce folio_walk_start() + folio_walk_end()
` [PATCH v1 07/11] mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walk
` [PATCH v1 08/11] s390/uv: convert gmap_destroy_page() "
` [PATCH v1 09/11] s390/mm/fault: convert do_secure_storage_access() "
` [PATCH v1 10/11] mm: remove follow_page()
` [PATCH v1 11/11] mm/ksm: convert break_ksm() from walk_page_range_vma() to folio_walk
[PATCH v4 00/10] selftests: kvm: s390: Add s390x ucontrol selftests
2024-08-07 11:02 UTC (16+ messages)
` [PATCH v4 01/10] selftests: kvm: s390: Define page sizes in shared header
` [PATCH v4 02/10] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
` [PATCH v4 03/10] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
` [PATCH v4 04/10] selftests: kvm: s390: Add test fixture and simple VM setup tests
` [PATCH v4 05/10] selftests: kvm: s390: Add debug print functions
` [PATCH v4 06/10] selftests: kvm: s390: Add VM run test case
` [PATCH v4 07/10] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v4 08/10] selftests: kvm: s390: Add uc_skey "
` [PATCH v4 09/10] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
` [PATCH v4 10/10] s390: Enable KVM_S390_UCONTROL config in debug_defconfig
[syzbot] [net?] [s390?] possible deadlock in smc_vlan_by_tcpsk
2024-08-07 8:06 UTC (2+ messages)
[PATCH net-next v2 0/2] net/smc: introduce ringbufs usage statistics
2024-08-07 7:59 UTC (3+ messages)
` [PATCH net-next v2 1/2] net/smc: introduce statistics for allocated ringbufs of link group
` [PATCH net-next v2 2/2] net/smc: introduce statistics for ringbufs usage of net namespace
[PATCH net-next 0/2] net/smc: introduce ringbufs usage statistics
2024-08-06 15:26 UTC (10+ messages)
` [PATCH net-next 1/2] net/smc: introduce statistics for allocated ringbufs of link group
` [PATCH net-next 2/2] net/smc: introduce statistics for ringbufs usage of net namespace
[PATCH v3 00/26] mm: introduce numa_memblks
2024-08-06 13:28 UTC (63+ messages)
` [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 06/26] MIPS: loongson64: "
` [PATCH v3 07/26] mm: drop CONFIG_HAVE_ARCH_NODEDATA_EXTENSION
` [PATCH v3 09/26] arch, mm: pull out allocation of NODE_DATA to generic code
` [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
[kvm-unit-tests PATCH v2 0/4] s390x: split off snippet and sie related code
2024-08-06 9:01 UTC (7+ messages)
` [kvm-unit-tests PATCH v2 1/4] s390x/Makefile: Split snippet makefile rules into new file
` [kvm-unit-tests PATCH v2 2/4] s390x/Makefile: Add more comments
` [kvm-unit-tests PATCH v2 3/4] s390x: Move SIE assembly into new file
` [kvm-unit-tests PATCH v2 4/4] lib: s390x: Split SIE fw structs from lib structs
[PATCH] PCI: s390: Handle ARI on bus without associated struct pci_dev
2024-08-05 19:14 UTC (2+ messages)
[PATCH v1 1/1] s390/uv: Panic if the security of the system cannot be guaranteed
2024-08-05 10:46 UTC (3+ messages)
[PATCH net] net/smc: delete buf_desc from buffer list under lock protection
2024-08-05 9:31 UTC (5+ messages)
[PATCH net-next] net/smc: add the max value of fallback reason count
2024-08-05 0:56 UTC (6+ messages)
[GIT PULL] s390 updates for 6.11-rc2
2024-08-02 16:53 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 NNTP newsgroup(s).