aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched_rt.c
Commit message (Expand)AuthorAge
* sched: rt: dont stop the period timer when there are tasks wanting to runPeter Zijlstra2008-06-20
* sched: rt-group: fix RR bugletPeter Zijlstra2008-06-19
* sched: rt-group: heirarchy aware throttlePeter Zijlstra2008-06-19
* revert ("sched: fair-group: SMP-nice for group scheduling")Ingo Molnar2008-05-29
* sched: fix RT task-wakeup logicGregory Haskins2008-05-05
* sched: make rt_sched_class, idle_sched_class staticHarvey Harrison2008-05-05
* sched: rt-group: optimize dequeue_rt_stackPeter Zijlstra2008-04-19
* sched: fair-group: SMP-nice for group schedulingPeter Zijlstra2008-04-19
* sched: mix tasks and groupsDhaval Giani2008-04-19
* sched: add new set_cpus_allowed_ptr functionMike Travis2008-04-19
* sched: rt-group: smp balancingPeter Zijlstra2008-04-19
* sched: rt-group: synchonised bandwidth periodPeter Zijlstra2008-04-19
* sched: balance RT task resched only on runqueueSteven Rostedt2008-03-07
* sched: revert load_balance_monitor() changesPeter Zijlstra2008-03-04
* sched: rt-group: make rt groups scheduling configurablePeter Zijlstra2008-02-13
* sched: rt-group: interfacePeter Zijlstra2008-02-13
* sched: rt-group: deal with PIPeter Zijlstra2008-02-13
* sched: fix goto retry in pick_next_task_rt()Dmitry Adamushko2008-01-25
* sched: rt-watchdog: fix .rlim_max = RLIM_INFINITYPeter Zijlstra2008-01-25
* sched: rt-group: reduce reschedulingPeter Zijlstra2008-01-25
* sched: rt throttling vs no_hzPeter Zijlstra2008-01-25
* sched: pull_rt_task() cleanupMike Galbraith2008-01-25
* sched: rt group schedulingPeter Zijlstra2008-01-25
* sched: rt time limitPeter Zijlstra2008-01-25
* sched: high-res preemption tickPeter Zijlstra2008-01-25
* sched: SCHED_FIFO/SCHED_RR watchdog timerPeter Zijlstra2008-01-25
* sched: sched_rt_entityPeter Zijlstra2008-01-25
* sched: remove some old cpuset logicGregory Haskins2008-01-25
* sched: RT-balance, only adjust overload state when changingGregory Haskins2008-01-25
* sched: RT-balance, add new methods to sched_classSteven Rostedt2008-01-25
* sched: RT-balance, replace hooks with pre/post schedule and wakeup methodsSteven Rostedt2008-01-25
* sched: fix sched_rt.c:join/leave_domainIngo Molnar2008-01-25
* sched: only balance our RT tasks within our domainGregory Haskins2008-01-25
* sched: clean up schedule_balance_rt()Ingo Molnar2008-01-25
* sched: clean up pull_rt_task()Ingo Molnar2008-01-25
* sched: remove leftover debuggingIngo Molnar2008-01-25
* sched: remove rt_overload()Ingo Molnar2008-01-25
* sched: clean up kernel/sched_rt.cIngo Molnar2008-01-25
* sched: clean up overlong line in kernel/sched_debug.cIngo Molnar2008-01-25
* sched: clean up find_lock_lowest_rq()Ingo Molnar2008-01-25
* sched: clean up pick_next_highest_task_rt()Ingo Molnar2008-01-25
* sched: RT-balance, optimize cpu searchSteven Rostedt2008-01-25
* sched: RT-balance, optimizeGregory Haskins2008-01-25
* sched: break out early if RT task cannot be migratedGregory Haskins2008-01-25
* sched: RT-balance, avoid overloadingSteven Rostedt2008-01-25
* sched: wake-balance fixesGregory Haskins2008-01-25
* sched: optimize RT affinityGregory Haskins2008-01-25
* sched: pre-route RT tasks on wakeupGregory Haskins2008-01-25
* sched: RT balancing: include current CPUGregory Haskins2008-01-25
* sched: break out search for RT tasksGregory Haskins2008-01-25
436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 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 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731


























































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
ÿØÿà