public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-27 07:19:12 to 2020-07-03 13:28:53 UTC [more...]

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 0/7] zfcp: cleanups and small changes for 5.9
 2020-07-03 13:20 UTC  (8+ 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

[kvm-unit-tests PATCH v10 0/9] s390x: Testing the Channel Subsystem I/O
 2020-07-03 12:25 UTC  (14+ 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

[PULL 0/1] vfio-ccw fix
 2020-07-03  9:52 UTC  (2+ messages)
` [PULL 1/1] vfio-ccw: Fix a build error due to missing include of linux/slab.h

[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  (20+ messages)
` [PATCH 1/8] mm: remove unneeded includes "
` [PATCH 2/8] opeinrisc: switch to generic version of pte allocation
` [PATCH 3/8] xtensa: "
` [PATCH 4/8] asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
` [PATCH 5/8] asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
` [PATCH 6/8] asm-generic: pgalloc: provide generic pgd_free()
` [PATCH 7/8] mm: move lib/ioremap.c to mm/
` [PATCH 8/8] mm: move p?d_alloc_track to separate header file
` [PATCH 9/8] mm: Account PMD tables like PTE tables

rename ->make_request_fn and move it to the block_device_operations v2
 2020-07-02 18:22 UTC  (29+ messages)
` [PATCH 01/20] nfblock: stop using ->queuedata
` [PATCH 02/20] simdisk: "
` [PATCH 03/20] drbd: "
` [PATCH 04/20] null_blk: stop using ->queuedata for bio mode
` [PATCH 05/20] ps3vram: stop using ->queuedata
` [PATCH 06/20] rsxx: "
` [PATCH 07/20] umem: "
` [PATCH 08/20] zram: "
` [PATCH 09/20] bcache: stop setting ->queuedata
` [PATCH 10/20] dm: stop using ->queuedata
` [PATCH 11/20] fs: remove a weird comment in submit_bh_wbc
` [PATCH 12/20] block: remove the request_queue argument from blk_queue_split
` [PATCH 13/20] block: tidy up a warning in bio_check_ro
` [PATCH 14/20] block: remove the NULL queue check in generic_make_request_checks
` [PATCH 15/20] block: remove the nr_sectors variable "
` [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
` [PATCH 18/20] block: refator submit_bio_noacct
` [PATCH 19/20] block: shortcut __submit_bio_noacct for blk-mq drivers
` [PATCH 20/20] block: remove direct_make_request

rename ->make_request_fn and move it to the block_device_operations
 2020-07-02 15:52 UTC  (32+ messages)
` [PATCH 01/20] nfblock: stop using ->queuedata
` [PATCH 02/20] simdisk: "
` [PATCH 03/20] drbd: "
` [PATCH 04/20] null_blk: stop using ->queuedata for bio mode
` [PATCH 05/20] ps3vram: stop using ->queuedata
` [PATCH 06/20] rsxx: "
` [PATCH 07/20] umem: "
` [PATCH 08/20] zram: "
` [PATCH 09/20] bcache: stop setting ->queuedata
` [PATCH 10/20] dm: stop using ->queuedata
` [PATCH 11/20] fs: remove a weird comment in submit_bh_wbc
` [PATCH 12/20] block: remove the request_queue argument from blk_queue_split
` [PATCH 13/20] block: tidy up a warning in bio_check_ro
` [PATCH 14/20] block: remove the NULL queue check in generic_make_request_checks
` [PATCH 15/20] block: remove the nr_sectors variable "
` [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
` [PATCH 18/20] block: refator submit_bio_noacct
` [PATCH 19/20] block: shortcut __submit_bio_noacct for blk-mq drivers
` [PATCH 20/20] block: remove direct_make_request

[PATCH v3 0/1] s390: virtio: let arch choose to accept devices without IOMMU feature
 2020-07-02 13:03 UTC  (18+ messages)
` [PATCH v3 1/1] s390: virtio: let arch "

[kvm-unit-tests PATCH v9 00/12] s390x: Testing the Channel Subsystem I/O
 2020-07-02 12:56 UTC  (16+ messages)
` [kvm-unit-tests PATCH v9 06/12] s390x: clock and delays caluculations
` [kvm-unit-tests PATCH v9 08/12] s390x: retrieve decimal and hexadecimal kernel parameters
` [kvm-unit-tests PATCH v9 09/12] s390x: Library resources for CSS tests
` [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)

[PATCH v3 00/34] iommu: Move iommu_group setup to IOMMU core code
 2020-07-01 10:53 UTC  (3+ messages)

[PATCH RFC] s390x/vmem: get rid of memory segment list
 2020-07-01  9:24 UTC  (8+ messages)
` [PATCH v1] s390/extmem: remove stale -ENOSPC comment and handling

[RFD] uevent handling for subchannels
 2020-07-01  9:23 UTC  (9+ messages)

[RFC PATCH v3 0/3] vfio-ccw: Fix interrupt handling for HALT/CLEAR
 2020-06-30 19:10 UTC  (4+ messages)

[PATCH v1 0/2] s390/mm: don't set ARCH_KEEP_MEMBLOCK
 2020-06-30 17:11 UTC  (7+ messages)
` [PATCH v1 1/2] mm/memblock: expose only miminal interface to add/walk physmem
` [PATCH v1 2/2] s390/mm: don't set ARCH_KEEP_MEMBLOCK

[PATCH] mm/page_alloc: silence a KASAN false positive
 2020-06-30 12:33 UTC  (4+ messages)

[PATCH v4 0/8] lockdep: Change IRQ state tracking to use per-cpu variables
 2020-06-30  9:40 UTC  (4+ messages)
` [PATCH v4 7/8] lockdep: Change hardirq{s_enabled,_context} to "

[PATCH V3 0/4] mm/debug_vm_pgtable: Add some more tests
 2020-06-30  3:53 UTC  (13+ messages)
` [PATCH V3 2/4] mm/debug_vm_pgtable: Add tests validating advanced arch page table helpers

[PATCH RFC 0/2] s390/mm: don't set ARCH_KEEP_MEMBLOCK
 2020-06-29 13:02 UTC  (5+ messages)
` [PATCH RFC 2/2] "

[PATCH v8 00/16] s390/vfio-ap: dynamic configuration support
 2020-06-29 15:11 UTC  (2+ messages)

[PATCH] drivers/s390/char/tty3270: Remove function callback casts
 2020-06-29 11:54 UTC  (3+ messages)

properly support exec with kernel pointers v3
 2020-06-27  7:27 UTC  (6+ messages)
` [PATCH 1/5] exec: cleanup the execve wrappers
` [PATCH 2/5] exec: simplify the compat syscall handling
` [PATCH 3/5] exec: cleanup the count() function
` [PATCH 4/5] exec: split prepare_arg_pages
` [PATCH 5/5] exec: add a kernel_execveat helper


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