public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-10 16:49:22 to 2020-09-19 15:28:53 UTC [more...]

[PATCH 0/4] Pass zPCI hardware information via VFIO
 2020-09-19 15:28 UTC  (5+ messages)
` [PATCH 1/4] s390/pci: stash version in the zpci_dev
` [PATCH 2/4] s390/pci: track whether util_str is valid "
` [PATCH 3/4] vfio-pci/zdev: define the vfio_zdev header
` [PATCH 4/4] vfio-pci/zdev: use a device region to retrieve zPCI information

let import_iovec deal with compat_iovecs as well
 2020-09-19 14:53 UTC  (21+ messages)
` [PATCH 1/9] kernel: add a PF_FORCE_COMPAT flag
` [PATCH 2/9] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 3/9] fs: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 4/9] fs: handle the compat case 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

remove blkdev_get as a public API
 2020-09-19  9:06 UTC  (22+ messages)
` [PATCH 01/14] block: move the NEED_PART_SCAN flag to struct gendisk
` [PATCH 02/14] block: switch register_disk to use blkdev_get_by_dev
` [PATCH 03/14] block: cleanup blkdev_bszset
` [PATCH 04/14] pktcdvd: remove the if 0'ed pkt_start_recovery function
` [PATCH 05/14] pktcdvd: use blkdev_get_by_dev instead of open coding it
` [PATCH 06/14] zram: cleanup backing_dev_store
` [PATCH 07/14] raw: don't keep unopened block device around
` [PATCH 08/14] dasd: cleanup dasd_scan_partitions
` [PATCH 09/14] ocfs2: cleanup o2hb_region_dev_store
` [PATCH 10/14] mm: cleanup claim_swapfile
` [PATCH 11/14] PM: rewrite is_hibernate_resume_dev to not require an inode
` [PATCH 12/14] mm: split swap_type_of
` [PATCH 13/14] PM: mm: cleanup swsusp_swap_check
` [PATCH 14/14] block: mark blkdev_get static

[GIT PULL] s390 updates for 5.9-rc6
 2020-09-19  3:05 UTC  (2+ messages)

[PATCH v10 00/16] s390/vfio-ap: dynamic configuration support
 2020-09-18 17:09 UTC  (14+ messages)
` [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] s390/vfio-ap: fix unregister GISC when KVM is already gone results in OOPS
 2020-09-18 17:02 UTC 

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

[PATCH AUTOSEL 4.19 054/206] s390/cpum_sf: Use kzalloc and minor changes
 2020-09-18  2:05 UTC 

[PATCH AUTOSEL 5.4 067/330] s390: avoid misusing CALL_ON_STACK for task stack setup
 2020-09-18  1:58 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 099/330] s390/cpum_sf: Use kzalloc and minor changes
` [PATCH AUTOSEL 5.4 163/330] s390/irq: replace setup_irq() by request_irq()

[PATCH net-next 0/1] net/smc: fix 2020-09-17
 2020-09-18  1:04 UTC  (3+ messages)
` [PATCH net-next 1/1] net/smc: fix double kfree in smc_listen_work()

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-17 19:40 UTC  (8+ messages)
` [Intel-gfx] "
` [oss-drivers] "

[PATCH v4 1/8] kernel/resource: make release_mem_region_adjustable() never fail
 2020-09-17  8:38 UTC  (17+ messages)
` [PATCH v4 2/8] kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED
` [PATCH v4 3/8] mm/memory_hotplug: guard more declarations by CONFIG_MEMORY_HOTPLUG
` [PATCH v4 4/8] mm/memory_hotplug: prepare passing flags to add_memory() and friends
` [PATCH v4 5/8] mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resources
` [PATCH v4 6/8] virtio-mem: try to merge system ram resources
` [PATCH v4 7/8] xen/balloon: "
` [PATCH v4 8/8] hv_balloon: "
` [PATCH] kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()

[PATCH net-next 0/1] net/smc: fix 2020-09-15
 2020-09-17  0:34 UTC  (3+ messages)
` [PATCH net-next 1/1] net/smc: check variable before dereferencing in smc_close.c

[PATCH v5 1/3] PCI/IOV: Mark VFs as not implementing PCI_COMMAND_MEMORY
 2020-09-16 21:55 UTC  (2+ messages)

[bug report] net/smc: dynamic allocation of CLC proposal buffer
 2020-09-16 15:55 UTC  (2+ messages)

[PATCH 0/4] s390: set_fs() removal
 2020-09-16 12:36 UTC  (11+ messages)
` [PATCH 1/4] s390/zcrypt: remove set_fs() invocation in zcrypt device driver
` [PATCH 2/4] s390/dis: get rid of set_fs() usage
` [PATCH 3/4] s390/uaccess: implement HAVE_GET_KERNEL_NOFAULT support
` [PATCH 4/4] s390/uaccess: remove set_fs() interface

BUG: Bad page state in process dirtyc0w_child
 2020-09-16 14:28 UTC  (2+ messages)

[patch V2 34/46] PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable
 2020-09-16 15:12 UTC  (2+ messages)
` [tip: x86/irq] "

[PATCH] dasd: remove the unused dasd_enable_device export
 2020-09-16 14:52 UTC  (2+ messages)

[PATCH -next] s390/ap: remove unnecessary spin_lock_init()
 2020-09-16 12:20 UTC  (2+ messages)

[PATCH -next] s390/diag: convert to use DEFINE_SEQ_ATTRIBUTE macro
 2020-09-16 12:20 UTC  (2+ messages)

[PATCH 0/2] zfcp: small changes for 5.10
 2020-09-15 22:03 UTC  (4+ messages)
` [PATCH 1/2] zfcp: use list_first_entry_or_null() in zfcp_erp_thread()
` [PATCH 2/2] zfcp: clarify access to erp_action in zfcp_fsf_req_complete()

[PATCH net-next 0/8] s390/qeth: updates 2020-09-10
 2020-09-15 20:22 UTC  (13+ messages)
` [PATCH net-next 1/8] s390/cio: Add new Operation Code OC3 to PNSO
` [PATCH net-next 2/8] s390/cio: Helper functions to read CSSID, IID, and CHID
` [PATCH net-next 3/8] s390/qeth: Detect PNSO OC3 capability
` [PATCH net-next 4/8] s390/qeth: Translate address events into switchdev notifiers
` [PATCH net-next 5/8] bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifier
` [PATCH net-next 6/8] s390/qeth: Reset address notification in case of buffer overflow
` [PATCH net-next 7/8] s390/qeth: implement ndo_bridge_getlink for learning_sync
` [PATCH net-next 8/8] s390/qeth: implement ndo_bridge_setlink "

[RFC PATCH v2 0/3] mm/gup: fix gup_fast with dynamic page table folding
 2020-09-15 17:31 UTC  (37+ messages)
` [RFC PATCH v2 1/3] "
                            ` [PATCH] "
                                  ` [PATCH v2] "

[RFD] uevent handling for subchannels
 2020-09-15 10:31 UTC  (12+ messages)

[PATCH] s390/zcrypt: remove set_fs() invocation in zcrypt device driver
 2020-09-15  9:50 UTC  (6+ messages)

[PATCH v2 1/7] kernel/resource: make release_mem_region_adjustable() never fail
 2020-09-15  9:33 UTC  (10+ messages)
` [PATCH v2 2/7] kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED

[PATCH v3 3/7] mm/memory_hotplug: prepare passing flags to add_memory() and friends
 2020-09-15  8:46 UTC  (4+ messages)

clean up is partition checks
 2020-09-15  5:45 UTC  (2+ messages)

[PATCH 0/1] DASD: fix discard for FBA devices
 2020-09-15  1:41 UTC  (3+ messages)
` [PATCH 1/1] s390/dasd: Fix zero write "

[s390:features 16/25] arch/s390/pci/pci_iov.c:23:6: warning: no previous prototype for function 'zpci_iov_map_resources'
 2020-09-14 22:56 UTC 

[kvm-unit-tests GIT PULL 0/3] s390x skrf and ultravisor patches
 2020-09-14 16:24 UTC  (3+ messages)

[PATCH v1 0/3] s390x: css: adapting the I/O tests for PV
 2020-09-14  8:23 UTC  (4+ messages)
` [PATCH v1 2/3] s390: define UV compatible I/O allocation

[GIT PULL 0/1] KVM: s390: add documentation for KVM_CAP_S390_DIAG318 (5.9)
 2020-09-14  8:22 UTC  (2+ messages)
` [GIT PULL 1/1] docs: kvm: add documentation for KVM_CAP_S390_DIAG318

s390 PCI dma ops
 2020-09-11 14:39 UTC  (2+ messages)

[PATCH net-next 00/10] net/smc: updates 2020-09-10
 2020-09-10 22:24 UTC  (5+ messages)
` [PATCH net-next 02/10] net/smc: introduce better field names
` [PATCH net-next 03/10] net/smc: dynamic allocation of CLC proposal buffer
` [PATCH net-next 04/10] net/smc: common routine for CLC accept and confirm

[PATCH net] s390/qeth: delay draining the TX buffers
 2020-09-10 20:31 UTC  (2+ messages)

[PATCH v2 0/3] arm64: Convert to ARCH_STACKWALK
 2020-09-10 17:34 UTC  (5+ messages)
` [PATCH v2 3/3] arm64: stacktrace: "


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