messages from 2020-07-01 13:24:29 to 2020-07-10 18:34:35 UTC [more...]
[PATCH v5] ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtime
2020-07-10 18:34 UTC (4+ messages)
[GIT PULL] more s390 updates for 5.8-rc5
2020-07-10 16:55 UTC (2+ messages)
[PATCH v6 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
2020-07-10 15:59 UTC (3+ messages)
` [PATCH V6 4/5] iommu/dma-iommu: Use the dev->coherent_dma_mask
[PATCH v1 0/9] s390: implement and optimize vmemmap_free()
2020-07-10 14:02 UTC (20+ messages)
` [PATCH v1 1/9] s390/vmem: rename vmem_add_mem() to vmem_add_range()
` [PATCH v1 2/9] s390/vmem: recursive implementation of vmem_remove_range()
` [PATCH v1 3/9] s390/vmemmap: implement vmemmap_free()
` [PATCH v1 4/9] s390/vmemmap: cleanup when vmemmap_populate() fails
` [PATCH v1 5/9] s390/vmemmap: take the vmem_mutex when populating/freeing
` [PATCH v1 6/9] s390/vmem: cleanup empty page tables
` [PATCH v1 7/9] s390/vmemmap: fallback to PTEs if mapping large PMD fails
` [PATCH v1 8/9] s390/vmemmap: remember unused sub-pmd ranges
` [PATCH v1 9/9] s390/vmemmap: avoid memset(PAGE_UNUSED) when adding consecutive sections
[PATCH v6 0/5] clean up redundant 'kvm_run' parameters
2020-07-10 8:06 UTC (8+ messages)
` [PATCH v6 1/5] KVM: s390: "
` [PATCH v6 3/5] KVM: PPC: clean up redundant kvm_run parameters in assembly
[PATCH V4 0/4] mm/debug_vm_pgtable: Add some more tests
2020-07-10 6:47 UTC (9+ messages)
` [PATCH V4 1/4] mm/debug_vm_pgtable: Add tests validating arch helpers for core MM features
` [PATCH V4 2/4] mm/debug_vm_pgtable: Add tests validating advanced arch page table helpers
` [mm/debug_vm_pgtable] a97a171093: BUG:unable_to_handle_page_fault_for_address
` [PATCH V4 3/4] mm/debug_vm_pgtable: Add debug prints for individual tests
` [PATCH V4 4/4] Documentation/mm: Add descriptions for arch page table helpers
[PATCH] S390: Replace HTTP links with HTTPS ones
2020-07-09 18:27 UTC
[PATCH v3 00/34] iommu: Move iommu_group setup to IOMMU core code
2020-07-09 15:24 UTC (5+ messages)
` [PATCH v3 07/34] iommu: Add probe_device() and release_device() call-backs
[PATCH v5 0/2] s390: virtio: let arch validate VIRTIO features
2020-07-09 15:06 UTC (12+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] s390: virtio: PV needs VIRTIO I/O device protection
[kvm-unit-tests PATCH v11 0/9] s390x: Testing the Channel Subsystem I/O
2020-07-09 14:38 UTC (22+ messages)
` [kvm-unit-tests PATCH v11 1/9] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v11 2/9] s390x: I/O interrupt registration
` [kvm-unit-tests PATCH v11 3/9] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v11 4/9] s390x: clock and delays calculations
` [kvm-unit-tests PATCH v11 5/9] s390x: define function to wait for interrupt
` [kvm-unit-tests PATCH v11 6/9] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v11 7/9] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v11 8/9] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v11 9/9] s390x: css: ssch/tsch with sense and interrupt
[PATCH net 0/5] net/smc: fixes 2020-07-08
2020-07-08 19:35 UTC (7+ messages)
` [PATCH net 1/5] net/smc: separate LLC wait queues for flow and messages
` [PATCH net 2/5] net/smc: fix work request handling
` [PATCH net 3/5] net/smc: fix sleep bug in smc_pnet_find_roce_resource()
` [PATCH net 4/5] net/smc: switch smcd_dev_list spinlock to mutex
` [PATCH net 5/5] net/smc: tolerate future SMCD versions
[PATCH][next] s390/dasd: Use struct_size() helper
2020-07-08 19:39 UTC (3+ messages)
[PATCH v5 18/25] mm/s390: Use general page fault accounting
2020-07-08 14:30 UTC (3+ messages)
[PATCH v8 00/16] s390/vfio-ap: dynamic configuration support
2020-07-08 14:04 UTC (4+ messages)
` [PATCH v8 04/16] s390/zcrypt: driver callback to indicate resource in use
[PATCH 0/7] zfcp: cleanups and small changes for 5.9
2020-07-08 13:12 UTC (10+ messages)
` [PATCH 1/7] zfcp: use prandom_u32_max() for backoff
` [PATCH 2/7] zfcp: fix an outdated comment for zfcp_qdio_send()
` [PATCH 3/7] scsi: docs: update outdated link to IBM developerworks
` [PATCH 4/7] scsi: docs: remove invalid link and update text for zfcp kernel config
` [PATCH 5/7] zfcp: clean up zfcp_erp_action_ready()
` [PATCH 6/7] zfcp: replace open-coded list move
` [PATCH 7/7] zfcp: avoid benign overflow of the Request Queue's free-level
[PATCH v4 0/2] s390: virtio: let arch validate VIRTIO features
2020-07-07 11:19 UTC (14+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] s390: virtio: PV needs VIRTIO I/O device protection
[kvm-unit-tests PATCH v10 0/9] s390x: Testing the Channel Subsystem I/O
2020-07-07 11:14 UTC (20+ messages)
` [kvm-unit-tests PATCH v10 1/9] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v10 2/9] s390x: I/O interrupt registration
` [kvm-unit-tests PATCH v10 3/9] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v10 4/9] s390x: clock and delays calculations
` [kvm-unit-tests PATCH v10 5/9] s390x: define function to wait for interrupt
` [kvm-unit-tests PATCH v10 6/9] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v10 7/9] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v10 8/9] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v10 9/9] s390x: css: ssch/tsch with sense and interrupt
[v3 PATCH 0/2] Splitting ratelimit.h and lockdep.h
2020-07-07 3:42 UTC (6+ messages)
` [v3 PATCH 1/2] lockdep: Split header file into lockdep and lockdep_types
` [PATCH RESEND] lockdep: Move list.h inclusion into lockdep.h
[GIT PULL] s390 updates for 5.8-rc5
2020-07-06 17:20 UTC (2+ messages)
[PATCH v3 0/1] s390: virtio: let arch choose to accept devices without IOMMU feature
2020-07-06 15:01 UTC (8+ messages)
` [PATCH v3 1/1] s390: virtio: let arch "
bpf: bpf_probe_read helper restriction on s390x
2020-07-06 10:15 UTC
bpf: bpf_probe_read helper restriction on s390x
2020-07-06 8:54 UTC (2+ messages)
[PATCH] drivers/s390/char/tty3270: Remove function callback casts
2020-07-04 12:25 UTC (3+ messages)
[PULL 0/1] vfio-ccw fix
2020-07-03 16:21 UTC (3+ messages)
` [PULL 1/1] vfio-ccw: Fix a build error due to missing include of linux/slab.h
linux-next: umh: fix processed error when UMH_WAIT_PROC is used seems to break linux bridge on s390x (bisected)
2020-07-03 13:28 UTC (25+ messages)
[PATCH] vfio-ccw: Fix a build error due to missing include of linux/slab.h
2020-07-03 9:45 UTC (2+ messages)
[PATCH v2 0/2] s390/mm: don't set ARCH_KEEP_MEMBLOCK
2020-07-03 8:31 UTC (11+ messages)
` [PATCH v2 1/2] mm/memblock: expose only miminal interface to add/walk physmem
` [PATCH v2 2/2] s390/mm: don't set ARCH_KEEP_MEMBLOCK
[PATCH 0/8] mm: cleanup usage of <asm/pgalloc.h>
2020-07-02 21:46 UTC (2+ messages)
rename ->make_request_fn and move it to the block_device_operations v2
2020-07-02 18:22 UTC (14+ messages)
` [PATCH 09/20] bcache: stop setting ->queuedata
` [PATCH 10/20] dm: stop using ->queuedata
` [PATCH 12/20] block: remove the request_queue argument from blk_queue_split
` [PATCH 16/20] block: move ->make_request_fn to struct block_device_operations
` [PATCH 17/20] block: rename generic_make_request to submit_bio_noacct
rename ->make_request_fn and move it to the block_device_operations
2020-07-02 15:52 UTC (6+ messages)
` [PATCH 18/20] block: refator submit_bio_noacct
[kvm-unit-tests PATCH v9 00/12] s390x: Testing the Channel Subsystem I/O
2020-07-02 12:56 UTC (10+ messages)
` [kvm-unit-tests PATCH v9 08/12] s390x: retrieve decimal and hexadecimal kernel parameters
` [kvm-unit-tests PATCH v9 12/12] s390x: css: ssch/tsch with sense and interrupt
[PATCH AUTOSEL 4.9 08/13] s390/kasan: fix early pgm check handler execution
2020-07-02 1:27 UTC
[PATCH AUTOSEL 4.14 10/17] s390/kasan: fix early pgm check handler execution
2020-07-02 1:26 UTC
[PATCH AUTOSEL 4.19 16/27] s390/kasan: fix early pgm check handler execution
2020-07-02 1:26 UTC (2+ messages)
` [PATCH AUTOSEL 4.19 17/27] s390/debug: avoid kernel warning on too large number of pages
[PATCH AUTOSEL 5.4 28/40] s390/kasan: fix early pgm check handler execution
2020-07-02 1:23 UTC (2+ messages)
` [PATCH AUTOSEL 5.4 29/40] s390/debug: avoid kernel warning on too large number of pages
[PATCH AUTOSEL 5.7 35/53] s390/kasan: fix early pgm check handler execution
2020-07-02 1:21 UTC (2+ messages)
` [PATCH AUTOSEL 5.7 36/53] s390/debug: avoid kernel warning on too large number of pages
[PATCH v4 18/26] mm/s390: Use general page fault accounting
2020-07-01 14:52 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