aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-17Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds7-218/+145
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-165/+212
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds23-378/+356
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds43-238/+1185
2015-02-17seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNOKees Cook1-1/+3
2015-02-17samples/seccomp: improve label helperKees Cook2-1/+9
2015-02-17ipc,sem: use current->state helpersDavidlohr Bueso1-1/+1
2015-02-17scripts/gdb: disable pagination while printing from breakpoint handlerJan Kiszka1-0/+11
2015-02-17scripts/gdb: define maintainerJan Kiszka1-0/+5
2015-02-17scripts/gdb: convert CpuList to generator functionJan Kiszka2-40/+33
2015-02-17scripts/gdb: convert ModuleList to generator functionJan Kiszka2-23/+12
2015-02-17scripts/gdb: use a generator instead of iterator for task listDaniel Wagner1-30/+20
2015-02-17scripts/gdb: ignore byte-compiled python filesDaniel Thompson2-0/+3
2015-02-17scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas6-9/+18
2015-02-17scripts/gdb: add basic documentationJan Kiszka1-0/+160
2015-02-17scripts/gdb: add lx-lsmod commandJan Kiszka1-1/+45
2015-02-17scripts/gdb: add class to iterate over CPU masksJan Kiszka1-0/+54
2015-02-17scripts/gdb: add lx_current convenience functionJan Kiszka1-0/+17
2015-02-17scripts/gdb: add internal helper and convenience function for per-cpu lookupJan Kiszka2-0/+69
2015-02-17scripts/gdb: add get_gdbserver_type helperJan Kiszka1-0/+35
2015-02-17scripts/gdb: add internal helper and convenience function to retrieve thread_infoJan Kiszka1-0/+35
2015-02-17scripts/gdb: add is_target_arch helperJan Kiszka1-0/+13
2015-02-17scripts/gdb: add helper and convenience function to look up tasksJan Kiszka2-0/+28
2015-02-17scripts/gdb: add task iteration classJan Kiszka1-0/+46
2015-02-17scripts/gdb: add lx-dmesg commandJan Kiszka2-0/+65
2015-02-17scripts/gdb: add read_u16/32/64 helpersJan Kiszka1-0/+21
2015-02-17scripts/gdb: add get_target_endianness helperJan Kiszka1-0/+18
2015-02-17scripts/gdb: add internal helper and convenience function to look up a moduleJan Kiszka2-0/+29
2015-02-17scripts/gdb: add automatic symbol reloading on module insertionJan Kiszka1-0/+39
2015-02-17kernel/module.c: do not inline do_init_module()Jan Kiszka1-2/+7
2015-02-17scripts/gdb: add lx-symbols commandJan Kiszka2-0/+128
2015-02-17scripts/gdb: add module iteration classJan Kiszka1-0/+39
2015-02-17scripts/gdb: add container_of helper and convenience functionJan Kiszka2-0/+37
2015-02-17scripts/gdb: add cache for type objectsJan Kiszka1-0/+34
2015-02-17scripts/gdb: add infrastructureJan Kiszka6-1/+51
2015-02-17fs/affs/super.c: fix switch indentationFabian Frederick1-33/+33
2015-02-17fs/affs/inode.c: remove double extern affs_symlink_inode_operationsFabian Frederick1-2/+0
2015-02-17fs/affs/bitmap.c: remove unnecessary returnFabian Frederick1-1/+0
2015-02-17fs/affs/amigaffs.c: remove else after returnFabian Frederick1-2/+1
2015-02-17fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick5-13/+16
2015-02-17fs/affs: use unsigned int for string lengthsFabian Frederick2-8/+9
2015-02-17fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick1-0/+1
2015-02-17fs/affs/file.c: fix direct IO writes beyond EOFFabian Frederick1-0/+7
2015-02-17fs/affs/file.c: replace if/BUG by BUG_ONFabian Frederick1-4/+2
2015-02-17fs/affs: fix casting in printed messagesGeert Uytterhoeven5-40/+33
2015-02-17eventfd: don't take the spinlock in eventfd_pollChris Mason1-6/+6
2015-02-17lib/rbtree.c: fix typo in commentJohn de la Garza1-1/+1
2015-02-17vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueWANG Chao1-4/+4
2015-02-17kexec: add IND_FLAGS macroGeoff Levand2-2/+1
2015-02-17kexec: add bit definitions for kimage entry flagsGeoff Levand1-4/+15