public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-22 16:40:37 to 2020-10-01 17:21:36 UTC [more...]

[PATCH net-next 0/2] net/iucv: updates 2020-10-01
 2020-10-01 17:21 UTC  (2+ messages)
` [PATCH net-next 2/2] net/iucv: fix indentation in __iucv_message_receive()

[PATCH net-next 0/7] s390/net: updates 2020-10-01
 2020-10-01 17:11 UTC  (8+ messages)
` [PATCH net-next 1/7] s390/qeth: keep track of wanted TX queues
` [PATCH net-next 2/7] s390/qeth: de-magic the QIB parm area
` [PATCH net-next 3/7] s390/qeth: allow configuration of TX queues for OSA devices
` [PATCH net-next 4/7] s390/qeth: constify the disciplines
` [PATCH net-next 5/7] s390/qeth: use netdev_name()
` [PATCH net-next 6/7] s390/qeth: static checker cleanups
` [PATCH net-next 7/7] s390/ctcm: remove orphaned function declarations

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

[PATCH v2 0/8] selftests/vm: gup_test, hmm-tests, assorted improvements
 2020-09-29 21:27 UTC  (9+ messages)
` [PATCH v2 1/8] mm/gup_benchmark: rename to mm/gup_test
` [PATCH v2 2/8] selftests/vm: use a common gup_test.h
` [PATCH v2 3/8] selftests/vm: rename run_vmtests --> run_vmtests.sh
` [PATCH v2 4/8] selftests/vm: minor cleanup: Makefile and gup_test.c
` [PATCH v2 5/8] selftests/vm: only some gup_test items are really benchmarks
` [PATCH v2 6/8] selftests/vm: gup_test: introduce the dump_pages() sub-test
` [PATCH v2 7/8] selftests/vm: run_vmtest.sh: update and clean up gup_test invocation
` [PATCH v2 8/8] selftests/vm: hmm-tests: remove the libhugetlbfs dependency

[PATCH 0/8] selftests/vm: gup_test, hmm-tests, assorted improvements
 2020-09-29 20:36 UTC  (28+ messages)
` [PATCH 1/8] mm/gup_benchmark: rename to mm/gup_test
` [PATCH 2/8] selftests/vm: use a common gup_test.h
` [PATCH 3/8] selftests/vm: rename run_vmtests --> run_vmtests.sh
` [PATCH 4/8] selftests/vm: minor cleanup: Makefile and gup_test.c
` [PATCH 5/8] selftests/vm: only some gup_test items are really benchmarks
` [PATCH 6/8] selftests/vm: gup_test: introduce the dump_pages() sub-test
` [PATCH 7/8] selftests/vm: run_vmtest.sh: update and clean up gup_test invocation
` [PATCH 8/8] selftests/vm: hmm-tests: remove the libhugetlbfs dependency

[kvm-unit-tests PATCH v2 0/4] s390x: css: pv: css test adaptation for PV
 2020-09-29 10:51 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/4] memory: allocation in low memory
` [kvm-unit-tests PATCH v2 2/4] s390x: pv: implement routine to share/unshare memory
` [kvm-unit-tests PATCH v2 3/4] s390x: define UV compatible I/O allocation
` [kvm-unit-tests PATCH v2 4/4] s390x: css: pv: css test adaptation for PV

[PATCH net-next 00/14] net/smc: introduce SMC-Dv2 support
 2020-09-28 22:19 UTC  (16+ messages)
` [PATCH net-next 01/14] net/smc: remove constant and introduce helper to check for a pnet id
` [PATCH net-next 02/14] net/smc: CLC header fields renaming
` [PATCH net-next 03/14] net/smc: separate find device functions
` [PATCH net-next 04/14] net/smc: split CLC confirm/accept data to be sent
` [PATCH net-next 05/14] net/smc: prepare for more proposed ISM devices
` [PATCH net-next 06/14] net/smc: introduce System Enterprise ID (SEID)
` [PATCH net-next 07/14] net/smc: introduce CHID callback for ISM devices
` [PATCH net-next 08/14] net/smc: introduce list of pnetids for Ethernet devices
` [PATCH net-next 09/14] net/smc: determine proposed ISM devices
` [PATCH net-next 10/14] net/smc: build and send V2 CLC proposal
` [PATCH net-next 11/14] net/smc: determine accepted ISM devices
` [PATCH net-next 12/14] net/smc: CLC accept / confirm V2
` [PATCH net-next 13/14] net/smc: introduce CLC first contact extension
` [PATCH net-next 14/14] net/smc: CLC decline - V2 enhancements

[PATCH kvm-unit-tests v2 0/4] s390x: Add Protected VM support
 2020-09-28 12:33 UTC  (8+ messages)
` [PATCH kvm-unit-tests v2 1/4] common.bash: run `cmd` only if a test case was found
` [PATCH kvm-unit-tests v2 2/4] scripts: add support for architecture dependent functions
` [PATCH kvm-unit-tests v2 3/4] run_tests/mkstandalone: add arch_cmd hook
` [PATCH kvm-unit-tests v2 4/4] s390x: add Protected VM support

[PATCH v1 0/4] s390x: css: pv: css test adaptation for PV
 2020-09-28 10:37 UTC  (8+ messages)
` [PATCH v1 1/4] memory: allocation in low memory
` [PATCH v1 2/4] s390x: pv: implement routine to share/unshare memory
` [PATCH v1 3/4] s390: define UV compatible I/O allocation
` [PATCH v1 4/4] s390x: css: pv: css test adaptation for PV

[patch V2 34/46] PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable
 2020-09-28 10:11 UTC  (4+ messages)

[RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
 2020-09-28  9:21 UTC  (8+ messages)

[GIT PULL] s390 updates for 5.9-rc7
 2020-09-26 18:03 UTC  (2+ messages)

[PATCH -next] s390/3215: simplify the return expression of tty3215_open()
 2020-09-26 12:46 UTC  (2+ messages)

[PATCH] s390/vfio-ap: fix unregister GISC when KVM is already gone results in OOPS
 2020-09-26  0:56 UTC  (4+ messages)

let import_iovec deal with compat_iovecs as well v4
 2020-09-25 15:23 UTC  (11+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

clean up is partition checks
 2020-09-25 14:19 UTC  (2+ messages)

[PATCH] kbuild: explicitly specify the build id style
 2020-09-24 16:03 UTC  (3+ messages)

BUG: Bad page state in process dirtyc0w_child
 2020-09-24 15:58 UTC  (12+ messages)

[PATCH] kbuild: explicitly specify the build id style
 2020-09-24 13:50 UTC 

remove blkdev_get as a public API
 2020-09-24  8:56 UTC  (3+ messages)
` [PATCH 01/14] block: move the NEED_PART_SCAN flag to struct gendisk

let import_iovec deal with compat_iovecs as well v3
 2020-09-23 21:30 UTC  (25+ messages)
` [PATCH 1/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c
` [PATCH 3/9] iov_iter: refactor rw_copy_check_uvector and import_iovec
` [PATCH 4/9] iov_iter: transparently handle compat iovecs in import_iovec
` [PATCH 5/9] fs: remove various compat readv/writev helpers
` [PATCH 6/9] fs: remove the compat readv/writev syscalls
` [PATCH 7/9] fs: remove compat_sys_vmsplice
` [PATCH 8/9] mm: remove compat_process_vm_{readv,writev}
` [PATCH 9/9] security/keys: remove compat_keyctl_instantiate_key_iov

[PATCH net-next 0/9] s390/qeth: updates 2020-09-23
 2020-09-23 19:08 UTC  (13+ messages)
` [PATCH net-next 1/9] s390/qeth: don't init refcount twice for mcast IPs
` [PATCH net-next 2/9] s390/qeth: relax locking for ipato config data
` [PATCH net-next 3/9] s390/qeth: clean up string ops in qeth_l3_parse_ipatoe()
` [PATCH net-next 4/9] s390/qeth: replace deprecated simple_stroul()
` [PATCH net-next 5/9] s390/qeth: tighten ucast IP locking
` [PATCH net-next 6/9] s390/qeth: cancel cmds earlier during teardown
` [PATCH net-next 7/9] s390/qeth: consolidate online code
` [PATCH net-next 8/9] s390/qeth: consolidate teardown code
` [PATCH net-next 9/9] s390/qeth: remove forward declarations in L2 code

remove blkdev_get as a public API v2
 2020-09-23 16:43 UTC  (2+ messages)

[PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
 2020-09-23 13:22 UTC  (13+ messages)

[PATCH v5 0/3] vfio/pci: Restore MMIO access for s390 detached VFs
 2020-09-23  8:51 UTC  (6+ messages)
` [PATCH v5 3/3] vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfn


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