messages from 2024-06-28 15:50:49 to 2024-07-20 12:12:37 UTC [more...]
[PATCH 00/17] mm: introduce numa_memblks
2024-07-20 12:09 UTC (52+ messages)
` [PATCH 01/17] mm: move kernel/numa.c to mm/
` [PATCH 02/17] MIPS: sgi-ip27: make NODE_DATA() the same as on all other architectures
` [PATCH 03/17] MIPS: loongson64: rename __node_data to node_data
` [PATCH 04/17] arch, mm: move definition of node_data to generic code
` [PATCH 05/17] arch, mm: pull out allocation of NODE_DATA "
` [PATCH 06/17] x86/numa: simplify numa_distance allocation
` [PATCH 07/17] x86/numa: move FAKE_NODE_* defines to numa_emu
` [PATCH 08/17] x86/numa_emu: simplify allocation of phys_dist
` [PATCH 09/17] x86/numa_emu: split __apicid_to_node update to a helper function
` [PATCH 10/17] x86/numa_emu: use a helper function to get MAX_DMA32_PFN
` [PATCH 11/17] x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
` [PATCH 12/17] mm: introduce numa_memblks
` [PATCH 13/17] mm: move numa_distance and related code from x86 to numa_memblks
` [PATCH 14/17] mm: introduce numa_emulation
` [PATCH 15/17] mm: make numa_memblks more self-contained
` [PATCH 16/17] arch_numa: switch over to numa_memblks
` [PATCH 17/17] mm: make range-to-target_node lookup facility a part of numa_memblks
[GIT PULL] s390 patches for the 6.11 merge window
2024-07-18 23:06 UTC (2+ messages)
[kvm-unit-tests PATCH 0/4] s390x: split off snippet and sie related code
2024-07-18 10:50 UTC (5+ 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 RFC 0/6] mm: THP-agnostic refactor on huge mappings
2024-07-17 22:02 UTC (7+ messages)
` [PATCH RFC 1/6] mm/treewide: Remove pgd_devmap()
` [PATCH RFC 2/6] mm: PGTABLE_HAS_P[MU]D_LEAVES config options
` [PATCH RFC 3/6] mm/treewide: Make pgtable-generic.c THP agnostic
` [PATCH RFC 4/6] mm: Move huge mapping declarations from internal.h to huge_mm.h
` [PATCH RFC 5/6] mm/huge_mapping: Create huge_mapping_pxx.c
` [PATCH RFC 6/6] mm: Convert "*_trans_huge() || *_devmap()" to use *_leaf()
[PATCH] s390/debug: optimize acquiring spinlock on failure in debug_info_copy()
2024-07-17 21:18 UTC
[PATCH 5.10 000/108] 5.10.222-rc1 review
2024-07-17 6:22 UTC (2+ messages)
[PATCH] s390/dasd: add missing MODULE_DESCRIPTION() macros
2024-07-16 14:33 UTC (6+ messages)
[PATCH v2 2/2] virtio: fix vq # for balloon
2024-07-16 10:52 UTC (11+ messages)
[PATCH 0/2] s390/dasd: module warning and error check fix
2024-07-15 16:57 UTC (4+ messages)
` [PATCH 1/2] s390/dasd: add missing MODULE_DESCRIPTION() macros
` [PATCH 2/2] s390/dasd: fix error checks in dasd_copy_pair_store()
[PATCH v2] s390/cio: add missing MODULE_DESCRIPTION() macros
2024-07-15 15:58 UTC
Incorrect vmcoreinfo KERNELOFFSET after "s390/boot: Rework deployment of the kernel image"
2024-07-15 10:06 UTC (12+ messages)
[PATCH net-next] net/smc: introduce autosplit for smc
2024-07-15 2:53 UTC (3+ messages)
[RESEND PATCH 0/2] kbuild: Fix install errors when INSTALL_PATH does not exist
2024-07-14 19:24 UTC (6+ messages)
` [PATCH 1/2] kbuild: Abort make on install failures
` [PATCH 2/2] kbuild: Create INSTALL_PATH directory if it does not exist
[GIT PULL 0/3] KVM: s390x: changes for v6.11
2024-07-12 15:23 UTC (5+ messages)
` [GIT PULL 1/3] KVM: s390: remove useless include
` [GIT PULL 2/3] KVM: s390: vsie: retry SIE instruction on host intercepts
` [GIT PULL 3/3] kvm: s390: Reject memory region operations for ucontrol VMs
[PATCH v1 0/2] s390: Two small fixes and improvements
2024-07-12 9:56 UTC (10+ messages)
` [PATCH v1 1/2] s390/entry: Pass the asce as parameter to sie64a()
` [PATCH v1 2/2] s390/kvm: Move bitfields for dat tables
[PATCH v1 0/9] selftests: kvm: s390: Add s390x ucontrol selftests
2024-07-11 12:48 UTC (21+ messages)
` [PATCH v1 1/9] selftests: kvm: s390: Define page sizes in shared header
` [PATCH v1 2/9] selftests: kvm: s390: Add kvm_s390_sie_block definition for userspace tests
` [PATCH v1 3/9] selftests: kvm: s390: Add s390x ucontrol test suite with hpage test
` [PATCH v1 4/9] selftests: kvm: s390: Add test fixture and simple VM setup tests
` [PATCH v1 5/9] selftests: kvm: s390: Add debug print functions
` [PATCH v1 6/9] selftests: kvm: s390: Add VM run test case
` [PATCH v1 7/9] selftests: kvm: s390: Add uc_map_unmap VM "
` [PATCH v1 8/9] selftests: kvm: s390: Add uc_skey "
` [PATCH v1 9/9] selftests: kvm: s390: Verify reject memory region operations for ucontrol VMs
[PATCH v4 0/4] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
2024-07-11 10:20 UTC (4+ messages)
` [PATCH v4 4/4] vfio/pci: Enable PCI resource mmap() on s390 and remove VFIO_PCI_MMAP
[PATCH 2/2] virtio: fix vq # when vq skipped
2024-07-10 3:25 UTC (3+ messages)
[PATCH] s390/cio: add missing MODULE_DESCRIPTION() macros
2024-07-09 22:15 UTC (6+ messages)
[PATCH AUTOSEL 4.19 5/7] s390/sclp: Fix sclp_init() cleanup on failure
2024-07-09 16:27 UTC
[PATCH AUTOSEL 5.4 07/11] s390/sclp: Fix sclp_init() cleanup on failure
2024-07-09 16:26 UTC
[PATCH AUTOSEL 5.10 08/14] s390/sclp: Fix sclp_init() cleanup on failure
2024-07-09 16:25 UTC
[PATCH AUTOSEL 5.15 08/17] s390/sclp: Fix sclp_init() cleanup on failure
2024-07-09 16:24 UTC
[PATCH AUTOSEL 6.1 14/27] s390/sclp: Fix sclp_init() cleanup on failure
2024-07-09 16:23 UTC
[PATCH AUTOSEL 6.6 20/33] s390/sclp: Fix sclp_init() cleanup on failure
2024-07-09 16:21 UTC
[PATCH AUTOSEL 6.9 25/40] s390/sclp: Fix sclp_init() cleanup on failure
2024-07-09 16:19 UTC
[PATCH] Revert "bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()" for linux-6.6.37
2024-07-09 10:03 UTC (9+ messages)
[PATCH] s390/zcrypt: optimize memory allocation in online_show()
2024-07-08 22:51 UTC (3+ messages)
[syzbot] [net?] [s390?] possible deadlock in smc_shutdown
2024-07-06 9:00 UTC
[GIT PULL 0/1] KVM: s390: Fix z16 support (for KVM master)
2024-07-05 8:52 UTC (3+ messages)
` [GIT PULL 1/1] KVM: s390: fix LPSWEY handling
[GIT PULL] s390 fixes for 6.10-rc7
2024-07-04 19:37 UTC (2+ messages)
[PATCH] randomize_kstack: Remove non-functional per-arch entropy filtering
2024-07-04 13:10 UTC (2+ messages)
move features flags into queue_limits v2
2024-07-04 11:11 UTC (4+ messages)
` [PATCH 14/26] block: move the nonrot flag to queue_limits
[PATCH 5.10 000/290] 5.10.221-rc1 review
2024-07-04 9:27 UTC (2+ messages)
[PATCH] KVM: s390: vsie: retry SIE instruction on host intercepts
2024-07-03 17:45 UTC (7+ messages)
[PATCH v1 1/1] KVM: s390: remove useless include
2024-07-03 10:40 UTC (3+ messages)
[PATCH v2] s390/vfio_ccw: Fix target addresses of TIC CCWs
2024-07-02 6:44 UTC (3+ messages)
[PATCH] s390/dasd: fix error checks in dasd_copy_pair_store()
2024-07-01 10:58 UTC (2+ messages)
[PATCH v2] KVM: s390: fix LPSWEY handling
2024-07-01 10:39 UTC (8+ messages)
[PATCH v2 00/13] linux system call fixes
2024-06-29 21:05 UTC (4+ messages)
` [PATCH v2 06/13] parisc: use generic sys_fanotify_mark implementation
[PATCH 1/1] KVM: s390: fix LPSWEY handling
2024-06-28 16:55 UTC (6+ 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