summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* modpost: expand pattern matching to support substring matchesPaul Gortmaker2015-04-221-1/+11
* modpost: do not try to match the SHT_NUL section.Quentin Casasnovas2015-04-221-0/+9
* modpost: fix extable entry size calculation.Quentin Casasnovas2015-04-221-6/+10
* modpost: fix inverted logic in is_extable_fault_address().Quentin Casasnovas2015-04-221-1/+6
* modpost: handle -ffunction-sectionsRusty Russell2015-04-221-1/+1
* modpost: Whitelist .text.fixup and .exception.textThierry Reding2015-04-221-1/+1
* modpost: document the use of struct section_check.Quentin Casasnovas2015-04-131-0/+20
* modpost: handle relocations mismatch in __ex_table.Quentin Casasnovas2015-04-131-0/+141
* scripts: add check_extable.sh script.Quentin Casasnovas2015-04-131-0/+146
* modpost: mismatch_handler: retrieve tosym information only when needed.Quentin Casasnovas2015-04-131-3/+4
* modpost: factorize symbol pretty print in get_pretty_name().Quentin Casasnovas2015-04-131-11/+12
* modpost: add handler function pointer to sectioncheck.Quentin Casasnovas2015-04-131-26/+42
* modpost: add .sched.text and .kprobes.text to the TEXT_SECTIONS list.Quentin Casasnovas2015-04-131-1/+2
* modpost: add strict white-listing when referencing sections.Quentin Casasnovas2015-04-131-15/+19
* scripts/gdb: add empty package initialization scriptJan Kiszka2015-02-281-0/+1
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-192-0/+6
|\
| * kconfig: use va_end to match corresponding va_startColin Ian King2015-01-271-0/+1
| * merge_config.sh: Display usage if given too few argumentsOlof Johansson2015-01-071-0/+5
* | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2015-02-191-3/+14
|\ \
| * | builddeb: Try to determine distributionSedat Dilek2015-01-061-1/+12
| * | builddeb: Update year and git repository URL in debian/copyrightSedat Dilek2015-01-021-2/+2
| |/
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2015-02-192-8/+2
|\ \
| * | kbuild: allow cc-ifversion to have the argument for false conditionMasahiro Yamada2015-01-091-2/+2
| * | kbuild: do not add $(call ...) to invoke cc-version or cc-fullversionMasahiro Yamada2015-01-091-5/+2
| * | kbuild: fix cc-ifversion macroMasahiro Yamada2015-01-091-1/+1
| * | kbuild: Drop support for clean-ruleMichal Marek2015-01-021-3/+0
| |/
* | scripts/gdb: disable pagination while printing from breakpoint handlerJan Kiszka2015-02-171-0/+11
* | scripts/gdb: convert CpuList to generator functionJan Kiszka2015-02-172-40/+33
* | scripts/gdb: convert ModuleList to generator functionJan Kiszka2015-02-172-23/+12
* | scripts/gdb: use a generator instead of iterator for task listDaniel Wagner2015-02-171-30/+20
* | scripts/gdb: ignore byte-compiled python filesDaniel Thompson2015-02-171-0/+2
* | scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas2015-02-176-9/+18
* | scripts/gdb: add lx-lsmod commandJan Kiszka2015-02-171-1/+45
* | scripts/gdb: add class to iterate over CPU masksJan Kiszka2015-02-171-0/+54
* | scripts/gdb: add lx_current convenience functionJan Kiszka2015-02-171-0/+17
* | scripts/gdb: add internal helper and convenience function for per-cpu lookupJan Kiszka2015-02-172-0/+69
* | scripts/gdb: add get_gdbserver_type helperJan Kiszka2015-02-171-0/+35
* | scripts/gdb: add internal helper and convenience function to retrieve thread_...Jan Kiszka2015-02-171-0/+35
* | scripts/gdb: add is_target_arch helperJan Kiszka2015-02-171-0/+13
* | scripts/gdb: add helper and convenience function to look up tasksJan Kiszka2015-02-172-0/+28
* | scripts/gdb: add task iteration classJan Kiszka2015-02-171-0/+46
* | scripts/gdb: add lx-dmesg commandJan Kiszka2015-02-172-0/+65
* | scripts/gdb: add read_u16/32/64 helpersJan Kiszka2015-02-171-0/+21
* | scripts/gdb: add get_target_endianness helperJan Kiszka2015-02-171-0/+18
* | scripts/gdb: add internal helper and convenience function to look up a moduleJan Kiszka2015-02-172-0/+29
* | scripts/gdb: add automatic symbol reloading on module insertionJan Kiszka2015-02-171-0/+39
* | scripts/gdb: add lx-symbols commandJan Kiszka2015-02-172-0/+128
* | scripts/gdb: add module iteration classJan Kiszka2015-02-171-0/+39
* | scripts/gdb: add container_of helper and convenience functionJan Kiszka2015-02-172-0/+37
* | scripts/gdb: add cache for type objectsJan Kiszka2015-02-171-0/+34
OpenPOWER on IntegriCloud