aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAge
* [PATCH] syscall class hookup for all normal targetsAl Viro2006-09-12
* [TEXTSEARCH]: Fix Boyer Moore initialization bugMichael Rash2006-08-22
* [PATCH] disable debugging version of write_lock()Andrew Morton2006-08-06
* PCI: docking station: remove dock ueventsKristen Carlson Accardi2006-08-03
* [PATCH] Fix ppc32 zImage inflatePeter Korsgaard2006-07-31
* [PATCH] let the the lockdep options depend on DEBUG_KERNELAdrian Bunk2006-07-15
* [PATCH] Convert idr's internal locking to _irqsave variantRoland Dreier2006-07-15
* [PATCH] lockdep: kconfigIngo Molnar2006-07-03
* [PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar2006-07-03
* [PATCH] lockdep: prove rwsem locking correctnessIngo Molnar2006-07-03
* [PATCH] lockdep: allow read_lock() recursion of same classIngo Molnar2006-07-03
* [PATCH] lockdep: coreIngo Molnar2006-07-03
* [PATCH] lockdep: locking API self testsIngo Molnar2006-07-03
* [PATCH] lockdep: s390 CONFIG_FRAME_POINTER supportHeiko Carstens2006-07-03
* [PATCH] lockdep: stacktrace subsystem, coreIngo Molnar2006-07-03
* [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-03
* [PATCH] lockdep: remove mutex deadlock checking codeIngo Molnar2006-07-03
* [PATCH] lockdep: clean up rwsemsIngo Molnar2006-07-03
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-30
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* | merge linus into release branchLen Brown2006-06-29
|\|
| * Fix vsnprintf off-by-one bugLinus Torvalds2006-06-28
| * [PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPLArjan van de Ven2006-06-28
| * [PATCH] fix rt-mutex defaults and dependenciesRoman Zippel2006-06-27
| * [PATCH] pi-futex: rt mutex testerThomas Gleixner2006-06-27
| * [PATCH] pi-futex: rt mutex debugIngo Molnar2006-06-27
| * [PATCH] pi-futex: add plist implementationIngo Molnar2006-06-27
| * [PATCH] zlib inflate: fix function definitionsRandy Dunlap2006-06-27
* | KEVENT: add new uevent for dockKristen Accardi2006-06-27
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-26
|\
| * spelling fixesAndreas Mohr2006-06-26
| * move acknowledgment for Mark Adler to CREDITSAdrian Bunk2006-06-26
* | Merge branch 'x86-64'Linus Torvalds2006-06-26
|\ \
| * | [PATCH] i386: reliable stack trace support (i386)Jan Beulich2006-06-26
| * | [PATCH] x86_64: reliable stack trace support (x86-64)Jan Beulich2006-06-26
| * | [PATCH] x86_64: reliable stack trace supportJan Beulich2006-06-26
| |/
* / [PATCH] lib: add idr_replaceJeff Mahoney2006-06-26
|/
* [PATCH] fix race in idr codeSonny Rao2006-06-25
* [PATCH] Implement kasprintfJeremy Fitzhardinge2006-06-25
* [PATCH] Fix bounds check in vsnprintf, to allow for a 0 size and NULL bufferJeremy Fitzhardinge2006-06-25
* [PATCH] reed-solomon: fix kernel-doc commentsRandy Dunlap2006-06-25
* [PATCH] kernel-doc for lib/crc*.cRandy Dunlap2006-06-25
* [PATCH] kernel-doc for lib/bitmap.cRandy Dunlap2006-06-25
* [PATCH] radixtree: normalize radix_tree_tag_get() return valueWu Fengguang2006-06-25
* [PATCH] constify libcrc32c tableAndreas Mohr2006-06-25
* [PATCH] strstrip() APIPekka Enberg2006-06-23
* [PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre...Mingming Cao2006-06-23
* [PATCH] percpu_counters: create lib/percpu_counter.cRavikiran G Thirumalai2006-06-23
* [PATCH] buglet in radix_tree_tag_setPeter Zijlstra2006-06-23
* [PATCH] radix-tree: smallNick Piggin2006-06-23
428'>428 429 430 431 432 433 434 435 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 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809








































































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               
%PDF-1.4
%쏢
5 0 obj
<</Length 6 0 R/Filter /FlateDecode>>
stream
xM8m	ֽނ'ق