aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAge
* scripts/gdb: disable pagination while printing from breakpoint handlerJan Kiszka2015-02-17
* scripts/gdb: convert CpuList to generator functionJan Kiszka2015-02-17
* scripts/gdb: convert ModuleList to generator functionJan Kiszka2015-02-17
* scripts/gdb: use a generator instead of iterator for task listDaniel Wagner2015-02-17
* scripts/gdb: ignore byte-compiled python filesDaniel Thompson2015-02-17
* scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas2015-02-17
* scripts/gdb: add lx-lsmod commandJan Kiszka2015-02-17
* scripts/gdb: add class to iterate over CPU masksJan Kiszka2015-02-17
* scripts/gdb: add lx_current convenience functionJan Kiszka2015-02-17
* scripts/gdb: add internal helper and convenience function for per-cpu lookupJan Kiszka2015-02-17
* scripts/gdb: add get_gdbserver_type helperJan Kiszka2015-02-17
* scripts/gdb: add internal helper and convenience function to retrieve thread_...Jan Kiszka2015-02-17
* scripts/gdb: add is_target_arch helperJan Kiszka2015-02-17
* scripts/gdb: add helper and convenience function to look up tasksJan Kiszka2015-02-17
* scripts/gdb: add task iteration classJan Kiszka2015-02-17
* scripts/gdb: add lx-dmesg commandJan Kiszka2015-02-17
* scripts/gdb: add read_u16/32/64 helpersJan Kiszka2015-02-17
* scripts/gdb: add get_target_endianness helperJan Kiszka2015-02-17
* scripts/gdb: add internal helper and convenience function to look up a moduleJan Kiszka2015-02-17
* scripts/gdb: add automatic symbol reloading on module insertionJan Kiszka2015-02-17
* scripts/gdb: add lx-symbols commandJan Kiszka2015-02-17
* scripts/gdb: add module iteration classJan Kiszka2015-02-17
* scripts/gdb: add container_of helper and convenience functionJan Kiszka2015-02-17
* scripts/gdb: add cache for type objectsJan Kiszka2015-02-17
* scripts/gdb: add infrastructureJan Kiszka2015-02-17
* vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox2015-02-16
* kasan: enable instrumentation of global variablesAndrey Ryabinin2015-02-14
* kernel: add support for .init_array.* constructorsAndrey Ryabinin2015-02-14
* kasan: enable stack instrumentationAndrey Ryabinin2015-02-14
* kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2015-02-14
* checkpatch: add of_device_id to structs that should be constJoe Perches2015-02-14
* checkpatch: try to avoid poor patch subject linesJoe Perches2015-02-14
* checkpatch: make sure a commit reference description uses parenthesesJoe Perches2015-02-14
* checkpatch: add --strict test for spaces around arithmeticJoe Perches2015-02-14
* checkpatch: neaten printk_ratelimited message positionJoe Perches2015-02-14
* checkpatch: improve "no space necessary after cast" testJoe Perches2015-02-14
* checkpatch: improve seq_print->seq_puts suggestionHeba Aamer2015-02-14
* checkpatch: add ability to --fix unnecessary blank lines around bracesJoe Perches2015-02-14
* checkpatch: add types for other OS typedefsJoe Perches2015-02-14
* checkpatch: add ability to coalesce commit descriptions on multiple linesJoe Perches2015-02-14
* checkpatch: add likely/unlikely comparison misuse testJoe Perches2015-02-14
* checkpatch: update git commit messageJoe Perches2015-02-14
* checkpatch: Allow comments in macros tested for single statementsJoe Perches2015-02-14
* checkpatch: add check for keyword 'boolean' in Kconfig definitionsChristoph Jaeger2015-02-14
* checkpatch: fix UNNECESSARY_KERN_LEVEL false positivePaolo Bonzini2015-02-14
* checkpatch: ignore __pure $AttributeJoe Perches2015-02-14
* checkpatch: improve octal permissions testsJoe Perches2015-02-14
* checkpatch: emit an error when using predefined timestamp macrosJoe Perches2015-02-14
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-13
|\
| * module: set ksymtab/kcrctab* section addresses to 0x0Rabin Vincent2015-02-06