messages from 2020-09-16 17:10:15 to 2020-09-22 16:40:37 UTC [more...]
[PATCH v5 0/3] vfio/pci: Restore MMIO access for s390 detached VFs
2020-09-22 16:40 UTC (4+ messages)
` [PATCH v5 3/3] vfio/pci: Decouple PCI_COMMAND_MEMORY bit checks from is_virtfn
let import_iovec deal with compat_iovecs as well
2020-09-22 16:20 UTC (65+ 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 v2
2020-09-22 15:18 UTC (18+ messages)
` [PATCH 01/14] block: move the NEED_PART_SCAN flag to struct gendisk
` [PATCH 02/14] block: cleanup partition scanning in register_disk
` [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
[PATCH 0/4] Pass zPCI hardware information via VFIO
2020-09-22 14:06 UTC (18+ 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
[PATCH v12 0/2] s390: virtio: let arch validate VIRTIO features
2020-09-22 13:52 UTC (3+ messages)
[PATCH] s390/zcrypt: Fix a size determination in zcrypt_unlocked_ioctl()
2020-09-22 10:47 UTC (2+ messages)
[PATCH 0/2] zfcp: small changes for 5.10
2020-09-22 10:05 UTC (3+ messages)
[PATCH v4 1/8] kernel/resource: make release_mem_region_adjustable() never fail
2020-09-22 6:22 UTC (3+ messages)
` [PATCH] kernel/resource: Fix use of ternary condition in release_mem_region_adjustable
[RFC Patch 0/2] KVM: SVM: Cgroup support for SVM SEV ASIDs
2020-09-22 1:48 UTC (2+ messages)
let import_iovec deal with compat_iovecs as well v2
2020-09-21 16:27 UTC (25+ messages)
` [PATCH 01/11] compat.h: fix a spelling error in <linux/compat.h>
` [PATCH 02/11] mm: call import_iovec() instead of rw_copy_check_uvector() in process_vm_rw()
` [PATCH 03/11] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c and mark it static
` [PATCH 04/11] iov_iter: explicitly check for CHECK_IOVEC_ONLY in rw_copy_check_uvector
` [PATCH 05/11] iov_iter: merge the compat case into rw_copy_check_uvector
` [PATCH 06/11] iov_iter: handle the compat case in import_iovec
` [PATCH 07/11] fs: remove various compat readv/writev helpers
` [PATCH 08/11] fs: remove the compat readv/writev syscalls
` [PATCH 09/11] fs: remove compat_sys_vmsplice
` [PATCH 10/11] mm: remove compat_process_vm_{readv,writev}
` [PATCH 11/11] security/keys: remove compat_keyctl_instantiate_key_iov
[PATCH] s390/vfio-ap: fix unregister GISC when KVM is already gone results in OOPS
2020-09-21 15:45 UTC (6+ messages)
[PATCH AUTOSEL 4.4] s390/init: add missing __init annotations
2020-09-21 14:41 UTC
[PATCH AUTOSEL 4.14 1/3] s390/init: add missing __init annotations
2020-09-21 14:41 UTC
[PATCH AUTOSEL 4.9 1/3] s390/init: add missing __init annotations
2020-09-21 14:41 UTC
[PATCH AUTOSEL 4.19 5/9] s390/init: add missing __init annotations
2020-09-21 14:41 UTC
[PATCH AUTOSEL 5.4 08/15] s390/init: add missing __init annotations
2020-09-21 14:40 UTC
[PATCH AUTOSEL 5.8 09/20] s390/init: add missing __init annotations
2020-09-21 14:40 UTC
[PATCH -next] s390/3215: simplify the return expression of tty3215_open()
2020-09-21 13:11 UTC
[kvm-unit-tests GIT PULL 0/3] s390x skrf and ultravisor patches
2020-09-20 13:16 UTC (4+ messages)
[GIT PULL 0/1] KVM: s390: add documentation for KVM_CAP_S390_DIAG318 (5.9)
2020-09-20 13:14 UTC (2+ messages)
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 (12+ messages)
` [PATCH v10 04/16] s390/zcrypt: driver callback to indicate resource in use
` [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 v3 0/3] arm64: Convert to ARCH_STACKWALK
2020-09-18 16:17 UTC (2+ messages)
[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 (4+ messages)
` [oss-drivers] "
[PATCH] kernel/resource: make iomem_resource implicit in release_mem_region_adjustable()
2020-09-17 8:38 UTC (5+ messages)
[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 14:43 UTC
[PATCH 0/4] s390: set_fs() removal
2020-09-16 12:36 UTC (5+ messages)
` [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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox