public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-16 20:02:06 to 2018-01-19 10:17:10 UTC [more...]

[PATCH 00/12] KVM: s390: exitless interrupt support for KVM
 2018-01-19 10:17 UTC  (38+ messages)
` [PATCH 01/12] KVM: s390: reverse bit ordering of irqs in pending mask
` [PATCH 02/12] KVM: s390: define GISA format-0 data structure
` [PATCH 03/12] s390/bitops: add test_and_clear_bit_inv()
` [PATCH 04/12] KVM: s390: implement GISA IPM related primitives
` [PATCH 05/12] s390/css: expose the AIV facility
` [PATCH 06/12] KVM: s390: exploit GISA and AIV for emulated interrupts
` [PATCH 07/12] KVM: s390: abstract adapter interruption word generation from ISC
` [PATCH 08/12] KVM: s390: add GISA interrupts to FLIC ioctl interface
` [PATCH 09/12] KVM: s390: make kvm_s390_get_io_int() aware of GISA
` [PATCH 10/12] KVM: s390: activate GISA for emulated interrupts
` [PATCH 11/12] s390/sclp: expose the GISA format facility
` [PATCH 12/12] KVM: s390: introduce the format-1 GISA

[PATCH v2 0/5] perf trace: Introduce arch-specific errno code/name mappings
 2018-01-19  8:56 UTC  (6+ messages)
` [PATCH v2 1/5] tools include arch: Grab a copy of errno.h for arch's supported by perf
` [PATCH v2 2/5] tools include asm-generic: Grab errno.h and errno-base.h
` [PATCH v2 3/5] perf util: Introduce architecture specific errno/name mapping
` [PATCH v2 4/5] perf trace: Obtain errno values by using arch_syscalls__strerrno()
` [PATCH v2 5/5] perf trace: Remove audit-libs dependency if syscall tables are present

[PATCH] smc: return boolean instead of integer in using_ipsec
 2018-01-19  8:35 UTC  (2+ messages)

[PATCH 0/6] s390: improve speculative execution handling
 2018-01-19  8:27 UTC  (40+ messages)
` [PATCH 1/6] s390/alternative: use a copy of the facility bit mask
` [PATCH 2/6] s390: implement nospec_[load|ptr]
` [PATCH 3/6] s390: add options to change branch prediction behaviour for the kernel
` [PATCH 4/6] s390: add system call to run tasks with modified branch prediction
` [PATCH 5/6] KVM: s390: wire up seb feature
  ` [PATCH v2] KVM: s390: wire up bpb feature
` [PATCH 6/6] s390: scrub registers on kernel entry and KVM exit

[strace PATCH 01/12] Add compat support for s390x
 2018-01-19  1:54 UTC 

[PATCH v6 01/99] xarray: Add the xa_lock to the radix_tree_root
 2018-01-18 17:02 UTC  (98+ messages)
` [PATCH v6 02/99] page cache: Use xa_lock
` [PATCH v6 03/99] xarray: Replace exceptional entries
` [PATCH v6 04/99] xarray: Change definition of sibling entries
` [PATCH v6 05/99] xarray: Add definition of struct xarray
` [PATCH v6 06/99] xarray: Define struct xa_node
` [PATCH v6 07/99] xarray: Add documentation
` [PATCH v6 08/99] xarray: Add xa_load
` [PATCH v6 09/99] xarray: Add xa_get_tag, xa_set_tag and xa_clear_tag
` [PATCH v6 10/99] xarray: Add xa_store
` [PATCH v6 11/99] xarray: Add xa_cmpxchg and xa_insert
` [PATCH v6 12/99] xarray: Add xa_for_each
` [PATCH v6 13/99] xarray: Add xa_extract
` [PATCH v6 14/99] xarray: Add xa_destroy
` [PATCH v6 15/99] xarray: Add xas_next and xas_prev
` [PATCH v6 16/99] xarray: Add xas_create_range
` [PATCH v6 17/99] xarray: Add MAINTAINERS entry
` [PATCH v6 18/99] xarray: Add ability to store errno values
` [PATCH v6 19/99] idr: Convert to XArray
` [PATCH v6 20/99] ida: "
` [PATCH v6 21/99] xarray: Add xa_reserve and xa_release
` [PATCH v6 22/99] page cache: Convert hole search to XArray
` [PATCH v6 23/99] page cache: Add page_cache_range_empty function
` [PATCH v6 24/99] page cache: Add and replace pages using the XArray
` [PATCH v6 26/99] page cache: Convert page cache lookups to XArray
` [PATCH v6 27/99] page cache: Convert delete_batch "
` [PATCH v6 28/99] page cache: Remove stray radix comment
` [PATCH v6 29/99] page cache: Convert filemap_range_has_page to XArray
` [PATCH v6 30/99] mm: Convert page-writeback "
` [PATCH v6 31/99] mm: Convert workingset "
` [PATCH v6 32/99] mm: Convert truncate "
` [PATCH v6 33/99] mm: Convert add_to_swap_cache "
` [PATCH v6 34/99] mm: Convert delete_from_swap_cache "
` [PATCH v6 35/99] mm: Convert __do_page_cache_readahead "
` [PATCH v6 36/99] mm: Convert page migration "
` [PATCH v6 37/99] mm: Convert huge_memory "
` [PATCH v6 38/99] mm: Convert collapse_shmem "
` [PATCH v6 39/99] mm: Convert khugepaged_scan_shmem "
` [PATCH v6 40/99] pagevec: Use xa_tag_t
` [PATCH v6 41/99] shmem: Convert replace to XArray
` [PATCH v6 42/99] shmem: Convert shmem_confirm_swap "
` [PATCH v6 43/99] shmem: Convert find_swap_entry "
` [PATCH v6 44/99] shmem: Convert shmem_tag_pins "
` [PATCH v6 45/99] shmem: Convert shmem_wait_for_pins "
` [PATCH v6 46/99] shmem: Convert shmem_add_to_page_cache "
` [PATCH v6 47/99] shmem: Convert shmem_alloc_hugepage "
` [PATCH v6 48/99] shmem: Convert shmem_free_swap "
` [PATCH v6 49/99] shmem: Convert shmem_partial_swap_usage "
` [PATCH v6 50/99] shmem: Comment fixups
` [PATCH v6 51/99] btrfs: Convert page cache to XArray
` [PATCH v6 52/99] fs: Convert buffer "
` [PATCH v6 53/99] fs: Convert writeback "
` [PATCH v6 54/99] nilfs2: Convert "
` [PATCH v6 55/99] f2fs: "
` [PATCH v6 56/99] lustre: "
` [PATCH v6 57/99] dax: Convert dax_unlock_mapping_entry "
` [PATCH v6 58/99] dax: Convert lock_slot "
` [PATCH v6 59/99] dax: More XArray conversion
` [PATCH v6 60/99] dax: Convert __dax_invalidate_mapping_entry to XArray
` [PATCH v6 61/99] dax: Convert dax_writeback_one "
` [PATCH v6 62/99] dax: Convert dax_insert_pfn_mkwrite "
` [PATCH v6 63/99] dax: Convert dax_insert_mapping_entry "
` [PATCH v6 64/99] dax: Convert grab_mapping_entry "
` [PATCH v6 65/99] dax: Fix sparse warning
` [PATCH v6 66/99] page cache: Finish XArray conversion
` [PATCH v6 67/99] mm: Convert cgroup writeback to XArray
` [PATCH v6 68/99] vmalloc: Convert "
` [PATCH v6 69/99] brd: "
` [PATCH v6 70/99] xfs: Convert m_perag_tree "
` [PATCH v6 71/99] xfs: Convert pag_ici_root "
` [PATCH v6 72/99] xfs: Convert xfs dquot "
` [PATCH v6 73/99] xfs: Convert mru cache "
` [PATCH v6 74/99] usb: Convert xhci-mem "
` [PATCH v6 75/99] md: Convert raid5-cache "
` [PATCH v6 76/99] irqdomain: Convert "
` [PATCH v6 77/99] fscache: "
` [PATCH v6 78/99] sh: intc: "
` [PATCH v6 79/99] blk-cgroup: "
` [PATCH v6 80/99] blk-ioc: "
` [PATCH v6 81/99] i915: Convert handles_vma "
` [PATCH v6 82/99] s390: Convert gmap "
` [PATCH v6 83/99] hwspinlock: Convert "
` [PATCH v6 84/99] btrfs: Convert fs_roots_radix "
` [PATCH v6 85/99] btrfs: Remove unused spinlock
` [PATCH v6 86/99] btrfs: Convert reada_zones to XArray
` [PATCH v6 87/99] btrfs: Convert reada_extents "
` [PATCH v6 88/99] btrfs: Convert reada_tree "
` [PATCH v6 89/99] btrfs: Convert buffer_radix "
` [PATCH v6 90/99] btrfs: Convert delayed_nodes_tree "
` [PATCH v6 92/99] f2fs: Convert pids radix tree "
` [PATCH v6 95/99] f2fs: Convert gclist.iroot "
` [PATCH v6 97/99] xen: Convert pvcalls-back "
` [PATCH v6 98/99] qrtr: Convert "
` [PATCH v6 00/99] XArray version 6

[PATCH 0/5] perf trace: Introduce arch-specific errno code/name mappings
 2018-01-18 14:11 UTC  (9+ messages)
` [PATCH 3/5] perf util: Introduce architecture specific errno/name mapping

[strace PATCH 12/12] Update NEWS
 2018-01-18  6:17 UTC 

[strace PATCH 11/12] tests: check s390_pci_mmio_read and s390_pci_mmio_write decoders
 2018-01-18  6:17 UTC 

[strace PATCH 10/12] Introduce s390_pci_mmio_read, s390_pci_mmio_write system call decoders
 2018-01-18  6:17 UTC 

[strace PATCH 09/12] tests: check s390_runtime_instr system call decoder
 2018-01-18  6:17 UTC 

[strace PATCH 08/12] Introduce s390_runtime_instr system call decoder
 2018-01-18  6:16 UTC 

[strace PATCH 07/12] tests: check s390_guarded_storage system call decoder
 2018-01-18  6:16 UTC 

[strace PATCH 06/12] Introduce s390_guarded_storage system call decoder
 2018-01-18  6:16 UTC 

[strace PATCH 05/12] tests: check s390_sthyi system call decoder
 2018-01-18  6:16 UTC 

[strace PATCH 03/12] print_fields.h: add macro to print hexadecimal array field
 2018-01-18  6:16 UTC 

[strace PATCH 02/12] Add print_quoted_string flag to generate comment
 2018-01-18  6:16 UTC 


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