Skip to content
Snippets Groups Projects
Select Git revision
  • pred_err_handling default protected
  • pred_err_handling_more_prints
  • pbm_no_preemption_fix_test_input
  • pbm_no_preemption_fix_test
  • libpbm_kernel_fix
  • libpbm_kernel
  • bugfix/setup
  • libpbm_kernel_fix_bak
  • pbm_no_preemption
  • pbm
  • testing
  • sose22results
  • sose22
  • master protected
  • err_detect
  • kelvin
16 results

kernel-program-behaviour-models

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Linus Torvalds authored
    Pull block fixes from Jens Axboe:
     "Unfortunately a few issues that warrant sending another pull request,
      even if I had hoped to avoid it. This contains:
    
       - A fix for multiqueue xen-blkback, on tear down / disconnect.
    
       - A few fixups for NVMe, including a wrong bit definition, fix for
         host memory buffers, and an nvme rdma page size fix"
    
    * 'for-linus' of git://git.kernel.dk/linux-block:
      nvme: fix the definition of the doorbell buffer config support bit
      nvme-pci: use dma memory for the host memory buffer descriptors
      nvme-rdma: default MR page size to 4k
      xen-blkback: stop blkback thread of every queue in xen_blkif_disconnect
    501d9f79
    History
    Linux kernel
    ============
    
    This file was moved to Documentation/admin-guide/README.rst
    
    Please notice that there are several guides for kernel developers and users.
    These guides can be rendered in a number of formats, like HTML and PDF.
    
    In order to build the documentation, use ``make htmldocs`` or
    ``make pdfdocs``.
    
    There are various text files in the Documentation/ subdirectory,
    several of them using the Restructured Text markup notation.
    See Documentation/00-INDEX for a list of what is contained in each file.
    
    Please read the Documentation/process/changes.rst file, as it contains the
    requirements for building and running the kernel, and information about
    the problems which may result by upgrading your kernel.