| Commit message (Expand) | Author | Age | Files | Lines |
* | [CVE-2009-0029] System call wrappers part 21 | Heiko Carstens | 2009-01-14 | 1 | -2/+4 |
* | [CVE-2009-0029] System call wrappers part 20 | Heiko Carstens | 2009-01-14 | 5 | -12/+14 |
* | [CVE-2009-0029] System call wrappers part 19 | Heiko Carstens | 2009-01-14 | 2 | -6/+7 |
* | [CVE-2009-0029] System call wrappers part 17 | Heiko Carstens | 2009-01-14 | 1 | -9/+7 |
* | [CVE-2009-0029] System call wrappers part 16 | Heiko Carstens | 2009-01-14 | 5 | -17/+17 |
* | [CVE-2009-0029] System call wrappers part 15 | Heiko Carstens | 2009-01-14 | 4 | -9/+10 |
* | [CVE-2009-0029] System call wrappers part 14 | Heiko Carstens | 2009-01-14 | 3 | -7/+7 |
* | [CVE-2009-0029] System call wrappers part 13 | Heiko Carstens | 2009-01-14 | 1 | -4/+3 |
* | [CVE-2009-0029] System call wrappers part 12 | Heiko Carstens | 2009-01-14 | 1 | -25/+21 |
* | [CVE-2009-0029] System call wrappers part 11 | Heiko Carstens | 2009-01-14 | 3 | -10/+14 |
* | [CVE-2009-0029] System call wrappers part 10 | Heiko Carstens | 2009-01-14 | 4 | -14/+11 |
* | [CVE-2009-0029] System call wrappers part 09 | Heiko Carstens | 2009-01-14 | 1 | -3/+3 |
* | [CVE-2009-0029] System call wrapper special cases | Heiko Carstens | 2009-01-14 | 4 | -13/+74 |
* | [CVE-2009-0029] Make sys_pselect7 static | Heiko Carstens | 2009-01-14 | 2 | -7/+7 |
* | [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2 | Heiko Carstens | 2009-01-14 | 1 | -2/+2 |
* | [CVE-2009-0029] Rename old_readdir to sys_old_readdir | Heiko Carstens | 2009-01-14 | 1 | -1/+1 |
* | [CVE-2009-0029] Convert all system calls to return a long | Heiko Carstens | 2009-01-14 | 2 | -15/+15 |
* | Fix timeouts in sys_pselect7 | Bernd Schmidt | 2009-01-13 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 2009-01-13 | 5 | -379/+357 |
|\ |
|
| * | dlm: change rsbtbl rwlock to spinlock | David Teigland | 2009-01-08 | 5 | -32/+32 |
| * | dlm: fix seq_file usage in debugfs lock dump | David Teigland | 2009-01-08 | 1 | -359/+337 |
* | | btrfs: fix for write_super_lockfs/unlockfs error handling | Linus Torvalds | 2009-01-10 | 1 | -4/+6 |
* | | filesystem freeze: remove XFS specific ioctl interfaces for freeze feature | Takashi Sato | 2009-01-10 | 3 | -19/+2 |
* | | filesystem freeze: implement generic freeze feature | Takashi Sato | 2009-01-10 | 3 | -9/+113 |
* | | filesystem freeze: add error handling of write_super_lockfs/unlockfs | Takashi Sato | 2009-01-10 | 9 | -58/+97 |
* | | CORE_DUMP_DEFAULT_ELF_HEADERS depends on ELF_CORE | David Brownell | 2009-01-10 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-async-2 | Linus Torvalds | 2009-01-10 | 1 | -12/+7 |
|\ \ |
|
| * | | partial revert of asynchronous inode delete | Arjan van de Ven | 2009-01-09 | 1 | -12/+7 |
* | | | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-01-10 | 1 | -3/+0 |
|\ \ \ |
|
| * | | | [JFFS2] remove junk prototypes | Artem Bityutskiy | 2009-01-09 | 1 | -3/+0 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus | Linus Torvalds | 2009-01-10 | 18 | -0/+3569 |
|\ \ \ |
|
| * | | | Squashfs: Kconfig entry | Phillip Lougher | 2009-01-05 | 1 | -0/+52 |
| * | | | Squashfs: Makefiles | Phillip Lougher | 2009-01-05 | 2 | -0/+9 |
| * | | | Squashfs: header files | Phillip Lougher | 2009-01-05 | 4 | -0/+592 |
| * | | | Squashfs: block operations | Phillip Lougher | 2009-01-05 | 1 | -0/+274 |
| * | | | Squashfs: cache operations | Phillip Lougher | 2009-01-05 | 1 | -0/+412 |
| * | | | Squashfs: uid/gid lookup operations | Phillip Lougher | 2009-01-05 | 1 | -0/+94 |
| * | | | Squashfs: fragment block operations | Phillip Lougher | 2009-01-05 | 1 | -0/+98 |
| * | | | Squashfs: export operations | Phillip Lougher | 2009-01-05 | 1 | -0/+155 |
| * | | | Squashfs: super block operations | Phillip Lougher | 2009-01-05 | 1 | -0/+440 |
| * | | | Squashfs: symlink operations | Phillip Lougher | 2009-01-05 | 1 | -0/+118 |
| * | | | Squashfs: regular file operations | Phillip Lougher | 2009-01-05 | 1 | -0/+502 |
| * | | | Squashfs: directory readdir operations | Phillip Lougher | 2009-01-05 | 1 | -0/+235 |
| * | | | Squashfs: directory lookup operations | Phillip Lougher | 2009-01-05 | 1 | -0/+242 |
| * | | | Squashfs: inode operations | Phillip Lougher | 2009-01-05 | 1 | -0/+346 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommu | Linus Torvalds | 2009-01-09 | 7 | -140/+149 |
|\ \ \ \ |
|
| * | | | | FLAT: Don't attempt to expand the userspace stack to fill the space allocated | David Howells | 2009-01-08 | 1 | -23/+11 |
| * | | | | FDPIC: Don't attempt to expand the userspace stack to fill the space allocated | David Howells | 2009-01-08 | 1 | -8/+0 |
| * | | | | NOMMU: Improve procfs output using per-MM VMAs | David Howells | 2009-01-08 | 1 | -10/+22 |
| * | | | | NOMMU: Make VMAs per MM as for MMU-mode linux | David Howells | 2009-01-08 | 5 | -98/+116 |