Linux S390
[Prev Page][Next Page]
[PATCH v2 0/4] KVM: s390: Fix minor bugs in STFLE shadowing,
Nina Schoetterl-Glausch
[PATCH net] net/smc: avoid data corruption caused by decline,
D. Wythe
[PATCH] s390/qeth: Fix typo 'weed' in comment,
Kuan-Wei Chiu
[kvm-unit-tests PATCH v2 0/3] s390x: Align SIE tests to 2GB,
Nico Boehr
[kvm-unit-tests PATCH v8 0/8] s390x: Add support for running guests without MSO/MSL,
Nico Boehr
[PATCH 00/10] mm: convert mm counter to take a folio,
Kefeng Wang
- [PATCH 05/10] mm: memory: use a folio in copy_nonpresent_pte(), Kefeng Wang
- [PATCH 07/10] mm: memory: use a folio in do_set_pmd(), Kefeng Wang
- [PATCH 06/10] mm: memory: use a folio in zap_pte_range(), Kefeng Wang
- [PATCH 04/10] mm: huge_memory: use a folio in zap_huge_pmd(), Kefeng Wang
- [PATCH 10/10] mm: convert mm_counter_file() to take a folio, Kefeng Wang
- [PATCH 09/10] mm: convert mm_counter() to take a folio, Kefeng Wang
- [PATCH 03/10] mm: huge_memory: use a folio in __split_huge_pmd_locked(), Kefeng Wang
- [PATCH 01/10] mm: swap: introduce pfn_swap_entry_to_folio(), Kefeng Wang
- [PATCH 02/10] s390: pgtable: use a folio in ptep_zap_swap_entry(), Kefeng Wang
- [PATCH 08/10] mm: memory: use a folio in insert_page_into_pte_locked(), Kefeng Wang
[kvm-unit-tests PATCH v1 00/10] RFC: Add clang-format and kerneldoc check,
Nico Boehr
- [kvm-unit-tests PATCH v1 02/10] powerpc: properly format non-kernel-doc comments, Nico Boehr
- [kvm-unit-tests PATCH v1 06/10] x86: properly format non-kernel-doc comments, Nico Boehr
- [kvm-unit-tests PATCH v1 03/10] lib: s390x: cpacf: move kernel-doc comment to correct function, Nico Boehr
- [kvm-unit-tests PATCH v1 04/10] s390x: properly format non-kernel-doc comments, Nico Boehr
- [kvm-unit-tests PATCH v1 08/10] s390x: gs: turn off formatter for inline assembly, Nico Boehr
- [kvm-unit-tests PATCH v1 10/10] add make format, Nico Boehr
- [kvm-unit-tests PATCH v1 07/10] s390x: cpumodel: list tcg_fail explicitly, Nico Boehr
- [kvm-unit-tests PATCH v1 05/10] s390x: ensure kernel-doc parameters are properly formated, Nico Boehr
- [kvm-unit-tests PATCH v1 09/10] add clang-format configuration file, Nico Boehr
- [kvm-unit-tests PATCH v1 01/10] make: add target to check kernel-doc comments, Nico Boehr
- Re: [kvm-unit-tests PATCH v1 00/10] RFC: Add clang-format and kerneldoc check, Thomas Huth
[PATCH v1 1/1] s390/uvdevice: Report additional-data length for attestation,
Steffen Eiden
[PATCH rfc v2 00/10] mm: convert mm counter to take a folio,
Kefeng Wang
- [PATCH v2 04/10] mm: huge_memory: use a folio in zap_huge_pmd(), Kefeng Wang
- [PATCH v2 01/10] mm: swap: introduce pfn_swap_entry_to_folio(), Kefeng Wang
- [PATCH v2 03/10] mm: huge_memory: use a folio in __split_huge_pmd_locked(), Kefeng Wang
- [PATCH v2 02/10] s390: pgtable: use a folio in ptep_zap_swap_entry(), Kefeng Wang
- [PATCH v2 05/10] mm: memory: use a folio in copy_nonpresent_pte(), Kefeng Wang
- [PATCH v2 06/10] mm: memory: use a folio in zap_pte_range(), Kefeng Wang
- [PATCH v2 07/10] mm: memory: use a folio in do_set_pmd(), Kefeng Wang
- [PATCH v2 08/10] mm: memory: use a folio in insert_page_into_pte_locked(), Kefeng Wang
- [PATCH v2 09/10] mm: convert mm_counter() to take a folio, Kefeng Wang
- [PATCH v2 10/10] mm: convert mm_counter_file() to take a folio, Kefeng Wang
[GIT PULL] s390 patches for the 6.7 merge window,
Vasily Gorbik
[PATCH 0/4] KVM: s390: Fix minor bugs in STFLE shadowing,
Nina Schoetterl-Glausch
[PATCH rfc 00/18] mm: convert to use folio mm counter,
Kefeng Wang
- [PATCH 02/18] uprobes: use mm_counter_file_folio(), Kefeng Wang
- [PATCH 17/18] s390: pgtable: use mm_counter_folio() in ptep_zap_swap_entry(), Kefeng Wang
- [PATCH 04/18] mm: rmap: use mm_counter_[file]_folio(), Kefeng Wang
- [PATCH 18/18] mm: remove mm_counter(), Kefeng Wang
- [PATCH 15/18] mm: memory: use a folio in copy_nonpresent_pte(), Kefeng Wang
- [PATCH 03/18] mm: userfaultfd: use mm_counter_folio(), Kefeng Wang
- [PATCH 11/18] mm: memory: use mm_counter_file_folio() in wp_page_copy(), Kefeng Wang
- [PATCH 14/18] mm: remove mm_counter_file(), Kefeng Wang
- [PATCH 10/18] mm: memory: use mm_counter_file_folio() in copy_present_pte(), Kefeng Wang
- [PATCH 13/18] mm: memory: use a folio in insert_page_into_pte_locked(), Kefeng Wang
- [PATCH 01/18] mm: add mm_counter_folio() and mm_counter_file_folio(), Kefeng Wang
- [PATCH 12/18] mm: memory: use mm_counter_file_folio() in set_pte_range(), Kefeng Wang
- [PATCH 16/18] mm: use a folio in zap_pte_range(), Kefeng Wang
- [PATCH 05/18] mm: swap: introduce pfn_swap_entry_to_folio(), Kefeng Wang
- Re: [PATCH rfc 00/18] mm: convert to use folio mm counter, Matthew Wilcox
- [PATCH 07/18] mm: huge_memory: use a folio in zap_huge_pmd(), Kefeng Wang
- [PATCH 09/18] mm: memory: use a folio in do_set_pmd(), Kefeng Wang
- [PATCH 08/18] mm: khugepaged: use mm_counter_file_folio() in collapse_pte_mapped_thp(), Kefeng Wang
- [PATCH 06/18] mm: huge_memory: use a folio in __split_huge_pmd_locked(), Kefeng Wang
[kvm-unit-tests PATCH v7 0/8] s390x: Add support for running guests without MSO/MSL,
Nico Boehr
[kvm-unit-tests PATCH v1 0/2] s390x: Align SIE tests to 2GB,
Nico Boehr
[PATCH net v2 0/3] bugfixs for smc,
D. Wythe
[PATCH 0/3] Use new wrappers to copy userspace arrays,
Philipp Stanner
[PATCH] net/smc: avoid atomic_set and smp_wmb in the tx path when possible,
Li RongQing
[PATCH net v1 0/3] bugfixs for smc,
D. Wythe
[PATCH 1/1] s390/cio: make sch->lock a spinlock (is a pointer),
Halil Pasic
[PATCH net 0/3] bugfixs for smc,
D. Wythe
[PATCH v3 0/3] livepatch: Move modules to selftests and add a new test,
Marcos Paulo de Souza
[kvm-unit-tests PATCH v3 00/10] s390x: topology: Fixes and extension,
Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 09/10] scripts: Implement multiline strings for extra_params, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 10/10] s390x: topology: Add complex topology test, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 01/10] s390x: topology: Introduce enums for polarization & cpu type, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 05/10] s390x: topology: Make some report messages unique, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 04/10] s390x: topology: Fix parsing loop, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 06/10] s390x: topology: Refine stsi header test, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 03/10] s390x: topology: Use function parameter in stsi_get_sysib, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 02/10] s390x: topology: Fix report message, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 08/10] s390x: topology: Rewrite topology list test, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH v3 07/10] s390x: topology: Rename topology_core to topology_cpu, Nina Schoetterl-Glausch
- Re: [kvm-unit-tests PATCH v3 00/10] s390x: topology: Fixes and extension, Nico Boehr
[GIT PULL 0/2] KVM: s390: Changes for 6.7,
Janosch Frank
[PATCH AUTOSEL 6.5 30/52] s390/kasan: handle DCSS mapping in memory holes, Sasha Levin
[Bug report] More xfs courruption issue found on s390x,
Zorro Lang
[PATCH v3 0/3] a couple of corrections to the IRQ enablement function,
Tony Krowiak
s390x stack unwinding with perf?,
Daan De Meyer
[PATCH 0/2] s390/dasd: fix kernel panic with statistics,
Stefan Haberland
[PATCH] s390/qeth: replace deprecated strncpy with strscpy,
Justin Stitt
[PATCH] s390/ctcm: replace deprecated strncpy with strscpy,
Justin Stitt
[PATCH] s390/cio: replace deprecated strncpy with strscpy,
Justin Stitt
[PATCH] s390/sclp: replace deprecated strncpy with strtomem,
Justin Stitt
[PATCH 1/2] kexec: fix KEXEC_FILE dependencies,
Arnd Bergmann
[GIT PULL] s390 fixes for 6.6-rc7,
Vasily Gorbik
[PATCH] s390/vfio-ap: fix sysfs status attribute for AP queue devices,
Tony Krowiak
[kvm-unit-tests PATCH 00/10] s390x: topology: Fixes and extension,
Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH 01/10] s390x: topology: Introduce enums for polarization & cpu type, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH 07/10] s390x: topology: Rename topology_core to topology_cpu, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH 02/10] s390x: topology: Fix report message, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH 03/10] s390x: topology: Use function parameter in stsi_get_sysib, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH 05/10] s390x: topology: Make some report messages unique, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH 06/10] s390x: topology: Refine stsi header test, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH 08/10] s390x: topology: Rewrite topology list test, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH 10/10] s390x: topology: Add complex topology test, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH 04/10] s390x: topology: Fix parsing loop, Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH 09/10] scripts: Implement multiline strings for extra_params, Nina Schoetterl-Glausch
- Re: [kvm-unit-tests PATCH 00/10] s390x: topology: Fixes and extension, Nico Boehr
[linux-next:master] BUILD REGRESSION 4230ea146b1e64628f11e44290bb4008e391bc24, kernel test robot
[linux-next:master] BUILD REGRESSION 2dac75696c6da3c848daa118a729827541c89d33,
kernel test robot
[PATCH v2 0/3] a couple of corrections to the IRQ enablement function,
Tony Krowiak
[PATCH 00/10] Handle set_memory_XXcrypted() errors,
Rick Edgecombe
- [PATCH 01/10] mm: Add helper for freeing decrypted memory, Rick Edgecombe
- [PATCH 03/10] kvmclock: Use free_decrypted_pages(), Rick Edgecombe
- [PATCH 02/10] x86/mm/cpa: Reject incorrect encryption change requests, Rick Edgecombe
- [RFC 10/10] uio_hv_generic: Don't free decrypted memory, Rick Edgecombe
- [PATCH 05/10] ptp: Use free_decrypted_pages(), Rick Edgecombe
- [RFC 09/10] hv_nstvsc: Don't free decrypted memory, Rick Edgecombe
- [RFC 08/10] hv: Track decrypted status in vmbus_gpadl, Rick Edgecombe
- [PATCH 06/10] dma: Use free_decrypted_pages(), Rick Edgecombe
- [PATCH 04/10] swiotlb: Use free_decrypted_pages(), Rick Edgecombe
- [RFC 07/10] hv: Use free_decrypted_pages(), Rick Edgecombe
- RE: [PATCH 00/10] Handle set_memory_XXcrypted() errors, Michael Kelley (LINUX)
[PATCH net v2 0/2] net/smc: correct the reason code in smc_listen_find_device when fallback,
Guangguan Wang
[PATCH 00/11] splice(file<>pipe) I/O on file as-if O_NONBLOCK,
Ahelenia Ziemiańska
[PATCH v2 00/13] ip_tunnel: convert __be16 tunnel flags to bitmaps,
Alexander Lobakin
- [PATCH v2 02/13] bitops: make BYTES_TO_BITS() treewide-available, Alexander Lobakin
- [PATCH v2 01/13] bitops: add missing prototype check, Alexander Lobakin
- [PATCH v2 03/13] bitops: let the compiler optimize {__,}assign_bit(), Alexander Lobakin
- [PATCH v2 04/13] linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros, Alexander Lobakin
- [PATCH v2 10/13] ip_tunnel: use a separate struct to store tunnel params in the kernel, Alexander Lobakin
- [PATCH v2 09/13] bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}(), Alexander Lobakin
- [PATCH v2 13/13] lib/bitmap: add tests for IP tunnel flags conversion helpers, Alexander Lobakin
- [PATCH v2 12/13] lib/bitmap: add compile-time test for __assign_bit() optimization, Alexander Lobakin
- [PATCH v2 07/13] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits(), Alexander Lobakin
- [PATCH v2 05/13] s390/cio: rename bitmap_size() -> idset_bitmap_size(), Alexander Lobakin
- [PATCH v2 06/13] fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64(), Alexander Lobakin
- [PATCH v2 08/13] bitmap: introduce generic optimized bitmap_size(), Alexander Lobakin
- Re: [PATCH v2 00/13] ip_tunnel: convert __be16 tunnel flags to bitmaps, Yury Norov
- Message not available
[PATCH net] net/smc: correct the reason code in smc_listen_find_device when fallback,
Guangguan Wang
[PATCH v2 1/2] kbuild: unify vdso_install rules,
Masahiro Yamada
[PATCH net] net/smc: return the right falback reason when prefix checks fail,
Dust Li
[kvm-unit-tests PATCH 0/9] s390x: topology: Fixes and extension,
Nina Schoetterl-Glausch
[PATCH net v3] net/mlx5: fix calling mlx5_cmd_init() before DMA mask is set,
Niklas Schnelle
[PATCH v2 net] net/smc: fix smc clc failed issue when netdevice not in init_net,
Albert Huang
[PATCH net 0/5] net/smc: bugfixs for smc-r,
D. Wythe
[PATCH net 1/5] net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT, D. Wythe
Re: [PATCH net 1/5] net/smc: fix dangling sock under state SMC_APPFINCLOSEWAIT, Wenjia Zhang
[PATCH net 2/5] net/smc: fix incorrect barrier usage, D. Wythe
Re: [PATCH net 0/5] net/smc: bugfixs for smc-r, Alexandra Winter
[PATCH] drivers: s390: dasd_int.h: resolved spelling mistake,
Muhammad Muzammil
[PATCH 00/14] ip_tunnel: convert __be16 tunnel flags to bitmaps,
Alexander Lobakin
- [PATCH 01/14] bitops: add missing prototype check, Alexander Lobakin
- [PATCH 02/14] bitops: make BYTES_TO_BITS() treewide-available, Alexander Lobakin
- [PATCH 12/14] lib/bitmap: add compile-time test for __assign_bit() optimization, Alexander Lobakin
- [PATCH 03/14] bitops: let the compiler optimize __assign_bit(), Alexander Lobakin
- [PATCH 07/14] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits(), Alexander Lobakin
- [PATCH 06/14] fs/ntfs3: rename bitmap_size() -> ntfs3_bitmap_size(), Alexander Lobakin
- [PATCH 05/14] s390/cio: rename bitmap_size() -> idset_bitmap_size(), Alexander Lobakin
- [PATCH 08/14] bitmap: introduce generic optimized bitmap_size(), Alexander Lobakin
- [PATCH 14/14] lib/bitmap: add tests for IP tunnel flags conversion helpers, Alexander Lobakin
- [PATCH 04/14] linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros, Alexander Lobakin
- [PATCH 10/14] ip_tunnel: use a separate struct to store tunnel params in the kernel, Alexander Lobakin
- [PATCH 13/14] lib/bitmap: add tests for bitmap_{get,set}_bits(), Alexander Lobakin
- [PATCH 09/14] bitmap: extend bitmap_{get,set}_value8() to bitmap_{get,set}_bits(), Alexander Lobakin
[PATCH net] net/smc: Fix pos miscalculation in statistics,
Wenjia Zhang
[PATCH 1/5] csky: remove unused cmd_vdso_install,
Masahiro Yamada
[PATCH v4 0/2] KVM: s390: add counters for vsie performance,
Nico Boehr
[tip:locking/core] [futex] cb8c4312af: will-it-scale.per_process_ops -3.2% regression, kernel test robot
[PATCH net] net/smc: fix smc clc failed issue when netdevice not in init_net,
Albert Huang
[PATCH v2 87/89] fs: rename inode i_atime and i_mtime fields,
Jeff Layton
[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime,
Jeff Layton
Re: [PATCH v2 00/89] fs: new accessor methods for inode atime and mtime, Christian Brauner
[PATCH] s390/pci: Fix reset of IOMMU software counters,
Niklas Schnelle
[PATCH v3 0/7] sysctl: Remove sentinel elements from arch,
Joel Granados via B4 Relay
[GIT PULL 0/1] KVM: s390: gisa: one fix for 6.6,
Claudio Imbrenda
[PATCH net v2] net/mlx5: fix calling mlx5_cmd_init() before DMA mask is set,
Niklas Schnelle
[PATCH v13 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing,
Niklas Schnelle
[PATCH net] net/mlx5: fix calling mlx5_cmd_init() before DMA mask is set,
Niklas Schnelle
[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime,
Jeff Layton
[PATCH 00/87] fs: new accessor methods for atime and mtime,
Jeff Layton
[kvm-unit-tests PATCH v1] arch-run: migration: properly handle crashing outgoing QEMU,
Nico Boehr
[kvm-unit-tests PATCH v1] s390x: run PV guests with confidential guest enabled,
Nico Boehr
[PATCH net-next] net/smc: add support for netdevice in containers.,
Albert Huang
[Index of Archives]
[Kernel Development]
[Kernel Announce]
[Kernel Newbies]
[Linux RAID]
[Linux ATA RAID]
[IETF Annouce]
[Git]
[Security]
[Netfilter]
[Bugtraq]
[More Archives]