linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-07 15:13:59 to 2025-05-19 11:37:09 UTC [more...]

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-19 11:37 UTC  (15+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers
` [PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
` [PATCH v5 6/7] fs: prepare for extending file_get/setattr()
` [PATCH v5 7/7] fs: introduce file_getattr and file_setattr syscalls

[kvm-unit-tests PATCH v3 00/16] arm/arm64: Add kvmtool to the runner script
 2025-05-19  8:56 UTC  (45+ messages)
` [kvm-unit-tests PATCH v3 01/16] scripts: unittests.cfg: Rename 'extra_params' to 'qemu_params'
` [kvm-unit-tests PATCH v3 02/16] scripts: Add 'test_args' test definition parameter
` [kvm-unit-tests PATCH v3 03/16] configure: Export TARGET unconditionally
` [kvm-unit-tests PATCH v3 04/16] run_tests.sh: Document --probe-maxsmp argument
` [kvm-unit-tests PATCH v3 05/16] scripts: Document environment variables
` [kvm-unit-tests PATCH v3 06/16] scripts: Refuse to run the tests if not configured for qemu
` [kvm-unit-tests PATCH v3 07/16] scripts: Use an associative array for qemu argument names
` [kvm-unit-tests PATCH v3 08/16] scripts: Add 'kvmtool_params' to test definition
` [kvm-unit-tests PATCH v3 09/16] scripts: Add support for kvmtool
` [kvm-unit-tests PATCH v3 10/16] scripts: Add default arguments "
` [kvm-unit-tests PATCH v3 11/16] scripts: Add KVMTOOL environment variable for kvmtool binary path
` [kvm-unit-tests PATCH v3 12/16] scripts: Detect kvmtool failure in premature_failure()
` [kvm-unit-tests PATCH v3 13/16] scripts: Do not probe for maximum number of VCPUs when using kvmtool
` [kvm-unit-tests PATCH v3 14/16] scripts/mkstandalone: Export $TARGET
` [kvm-unit-tests PATCH v3 15/16] scripts: Add 'disabled_if' test definition parameter for kvmtool to use
` [kvm-unit-tests PATCH v3 16/16] scripts: Enable kvmtool

[PATCH v1 0/5] KVM: s390: some cleanup and small fixes
 2025-05-19  8:25 UTC  (10+ messages)
` [PATCH v1 1/5] s390: remove unneeded includes
` [PATCH v1 2/5] KVM: s390: remove unneeded srcu lock
` [PATCH v1 3/5] KVM: s390: refactor some functions in priv.c
` [PATCH v1 4/5] KVM: s390: refactor and split some gmap helpers
` [PATCH v1 5/5] KVM: s390: simplify and move pv code

[PATCH v9 0/1] kasan: Avoid sleepable page allocation from atomic context
 2025-05-17 11:18 UTC  (3+ messages)
` [PATCH v9 1/1] "

[PATCH v1 0/3] s390/uv: handle folios that cannot be split while dirty
 2025-05-17  0:08 UTC  (13+ messages)
` [PATCH v1 1/3] s390/uv: don't return 0 from make_hva_secure() if the operation was not successful
` [PATCH v1 2/3] s390/uv: always return 0 from s390_wiggle_split_folio() if successful
` [PATCH v1 3/3] s390/uv: improve splitting of large folios that cannot be split while dirty

[PATCH V3 07/16] s390/perf: Remove driver-specific throttle support
 2025-05-16 18:28 UTC 

[PATCH v2 00/13] arch, mm: reduce code duplication in mem_init()
 2025-05-16 17:01 UTC  (4+ messages)
` [PATCH v2 10/13] arch, mm: set high_memory in free_area_init()

[PATCH 0/2] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP
 2025-05-16 15:51 UTC  (8+ messages)
` [PATCH 1/2] KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY
` [PATCH 2/2] mm: madvise: make MADV_NOHUGEPAGE a no-op if !THP

[syzbot] Monthly smc report (May 2025)
 2025-05-16 10:17 UTC 

[PATCH V4] perf test: Allow tolerance for leader sampling test
 2025-05-16  5:09 UTC  (6+ messages)

[PATCH] KVM: s390: rename PROT_NONE to PROT_TYPE_DUMMY
 2025-05-15 20:17 UTC  (6+ messages)

[bug?] s390: kernel panic on specification exception: 0006
 2025-05-15 19:04 UTC 

[PATCH] perf ftrace: Restore to original trace settings on exit
 2025-05-15 18:18 UTC  (3+ messages)

[PATCH 0/7] Remove ops.pgsize_bitmap
 2025-05-15 16:33 UTC  (2+ messages)

[PATCH V2 06/15] s390/perf: Remove driver-specific throttle support
 2025-05-15 13:56 UTC  (3+ messages)

[PATCH 0/3] KVM: s390: Use ESCA instead of BSCA at VM init
 2025-05-15 13:15 UTC  (12+ messages)
` [PATCH 1/3] KVM: s390: Set KVM_MAX_VCPUS to 256
` [PATCH 2/3] KVM: s390: Always allocate esca_block
` [PATCH 3/3] KVM: s390: Specify kvm->arch.sca as esca_block

[PATCH 10/15] bugs/s390: Pass in 'cond_str' to __EMIT_BUG()
 2025-05-15 12:46 UTC 

[PATCH v8 0/1] kasan: Avoid sleepable page allocation from atomic context
 2025-05-15 10:41 UTC  (4+ messages)
` [PATCH v8 1/1] "

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-15  7:50 UTC  (8+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr

[akpm-mm:mm-new 320/331] arch/s390/kvm/gaccess.c:321:2: error: expected identifier
 2025-05-14 16:10 UTC  (7+ messages)

[PATCH v5 0/2] Rework protected key AES for true asynch support
 2025-05-14 10:39 UTC  (4+ messages)
` [PATCH v5 1/2] s390/cpacf: Rework cpacf_pcc() to return condition code
` [PATCH v5 2/2] s390/crypto: Rework protected key AES for true asynch support

[PATCH v4 0/3] Rework protected key AES for true asynch support
 2025-05-14  8:40 UTC  (7+ messages)
` [PATCH v4 1/3] s390/cpacf: Rework cpacf_pcc() to return condition code
` [PATCH v4 2/3] s390/crypto: Rework protected key AES for true asynch support
` [PATCH v4 3/3] Documentation: crypto_engine: Update and extend crypto engine doc

[PATCHv7 10/24] zram: add zlib compression backend support
 2025-05-14  2:59 UTC  (7+ messages)

[PATCH] PCI/ERR: s390/pci: Use pci_uevent_ers() in PCI recovery
 2025-05-13 10:57 UTC  (2+ messages)

page type is 0, migratetype passed is 2 (nr=256)
 2025-05-13  8:30 UTC  (5+ messages)

[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
 2025-05-13  8:24 UTC  (7+ messages)
` [PATCH v5 1/7] fs: split fileattr related helpers into separate file
` [PATCH v5 2/7] lsm: introduce new hooks for setting/getting inode fsxattr
` [PATCH v5 3/7] selinux: implement inode_file_[g|s]etattr hooks
` [PATCH v5 4/7] fs: split fileattr/fsxattr converters into helpers

zfcp: simplify workqueue allocation
 2025-05-13  2:26 UTC  (3+ messages)
` [PATCH] "

[PATCH v7 0/1] kasan: Avoid sleepable page allocation from atomic context
 2025-05-13  0:30 UTC  (5+ messages)
` [PATCH v7 1/1] "

[syzbot] [net?] possible deadlock in gtp_encap_enable_socket
 2025-05-12 22:10 UTC  (2+ messages)

[PATCH v6 0/1] kasan: Avoid sleepable page allocation from atomic context
 2025-05-12 14:22 UTC  (4+ messages)
` [PATCH v6 1/1] "

[PATCH v5 5/7] fs: make vfs_fileattr_[get|set] return -EOPNOSUPP
 2025-05-12 13:28 UTC  (2+ messages)

[PATCH 0/4] crypto: lib/chacha - improve type safety
 2025-05-12  5:45 UTC  (2+ messages)

[PATCH v4 07/13] crypto: riscv/sha256 - implement library instead of shash
 2025-05-08 18:06 UTC  (3+ messages)

[GIT PULL] s390 fixes for 6.15-rc6
 2025-05-08 15:46 UTC  (2+ messages)

[PATCH v5 0/1] kasan: Avoid sleepable page allocation from atomic context
 2025-05-08 14:20 UTC  (4+ messages)
` [PATCH v5 1/1] "

[PATCH 0/8] stackleak: Support Clang stack depth tracking
 2025-05-08 12:25 UTC  (15+ messages)
` [PATCH 1/8] nvme-pci: Make nvme_pci_npages_prp() __always_inline
` [PATCH 2/8] init.h: Disable sanitizer coverage for __init and __head
` [PATCH 3/8] stackleak: Rename CONFIG_GCC_PLUGIN_STACKLEAK to CONFIG_STACKLEAK
` [PATCH 4/8] stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
` [PATCH 5/8] stackleak: Split STACKLEAK_CFLAGS from GCC_PLUGINS_CFLAGS
` [PATCH 6/8] stackleak: Support Clang stack depth tracking
` [PATCH 7/8] configs/hardening: Enable CONFIG_STACKLEAK
` [PATCH 8/8] configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ON


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