Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-06 12:18:36 to 2024-02-12 16:31:04 UTC [more...]

[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-12 16:30 UTC  (2+ messages)
` [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n

[PATCH 00/11] s390: Support linking with ld.lld
 2024-02-12 15:19 UTC  (17+ messages)
` [PATCH 01/11] s390: boot: Add support for CONFIG_LD_ORPHAN_WARN
` [PATCH 02/11] s390: vmlinux.lds.S: Handle '.data.rel' sections explicitly
` [PATCH 03/11] s390: vmlinux.lds.S: Explicitly handle '.got' and '.plt' sections
` [PATCH 04/11] s390: vmlinux.lds.S: Discard unnecessary sections
` [PATCH 05/11] s390/boot: vmlinux.lds.S: Handle '.init.text'
` [PATCH 06/11] s390/boot: vmlinux.lds.S: Handle '.rela' sections
` [PATCH 07/11] s390/boot: vmlinux.lds.S: Handle DWARF debug sections
` [PATCH 08/11] s390/boot: vmlinux.lds.S: Handle ELF required sections
` [PATCH 09/11] s390/boot: vmlinux.lds.S: Handle commonly discarded sections
` [PATCH 10/11] s390: Select CONFIG_ARCH_WANT_LD_ORPHAN_WARN
` [PATCH 11/11] s390: Link vmlinux with '-z notext'

[PATCH v1 0/2] KVM: s390: Fix AR parameter in MEM_OP ioctl
 2024-02-12 11:52 UTC  (5+ messages)
` [PATCH v1 1/2] KVM: s390: load guest access registers "
` [PATCH v1 2/2] KVM: s390: selftests: memop: add a simple AR test

[PATCH v2 00/10] mm/memory: optimize unmap/zap with PTE-mapped THP
 2024-02-12 11:39 UTC  (22+ messages)
` [PATCH v2 01/10] mm/memory: factor out zapping of present pte into zap_present_pte()
` [PATCH v2 02/10] mm/memory: handle !page case in zap_present_pte() separately
` [PATCH v2 03/10] mm/memory: further separate anon and pagecache folio handling in zap_present_pte()
` [PATCH v2 04/10] mm/memory: factor out zapping folio pte into zap_present_folio_pte()
` [PATCH v2 05/10] mm/mmu_gather: pass "delay_rmap" instead of encoded page to __tlb_remove_page_size()
` [PATCH v2 06/10] mm/mmu_gather: define ENCODED_PAGE_FLAG_DELAY_RMAP
` [PATCH v2 07/10] mm/mmu_gather: add tlb_remove_tlb_entries()
` [PATCH v2 08/10] mm/mmu_gather: add __tlb_remove_folio_pages()
` [PATCH v2 09/10] mm/mmu_gather: improve cond_resched() handling with large folios and expensive page freeing
` [PATCH v2 10/10] mm/memory: optimize unmap/zap with PTE-mapped THP

[PATCH net-next v5 00/21] ice: add PFCP filter support
 2024-02-12 11:35 UTC  (5+ messages)
    ` [Intel-wired-lan] "

[PATCH 0/2] kbuild: Fix install errors when INSTALL_PATH does not exist
 2024-02-11 10:31 UTC  (9+ messages)
` [PATCH 1/2] kbuild: Abort make on install failures
` [PATCH 2/2] kbuild: Create INSTALL_PATH directory if it does not exist

[PATCH v3 00/15] mm/memory: optimize fork() with PTE-mapped THP
 2024-02-09 22:36 UTC  (28+ 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 v3 04/15] powerpc/pgtable: "
` [PATCH v3 05/15] riscv/pgtable: "
` [PATCH v3 06/15] s390/pgtable: "
` [PATCH v3 07/15] sparc/pgtable: "
` [PATCH v3 08/15] mm/pgtable: make pte_next_pfn() independent of set_ptes()
` [PATCH v3 09/15] arm/mm: use pte_next_pfn() in set_ptes()
` [PATCH v3 10/15] powerpc/mm: "
` [PATCH v3 11/15] mm/memory: factor out copying the actual PTE in copy_present_pte()
` [PATCH v3 12/15] mm/memory: pass PTE to copy_present_pte()
` [PATCH v3 13/15] mm/memory: optimize fork() with PTE-mapped THP

[kvm-unit-tests PATCH v4 0/8] Multi-migration support
 2024-02-09 18:09 UTC  (12+ messages)
` [kvm-unit-tests PATCH v4 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v4 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v4 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v4 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v4 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v4 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v4 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v4 8/8] migration: add a migration selftest

[PATCH RESEND 0/2] two missing patches
 2024-02-09 14:33 UTC  (4+ messages)
` [PATCH RESEND 1/2] s390/dasd: Improve ERP error messages
` [PATCH RESEND 2/2] s390/dasd: fix double module refcount decrement

[kvm-unit-tests PATCH v3 0/8] Multi-migration support
 2024-02-09  8:44 UTC  (20+ messages)
` [kvm-unit-tests PATCH v3 1/8] arch-run: Fix TRAP handler recursion to remove temporary files properly
` [kvm-unit-tests PATCH v3 2/8] arch-run: Clean up initrd cleanup
` [kvm-unit-tests PATCH v3 3/8] migration: use a more robust way to wait for background job
` [kvm-unit-tests PATCH v3 4/8] migration: Support multiple migrations
` [kvm-unit-tests PATCH v3 5/8] arch-run: rename migration variables
` [kvm-unit-tests PATCH v3 6/8] migration: Add quiet migration support
` [kvm-unit-tests PATCH v3 7/8] Add common/ directory for architecture-independent tests
` [kvm-unit-tests PATCH v3 8/8] migration: add a migration selftest

[kvm-unit-tests PATCH v2 0/9] Multi-migration support
 2024-02-09  5:01 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 2/9] arch-run: Clean up temporary files properly

[PATCH v2 0/5] sched/vtime: vtime.h headers cleanup
 2024-02-09  3:38 UTC  (10+ messages)
` [PATCH v2 1/5] sched/vtime: remove confusing arch_vtime_task_switch() declaration
` [PATCH v2 2/5] sched/vtime: get rid of generic vtime_task_switch() implementation
` [PATCH v2 3/5] s390/vtime: remove unused __ARCH_HAS_VTIME_TASK_SWITCH leftover
` [PATCH v2 4/5] s390/irq,nmi: include <asm/vtime.h> header directly
` [PATCH v2 5/5] sched/vtime: do not include <asm/vtime.h> header

[PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-09  1:01 UTC  (35+ messages)
` [PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
` [PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 03/12] dm: "
` [PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 06/12] dax: Check for data cache aliasing at runtime
` [PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures
` [PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling
` [PATCH v4 10/12] dm: "
` [PATCH v4 11/12] dcssblk: "
` [PATCH v4 12/12] virtio: "

[PATCH] s390: vDSO: Drop '-fPIC' from LDFLAGS
 2024-02-08 23:00 UTC  (2+ messages)

[RFC PATCH] KVM: s390: remove extra copy of access registers into KVM_RUN
 2024-02-08 19:15 UTC  (11+ messages)

[PATCH RESEND 00/11] s390/dasd: string handling cleanups
 2024-02-08 17:12 UTC  (11+ messages)
` [PATCH RESEND 01/11] s390/dasd: Simplify uid string generation
` [PATCH RESEND 02/11] s390/dasd: Use sysfs_emit() over sprintf()
` [PATCH RESEND 03/11] s390/dasd: Remove unnecessary errorstring generation
` [PATCH RESEND 04/11] s390/dasd: Move allocation error message to DBF
` [PATCH RESEND 05/11] s390/dasd: Remove unused message logging macros
` [PATCH RESEND 06/11] s390/dasd: Use dev_err() over printk()
` [PATCH RESEND 07/11] s390/dasd: Remove %p format specifier from error messages
` [PATCH RESEND 08/11] s390/dasd: Remove PRINTK_HEADER and KMSG_COMPONENT definitions
` [PATCH RESEND 09/11] s390/dasd: Use dev_*() for device log messages

[PATCH net-next 00/15] net/smc: implement loopback-ism used by SMC-D
 2024-02-08 16:12 UTC  (10+ messages)

[PATCH net] s390/qeth: Fix potential loss of L3-IP@ in case of network issues
 2024-02-08 11:20 UTC  (2+ messages)

[PATCH v2 0/4] eventfd: simplify signal helpers
 2024-02-08  9:02 UTC  (6+ messages)
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()

[PATCH net-next] net/smc: change the term virtual ISM to Emulated-ISM
 2024-02-08  2:40 UTC  (4+ messages)

[PATCH] KVM: s390: only deliver the set service event bits
 2024-02-07 16:20 UTC  (2+ messages)

[kvm-unit-tests PATCH v4 0/7] s390x: Add base AP support
 2024-02-07 14:30 UTC  (9+ messages)
` [kvm-unit-tests PATCH v4 1/7] lib: s390x: Add ap library

[PATCH 0/5] sched/vtime: vtime.h headers cleanup
 2024-02-07 14:28 UTC  (14+ 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


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).