public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-11 00:46:08 to 2024-01-23 06:45:37 UTC [more...]

[PATCH 1/1] arch/mm/fault: fix major fault accounting when retrying under per-VMA lock
 2024-01-23  6:45 UTC  (5+ messages)

[PATCH 1/1] arch/arm/mm: fix major fault accounting when retrying under per-VMA lock
 2024-01-23  6:43 UTC 

[PATCH 30/82] s390/kexec_file: Refactor intentional wrap-around calculation
 2024-01-23  0:27 UTC  (3+ messages)
` [PATCH 58/82] s390/mm: Refactor intentional wrap-around test
` [PATCH 71/82] "

[PATCH] tick-sched: fix idle and iowait sleeptime accounting vs CPU hotplug
 2024-01-22 23:33 UTC  (5+ messages)

[PATCH] tick-sched: Preserve number of idle sleeps across CPU hotplug events
 2024-01-22 23:35 UTC 

[PATCH v1 00/11] mm/memory: optimize fork() with PTE-mapped THP
 2024-01-22 20:08 UTC  (14+ messages)
` [PATCH v1 01/11] arm/pgtable: define PFN_PTE_SHIFT on arm and arm64
` [PATCH v1 02/11] nios2/pgtable: define PFN_PTE_SHIFT
` [PATCH v1 03/11] powerpc/pgtable: "
` [PATCH v1 04/11] risc: pgtable: "
` [PATCH v1 05/11] s390/pgtable: "
` [PATCH v1 06/11] sparc/pgtable: "
` [PATCH v1 07/11] mm/memory: factor out copying the actual PTE in copy_present_pte()
` [PATCH v1 08/11] mm/memory: pass PTE to copy_present_pte()
` [PATCH v1 09/11] mm/memory: optimize fork() with PTE-mapped THP
` [PATCH v1 10/11] mm/memory: ignore dirty/accessed/soft-dirty bits in folio_pte_batch()
` [PATCH v1 11/11] mm/memory: ignore writable bit "

[PATCH v6 0/3] livepatch: Move modules to selftests and add a new test
 2024-01-22 17:38 UTC  (14+ messages)
` [PATCH v6 1/3] kselftests: lib.mk: Add TEST_GEN_MODS_DIR variable
` [PATCH v6 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
` [PATCH v6 3/3] selftests: livepatch: Test livepatching a heavily called syscall

[PATCH v3 00/10] mm: convert mm counter to take a folio
 2024-01-22 17:32 UTC  (15+ messages)
` [PATCH v3 01/10] mm: Add pfn_swap_entry_folio()
` [PATCH v3 02/10] proc: Use pfn_swap_entry_folio where obvious
` [PATCH v3 03/10] mprotect: Use pfn_swap_entry_folio
` [PATCH v3 04/10] s390: use pfn_swap_entry_folio() in ptep_zap_swap_entry()
` [PATCH v3 05/10] mm: use pfn_swap_entry_folio() in __split_huge_pmd_locked()
` [PATCH v3 06/10] mm: use pfn_swap_entry_to_folio() in zap_huge_pmd()
` [PATCH v3 07/10] mm: use pfn_swap_entry_folio() in copy_nonpresent_pte()
` [PATCH v3 08/10] mm: Convert to should_zap_page() to should_zap_folio()
` [PATCH v3 09/10] mm: convert mm_counter() to take a folio
` [PATCH v3 10/10] mm: convert mm_counter_file() "

[GIT PULL 0/2] KVM: s390: Fixes for 6.8
 2024-01-22 16:22 UTC  (3+ messages)
` [GIT PULL 1/2] KVM: s390: vsie: fix race during shadow creation
` [GIT PULL 2/2] KVM: s390: fix cc for successful PQAP

[PATCH v2 00/14] Split crash out from kexec and clean up related config items
 2024-01-21  1:55 UTC  (18+ messages)
` [PATCH v2 01/14] kexec: split crashkernel reservation code out from crash_core.c
` [PATCH v2 02/14] crash: split vmcoreinfo exporting "
` [PATCH v2 03/14] crash: remove dependency of FA_DUMP on CRASH_DUMP
` [PATCH v2 04/14] crash: split crash dumping code out from kexec_core.c
` [PATCH v2 05/14] crash: clean up kdump related config items
` [PATCH v2 06/14] x86, crash: wrap crash dumping code into crash related ifdefs
` [PATCH v2 07/14] arm64, "
` [PATCH v2 08/14] ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMP
` [PATCH v2 09/14] s390, crash: wrap crash dumping code into crash related ifdefs
` [PATCH v2 10/14] sh, "
` [PATCH v2 11/14] arm, "
` [PATCH v2 12/14] mips, "
` [PATCH v2 13/14] riscv, "
` [PATCH v2 14/14] loongarch, "

[PATCH v2 1/2] resource: add walk_system_ram_res_rev()
 2024-01-20 21:09 UTC  (2+ messages)

[PATCH 0/2] kexec_file: Load kernel at top of system RAM if required
 2024-01-20 21:09 UTC  (2+ messages)

[PATCH net v2] net/smc: fix illegal rmb_desc access in SMC-D connection dump
 2024-01-19 12:10 UTC  (4+ messages)

[PATCH net-next 00/15] net/smc: implement loopback-ism used by SMC-D
 2024-01-19  1:46 UTC  (30+ messages)
` [PATCH net-next 01/15] net/smc: improve SMC-D device dump for virtual ISM
` [PATCH net-next 02/15] net/smc: decouple specialized struct from SMC-D DMB registration
` [PATCH net-next 03/15] net/smc: introduce virtual ISM device loopback-ism
` [PATCH net-next 04/15] net/smc: implement ID-related operations of loopback-ism
` [PATCH net-next 05/15] net/smc: implement some unsupported "
` [PATCH net-next 06/15] net/smc: implement DMB-related "
` [PATCH net-next 07/15] net/smc: register loopback-ism into SMC-D device list
` [PATCH net-next 08/15] net/smc: introduce loopback-ism runtime switch
` [PATCH net-next 09/15] net/smc: introduce loopback-ism statistics attributes
` [PATCH net-next 10/15] net/smc: add operations to merge sndbuf with peer DMB
` [PATCH net-next 11/15] net/smc: attach or detach ghost sndbuf to "
` [PATCH net-next 12/15] net/smc: adapt cursor update when sndbuf and peer DMB are merged
` [PATCH net-next 13/15] net/smc: introduce loopback-ism DMB type control
` [PATCH net-next 14/15] net/smc: introduce loopback-ism DMB data copy control
` [PATCH net-next 15/15] net/smc: implement DMB-merged operations of loopback-ism

[GIT PULL] s390 updates for the 6.8 merge window part 2
 2024-01-18 23:01 UTC  (2+ messages)

[PATCH net] net/smc: fix illegal rmb_desc access in SMC-D connection dump
 2024-01-18  2:07 UTC  (3+ messages)

[kvm-unit-tests PATCH 0/5] s390x: Dirty cc before executing tested instructions
 2024-01-17 14:21 UTC  (3+ messages)

[PATCH v4 0/6] s390/vfio-ap: reset queues removed from guest's AP configuration
 2024-01-17 14:08 UTC  (17+ messages)
` [PATCH v4 1/6] s390/vfio-ap: always filter entire AP matrix
` [PATCH v4 2/6] s390/vfio-ap: loop over the shadow APCB when filtering guest's AP configuration
` [PATCH v4 3/6] s390/vfio-ap: let 'on_scan_complete' callback filter matrix and update guest's APCB
` [PATCH v4 4/6] s390/vfio-ap: reset queues filtered from the guest's AP config
` [PATCH v4 5/6] s390/vfio-ap: reset queues associated with adapter for queue unbound from driver
` [PATCH v4 6/6] s390/vfio-ap: do not reset queue removed from host config

[PATCH AUTOSEL 6.1 64/68] net/smc: disable SEID on non-s390 archs where virtual ISM may be used
 2024-01-16 19:54 UTC 

[PATCH AUTOSEL 6.6 097/104] net/smc: disable SEID on non-s390 archs where virtual ISM may be used
 2024-01-16 19:47 UTC 

[PATCH AUTOSEL 6.7 100/108] net/smc: disable SEID on non-s390 archs where virtual ISM may be used
 2024-01-16 19:40 UTC 

[PATCH AUTOSEL 4.19 2/8] s390/ptrace: handle setting of fpc register correctly
 2024-01-16  1:08 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 3/8] KVM: s390: fix setting of fpc register

[PATCH AUTOSEL 5.4 2/9] s390/ptrace: handle setting of fpc register correctly
 2024-01-16  1:08 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 3/9] KVM: s390: fix setting of fpc register

[PATCH AUTOSEL 5.10 2/9] s390/ptrace: handle setting of fpc register correctly
 2024-01-16  1:07 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 3/9] KVM: s390: fix setting of fpc register

[PATCH AUTOSEL 5.15 01/11] arch: consolidate arch_irq_work_raise prototypes
 2024-01-16  1:07 UTC  (3+ messages)
` [PATCH AUTOSEL 5.15 03/11] s390/ptrace: handle setting of fpc register correctly
` [PATCH AUTOSEL 5.15 04/11] KVM: s390: fix setting of fpc register

[PATCH AUTOSEL 6.1 01/14] arch: consolidate arch_irq_work_raise prototypes
 2024-01-16  1:06 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 02/14] s390/vfio-ap: fix sysfs status attribute for AP queue devices
` [PATCH AUTOSEL 6.1 04/14] s390/ptrace: handle setting of fpc register correctly
` [PATCH AUTOSEL 6.1 05/14] KVM: s390: fix setting of fpc register

[PATCH AUTOSEL 6.6 01/19] s390/boot: always align vmalloc area on segment boundary
 2024-01-16  1:05 UTC  (5+ messages)
` [PATCH AUTOSEL 6.6 02/19] arch: consolidate arch_irq_work_raise prototypes
` [PATCH AUTOSEL 6.6 03/19] s390/vfio-ap: fix sysfs status attribute for AP queue devices
` [PATCH AUTOSEL 6.6 05/19] s390/ptrace: handle setting of fpc register correctly
` [PATCH AUTOSEL 6.6 06/19] KVM: s390: fix setting of fpc register

[PATCH AUTOSEL 6.7 01/21] s390/boot: always align vmalloc area on segment boundary
 2024-01-16  1:03 UTC  (5+ messages)
` [PATCH AUTOSEL 6.7 02/21] arch: consolidate arch_irq_work_raise prototypes
` [PATCH AUTOSEL 6.7 04/21] s390/vfio-ap: fix sysfs status attribute for AP queue devices
` [PATCH AUTOSEL 6.7 06/21] s390/ptrace: handle setting of fpc register correctly
` [PATCH AUTOSEL 6.7 07/21] KVM: s390: fix setting of fpc register

[PATCH] selftests/livepatch: fix and refactor new dmesg message code
 2024-01-12 15:40 UTC  (2+ messages)

[PATCH 0/3] Update LLVM Phabricator and Bugzilla links
 2024-01-12 14:52 UTC  (9+ messages)
` [PATCH 1/3] selftests/bpf: Update LLVM Phabricator links

[PATCH] s390/dasd: fix double module refcount decrement
 2024-01-12 10:22 UTC  (4+ messages)

[PATCH v2 0/8] mm: convert mm counter to take a folio
 2024-01-12  4:17 UTC  (12+ messages)
` [PATCH v2 1/8] mm: swap: introduce pfn_swap_entry_to_folio()
` [PATCH v2 2/8] s390: pgtable: use pfn_swap_entry_to_folio() in ptep_zap_swap_entry()
` [PATCH v2 3/8] mm: huge_memory: use pfn_swap_entry_to_folio() in __split_huge_pmd_locked()
` [PATCH v2 4/8] mm: huge_memory: use pfn_swap_entry_to_folio() in zap_huge_pmd()
` [PATCH v2 5/8] mm: memory: use pfn_swap_entry_to_folio() in copy_nonpresent_pte()
` [PATCH v2 6/8] mm: memory: convert to should_zap_folio()
` [PATCH v2 7/8] mm: convert mm_counter() to take a folio
` [PATCH v2 8/8] mm: convert mm_counter_file() "

[PATCH v3 0/6] s390/vfio-ap: reset queues removed from guest's AP configuration
 2024-01-11 14:52 UTC  (8+ messages)
` [PATCH v3 1/6] s390/vfio-ap: always filter entire AP matrix
` [PATCH v3 2/6] s390/vfio-ap: loop over the shadow APCB when filtering guest's AP configuration
` [PATCH v3 3/6] s390/vfio-ap: let 'on_scan_complete' callback filter matrix and update guest's APCB
` [PATCH v3 4/6] s390/vfio-ap: reset queues filtered from the guest's AP config
` [PATCH v3 5/6] s390/vfio-ap: reset queues associated with adapter for queue unbound from driver
` [PATCH v3 6/6] s390/vfio-ap: do not reset queue removed from host config

[PATCH v2 0/6] s390/vfio-ap: reset queues removed from guest's AP configuration
 2024-01-11 14:17 UTC  (3+ messages)
` [PATCH v2 6/6] s390/vfio-ap: do not reset queue removed from host config

[PATCH v5 0/3] livepatch: Move modules to selftests and add a new test
 2024-01-11 13:36 UTC  (7+ messages)
` [PATCH v5 1/3] kselftests: lib.mk: Add TEST_GEN_MODS_DIR variable
` [PATCH v5 2/3] livepatch: Move tests from lib/livepatch to selftests/livepatch
` [PATCH v5 3/3] selftests: livepatch: Test livepatching a heavily called syscall

[GIT PULL] s390 updates for the 6.8 merge window
 2024-01-11  2:24 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox