public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-03 12:01:40 to 2023-11-09 01:08:22 UTC [more...]

[PATCH 00/22] -Wmissing-prototype warning fixes
 2023-11-09  1:07 UTC  (34+ messages)
` [PATCH 01/22] [RESEND^2] ida: make 'ida_dump' static
` [PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static
` [PATCH 03/22] [RESEND] kprobes: unify kprobes_exceptions_nofify() prototypes
` [PATCH 04/22] [RESEND] time: make sysfs_get_uname() function visible in header
` [PATCH 05/22] [RESEND] parport: gsc: mark init function static
` [PATCH 06/22] [RESEND] stackleak: add declarations for global functions
` [PATCH 07/22] [RESEND] sched: fair: move unused stub functions to header
` [PATCH 08/22] [v2] arch: consolidate arch_irq_work_raise prototypes
` [PATCH 09/22] [v2] arch: fix asm-offsets.c building with -Wmissing-prototypes
` [PATCH 10/22] microblaze: include linux/cpu.h for trap_init() prototype
` [PATCH 11/22] x86: sta2x11: include header for sta2x11_get_instance() prototype
` [PATCH 12/22] csky: fix arch_jump_label_transform_static override
` [PATCH 13/22] arch: add do_page_fault prototypes
` [PATCH 14/22] arch: add missing prepare_ftrace_return() prototypes
` [PATCH 15/22] arch: vdso: consolidate gettime prototypes
` [PATCH 16/22] bcachefs: mark bch2_target_to_text_sb() static
` [PATCH 17/22] powerpc: ps3: move udbg_shutdown_ps3gelic prototype
` [PATCH 18/22] powerpc: pasemi: mark pas_shutdown() static
` [PATCH 19/22] powerpc: powermac: mark smp_psurge_{give,take}_timebase static
` [PATCH 20/22] usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() static
` [PATCH 21/22] fbdev/fsl-diu-fb: mark wr_reg_wa() static
` [PATCH 22/22] Makefile.extrawarn: turn on missing-prototypes globally

[GIT PULL] more s390 updates for 6.7 merge window
 2023-11-08 21:34 UTC  (2+ messages)

[PATCH v2] s390/vfio-ap: fix sysfs status attribute for AP queue devices
 2023-11-08 20:21 UTC  (2+ messages)

[PATCH v3 0/4] KVM: s390: Fix minor bugs in STFLE shadowing
 2023-11-08 17:46 UTC  (6+ messages)
` [PATCH v3 1/4] KVM: s390: vsie: Fix STFLE interpretive execution identification
` [PATCH v3 2/4] KVM: s390: vsie: Fix length of facility list shadowed
` [PATCH v3 3/4] KVM: s390: cpu model: Use proper define for facility mask size
` [PATCH v3 4/4] KVM: s390: Minor refactor of base/ext facility lists

[Bug report] More xfs courruption issue found on s390x
 2023-11-08 16:38 UTC  (3+ messages)

[PATCH v2 0/4] KVM: s390: Fix minor bugs in STFLE shadowing
 2023-11-08 15:52 UTC  (13+ messages)
` [PATCH v2 1/4] KVM: s390: vsie: Fix STFLE interpretive execution identification
` [PATCH v2 2/4] KVM: s390: vsie: Fix length of facility list shadowed
` [PATCH v2 3/4] KVM: s390: cpu model: Use proper define for facility mask size
` [PATCH v2 4/4] KVM: s390: Minor refactor of base/ext facility lists

[PATCH net v1] net/smc: avoid data corruption caused by decline
 2023-11-08 14:58 UTC  (3+ messages)

[PATCH] s390/vfio-ap: fix sysfs status attribute for AP queue devices
 2023-11-08 14:44 UTC  (5+ messages)

[RFC PATCH net-next] net/smc: Introduce IPPROTO_SMC for smc
 2023-11-08 11:25 UTC 

[PATCH net] net/smc: avoid data corruption caused by decline
 2023-11-08  9:42 UTC  (3+ messages)

[PATCH] s390/qeth: Fix typo 'weed' in comment
 2023-11-07 22:20 UTC  (3+ messages)

[PATCH 1/1] s390/cio: make sch->lock a spinlock (is a pointer)
 2023-11-07 21:14 UTC  (3+ messages)

[kvm-unit-tests PATCH v1 00/10] RFC: Add clang-format and kerneldoc check
 2023-11-07 18:42 UTC  (16+ messages)
` [kvm-unit-tests PATCH v1 01/10] make: add target to check kernel-doc comments
` [kvm-unit-tests PATCH v1 02/10] powerpc: properly format non-kernel-doc comments
` [kvm-unit-tests PATCH v1 03/10] lib: s390x: cpacf: move kernel-doc comment to correct function
` [kvm-unit-tests PATCH v1 04/10] s390x: properly format non-kernel-doc comments
` [kvm-unit-tests PATCH v1 05/10] s390x: ensure kernel-doc parameters are properly formated
` [kvm-unit-tests PATCH v1 06/10] x86: properly format non-kernel-doc comments
` [kvm-unit-tests PATCH v1 07/10] s390x: cpumodel: list tcg_fail explicitly
` [kvm-unit-tests PATCH v1 08/10] s390x: gs: turn off formatter for inline assembly
` [kvm-unit-tests PATCH v1 09/10] add clang-format configuration file
` [kvm-unit-tests PATCH v1 10/10] add make format

[kvm-unit-tests PATCH v2 0/3] s390x: Align SIE tests to 2GB
 2023-11-07 12:54 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: spec_ex-sie: refactor to use snippet API
` [kvm-unit-tests PATCH v2 2/3] s390x: sie: ensure guests are aligned to 2GB
` [kvm-unit-tests PATCH v2 3/3] s390x: mvpg-sie: fix virtual-physical address confusion

[kvm-unit-tests PATCH v8 0/8] s390x: Add support for running guests without MSO/MSL
 2023-11-07 12:48 UTC  (12+ messages)
` [kvm-unit-tests PATCH v8 1/8] lib: s390x: introduce bitfield for PSW mask
` [kvm-unit-tests PATCH v8 2/8] s390x: add function to set DAT mode for all interrupts
` [kvm-unit-tests PATCH v8 3/8] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v8 4/8] s390x: lib: don't forward PSW when handling exception in SIE
` [kvm-unit-tests PATCH v8 5/8] s390x: lib: sie: don't reenter SIE on pgm int
` [kvm-unit-tests PATCH v8 6/8] s390x: add test source dir to include paths
` [kvm-unit-tests PATCH v8 7/8] s390x: add a test for SIE without MSO/MSL
` [kvm-unit-tests PATCH v8 8/8] lib: s390x: interrupt: remove TEID_ASCE defines

[PATCH v3 00/13] mm: jit/text allocator
 2023-11-07 10:44 UTC  (7+ messages)
` [PATCH v3 04/13] mm/execmem, arch: convert remaining overrides of module_alloc to execmem

[kvm-unit-tests PATCH v3 00/10] s390x: topology: Fixes and extension
 2023-11-07  9:04 UTC  (2+ messages)

[kvm-unit-tests PATCH v7 0/8] s390x: Add support for running guests without MSO/MSL
 2023-11-06 16:36 UTC  (24+ messages)
` [kvm-unit-tests PATCH v7 1/8] lib: s390x: introduce bitfield for PSW mask
` [kvm-unit-tests PATCH v7 2/8] s390x: add function to set DAT mode for all interrupts
` [kvm-unit-tests PATCH v7 3/8] s390x: sie: switch to home space mode before entering SIE
` [kvm-unit-tests PATCH v7 5/8] s390x: lib: sie: don't reenter SIE on pgm int
` [kvm-unit-tests PATCH v7 6/8] s390x: add test source dir to include paths
` [kvm-unit-tests PATCH v7 7/8] s390x: add a test for SIE without MSO/MSL
` [kvm-unit-tests PATCH v7 8/8] lib: s390x: interrupt: remove TEID_ASCE defines

[PATCH 00/10] mm: convert mm counter to take a folio
 2023-11-06 15:49 UTC  (11+ messages)
` [PATCH 01/10] mm: swap: introduce pfn_swap_entry_to_folio()
` [PATCH 02/10] s390: pgtable: use a folio in ptep_zap_swap_entry()
` [PATCH 03/10] mm: huge_memory: use a folio in __split_huge_pmd_locked()
` [PATCH 04/10] mm: huge_memory: use a folio in zap_huge_pmd()
` [PATCH 05/10] mm: memory: use a folio in copy_nonpresent_pte()
` [PATCH 06/10] mm: memory: use a folio in zap_pte_range()
` [PATCH 07/10] mm: memory: use a folio in do_set_pmd()
` [PATCH 08/10] mm: memory: use a folio in insert_page_into_pte_locked()
` [PATCH 09/10] mm: convert mm_counter() to take a folio
` [PATCH 10/10] mm: convert mm_counter_file() "

[PATCH rfc v2 00/10] mm: convert mm counter to take a folio
 2023-11-06 15:08 UTC  (15+ messages)
` [PATCH v2 01/10] mm: swap: introduce pfn_swap_entry_to_folio()
` [PATCH v2 02/10] s390: pgtable: use a folio in ptep_zap_swap_entry()
` [PATCH v2 03/10] mm: huge_memory: use a folio in __split_huge_pmd_locked()
` [PATCH v2 04/10] mm: huge_memory: use a folio in zap_huge_pmd()
` [PATCH v2 05/10] mm: memory: use a folio in copy_nonpresent_pte()
` [PATCH v2 06/10] mm: memory: use a folio in zap_pte_range()
` [PATCH v2 07/10] mm: memory: use a folio in do_set_pmd()
` [PATCH v2 08/10] mm: memory: use a folio in insert_page_into_pte_locked()
` [PATCH v2 09/10] mm: convert mm_counter() to take a folio
` [PATCH v2 10/10] mm: convert mm_counter_file() "

[PATCH 0/4] KVM: s390: Fix minor bugs in STFLE shadowing
 2023-11-06 13:43 UTC  (16+ messages)
` [PATCH 1/4] KVM: s390: vsie: Fix STFLE interpretive execution identification
` [PATCH 2/4] KVM: s390: vsie: Fix length of facility list shadowed
` [PATCH 3/4] KVM: s390: cpu model: Use previously unused constant
` [PATCH 4/4] KVM: s390: Minor refactor of base/ext facility lists

[PATCH v1 1/1] s390/uvdevice: Report additional-data length for attestation
 2023-11-06 12:50 UTC  (2+ messages)

[PATCH v1 1/1] s390/uvdevice: Report additional-data length for attestation
 2023-11-06 12:31 UTC 

[PATCH rfc 00/18] mm: convert to use folio mm counter
 2023-11-04  3:58 UTC  (22+ messages)
` [PATCH 01/18] mm: add mm_counter_folio() and mm_counter_file_folio()
` [PATCH 02/18] uprobes: use mm_counter_file_folio()
` [PATCH 03/18] mm: userfaultfd: use mm_counter_folio()
` [PATCH 04/18] mm: rmap: use mm_counter_[file]_folio()
` [PATCH 05/18] mm: swap: introduce pfn_swap_entry_to_folio()
` [PATCH 06/18] mm: huge_memory: use a folio in __split_huge_pmd_locked()
` [PATCH 07/18] mm: huge_memory: use a folio in zap_huge_pmd()
` [PATCH 08/18] mm: khugepaged: use mm_counter_file_folio() in collapse_pte_mapped_thp()
` [PATCH 09/18] mm: memory: use a folio in do_set_pmd()
` [PATCH 10/18] mm: memory: use mm_counter_file_folio() in copy_present_pte()
` [PATCH 11/18] mm: memory: use mm_counter_file_folio() in wp_page_copy()
` [PATCH 12/18] mm: memory: use mm_counter_file_folio() in set_pte_range()
` [PATCH 13/18] mm: memory: use a folio in insert_page_into_pte_locked()
` [PATCH 14/18] mm: remove mm_counter_file()
` [PATCH 15/18] mm: memory: use a folio in copy_nonpresent_pte()
` [PATCH 16/18] mm: use a folio in zap_pte_range()
` [PATCH 17/18] s390: pgtable: use mm_counter_folio() in ptep_zap_swap_entry()
` [PATCH 18/18] mm: remove mm_counter()

[GIT PULL] s390 patches for the 6.7 merge window
 2023-11-03 20:22 UTC  (2+ messages)

[kvm-unit-tests PATCH v1 0/2] s390x: Align SIE tests to 2GB
 2023-11-03 13:33 UTC  (6+ messages)
` [kvm-unit-tests PATCH v1 1/2] s390x: spec_ex-sie: refactor to use snippet API
` [kvm-unit-tests PATCH v1 2/2] s390x: sie: ensure guests are aligned to 2GB

[PATCH 0/3] Use new wrappers to copy userspace arrays
 2023-11-03 11:55 UTC  (3+ messages)
` [PATCH 2/3] arch/s390/kvm: copy userspace-array safely


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