linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-09 12:14:01 to 2020-07-20 12:48:52 UTC [more...]

get rid of the address_space override in setsockopt
 2020-07-20 12:47 UTC  (23+ messages)
` [PATCH 01/24] bpfilter: reject kernel addresses
` [PATCH 02/24] bpfilter: fix up a sparse annotation
` [PATCH 03/24] net: add a new sockptr_t type
` [PATCH 04/24] net: switch copy_bpf_fprog_from_user to sockptr_t
` [PATCH 05/24] net: switch sock_setbindtodevice "
` [PATCH 06/24] net: switch sock_set_timeout "
` [PATCH 07/24] "
` [PATCH 08/24] net/xfrm: switch xfrm_user_policy "
` [PATCH 09/24] netfilter: remove the unused user argument to do_update_counters
` [PATCH 10/24] netfilter: switch xt_copy_counters to sockptr_t
` [PATCH 11/24] netfilter: switch nf_setsockopt "
` [PATCH 12/24] bpfilter: switch bpfilter_ip_set_sockopt "
` [PATCH 13/24] net/ipv4: switch ip_mroute_setsockopt "
` [PATCH 14/24] net/ipv4: merge ip_options_get and ip_options_get_from_user
` [PATCH 15/24] net/ipv4: switch do_ip_setsockopt to sockptr_t
` [PATCH 16/24] net/ipv6: switch ip6_mroute_setsockopt "
` [PATCH 17/24] net/ipv6: split up ipv6_flowlabel_opt
` [PATCH 18/24] net/ipv6: switch ipv6_flowlabel_opt to sockptr_t
` [PATCH 19/24] net/ipv6: factor out a ipv6_set_opt_hdr helper
` [PATCH 20/24] net/ipv6: switch do_ipv6_setsockopt to sockptr_t
` [PATCH 21/24] net/udp: switch udp_lib_setsockopt "
` [PATCH 22/24] net/tcp: switch ->md5_parse "

[kvm-unit-tests PATCH 0/3] PV tests part 1
 2020-07-20 11:42 UTC  (8+ messages)
` [kvm-unit-tests PATCH 1/3] s390x: Add custom pgm cleanup function
` [kvm-unit-tests PATCH 2/3] s390x: skrf: Add exception new skey test and add test to unittests.cfg
` [kvm-unit-tests PATCH 3/3] s390x: Ultavisor guest API test

[PATCH net v2 00/10] net/smc: fixes 2020-07-16
 2020-07-19 22:30 UTC  (12+ messages)
` [PATCH net v2 01/10] net/smc: handle unexpected response types for confirm link
` [PATCH net v2 02/10] net/smc: clear link during SMC client link down processing
` [PATCH net v2 03/10] net/smc: fix link lookup for new rdma connections
` [PATCH net v2 04/10] net/smc: protect smc ib device initialization
` [PATCH net v2 05/10] net/smc: drop out-of-flow llc response messages
` [PATCH net v2 06/10] net/smc: move add link processing for new device into llc layer
` [PATCH net v2 07/10] net/smc: fix handling of delete link requests
` [PATCH net v2 08/10] net/smc: do not call dma sync for unmapped memory
` [PATCH net v2 09/10] net/smc: remove freed buffer from list
` [PATCH net v2 10/10] net/smc: fix restoring of fallback changes

[PATCH net 00/10] net/smc: fixes 2020-07-16
 2020-07-17 19:30 UTC  (12+ messages)
` [PATCH net 01/10] net/smc: handle unexpected response types for confirm link
` [PATCH net 02/10] net/smc: clear link during SMC client link down processing
` [PATCH net 03/10] net/smc: fix link lookup for new rdma connections
` [PATCH net 04/10] net/smc: protect smc ib device initialization
` [PATCH net 05/10] net/smc: drop out-of-flow llc response messages
` [PATCH net 06/10] net/smc: move add link processing for new device into llc layer
` [PATCH net 07/10] net/smc: fix handling of delete link requests
` [PATCH net 08/10] net/smc: do not call dma sync for unmapped memory
` [PATCH net 09/10] net/smc: remove freed buffer from list
` [PATCH net 10/10] net/smc: fix restoring of fallback changes

[PATCH v6] ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
 2020-07-17 18:40 UTC  (2+ messages)

[PATCH RESEND] lockdep: Move list.h inclusion into lockdep.h
 2020-07-17 11:22 UTC  (3+ messages)
` [tip: locking/core] "

[PATCH 0/3] arm64: Convert to ARCH_STACKWALK
 2020-07-17  9:06 UTC  (8+ messages)
` [PATCH 1/3] stacktrace: Remove reliable argument from arch_stack_walk() callback
` [PATCH 2/3] arm64: stacktrace: Make stack walk callback consistent with generic code
` [PATCH 3/3] arm64: stacktrace: Convert to ARCH_STACKWALK

[PATCH V5 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-07-17  3:20 UTC  (7+ messages)
` [PATCH V5 1/4] mm/debug_vm_pgtable: Add tests validating arch helpers for core MM features
` [PATCH V5 2/4] mm/debug_vm_pgtable: Add tests validating advanced arch page table helpers
` [PATCH V5 3/4] mm/debug_vm_pgtable: Add debug prints for individual tests
` [PATCH V5 4/4] Documentation/mm: Add descriptions for arch page table helpers

[PATCH -next] s390/mm: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-17  1:19 UTC  (3+ messages)

[PATCH v7 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-16 21:46 UTC  (10+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] s390: virtio: PV needs VIRTIO I/O device protection

linux plumbers + clang + s390 virtualized testing
 2020-07-16 17:05 UTC  (3+ messages)

test_bpf regressions on s390 since 5.4
 2020-07-16 15:23 UTC 

[kvm-unit-tests PATCH v13 0/9] s390x: Testing the Channel Subsystem I/O
 2020-07-16 13:04 UTC  (19+ messages)
` [kvm-unit-tests PATCH v13 1/9] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v13 2/9] s390x: I/O interrupt registration
` [kvm-unit-tests PATCH v13 3/9] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v13 4/9] s390x: clock and delays calculations
` [kvm-unit-tests PATCH v13 5/9] s390x: define function to wait for interrupt
` [kvm-unit-tests PATCH v13 6/9] s390x: Library resources for CSS tests
        ` [PATCH v14 "
          ` [PATCH v14 7/9] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v13 "
` [kvm-unit-tests PATCH v13 8/9] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v13 9/9] s390x: css: ssch/tsch with sense and interrupt
    ` [PATCH v14 "

[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
 2020-07-16  2:19 UTC  (11+ messages)
` [PATCH v6 1/5] KVM: s390: "
` [PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly
` [PATCH v6 5/5] KVM: MIPS: "

[PATCH 0/2] DASD DIAG patches
 2020-07-15 14:47 UTC  (8+ messages)
` [PATCH 1/2] s390/dasd: fix inability to use DASD with DIAG driver
` [PATCH 2/2] s390/dasd: Use struct_size() helper

[kvm-unit-tests PATCH v12 0/9] s390x: Testing the Channel Subsystem I/O
 2020-07-15 10:49 UTC  (14+ messages)
` [kvm-unit-tests PATCH v12 1/9] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v12 2/9] s390x: I/O interrupt registration
` [kvm-unit-tests PATCH v12 3/9] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v12 4/9] s390x: clock and delays calculations
` [kvm-unit-tests PATCH v12 5/9] s390x: define function to wait for interrupt
` [kvm-unit-tests PATCH v12 6/9] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v12 7/9] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v12 8/9] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v12 9/9] s390x: css: ssch/tsch with sense and interrupt

AMD IOMMU + SME + amdgpu regression
 2020-07-15  9:17 UTC  (4+ messages)

[PATCH net-next 00/10] s390/qeth: updates 2020-07-14
 2020-07-14 21:54 UTC  (12+ messages)
` [PATCH net-next 01/10] s390/qeth: reject unsupported link type earlier
` [PATCH net-next 02/10] s390/qeth: fine-tune errno when cmds are cancelled
` [PATCH net-next 03/10] s390/qeth: only init the isolation mode when necessary
` [PATCH net-next 04/10] s390/qeth: don't clear the configured isolation mode
` [PATCH net-next 05/10] s390/qeth: clean up error handling for isolation mode cmds
` [PATCH net-next 06/10] s390/qeth: use u64_to_user_ptr() in the OAT code
` [PATCH net-next 07/10] s390/qeth: clean up a magic number in the OAT callback
` [PATCH net-next 08/10] s390/qeth: cleanup OAT code
` [PATCH net-next 09/10] s390/qeth: unify RX-mode hashtables
` [PATCH net-next 10/10] s390/qeth: constify the MPC initialization data

[PATCH AUTOSEL 5.4 03/18] KVM: s390: reduce number of IO pins to 1
 2020-07-14 14:38 UTC 

[PATCH AUTOSEL 5.7 03/19] KVM: s390: reduce number of IO pins to 1
 2020-07-14 14:38 UTC 

[PATCH v6 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-14 11:55 UTC  (6+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH] S390: Replace HTTP links with HTTPS ones
 2020-07-13 17:33 UTC  (2+ messages)

[PATCH v5] ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
 2020-07-13 15:03 UTC  (7+ messages)

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-07-13  3:07 UTC  (4+ messages)
` [PATCH v4 5/7] KVM: PPC: clean up redundant kvm_run parameters in assembly

[PATCH v4 1/8] lockdep: Prepare for NMI IRQ state tracking
 2020-07-11 10:09 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 2/8] x86/entry: Fix NMI vs IRQ state tracking
 2020-07-11 10:09 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 3/8] sparc64: Fix asm/percpu.h build error
 2020-07-11 10:09 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 5/8] s390: Break cyclic percpu include
 2020-07-11 10:09 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 6/8] arm: Break cyclic percpu include
 2020-07-11 10:09 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 7/8] lockdep: Change hardirq{s_enabled,_context} to per-cpu variables
 2020-07-11 10:09 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v4 8/8] lockdep: Remove lockdep_hardirq{s_enabled,_context}() argument
 2020-07-11 10:09 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH v6 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
 2020-07-10 19:18 UTC  (4+ messages)
` [PATCH V6 4/5] iommu/dma-iommu: Use the dev->coherent_dma_mask

[GIT PULL] more s390 updates for 5.8-rc5
 2020-07-10 16:55 UTC  (2+ messages)

[PATCH v1 0/9] s390: implement and optimize vmemmap_free()
 2020-07-10 14:02 UTC  (7+ messages)

[mm/debug_vm_pgtable] a97a171093: BUG:unable_to_handle_page_fault_for_address
 2020-07-10  6:47 UTC  (2+ messages)

[PATCH v3 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-07-09 15:24 UTC  (5+ messages)
  ` [PATCH v3 07/34] iommu: Add probe_device() and release_device() call-backs

[PATCH v5 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-09 15:06 UTC  (7+ messages)
` [PATCH v5 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[kvm-unit-tests PATCH v11 0/9] s390x: Testing the Channel Subsystem I/O
 2020-07-09 14:38 UTC  (15+ messages)
` [kvm-unit-tests PATCH v11 8/9] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v11 9/9] s390x: css: ssch/tsch with sense and interrupt


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