linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-20 12:47:22 to 2020-07-28 10:56:02 UTC [more...]

[PATCH 00/15] memblock: seasonal cleaning^w cleanup
 2020-07-28 10:56 UTC  (20+ messages)
` [PATCH 01/15] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH 02/15] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH 03/15] arm, xtensa: simplify initialization of high memory pages
` [PATCH 04/15] arm64: numa: simplify dummy_numa_init()
` [PATCH 05/15] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH 06/15] powerpc: fadamp: simplify fadump_reserve_crash_area()
` [PATCH 07/15] riscv: drop unneeded node initialization
` [PATCH 08/15] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH 09/15] memblock: make for_each_memblock_type() iterator private
` [PATCH 10/15] memblock: make memblock_debug and related functionality private
` [PATCH 11/15] memblock: reduce number of parameters in for_each_mem_range()
` [PATCH 12/15] arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
` [PATCH 13/15] arch, drivers: replace for_each_membock() with for_each_mem_range()
` [PATCH 14/15] x86/numa: remove redundant iteration over memblock.reserved
` [PATCH 15/15] memblock: remove 'type' parameter from for_each_memblock()

[PATCH RESEND] lockdep: Move list.h inclusion into lockdep.h
 2020-07-28  8:50 UTC  (2+ messages)
` [tip: locking/header] "

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

[PATCH 18/24] s390: use asm-generic/mmu_context.h for no-op implementations
 2020-07-28  3:33 UTC 

[PATCH net-next 0/2] net/smc: show unique rsn code for exceeded max dmb count
 2020-07-27 17:30 UTC  (4+ messages)
` [PATCH net-next 1/2] s390/ism: indicate correct error reason in ism_alloc_dmb()
` [PATCH net-next 2/2] net/smc: unique reason code for exceeded max dmb count

[kvms390:hlp_vsie 11/15] arch/s390/mm/gmap.c:2183:6: warning: no previous prototype for 'gmap_shadow_pgt_lookup'
 2020-07-27 14:51 UTC 

[PATCH v9 00/15] s390/vfio-ap: dynamic configuration support
 2020-07-27 14:09 UTC  (19+ messages)
` [PATCH v9 01/15] s390/vfio-ap: add version vfio_ap module
` [PATCH v9 02/15] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v9 03/15] s390/vfio-ap: manage link between queue struct and matrix mdev
` [PATCH v9 04/15] s390/zcrypt: driver callback to indicate resource in use
` [PATCH v9 05/15] s390/vfio-ap: implement in-use callback for vfio_ap driver
` [PATCH v9 06/15] s390/vfio-ap: introduce shadow APCB
` [PATCH v9 07/15] s390/vfio-ap: sysfs attribute to display the guest's matrix
` [PATCH v9 08/15] s390/vfio-ap: filter matrix for unavailable queue devices
` [PATCH v9 09/15] s390/vfio-ap: allow assignment of unavailable AP queues to mdev device
` [PATCH v9 10/15] s390/vfio-ap: allow configuration of matrix mdev in use by a KVM guest
` [PATCH v9 11/15] s390/vfio-ap: allow hot plug/unplug of AP resources using mdev device
` [PATCH v9 12/15] s390/zcrypt: Notify driver on config changed and scan complete callbacks
` [PATCH v9 13/15] s390/vfio-ap: handle host AP config change notification
` [PATCH v9 14/15] s390/vfio-ap: handle AP bus scan completed notification
` [PATCH v9 15/15] s390/vfio-ap: handle probe/remove not due to host AP config changes

[kvm-unit-tests PATCH v2 0/3] PV tests part 1
 2020-07-27 12:38 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: Add custom pgm cleanup function
` [kvm-unit-tests PATCH v2 2/3] s390x: skrf: Add exception new skey test and add test to unittests.cfg
` [kvm-unit-tests PATCH v2 3/3] s390x: Ultravisor guest API test

[v3 PATCH RESEND] printk: Make linux/printk.h self-contained
 2020-07-27  8:53 UTC  (2+ messages)

[PATCH v2 0/9] s390: implement and optimize vmemmap_free()
 2020-07-24 14:32 UTC  (11+ messages)
` [PATCH v2 1/9] s390/vmem: rename vmem_add_mem() to vmem_add_range()
` [PATCH v2 2/9] s390/vmem: consolidate vmem_add_range() and vmem_remove_range()
` [PATCH v2 3/9] s390/vmemmap: extend modify_pagetable() to handle vmemmap
` [PATCH v2 4/9] s390/vmemmap: cleanup when vmemmap_populate() fails
` [PATCH v2 5/9] s390/vmemmap: take the vmem_mutex when populating/freeing
` [PATCH v2 6/9] s390/vmem: cleanup empty page tables
` [PATCH v2 7/9] s390/vmemmap: fallback to PTEs if mapping large PMD fails
` [PATCH v2 8/9] s390/vmemmap: remember unused sub-pmd ranges
` [PATCH v2 9/9] s390/vmemmap: avoid memset(PAGE_UNUSED) when adding consecutive sections

[GIT PULL] s390 updates for 5.8-rc7
 2020-07-23 20:55 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/3] PV tests part 1
 2020-07-23 12:30 UTC  (21+ 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
  ` [kvm-unit-tests PATCH v2] "

[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
 2020-07-23  6:19 UTC  (3+ messages)
` [PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly

test_bpf regressions on s390 since 5.4
 2020-07-22 21:01 UTC  (2+ messages)

get rid of the address_space override in setsockopt
 2020-07-22 17:09 UTC  (48+ messages)
` [PATCH 02/24] bpfilter: fix up a sparse annotation
` [PATCH 03/24] net: add a new sockptr_t type
` [PATCH 05/24] net: switch sock_setbindtodevice to sockptr_t
` [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 "
` [PATCH 23/24] net/tcp: switch do_tcp_setsockopt "
` [PATCH 24/24] net: pass a sockptr_t into ->setsockopt
  ` [MPTCP] "

[PATCH v7 0/2] s390: virtio: let arch validate VIRTIO features
 2020-07-22 11:48 UTC  (6+ messages)
` [PATCH v7 2/2] s390: virtio: PV needs VIRTIO I/O device protection

[PATCH v6] ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
 2020-07-21 19:38 UTC  (6+ messages)

[kvm-unit-tests PATCH v13 0/9] s390x: Testing the Channel Subsystem I/O
 2020-07-21 13:11 UTC  (2+ messages)

[PATCH net 0/2] net/smc: fixes 2020-07-20
 2020-07-21  0:52 UTC  (4+ messages)
` [PATCH net 1/2] net/smc: put slot when connection is killed
` [PATCH net 2/2] net/smc: fix dmb buffer shortage


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