aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/mod
Commit message (Expand)AuthorAge
...
* | scripts/mod/modpost.c: fix memory leakAlexey Fomenko2010-08-09
|/
* Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek2010-08-04
|\
| * powerpc: Fix module building for gcc 4.5 and 64 bitStephen Rothwell2010-07-08
| * kbuild: Fix modpost segfaultKrzysztof Halasa2010-06-11
| * Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-01
| |\
| * \ Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...Linus Torvalds2010-05-21
| |\ \
| | * | MODULE_DEVICE_TABLE(isapnp, ...) does nothingOndrej Zary2010-05-19
| * | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-19
| |\| |
| | * | m68k: amiga - Zorro bus modalias supportGeert Uytterhoeven2010-05-17
| * | | phylib: Support phy module autoloadingDavid Woodhouse2010-04-02
| |/ /
* | / modpost: support objects with more than 64k sectionsDenys Vlasenko2010-08-03
| |/ |/|
* | modpost: don't allow *driver to reference .init.*Uwe Kleine-König2010-01-30
* | modpost: make symbol white list a per mismatch type variableUwe Kleine-König2010-01-30
* | modpost: remove now unused NO_MISMATCH constantUwe Kleine-König2010-01-30
* | modpost: pass around const struct sectioncheck * instead of enum mismatchUwe Kleine-König2010-01-30
* | modpost: give most mismatch constants a better nameUwe Kleine-König2010-01-30
* | modpost: define ALL_XXX{IN,EX}IT_SECTIONSUwe Kleine-König2010-01-29
* | modpost: members of *driver structs should not point to __init functionsUwe Kleine-König2010-01-29
|/
* modpost: fix segfault in sym_is() with prefixed archesMike Frysinger2010-01-17
* Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-17
|\
* | modpost: fix segfault with short symbol namesMichal Marek2009-12-15
* | Kbuild: clear marker out of modpostWenji Huang2009-12-15
* | module: make MODULE_SYMBOL_PREFIX into a CONFIG optionAlan Jenkins2009-12-15
|/
* USB: handle bcd incrementation in usb modalias generationNathaniel McCallum2009-12-11
* USB: add hex/bcd detection to usb modalias generationNathaniel McCallum2009-12-11
* spi: prefix modalias with "spi:"Anton Vorontsov2009-09-23
* spi: add support for device table matchingAnton Vorontsov2009-09-23
* Fix all -Wmissing-prototypes warnings in x86 defconfigTrevor Keith2009-09-23
* trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg2009-09-21
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sam/kb...Linus Torvalds2009-06-14
|\
| * kbuild: add hint about __refdata to modpostSam Ravnborg2009-06-09
| * initconst adjustmentsJan Beulich2009-06-09
* | virtio: enhance id_matching for virtio driversChristian Borntraeger2009-06-12
|/
* kbuild, modpost: fix unexpected non-allocatable warning with mipsSam Ravnborg2009-05-04
* kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gccSam Ravnborg2009-05-04
* kbuild, modpost: fix unexpected non-allocatable section when cross compilingAnders Kaseorg2009-05-04
* kbuild, modpost: Check the section flags, to catch missing "ax"/"aw"Anders Kaseorg2009-05-01
* kbuild: fix comment in modpost.cSam Ravnborg2009-05-01
* kbuild: fix Module.markers permission error under cygwinCedric Hombourger2009-05-01
* Remove unused support code for refok sections.Tim Abbott2009-04-27
* kbuild: remove pointless strdup() on arguments passed to new_module() in modpostJan Beulich2009-04-11
* module: include other structures in module version checkRusty Russell2009-03-30
* Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2Ingo Molnar2009-03-27
|\
| * Merge branch 'linus' into x86/apicIngo Molnar2009-02-22
| |\
| * | modpost: NOBITS sections may point beyond the end of the fileTejun Heo2009-02-05
* | | platform: introduce module id table for platform devicesEric Miao2009-03-24
| |/ |/|
* | HID: fix bus endianity in file2aliasJiri Slaby2009-02-17
|/
* PNP: fix broken pnp lowercasing for acpi module aliasesKay Sievers2009-01-20
* kbuild: prevent modpost from looking for a .cmd file for a static library lin...Ashutosh Naik2008-10-29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2008-10-17
|\
' href='#n556'>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 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879














































































































































































































































































































































































































































































































































































































































































































































































































































































































                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
ÐÏࡱá