Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | hrtimer: rename the "expires" struct member to avoid accidental usage | Arjan van de Ven | 2008-09-06 | 1 | -10/+10 | |
| | * | | | | | hrtimer: add abstraction functions for accessing the "expires" member | Arjan van de Ven | 2008-09-06 | 1 | -0/+45 | |
| | * | | | | | select: switch select() and poll() over to hrtimers | Arjan van de Ven | 2008-09-06 | 1 | -3/+3 | |
| | * | | | | | select: add a poll specific struct to the restart_block union | Thomas Gleixner | 2008-09-06 | 1 | -0/+8 | |
| | * | | | | | select: add poll_select_set_timeout() and poll_select_copy_remaining() helpers | Thomas Gleixner | 2008-09-06 | 1 | -0/+2 | |
| | * | | | | | select: add a timespec_add_safe() function | Thomas Gleixner | 2008-09-06 | 1 | -0/+4 | |
| | * | | | | | select: Introduce a hrtimeout function | Arjan van de Ven | 2008-09-06 | 1 | -0/+2 | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdev | Linus Torvalds | 2008-10-23 | 10 | -53/+61 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [PATCH] kill the rest of struct file propagation in block ioctls | Al Viro | 2008-10-21 | 1 | -1/+1 | |
| * | | | | | | | [PATCH] get rid of blkdev_driver_ioctl() | Al Viro | 2008-10-21 | 1 | -3/+0 | |
| * | | | | | | | [PATCH] sanitize blkdev_get() and friends | Al Viro | 2008-10-21 | 1 | -1/+1 | |
| * | | | | | | | [PATCH] remember mode of reiserfs journal | Al Viro | 2008-10-21 | 1 | -0/+1 | |
| * | | | | | | | [PATCH] propagate mode through open_bdev_excl/close_bdev_excl | Al Viro | 2008-10-21 | 1 | -2/+4 | |
| * | | | | | | | [PATCH] pass fmode_t to blkdev_put() | Al Viro | 2008-10-21 | 1 | -1/+1 | |
| * | | | | | | | [PATCH] end of methods switch: remove the old ones | Al Viro | 2008-10-21 | 1 | -8/+0 | |
| * | | | | | | | [PATCH] beginning of methods conversion | Al Viro | 2008-10-21 | 2 | -5/+11 | |
| * | | | | | | | [PATCH] switch ide_disk_ops ->ioctl() to sane prototype | Al Viro | 2008-10-21 | 1 | -2/+2 | |
| * | | | | | | | [PATCH] don't mess with file in scsi_nonblockable_ioctl() | Al Viro | 2008-10-21 | 1 | -1/+1 | |
| * | | | | | | | [PATCH] introduce __blkdev_driver_ioctl() | Al Viro | 2008-10-21 | 1 | -0/+2 | |
| * | | | | | | | [PATCH] switch cdrom_{open,release,ioctl} to sane APIs | Al Viro | 2008-10-21 | 1 | -5/+5 | |
| * | | | | | | | [PATCH] move block_device_operations to blkdev.h | Al Viro | 2008-10-21 | 2 | -14/+18 | |
| * | | | | | | | [PATCH] lose unused arguments in dm ioctl callbacks | Al Viro | 2008-10-21 | 1 | -2/+1 | |
| * | | | | | | | [PATCH] lose the unused file argument in generic_ide_ioctl() | Al Viro | 2008-10-21 | 1 | -2/+1 | |
| * | | | | | | | [PATCH] switch scsi_cmd_ioctl() to passing fmode_t | Al Viro | 2008-10-21 | 1 | -2/+2 | |
| * | | | | | | | [PATCH] switch sg_scsi_ioctl() to passing fmode_t | Al Viro | 2008-10-21 | 1 | -2/+2 | |
| * | | | | | | | [PATCH] eliminate use of ->f_flags in block methods | Al Viro | 2008-10-21 | 1 | -0/+4 | |
| * | | | | | | | [PATCH] introduce fmode_t, do annotations | Al Viro | 2008-10-21 | 6 | -16/+18 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2008-10-23 | 3 | -5/+14 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [PATCH] i_version: remount support | Mimi Zohar | 2008-10-23 | 1 | -1/+1 | |
| * | | | | | | | [PATCH] move executable checking into ->permission() | Miklos Szeredi | 2008-10-23 | 1 | -0/+5 | |
| * | | | | | | | [PATCH vfs-2.6 6/6] vfs: add LOOKUP_RENAME_TARGET intent | OGAWA Hirofumi | 2008-10-23 | 1 | -0/+1 | |
| * | | | | | | | [PATCH vfs-2.6 2/6] vfs: add d_ancestor() | OGAWA Hirofumi | 2008-10-23 | 1 | -0/+1 | |
| * | | | | | | | [PATCH 1/2] anondev: init IDR statically | Alexey Dobriyan | 2008-10-23 | 1 | -1/+0 | |
| * | | | | | | | [PATCH] kill d_alloc_anon | Christoph Hellwig | 2008-10-23 | 1 | -1/+0 | |
| * | | | | | | | [PATCH] new helper: d_obtain_alias | Christoph Hellwig | 2008-10-23 | 1 | -0/+1 | |
| * | | | | | | | [PATCH] make O_EXCL in nd->intent.flags visible in nd->flags | Al Viro | 2008-10-23 | 1 | -2/+3 | |
| * | | | | | | | [PATCH] new helper - kern_path() | Al Viro | 2008-10-23 | 1 | -0/+2 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'x86/um-header' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2008-10-23 | 477 | -42367/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | x86, um: ... and asm-x86 move | Al Viro | 2008-10-23 | 333 | -38672/+0 | |
| * | | | | | | | x86, um: initial part of asm-um move | Al Viro | 2008-10-23 | 144 | -3690/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-10-23 | 23 | -277/+824 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Merge branch 'linus' into test | Len Brown | 2008-10-23 | 1326 | -79896/+19964 | |
| |\| | | | | | | ||||||
| * | | | | | | | Merge branch 'yinghai' into test | Len Brown | 2008-10-23 | 1 | -8/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ACPI: remove unused have_arch_parse_srat | Yinghai Lu | 2008-10-11 | 1 | -8/+0 | |
| * | | | | | | | | Merge branch 'ull' into test | Len Brown | 2008-10-23 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernels | Matthew Wilcox | 2008-10-11 | 1 | -1/+1 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'pnp-debug' into test | Len Brown | 2008-10-23 | 1 | -10/+0 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | PNP: convert the last few pnp_info() uses to printk() | Bjorn Helgaas | 2008-10-11 | 1 | -10/+0 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge branch 'misc' into test | Len Brown | 2008-10-23 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | ACPI: catch calls of acpi_driver_data on pointer of wrong type | Pavel Machek | 2008-10-11 | 1 | -1/+5 | |
| | |/ / / / / / / |