aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/ioat/dma_v2.c
Commit message (Expand)AuthorAge
* ioat2: fix performance regressionDan Williams2010-10-13
* ioat2: catch and recover from broken vtd configurations v6Dan Williams2010-08-04
* Merge branch 'ioat' into dmaengineDan Williams2010-05-17
|\
| * ioat2,3: convert to producer/consumer lockingDan Williams2010-05-01
| * ioat: convert to circ_bufDan Williams2010-05-01
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* | DMAENGINE: generic channel status v2Linus Walleij2010-03-26
|/
* Merge branch 'coh' into dmaengineDan Williams2010-03-03
|\
| * ioat: fix infinite timeout checking in ioat2_quiesceDan Williams2010-02-03
* | ioat: cleanup ->timer_fn() and ->cleanup_fn() prototypesDan Williams2010-03-03
* | ioat: close potential BUG_ON race in the descriptor cleanup pathDan Williams2010-03-03
* | ioat2: kill pending flagDan Williams2010-03-03
|/
* ioat2,3: put channel hardware in known state at initDan Williams2009-12-19
* ioat2,3: report all uncorrectable errorsDan Williams2009-11-20
* drivers/dma/ioat/dma_v2.c: fix warningsAndrew Morton2009-09-21
* ioat2: clarify ring size limitsDan Williams2009-09-16
* Merge branch 'dmaengine' into async-tx-nextDan Williams2009-09-08
|\
| * ioat2,3: cacheline align software descriptor allocationsDan Williams2009-09-08
* | ioat3: segregate raid enginesDan Williams2009-09-08
* | ioat3: xor self testDan Williams2009-09-08
* | ioat3: xor supportDan Williams2009-09-08
* | ioat: add 'ioat' sysfs attributesDan Williams2009-09-08
* | ioat3: split ioat3 support to its own file, add memsetDan Williams2009-09-08
* | ioat2+: add fence supportDan Williams2009-09-08
|/
* ioat2,3: dynamically resize descriptor ringDan Williams2009-09-08
* ioat: switch watchdog and reset handler from workqueue to timerDan Williams2009-09-08
* ioat: ___devinit annotate the initialization pathsDan Williams2009-09-08
* ioat: preserve chanctrl bits when re-arming interruptsDan Williams2009-09-08
* ioat: ignore reserved bits for chancnt and xfercapDan Williams2009-09-08
* ioat: cleanup completion status readsDan Williams2009-09-08
* ioat: add some dev_dbg() callsDan Williams2009-09-08
* ioat2,3: convert to a true ring bufferDan Williams2009-09-08
id='n495' href='#n495'>495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695






















































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
PK