summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-1723-378/+356
|\
| * switch the IO-triggering parts of umount to fs_pinAl Viro2015-01-263-29/+20
| * new fs_pin killing logicsAl Viro2015-01-264-56/+96
| * allow attaching fs_pin to a group not associated with some superblockAl Viro2015-01-264-10/+17
| * get rid of the second argument of acct_kill()Al Viro2015-01-261-10/+7
| * take count and rcu_head out of fs_pinAl Viro2015-01-262-14/+10
| * dcache: let the dentry count go down to zero without taking d_lockLinus Torvalds2015-01-263-13/+144
| * pull bumping refcount into ->kill()Al Viro2015-01-262-12/+6
| * kill pin_put()Al Viro2015-01-263-16/+10
| * mode_t whack-a-mole: chelsioAl Viro2015-01-261-1/+1
| * file->f_path.dentry is pinned down for as long as the file is open...Al Viro2015-01-262-9/+2
| * get rid of lustre_dump_dentry()Al Viro2015-01-263-51/+0
| * gut proc_register() a bitAl Viro2015-01-261-17/+8
| * kill d_validate()Al Viro2015-01-262-34/+0
| * ncpfs: get rid of d_validate() nonsenseAl Viro2015-01-263-77/+52
| * selinuxfs: don't open-code d_genocide()Al Viro2015-01-261-49/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-1743-238/+1185
|\ \
| * | seccomp: cap SECCOMP_RET_ERRNO data to MAX_ERRNOKees Cook2015-02-171-1/+3
| * | samples/seccomp: improve label helperKees Cook2015-02-172-1/+9
| * | ipc,sem: use current->state helpersDavidlohr Bueso2015-02-171-1/+1
| * | scripts/gdb: disable pagination while printing from breakpoint handlerJan Kiszka2015-02-171-0/+11
| * | scripts/gdb: define maintainerJan Kiszka2015-02-171-0/+5
| * | 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-172-0/+3
| * | scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas2015-02-176-9/+18
| * | scripts/gdb: add basic documentationJan Kiszka2015-02-171-0/+160
| * | 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
| * | kernel/module.c: do not inline do_init_module()Jan Kiszka2015-02-171-2/+7
| * | 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
| * | scripts/gdb: add infrastructureJan Kiszka2015-02-176-1/+51
| * | fs/affs/super.c: fix switch indentationFabian Frederick2015-02-171-33/+33
| * | fs/affs/inode.c: remove double extern affs_symlink_inode_operationsFabian Frederick2015-02-171-2/+0