public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-01-12 08:42:00 to 2018-01-17 20:21:25 UTC [more...]

[PATCH v6 01/99] xarray: Add the xa_lock to the radix_tree_root
 2018-01-17 20:21 UTC  (60+ 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 00/12] KVM: s390: exitless interrupt support for KVM
 2018-01-17 15:19 UTC  (22+ 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 0/6] s390: improve speculative execution handling
 2018-01-17 14:52 UTC  (31+ 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

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

[PATCH RFC 0/2] KVM: s390: vsie: protect from VCPUS modifying the SCB
 2018-01-16 17:15 UTC  (3+ messages)
` [PATCH RFC 1/2] KVM: s390 vsie: use READ_ONCE to access some SCB fields
` [PATCH RFC 2/2] KVM: s390: vsie: store guest addresses of satellite blocks in vsie_page

[PATCH 0/1] vfio-ccw: start updating vfio-ccw.txt
 2018-01-16 16:28 UTC  (5+ messages)
` [PATCH 1/1] vfio-ccw: update documentation

[GIT PULL v2] KVM: s390: Fixes and features for 4.16
 2018-01-16 16:14 UTC  (2+ messages)

[RFC PATCH 0/3] vfio: ccw: basic channel path event handling
 2018-01-16 15:57 UTC  (11+ messages)
` [RFC PATCH 1/3] vfio: ccw: introduce schib region
` [Qemu-devel] [RFC PATCH 0/3] vfio: ccw: basic channel path event handling

[GIT PULL 0/6] KVM: s390: Fixes and features for 4.16
 2018-01-16 15:35 UTC  (11+ messages)
` [GIT PULL 1/6] s390x/mm: cleanup gmap_pte_op_walk()
` [GIT PULL 2/6] KVM: s390: use created_vcpus in more places
` [GIT PULL 3/6] KVM: s390: add debug tracing for cpu features of CPU model
` [GIT PULL 4/6] KVM: s390: drop use of spin lock in __floating_irq_kick
` [GIT PULL 5/6] kvm_config: add CONFIG_S390_GUEST
` [GIT PULL 6/6] KVM: s390: cleanup struct kvm_s390_float_interrupt

[PATCH v3 00/10] posix_clocks: Prepare syscalls for 64 bit time_t conversion
 2018-01-16 15:34 UTC  (5+ messages)
` [PATCH v3 02/10] include: Move compat_timespec/ timeval to compat_time.h

[RFC/PATCH v2 00/22] KVM/s390: Hugetlbfs enablement
 2018-01-16 13:11 UTC  (5+ messages)
` [RFC/PATCH v2 11/22] s390/mm: Remove superfluous parameter

Build regressions/improvements in v4.15-rc8
 2018-01-16  9:38 UTC  (2+ messages)

consolidate direct dma mapping V4
 2018-01-16  7:52 UTC  (35+ messages)
  ` [PATCH 02/34] hexagon: remove unused flush_write_buffers definition
  ` [PATCH 03/34] m32r: "
  ` [PATCH 04/34] powerpc: "
  ` [PATCH 05/34] arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMA
  ` [PATCH 06/34] m32r: remove the unused dma_capable helper
  ` [PATCH 07/34] riscv: "
  ` [PATCH 08/34] s390: "
  ` [PATCH 09/34] dma-mapping: take dma_pfn_offset into account in dma_max_pfn
  ` [PATCH 10/34] arm64: don't override dma_max_pfn
  ` [PATCH 11/34] mips: fix an off-by-one in dma_capable
  ` [PATCH 12/34] dma-mapping: move swiotlb arch helpers to a new header
  ` [PATCH 13/34] dma-mapping: move dma_mark_clean to dma-direct.h
  ` [PATCH 14/34] hexagon: use the generic dma_capable helper
` [PATCH 15/34] powerpc: rename dma_direct_ to dma_nommu_
  ` [PATCH 16/34] microblaze: rename dma_direct to dma_nommu
` [PATCH 17/34] microblaze: remove dma_nommu_dma_supported
` [PATCH 18/34] microblaze: remove the dead !NOT_COHERENT_CACHE dma code
` [PATCH 19/34] s390: move s390_pci_dma_ops to asm/pci_dma.h
  ` [PATCH 20/34] dma-mapping: warn when there is no coherent_dma_mask
` [PATCH 21/34] dma-mapping: clear harmful GFP_* flags in common code
  ` [PATCH 22/34] dma-mapping: add an arch_dma_supported hook
  ` [PATCH 23/34] dma-mapping: provide a generic asm/dma-mapping.h
` [PATCH 24/34] dma-direct: rename dma_noop to dma_direct
  ` [PATCH 25/34] dma-direct: use phys_to_dma
  ` [PATCH 26/34] dma-direct: add dma address sanity checks
` [PATCH 27/34] dma-direct: add support for CMA allocation
` [PATCH 28/34] dma-direct: use node local allocations for coherent memory
` [PATCH 29/34] dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32
` [PATCH 30/34] dma-direct: retry allocations using GFP_DMA for small masks
` [PATCH 31/34] dma-direct: make dma_direct_{alloc,free} available to other implementations
` [PATCH 32/34] dma-direct: reject too small dma masks
` [PATCH 33/34] cris: use dma-direct
` [PATCH 34/34] h8300: "

[PATCH] s390: fix setgid16/setuid16 handling of -1
 2018-01-15 22:36 UTC  (5+ messages)
` [PATCH v2] s390: fix handling of -1 in set{,fs}[gu]id16 syscalls

[man-pages PATCH 3/5] s390_sthyi.2: wfix
 2018-01-14 18:56 UTC 

[man-pages PATCH 0/5] some minor s390 syscall updates
 2018-01-14 18:56 UTC 

consolidate direct dma mapping V3
 2018-01-12 13:17 UTC  (3+ messages)
` [PATCH 21/33] dma-mapping: add an arch_dma_supported hook


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