Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-04-22 | modpost: expand pattern matching to support substring matches | Paul Gortmaker | 1 | -1/+11 |
2015-04-22 | modpost: do not try to match the SHT_NUL section. | Quentin Casasnovas | 1 | -0/+9 |
2015-04-22 | modpost: fix extable entry size calculation. | Quentin Casasnovas | 1 | -6/+10 |
2015-04-22 | modpost: fix inverted logic in is_extable_fault_address(). | Quentin Casasnovas | 1 | -1/+6 |
2015-04-22 | modpost: handle -ffunction-sections | Rusty Russell | 1 | -1/+1 |
2015-04-22 | modpost: Whitelist .text.fixup and .exception.text | Thierry Reding | 1 | -1/+1 |
2015-04-15 | params: handle quotes properly for values not of form foo="bar". | Rusty Russell | 1 | -2/+2 |
2015-04-13 | modpost: document the use of struct section_check. | Quentin Casasnovas | 1 | -0/+20 |
2015-04-13 | modpost: handle relocations mismatch in __ex_table. | Quentin Casasnovas | 1 | -0/+141 |