messages from 2025-01-30 09:51:27 to 2025-02-11 15:46:35 UTC [more...]
[PATCH] arm64: scripts/sorttable: Implement sorting mcount_loc at boot for arm64
2025-02-11 15:46 UTC (3+ messages)
New s390 specific protected key hmac
2025-02-11 15:31 UTC (9+ messages)
` [PATCH v10 2/5] s390/crypto: New s390 specific protected key hash phmac
[kvm-unit-tests PATCH v2 00/18] arm/arm64: Add kvmtool to the runner script
2025-02-11 15:03 UTC (9+ messages)
` [kvm-unit-tests PATCH v2 03/18] scripts: Refuse to run the tests if not configured for qemu
` [kvm-unit-tests PATCH v2 15/18] Add kvmtool_params to test specification
[PATCH v1] s390/vfio-ap: Signal eventfd when guest AP configuration is changed
2025-02-11 15:02 UTC (8+ messages)
[PATCH v4 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-11 13:02 UTC (8+ messages)
` [PATCH v4 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v4 4/7] syscall.h: introduce syscall_set_nr()
[PATCH net] net/smc: use the correct ndev to find pnetid by pnetid table
2025-02-11 3:44 UTC (14+ messages)
[RFC net-next 0/7] Provide an ism layer
2025-02-11 1:57 UTC (14+ messages)
` [RFC net-next 5/7] net/ism: Move ism_loopback to net/ism
[PATCH v5 0/6] elf: Define note name macros
2025-02-11 0:58 UTC (2+ messages)
[PATCH v4 0/4] iommu/s390: add support for IOMMU passthrough
2025-02-10 11:47 UTC (8+ messages)
` [PATCH v4 1/4] s390/pci: check for relaxed translation capability
` [PATCH v4 2/4] s390/pci: store DMA offset in bus_dma_region
` [PATCH v4 3/4] iommu/s390: handle IOAT registration based on domain
` [PATCH v4 4/4] iommu/s390: implement iommu passthrough via identity domain
[PATCH v5 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-10 11:35 UTC (3+ messages)
` [PATCH v5 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v5 4/7] syscall.h: introduce syscall_set_nr()
[PATCH v2 03/31] KVM: s390: Switch to use hrtimer_setup()
2025-02-07 10:29 UTC
[PATCH v3 00/18] vDSO: Introduce generic data storage
2025-02-07 10:15 UTC (23+ messages)
` [PATCH v3 01/18] x86/vdso: Fix latent bug in vclock_pages calculation
` [PATCH v3 02/18] parisc: Remove unused symbol vdso_data
` [PATCH v3 03/18] vdso: Introduce vdso/align.h
` [PATCH v3 04/18] vdso: Rename included Makefile
` [PATCH v3 05/18] vdso: Add generic time data storage
` [PATCH v3 06/18] vdso: Add generic random "
` [PATCH v3 07/18] vdso: Add generic architecture-specific "
` [PATCH v3 08/18] arm64: vdso: Switch to generic storage implementation
` [PATCH v3 09/18] riscv: "
` [PATCH v3 10/18] LoongArch: vDSO: "
` [PATCH v3 11/18] arm: vdso: "
` [PATCH v3 12/18] s390/vdso: "
` [PATCH v3 13/18] MIPS: vdso: "
` [PATCH v3 14/18] powerpc/vdso: "
` [PATCH v3 15/18] x86/vdso: "
` [PATCH v3 16/18] x86/vdso/vdso2c: Remove page handling
` [PATCH v3 17/18] vdso: Remove remnants of architecture-specific random state storage
` [PATCH v3 18/18] vdso: Remove remnants of architecture-specific time storage
[PATCH 0/2 v3] perf test: perf record tests (114) changes
2025-02-07 2:15 UTC (12+ messages)
` [PATCH 1/2 v3] perf test: Fix perf test 114 perf record test subtest precise_max
` [PATCH 2/2 v3] perf test: Change event in perf test 114 perf record test subtest test_leader_sampling
[PATCH v3 03/28] mm/cma: introduce cma_intersects function
2025-02-06 18:50 UTC
[kvm-unit-tests PATCH] lib: s390x: css: Name inline assembly arguments and clean them up
2025-02-06 17:22 UTC (9+ messages)
[kvm-unit-tests PATCH] lib: s390x: css: Cleanup chsc inline assembly
2025-02-06 17:27 UTC (2+ messages)
[PATCH v4 2/2] dm-integrity: introduce ahash support for the internal hash
2025-02-06 15:22 UTC (3+ messages)
[GIT PULL v2 00/20] KVM: s390: some non-trivial fixes and cleanups for 6.14
2025-02-06 9:39 UTC (22+ messages)
` [GIT PULL v2 01/20] KVM: s390: vsie: fix some corner-cases when grabbing vsie pages
` [GIT PULL v2 02/20] KVM: s390: vsie: stop using page->index
` [GIT PULL v2 03/20] KVM: s390: vsie: stop messing with page refcount
` [GIT PULL v2 04/20] KVM: s390: vsie: stop using "struct page" for vsie page
` [GIT PULL v2 05/20] KVM: Do not restrict the size of KVM-internal memory regions
` [GIT PULL v2 06/20] KVM: s390: wrapper for KVM_BUG
` [GIT PULL v2 07/20] KVM: s390: fake memslot for ucontrol VMs
` [GIT PULL v2 08/20] KVM: s390: selftests: fix ucontrol memory region test
` [GIT PULL v2 09/20] KVM: s390: move pv gmap functions into kvm
` [GIT PULL v2 10/20] KVM: s390: use __kvm_faultin_pfn()
` [GIT PULL v2 11/20] KVM: s390: get rid of gmap_fault()
` [GIT PULL v2 12/20] KVM: s390: get rid of gmap_translate()
` [GIT PULL v2 13/20] KVM: s390: move some gmap shadowing functions away from mm/gmap.c
` [GIT PULL v2 14/20] KVM: s390: stop using page->index for non-shadow gmaps
` [GIT PULL v2 15/20] KVM: s390: stop using lists to keep track of used dat tables
` [GIT PULL v2 16/20] KVM: s390: move gmap_shadow_pgt_lookup() into kvm
` [GIT PULL v2 17/20] KVM: s390: remove useless page->index usage
` [GIT PULL v2 18/20] KVM: s390: move PGSTE softbits
` [GIT PULL v2 19/20] KVM: s390: remove the last user of page->index
` [GIT PULL v2 20/20] KVM: s390: selftests: Streamline uc_skey test to issue iske after sske
[PATCH V2] mm/ptdump: Drop GENERIC_PTDUMP
2025-02-06 4:21 UTC (3+ messages)
[PATCH net-next] s390/net: Remove LCS driver
2025-02-06 2:30 UTC (3+ messages)
[PATCH v4 1/2] dm-integrity: use internal variable for digestsize
2025-02-05 20:22 UTC
[PATCH v3 0/2] dm-integrity: Implement asynch digest support
2025-02-05 20:20 UTC (7+ messages)
` [PATCH v3 1/2] dm-integrity: use internal variable for digestsize
` [PATCH v3 2/2] dm-integrity: introduce ahash support for the internal hash
[PATCH v3 0/3] iommu/s390: add support for IOMMU passthrough
2025-02-05 19:55 UTC (4+ messages)
` [PATCH v3 3/3] iommu/s390: implement iommu passthrough via identity domain
[PATCH] perf test: Fix perf test 11 hwmon endianess issue
2025-02-05 18:39 UTC (8+ messages)
[PATCH v2 0/6] iommu/s390: support additional table regions
2025-02-05 15:08 UTC (3+ messages)
` [PATCH v2 1/6] iommu/s390: add initial fields to track table size
[syzbot] Monthly s390 report (Feb 2025)
2025-02-05 12:43 UTC
[PATCH 0/2 v2] perf test: Fix endianess issue in hwmon test on
2025-02-05 10:18 UTC (3+ messages)
` [PATCH 1/2 v2] perf test: Fix perf test 11 hwmon endianess issue
` [PATCH 2/2 v2] perf test: Hwmon align structure on boundary in union
[PATCH bpf-next v7 0/6] net/smc: Introduce smc_ops
2025-02-05 8:02 UTC (5+ messages)
` [PATCH bpf-next v7 3/6] net/smc: Introduce generic hook smc_ops
[PATCH] s390/mm: Simplify gap clamping in mmap_base() using clamp()
2025-02-04 16:25 UTC
[PATCH v3] kbuild: Strip runtime const RELA sections correctly
2025-02-03 19:16 UTC (7+ messages)
[PATCH v2 0/6] Account page tables at all levels
2025-02-03 19:15 UTC (2+ messages)
[PATCH v2 6/9] s390: Rely on generic printing of preemption model
2025-02-03 14:28 UTC (2+ messages)
[kvm-unit-tests PATCH v1 0/2] s390x: Improve out-of-source builds
2025-01-31 9:28 UTC (8+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x/Makefile: Make sure the linker script is generated in the build directory
` [kvm-unit-tests PATCH v1 2/2] s390x/Makefile: Add auxinfo.o to cflatobjs
[PATCH] s390/vfio-ap: Replace one-element array with flexible array member
2025-01-31 8:06 UTC (7+ messages)
[GIT PULL] s390 fixes for 6.14 merge window
2025-01-30 18:56 UTC (2+ messages)
[GIT PULL] more s390 updates for 6.14 merge window
2025-01-30 18:56 UTC (2+ messages)
[PATCH v2 0/2] mm: zswap: remove z3fold and zbud
2025-01-30 16:43 UTC (4+ messages)
` [PATCH v2 2/2] mm: zbud: remove zbud
[PATCH v3 2/6] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
2025-01-30 11:36 UTC (4+ messages)
[GIT PULL v1 00/20] KVM: s390: some non-trivial fixes and cleanups for 6.14
2025-01-30 9:51 UTC (21+ messages)
` [GIT PULL v1 01/20] KVM: s390: vsie: fix some corner-cases when grabbing vsie pages
` [GIT PULL v1 02/20] KVM: s390: vsie: stop using page->index
` [GIT PULL v1 03/20] KVM: s390: vsie: stop messing with page refcount
` [GIT PULL v1 04/20] KVM: s390: vsie: stop using "struct page" for vsie page
` [GIT PULL v1 05/20] KVM: Do not restrict the size of KVM-internal memory regions
` [GIT PULL v1 06/20] KVM: s390: wrapper for KVM_BUG
` [GIT PULL v1 07/20] KVM: s390: fake memslot for ucontrol VMs
` [GIT PULL v1 08/20] KVM: s390: selftests: fix ucontrol memory region test
` [GIT PULL v1 09/20] KVM: s390: move pv gmap functions into kvm
` [GIT PULL v1 10/20] KVM: s390: use __kvm_faultin_pfn()
` [GIT PULL v1 11/20] KVM: s390: get rid of gmap_fault()
` [GIT PULL v1 12/20] KVM: s390: get rid of gmap_translate()
` [GIT PULL v1 13/20] KVM: s390: move some gmap shadowing functions away from mm/gmap.c
` [GIT PULL v1 14/20] KVM: s390: stop using page->index for non-shadow gmaps
` [GIT PULL v1 15/20] KVM: s390: stop using lists to keep track of used dat tables
` [GIT PULL v1 16/20] KVM: s390: move gmap_shadow_pgt_lookup() into kvm
` [GIT PULL v1 17/20] KVM: s390: remove useless page->index usage
` [GIT PULL v1 18/20] KVM: s390: move PGSTE softbits
` [GIT PULL v1 19/20] KVM: s390: remove the last user of page->index
` [GIT PULL v1 20/20] KVM: s390: selftests: Streamline uc_skey test to issue iske after sske
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).