messages from 2021-08-09 10:22:30 to 2021-08-17 10:22:03 UTC [more...]
[PATCH v2 00/12] Implement generic prot_guest_has() helper function
2021-08-17 10:22 UTC (26+ messages)
` [PATCH v2 01/12] x86/ioremap: Selectively build arch override encryption functions
` [PATCH v2 02/12] mm: Introduce a function to check for virtualization protection features
` [PATCH v2 03/12] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH v2 04/12] powerpc/pseries/svm: Add a powerpc "
` [PATCH v2 05/12] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH v2 06/12] x86/sev: Replace occurrences of sev_active() "
` [PATCH v2 07/12] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH v2 08/12] treewide: Replace the use of mem_encrypt_active() "
` [PATCH v2 09/12] mm: Remove the now unused mem_encrypt_active() function
` [PATCH v2 10/12] x86/sev: "
` [PATCH v2 11/12] powerpc/pseries/svm: "
` [PATCH v2 12/12] s390/mm: "
[PATCH 2/7] s390: replace cc-option-yn uses with cc-option
2021-08-17 2:03 UTC (2+ messages)
[PATCH v5] memblock: make memblock_find_in_range method private
2021-08-16 17:53 UTC (2+ messages)
[PATCH 09/12] PCI: Add a PCI_ID_F_VFIO_DRIVER_OVERRIDE flag to struct pci_device_id
2021-08-16 17:21 UTC (14+ messages)
add a bvec_virt helper
2021-08-16 16:51 UTC (3+ messages)
[kvm-unit-tests GIT PULL 00/11] s390x update 2021-16-08
2021-08-16 16:25 UTC (13+ messages)
` [kvm-unit-tests GIT PULL 01/11] s390x: Add SPDX and header comments for s390x/* and lib/s390x/*
` [kvm-unit-tests GIT PULL 02/11] s390x: Add SPDX and header comments for the snippets folder
` [kvm-unit-tests GIT PULL 03/11] s390x: Fix my mail address in the headers
` [kvm-unit-tests GIT PULL 04/11] s390x: sie: Add sie lib validity handling
` [kvm-unit-tests GIT PULL 05/11] s390x: lib: Introduce HPAGE_* constants
` [kvm-unit-tests GIT PULL 06/11] s390x: lib: sie: Add struct vm (de)initialization functions
` [kvm-unit-tests GIT PULL 07/11] lib: s390x: sie: Move sie function into library
` [kvm-unit-tests GIT PULL 08/11] s390x: lib: Simplify stsi_get_fc and move it to library
` [kvm-unit-tests GIT PULL 09/11] lib: s390x: Add 0x3d, 0x3e and 0x3f PGM constants
` [kvm-unit-tests GIT PULL 10/11] lib: s390x: uv: Add rc 0x100 query error handling
` [kvm-unit-tests GIT PULL 11/11] lib: s390x: Add PSW_MASK_64
[PATCH 0/2] KVM: s390: Some gaccess cleanup
2021-08-16 15:07 UTC (3+ messages)
` [PATCH 1/2] KVM: s390: gaccess: Cleanup access to guest frames
` [PATCH 2/2] KVM: s390: gaccess: Refactor access address range check
ensure each gendisk always has a request_queue reference v2
2021-08-16 13:46 UTC (10+ messages)
` [PATCH 1/9] nvme: use blk_mq_alloc_disk
` [PATCH 2/9] st: do not allocate a gendisk
` [PATCH 3/9] sg: "
` [PATCH 4/9] block: cleanup the lockdep handling in *alloc_disk
` [PATCH 5/9] block: remove alloc_disk and alloc_disk_node
` [PATCH 6/9] block: remove the minors argument to __alloc_disk_node
` [PATCH 7/9] block: pass a request_queue to __blk_alloc_disk
` [PATCH 8/9] block: hold a request_queue reference for the lifetime of struct gendisk
` [PATCH 9/9] block: add an explicit ->disk backpointer to the request_queue
[PATCH] s390/net: replace in_irq() with in_hardirq()
2021-08-16 10:20 UTC (2+ messages)
[PATCH 00/11] Implement generic prot_guest_has() helper function
2021-08-13 20:17 UTC (23+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 06/11] x86/sev: Replace occurrences of sev_es_active() with prot_guest_has()
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() "
[kvm-unit-tests PATCH 0/8] s390x: Cleanup and maintenance
2021-08-13 13:14 UTC (21+ messages)
` [kvm-unit-tests PATCH 1/8] s390x: lib: Extend bitops
` [kvm-unit-tests PATCH 2/8] lib: s390x: Add 0x3d, 0x3e and 0x3f PGM constants
` [kvm-unit-tests PATCH 3/8] lib: s390x: Print addressing related exception information
` [kvm-unit-tests PATCH 4/8] lib: s390x: Start using bitops instead of magic constants
` [kvm-unit-tests PATCH 5/8] s390x: uv-host: Explain why we set up the home space and remove the space change
` [kvm-unit-tests PATCH 6/8] lib: s390x: Add PSW_MASK_64
` [kvm-unit-tests PATCH 7/8] lib: s390x: Control register constant cleanup
` [kvm-unit-tests PATCH 8/8] lib: s390x: uv: Add rc 0x100 query error handling
[PATCH v3 0/3] A few gup refactorings and documentation updates
2021-08-13 4:41 UTC (4+ messages)
` [PATCH v3 1/3] mm/gup: documentation corrections for gup/pup
` [PATCH v3 2/3] mm/gup: small refactoring: simplify try_grab_page()
` [PATCH v3 3/3] mm/gup: Remove try_get_page(), call try_get_compound_head() directly
[PATCH v2 0/3] A few gup refactorings and documentation updates
2021-08-12 21:59 UTC (11+ messages)
` [PATCH v2 1/3] mm/gup: documentation corrections for gup/pup
` [PATCH v2 2/3] mm/gup: small refactoring: simplify try_grab_page()
` [PATCH v2 3/3] mm/gup: Remove try_get_page(), call try_get_compound_head() directly
pass a gendisk instead of block_device in the partitioning code
2021-08-12 16:51 UTC (7+ messages)
` [PATCH 1/4] block: store a gendisk in struct parsed_partitions
` [PATCH 2/4] block: pass a gendisk to bdev_add_partition
` [PATCH 3/4] block: pass a gendisk to bdev_del_partition
` [PATCH 4/4] block: pass a gendisk to bdev_resize_partition
[PATCH v2 1/2] KVM: Refactor kvm_arch_vcpu_fault() to return a struct page pointer
2021-08-12 15:41 UTC (3+ messages)
[kvm-unit-tests PATCH v2 0/4] S390x: CPU Topology Information
2021-08-12 15:12 UTC (14+ messages)
` [kvm-unit-tests PATCH v2 1/4] s390x: lib: Add SCLP toplogy nested level
` [kvm-unit-tests PATCH v2 2/4] s390x: lib: Simplify stsi_get_fc and move it to library
` [kvm-unit-tests PATCH v2 3/4] s390x: topology: Check the Perform Topology Function
` [kvm-unit-tests PATCH v2 4/4] s390x: topology: Checking Configuration Topology Information
[PATCH v4 0/2] memblock: make memblock_find_in_range method private
2021-08-12 14:40 UTC (4+ messages)
` [PATCH v4 1/2] x86/mm: memory_map_top_down: remove spurious reservation of upper 2M
` [PATCH v4 2/2] memblock: make memblock_find_in_range method private
ensure each gendisk always has a request_queue reference
2021-08-12 14:17 UTC (10+ messages)
` [PATCH 1/8] nvme: use blk_mq_alloc_disk
` [PATCH 2/8] st: do not allocate a gendisk
` [PATCH 3/8] sg: "
` [PATCH 4/8] block: cleanup the lockdep handling in *alloc_disk
` [PATCH 5/8] block: remove alloc_disk and alloc_disk_node
` [PATCH 6/8] block: remove the minors argument to __alloc_disk_node
` [PATCH 7/8] block: pass a request_queue to __blk_alloc_disk
` [PATCH 8/8] block: hold a request_queue reference for the lifetime of struct gendisk
[PATCH v4 00/14] Provide core infrastructure for managing open/release
2021-08-11 22:08 UTC (5+ messages)
` [PATCH v4 09/14] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set
[PATCH v4 14/14] vfio: Remove struct vfio_device_ops open/release
2021-08-11 10:35 UTC (2+ messages)
[PATCH v4 10/14] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
2021-08-11 10:33 UTC (2+ messages)
[PATCH v4 08/14] vfio/pci: Move to the device set infrastructure
2021-08-11 9:35 UTC (2+ messages)
[PATCH v4 02/14] vfio/mbochs: Fix missing error unwind of mbochs_used_mbytes
2021-08-11 9:17 UTC (2+ messages)
[PATCH v3] memblock: make memblock_find_in_range method private
2021-08-11 7:36 UTC (5+ messages)
[PATCH v2 net] net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by drivers towards the bridge
2021-08-10 20:30 UTC (5+ messages)
[PATCH v2 00/13] Remove vfio_mdev.c, mdev_parent_ops and more
2021-08-10 15:00 UTC (13+ messages)
` [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev()
` s390 common I/O layer locking (was: [PATCH v2 07/13] vfio/ccw: Convert to use vfio_register_group_dev())
` s390 common I/O layer locking
[PATCH net] net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by drivers towards the bridge
2021-08-10 9:34 UTC (6+ messages)
sched: Move SCHED_DEBUG sysctl to debugfs
2021-08-10 8:49 UTC (10+ messages)
` [PATCH 0/1] Improve yield (was: sched: Move SCHED_DEBUG sysctl to debugfs)
` [PATCH 1/1] sched/fair: improve yield_to vs fairness
[PATCH v3] vfio/ap_ops: Convert to use vfio_register_group_dev()
2021-08-10 8:33 UTC (2+ messages)
[patch V2 00/19] PCI/MSI, x86: Cure a couple of inconsistencies
2021-08-10 7:49 UTC (5+ messages)
` [patch V2 18/19] PCI/MSI: Provide a new set of mask and unmask functions
` [patch V3 "
[PATCH v2] scripts/Makefile.clang: default to LLVM_IAS=1
2021-08-10 0:06 UTC (2+ messages)
[PATCH 0/2] Fix /proc/sys/fs/nfs/nsm_use_hostnames on big endian machines
2021-08-09 17:50 UTC (2+ messages)
[kvm-unit-tests PATCH v1 0/4] S390x: CPU Topology Information
2021-08-09 15:59 UTC (16+ messages)
` [kvm-unit-tests PATCH v1 1/4] s390x: lib: Add SCLP toplogy nested level
` [kvm-unit-tests PATCH v1 2/4] s390x: lib: Move stsi_get_fc to library
` [kvm-unit-tests PATCH v1 3/4] s390x: topology: check the Perform Topology Function
` [kvm-unit-tests PATCH v1 4/4] s390x: Topology: checking Configuration Topology Information
[PATCH] s390/crypto: fix all kernel-doc warnings in vfio_ap_ops.c
2021-08-09 15:12 UTC (4+ messages)
[PATCH v3 00/21] .map_sg() error cleanup
2021-08-09 15:16 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