linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-23 12:47:39 to 2018-09-14 12:10:36 UTC [more...]

[PATCH 00/30] mm: remove bootmem allocator
 2018-09-14 12:10 UTC  (22+ messages)
` [PATCH 01/30] mips: switch to NO_BOOTMEM
` [PATCH 02/30] mm: remove CONFIG_NO_BOOTMEM
` [PATCH 03/30] mm: remove CONFIG_HAVE_MEMBLOCK
` [PATCH 04/30] mm: remove bootmem allocator implementation
` [PATCH 05/30] mm: nobootmem: remove dead code
` [PATCH 06/30] memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
` [PATCH 07/30] memblock: remove _virt from APIs returning virtual address
` [PATCH 08/30] memblock: replace alloc_bootmem_align with memblock_alloc
` [PATCH 09/30] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [PATCH 10/30] memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_nopanic
` [PATCH 11/30] memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic
` [PATCH 12/30] memblock: replace alloc_bootmem_low with memblock_alloc_low
` [PATCH 13/30] memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
` [PATCH 14/30] memblock: add align parameter to memblock_alloc_node()
` [PATCH 15/30] memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
` [PATCH 16/30] memblock: replace __alloc_bootmem_node with appropriate memblock_ API
` [PATCH 17/30] memblock: replace alloc_bootmem_node with memblock_alloc_node
` [PATCH 18/30] memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
` [PATCH 19/30] memblock: replace alloc_bootmem_pages with memblock_alloc
` [PATCH 20/30] memblock: replace __alloc_bootmem with memblock_alloc_from
` [PATCH 21/30] memblock: replace alloc_bootmem with memblock_alloc

[GIT PULL] s390 patches for 4.19 #3
 2018-09-14  5:42 UTC  (4+ messages)

[PATCH v2 0/8] add support for relative references in jump tables
 2018-09-13 21:40 UTC  (4+ messages)

[PATCH v9 00/22] guest dedicated crypto adapters
 2018-09-13  9:12 UTC  (49+ messages)
` [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework
` [PATCH v9 12/22] s390: vfio-ap: sysfs interfaces to configure control domains
` [PATCH v9 13/22] s390: vfio-ap: sysfs interface to view matrix mdev matrix
` [PATCH v9 21/22] KVM: s390: CPU model support for AP virtualization

[PATCH 11/11] compat_ioctl: move tape handling into drivers
 2018-09-13  8:13 UTC  (9+ messages)
    ` [PATCH 06/11] compat_ioctl: remove /dev/random commands

[PATCH net 0/4] s390/qeth: fixes 2018-09-12
 2018-09-12 20:13 UTC  (6+ messages)
` [PATCH net 1/4] s390/qeth: indicate error when netdev allocation fails
` [PATCH net 2/4] s390/qeth: switch on SG by default for IQD devices
` [PATCH net 3/4] s390/qeth: use vzalloc for QUERY OAT buffer
` [PATCH net 4/4] s390/qeth: don't dump past end of unknown HW header

[PATCH v10 00/26] guest dedicated crypto adapters
 2018-09-12 19:43 UTC  (27+ messages)
` [PATCH v10 01/26] KVM: s390: vsie: simulate VCPU SIE entry/exit
` [PATCH v10 02/26] KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
` [PATCH v10 03/26] KVM: s390: refactor crypto initialization
` [PATCH v10 04/26] s390: vfio-ap: base implementation of VFIO AP device driver
` [PATCH v10 05/26] s390: vfio-ap: register matrix device with VFIO mdev framework
` [PATCH v10 06/26] s390: vfio-ap: sysfs interfaces to configure adapters
` [PATCH v10 07/26] s390: vfio-ap: sysfs interfaces to configure domains
` [PATCH v10 08/26] s390: vfio-ap: sysfs interfaces to configure control domains
` [PATCH v10 09/26] s390: vfio-ap: sysfs interface to view matrix mdev matrix
` [PATCH v10 10/26] KVM: s390: interfaces to clear CRYCB masks
` [PATCH v10 11/26] s390: vfio-ap: implement mediated device open callback
` [PATCH v10 12/26] s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
` [PATCH v10 13/26] s390: vfio-ap: zeroize the AP queues
` [PATCH v10 14/26] s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
` [PATCH v10 15/26] KVM: s390: Clear Crypto Control Block when using vSIE
` [PATCH v10 16/26] KVM: s390: vsie: Do the CRYCB validation first
` [PATCH v10 17/26] KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
` [PATCH v10 18/26] KVM: s390: vsie: Allow CRYCB FORMAT-2
` [PATCH v10 19/26] KVM: s390: vsie: allow CRYCB FORMAT-1
` [PATCH v10 20/26] KVM: s390: vsie: allow CRYCB FORMAT-0
` [PATCH v10 21/26] KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
` [PATCH v10 22/26] KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
` [PATCH v10 23/26] KVM: s390: vsie: allow guest FORMAT-0 "
` [PATCH v10 24/26] KVM: s390: device attrs to enable/disable AP interpretation
` [PATCH v10 25/26] KVM: s390: CPU model support for AP virtualization
` [PATCH v10 26/26] s390: doc: detailed specifications "

[PATCH v2 07/17] compat_ioctl: move tape handling into drivers
 2018-09-12 15:08 UTC 

[PATCH 2/2] s390: qeth: Avoid unneeded command name lookup
 2018-09-12 14:59 UTC 

[PATCH 1/2 v2] s390: qeth: Fix potential array overrun in cmd/rc lookup
 2018-09-12 14:47 UTC 

[PATCH 00/25] Change tty_port(standard)_install's return type
 2018-09-12 14:41 UTC  (30+ messages)
` [PATCH 01/25] tty: Change return type to void
` [PATCH 02/25] isdn: i4l: isdn_tty: "
` [PATCH 03/25] s390: char: con3215: "
` [PATCH 04/25] s390: char: tty3270: "
` [PATCH 05/25] tty: hvc: hvc_console: "
` [PATCH 06/25] tty: hvc: hvcs: "
` [PATCH 07/25] tty: mips_ejtag_fdc: "
` [PATCH 08/25] tty: n_gsm: "
` [PATCH 09/25] tty: serial: kgdb_nmi: "
` [PATCH 10/25] tty: synclink: "
` [PATCH 11/25] tty: synclinkmp: "
` [PATCH 12/25] tty: vt: "
` [PATCH 13/25] usb: xhci: dbc: "
` [PATCH 14/25] Bluetooth: "
` [PATCH 15/25] um: "
` [PATCH 16/25] isdn: capi: "
` [PATCH 17/25] misc: pti: "
` [PATCH 18/25] mmc: core: sdio_uart: "
` [PATCH 19/25] staging: fwserial: "
` [PATCH 20/25] staging: gdm724x: gdm_tty: "
` [PATCH 21/25] staging: greybus: uart: "
` [PATCH 22/25] tty: nozomi: "
` [PATCH 23/25] tty: vcc: "
` [PATCH 24/25] usb: cdc-acm: "
` [PATCH 25/25] usb: usb-serial: "

[RFC PATCH 0/2] virtio/s390: fix some races in virtio-ccw
 2018-09-12 14:04 UTC 

Livepatch consistency model, objtool, and s390x arch
 2018-09-12 10:11 UTC 

[PATCH] cputopology.txt: fix CONFIG_SCHED_DRAWER name
 2018-09-12  6:01 UTC 

[PATCH 1/2] s390: qeth: Fix potential array overrun in cmd/rc lookup
 2018-09-10 14:37 UTC 

[PATCH 0/2] s390: Use ARRAY_SIZE instead of reimplementing its function
 2018-09-10  6:37 UTC  (6+ messages)
` [PATCH 1/2] s390: vmlogrdr: "
` [PATCH 2/2] s390: qeth_core_mpc: "

[PATCH] s390: zfcp_aux: remove unnecessary null pointer check before mempool_destroy
 2018-09-10  6:35 UTC  (3+ messages)

[PATCH] s390/zcrypt: Use kmemdup to replace kmalloc + memcpy
 2018-09-10  6:34 UTC  (2+ messages)

[PATCH] [RFC v2] Drop all 00-INDEX files from Documentation/
 2018-09-09 21:12 UTC  (12+ messages)

[PATCH] drivers:s390:char:move spin_lock_bh to spin_lock in tasklet
 2018-09-07 15:52 UTC 

[PATCH] s390/dasd: remove unnecessary condition check
 2018-09-06 13:11 UTC  (2+ messages)

[GIT PULL] s390 patches for the 4.19 merge window #2
 2018-09-06 10:07 UTC 

[PATCH] scsi: zfcp: remove redundant put_device
 2018-09-06  6:43 UTC  (3+ messages)

[PATCH net 0/3] net/iucv: fixes 2018-09-05
 2018-09-06  5:32 UTC  (5+ messages)
` [PATCH net 1/3] net/af_iucv: drop inbound packets with invalid flags
` [PATCH net 2/3] net/af_iucv: fix skb handling on HiperTransport xmit error
` [PATCH net 3/3] net/iucv: declare iucv_path_table_empty() as static

[GIT PULL 3/3] KVM: s390: Properly lock mm context allow_gmap_hpage_1m setting
 2018-09-05  8:29 UTC 

[GIT PULL 2/3] KVM: s390: vsie: copy wrapping keys to right place
 2018-09-05  8:29 UTC 

[GIT PULL 1/3] KVM: s390: Fix pfmf and conditional skey emulation
 2018-09-05  8:29 UTC 

[GIT PULL 0/3] KVM: s390: Fixes for 4.19
 2018-09-05  8:29 UTC 

[GIT PULL] s390 patches for the 4.19 merge window #2
 2018-09-05  5:56 UTC  (3+ messages)

[PATCH] KVM: s390: Properly lock mm context allow_gmap_hpage_1m setting
 2018-09-04  9:41 UTC  (2+ messages)

[PATCH v2] KVM: s390: Fix pfmf and conditional skey emulation
 2018-09-04  8:57 UTC  (2+ messages)

[PATCH] crypto: x86 - remove SHA multibuffer routines and mcryptd
 2018-09-04  5:19 UTC  (5+ messages)

[PATCH 0/9] PCI hotplug diet
 2018-09-03 17:54 UTC  (6+ messages)
` [PATCH 8/9] PCI: hotplug: Embed hotplug_slot
` [PATCH 7/9] PCI: hotplug: Drop hotplug_slot_info

[RFC PATCH 0/3] Use DIAG318 to set Control Program Name & Version Codes
 2018-08-31 19:31 UTC 

[PATCH 3/3] s390/kvm: set host program identifier
 2018-08-31 16:51 UTC 

[PATCH 2/3] s390/kvm: handle diagnose 318 instruction call
 2018-08-31 16:51 UTC 

[PATCH 1/3] s390/setup: set control program code via diag 318
 2018-08-31 16:51 UTC 

[PATCH v1] mm: relax deferred struct page requirements
 2018-08-31 12:28 UTC  (13+ messages)

[PATCH] KVM: s390: Fix pfmf and conditional skey emulation
 2018-08-29 14:45 UTC 

[PATCH v1] KVM: s390: store DXC/VXC in fpc on DATA/Vector-processing exceptions
 2018-08-24  8:10 UTC  (5+ messages)

[PATCH v3 0/3] KVM: s390: vsie: Consolidate CRYCB validation
 2018-08-23 13:43 UTC  (12+ messages)
` [PATCH v3 1/3] KVM: s390: vsie: copy wrapping keys to right place
` [PATCH v3 2/3] KVM: s390: vsie: Do the CRYCB validation first


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).