public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
 2026-04-13 15:33 UTC  (58+ messages)
` [patch 01/38] percpu: Sanitize __percpu_qual include hell
` [patch 02/38] x86: Cleanup include recursion hell
  ` [patch V1.1 "
` [patch 03/38] x86/apm: Remove last LATCH usage
` [patch 04/38] x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATE
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 06/38] calibrate: Rework delay timer calibration
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 08/38] x86/tsc: Use rdtsc() instead of get_cycles()
` [patch 09/38] iommu/vt-d: Use sched_clock() "
` [patch 10/38] arcnet: Remove function timing code
` [patch 11/38] misc: sgi-gru: Remove get_cycles() [ab]use
  ` [patch V1.1 "
` [patch 12/38] wifi: wil6210: Replace get_cyles() usage
` [patch 13/38] crypto: tcrypt: Replace get_cycles() with ktime_get()
` [patch 14/38] slub: Use prandom instead of get_cycles()
` [patch 15/38] ptp: ptp_vmclock: Replace get_cycles() usage
` [patch 16/38] fbdev: udlfb: Replace get_cycles() with ktime_get()
` [patch 17/38] ext4: Replace get_cycles() usage "
` [patch 18/38] lib/tests: Replace get_cycles() "
` [patch 19/38] kcsan: Replace get_cycles() usage
` [patch 20/38] kasan: sw_tags: Replace get_cycles() by random_get_entropy()
` [patch 21/38] hamradio: baycom_epp: Remove BAYCOM_DEBUG
` [patch 22/38] random: Provide CONFIG_ARCH_HAS_RANDOM_ENTROPY
` [patch 23/38] alpha: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 24/38] ARM: "
` [patch 25/38] arm64: "
` [patch 26/38] loongarch: "
` [patch 27/38] m68k: "
` [patch 28/38] mips: "
` [patch 29/38] nios2: "
` [patch 30/38] openrisc: "
` [patch 31/38] parisc: "
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 34/38] riscv: "
` [patch 35/38] s390: "
` [patch 36/38] sparc: Select ARCH_HAS_RANDOM_ENTROPY for SPARC64
` [patch 37/38] x86: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 38/38] treewide: Remove asm/timex.h includes from generic code

[RFC PATCH 0/2] s390/mm: Batch PTE updates in lazy MMU mode
 2026-04-13 13:43 UTC  (9+ messages)
` [RFC PATCH 1/2] mm: make lazy MMU mode context-aware

[GIT PULL 00/12] KVM: s390: Changes for 7.1
 2026-04-13 12:33 UTC  (16+ messages)
` [GIT PULL 01/12] KVM: s390: only deliver service interrupt with payload
` [GIT PULL 02/12] KVM: s390: Fix lpsw/e breaking event handling
` [GIT PULL 03/12] KVM: s390: vsie: Allow non-zarch guests
` [GIT PULL 04/12] KVM: s390: vsie: Disable some bits when in ESA mode
` [GIT PULL 05/12] KVM: s390: vsie: Accommodate ESA prefix pages
` [GIT PULL 06/12] KVM: s390: Add KVM capability for ESA mode guests
` [GIT PULL 07/12] KVM: s390: Add some useful mask macros
` [GIT PULL 08/12] KVM: s390: Add alignment checks for hugepages
` [GIT PULL 09/12] KVM: s390: Allow 4k granularity for memslots
` [GIT PULL 10/12] KVM: selftests: Remove 1M alignment requirement for s390
` [GIT PULL 11/12] KVM: s390: selftests: enable some common memory-related tests
` [GIT PULL 12/12] KVM: s390: ucontrol: Fix memslot handling

[PATCH v3 0/7] futex: Use runtime constants for futex_hash computation
 2026-04-13 11:01 UTC  (5+ messages)
` [PATCH v3 2/7] arm64/runtime-const: Use aarch64_insn_patch_text_nosync() for patching

[PATCH 00/14 v3] tick/sched: Refactor idle cputime accounting
 2026-04-13 11:00 UTC  (3+ messages)
` [PATCH 04/14] powerpc/time: Prepare to stop elapsing in dynticks-idle

[PATCH v2 0/2] ptp: split non-NIC PHC drivers into the clock/timekeeping maintenance domain
 2026-04-13  9:00 UTC  (6+ messages)
` [PATCH v2 2/2] MAINTAINERS: update PTP maintainer entries after directory split

(no subject)
 2026-04-13  7:58 UTC 

[GIT PULL] Kbuild and Kconfig changes for v7.1
 2026-04-12 15:46 UTC 

[GIT PULL v1 0/1] Subject: [GIT PULL v1 0/1] KVM: s390: One very last second fix
 2026-04-11 12:09 UTC  (2+ messages)

[PATCH] VFIO: remove dead notifier code
 2026-04-10 19:32 UTC  (7+ messages)

BUG: workqueue lockup - SRCU schedules work on not-online CPUs during size transition
 2026-04-10 19:29 UTC  (17+ messages)

[PATCH v11 00/16] Direct Map Removal Support for guest_memfd
 2026-04-10 15:30 UTC  (30+ messages)
` [PATCH v11 01/16] set_memory: set_direct_map_* to take address
` [PATCH v11 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
    ` [PATCH v11 02/16] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
    ` [PATCH v11 03/16] mm/secretmem: make use of folio_{zap, restore}_direct_map
` [PATCH v11 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v11 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v11 10/16] KVM: guest_memfd: Add flag to remove from direct map

[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH v12 00/16] Direct Map Removal Support for guest_memfd
 2026-04-10 15:20 UTC  (17+ messages)
` [PATCH v12 01/16] set_memory: set_direct_map_* to take address
` [PATCH v12 02/16] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v12 03/16] mm/secretmem: make use of folio_{zap,restore}_direct_map
` [PATCH v12 04/16] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v12 05/16] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v12 06/16] mm: introduce AS_NO_DIRECT_MAP
` [PATCH v12 07/16] KVM: guest_memfd: Add stub for kvm_arch_gmem_invalidate
` [PATCH v12 08/16] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v12 09/16] KVM: arm64: "
` [PATCH v12 10/16] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v12 11/16] KVM: selftests: load elf via bounce buffer
` [PATCH v12 12/16] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
` [PATCH v12 13/16] KVM: selftests: Add guest_memfd based vm_mem_backing_src_types
` [PATCH v12 14/16] KVM: selftests: cover GUEST_MEMFD_FLAG_NO_DIRECT_MAP in existing selftests
` [PATCH v12 15/16] KVM: selftests: stuff vm_mem_backing_src_type into vm_shape
` [PATCH v12 16/16] KVM: selftests: Test guest execution from direct map removed gmem

[PATCH net-next v2] net/smc: cap allocation order for SMC-R physically contiguous buffers
 2026-04-10 15:16 UTC  (2+ messages)

[PATCH v3 0/6] KVM: s390: Enable 4k granularity for memslots
 2026-04-10 12:02 UTC  (14+ messages)
` [PATCH v3 1/6] KVM: s390: Add some useful mask macros
` [PATCH v3 2/6] KVM: s390: Add alignment checks for hugepages
` [PATCH v3 3/6] KVM: s390: Allow 4k granularity for memslots
` [PATCH v3 4/6] KVM: selftests: Remove 1M alignment requirement for s390
` [PATCH v3 5/6] KVM: s390: selftests: enable some common memory-related tests
` [PATCH v3 6/6] KVM: s390: ucontrol: Fix memslot handling

[PATCH v14 0/4] arm64: Use generic TIF bits for common thread flags
 2026-04-10  3:39 UTC  (4+ messages)
` [PATCH v14 2/4] asm-generic: Move TIF_SINGLESTEP to generic TIF bits

cleanup the RAID5 XOR library v4
 2026-04-10  3:19 UTC  (5+ messages)
` [PATCH 22/28] xor: add a better public API
` [PATCH 24/28] async_xor: use xor_gen

[PATCH v5 0/3] perf symbol/env: ELF machine clean up and lazy idle computation
 2026-04-09 23:06 UTC  (5+ messages)
` [PATCH v6 "
  ` [PATCH v6 1/3] perf env: Add perf_env__e_machine helper and use in perf_env__arch
  ` [PATCH v6 2/3] perf env: Add helper to lazily compute the os_release
  ` [PATCH v6 3/3] perf symbol: Lazily compute idle and use the perf_env

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-09 18:16 UTC  (2+ messages)

[PATCH 0/3] crypto: Remove arch-optimized des and des3_ede code
 2026-04-09 17:48 UTC  (16+ messages)
` [PATCH 1/3] crypto: s390 - Remove "

[PATCH v2] perf test: Run test 126 exclusive
 2026-04-09 16:46 UTC  (4+ messages)

[PATCH] perf test: Make perf trace enum augmentation tests exclusive
 2026-04-09 14:22 UTC  (2+ messages)

[PATCH v2 00/16] s390/vfio-ap: Add live guest migration support
 2026-04-09 14:23 UTC  (17+ messages)
` [PATCH v2 02/16] s390/vfio-ap: Provide access to queue objects and related info
` [PATCH v2 03/16] s390/vfio-ap: Data structures for facilitating vfio device migration
` [PATCH v2 04/16] s390/vfio-ap: Initialize/release vfio device migration data
` [PATCH v2 05/16] s390-vfio-ap: Callback to set vfio device mig state during guest migration
` [PATCH v2 06/16] s390/vfio-ap: Transition guest migration state from STOP to STOP_COPY
` [PATCH v2 07/16] s390/vfio-ap: File ops called to save the vfio device migration state
` [PATCH v2 08/16] s390/vfio-ap: Transition device migration state from STOP to RESUMING
` [PATCH v2 09/16] s390/vfio-ap: File ops called to resume the vfio device migration
` [PATCH v2 10/16] s390/vfio-ap: Transition device migration state from RESUMING to STOP
` [PATCH v2 11/16] s390/vfio-ap: Transition device migration state from STOP_COPY "
` [PATCH v2 12/16] s390/vfio-ap: Transition device migration state from STOP to RUNNING and vice versa
` [PATCH v2 13/16] s390-vfio-ap: Callback to get the current vfio device migration state
` [PATCH v2 14/16] s390/vfio-ap: Callback to get the size of data to be migrated during guest migration
` [PATCH v2 15/16] s390/vfio-ap: Add 'migratable' feature to sysfs 'features' attribute
` [PATCH v2 16/16] s390/vfio-ap: Add live guest migration chapter to vfio-ap.rst

[v3 00/24] mm: thp: lazy PTE page table allocation at PMD split time
 2026-04-09 12:48 UTC  (5+ messages)

[PATCH v8 0/2] PCI: s390: Expose the UID as an arch specific PCI slot attribute
 2026-04-08 23:12 UTC  (4+ messages)

[PATCH v3 0/3] perf addr2line: Rework disable_add2line_warn
 2026-04-08 17:29 UTC  (2+ messages)

[PATCH v8 2/2] PCI: s390: Expose the UID as an arch specific PCI slot attribute
 2026-04-08 16:57 UTC  (2+ messages)

[PATCH] perf test: Run test 126 exclusive
 2026-04-08 11:07 UTC 

[PATCH v12 2/7] PCI: Avoid saving config space state if inaccessible
 2026-04-07 22:02 UTC  (4+ messages)


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