1. 30 9月, 2018 1 次提交
  2. 23 7月, 2018 1 次提交
  3. 12 7月, 2018 1 次提交
    • S
      libata: remove ata_sff_data_xfer_noirq() · 23ebda2f
      Sebastian Andrzej Siewior 提交于
      ata_sff_data_xfer_noirq() is invoked via the ->sff_data_xfer hook. The
      latter is invoked by ata_pio_sector(), atapi_send_cdb() and
      __atapi_pio_bytes() which in turn is invoked by ata_sff_hsm_move().
      The latter function requires that the "ap->lock" lock is held which
      needs to be taken with disabled interrupts.
      
      There is no need have to have ata_sff_data_xfer_noirq() which invokes
      ata_sff_data_xfer32() with disabled interrupts because at this point the
      interrupts are already disabled.
      Remove the function and its references to it and replace all callers
      with ata_sff_data_xfer32().
      Signed-off-by: NSebastian Andrzej Siewior <bigeasy@linutronix.de>
      Signed-off-by: NTejun Heo <tj@kernel.org>
      23ebda2f
  4. 09 7月, 2018 2 次提交
  5. 07 7月, 2018 3 次提交
  6. 04 7月, 2018 1 次提交
  7. 02 7月, 2018 1 次提交
  8. 16 6月, 2018 1 次提交
  9. 14 6月, 2018 1 次提交
    • C
      dma-mapping: move all DMA mapping code to kernel/dma · cf65a0f6
      Christoph Hellwig 提交于
      Currently the code is split over various files with dma- prefixes in the
      lib/ and drives/base directories, and the number of files keeps growing.
      Move them into a single directory to keep the code together and remove
      the file name prefixes.  To match the irq infrastructure this directory
      is placed under the kernel/ directory.
      Signed-off-by: NChristoph Hellwig <hch@lst.de>
      cf65a0f6
  10. 26 5月, 2018 4 次提交
  11. 21 5月, 2018 2 次提交
  12. 17 5月, 2018 1 次提交
  13. 16 5月, 2018 2 次提交
  14. 14 5月, 2018 3 次提交
  15. 12 5月, 2018 1 次提交
  16. 11 5月, 2018 1 次提交
  17. 09 5月, 2018 1 次提交
  18. 08 5月, 2018 1 次提交
  19. 28 4月, 2018 1 次提交
  20. 26 4月, 2018 1 次提交
  21. 23 4月, 2018 1 次提交
  22. 22 4月, 2018 1 次提交
  23. 21 4月, 2018 1 次提交
  24. 17 4月, 2018 1 次提交
  25. 27 3月, 2018 3 次提交
  26. 26 3月, 2018 1 次提交
  27. 23 3月, 2018 2 次提交